Commit History

Author SHA1 Message Date
  Isaac Woods 9ca9f4a3ce Ignore AML files and update rustfmt option name 5 years ago
  Kevin Shaw f1aaabca2c Changing ACPI spec link to the web page with the latest version 5 years ago
  Nathan Fox 138f0dc4b9 remove McfgEntry length assertion 5 years ago
  Matt Taylor 9b3693c994 Improve allocation behaviour of MADT parser 5 years ago
  Matt Taylor 90d6bd062a Add acpi-dumper 5 years ago
  Isaac Woods 2fac25b4fd Update comment about aml crate to be more accurate 5 years ago
  Isaac Woods 3db32acf89 Update to v0.4.0 5 years ago
  bors[bot] a3c2f58991 Merge #54 5 years ago
  Matt Taylor 1d412f4df0 Rename aml_parser to aml 5 years ago
  bors[bot] 57b9a5e249 Merge #47 5 years ago
  Isaac Woods f277b97557 Fix a bunch of warnings 5 years ago
  Isaac Woods 3a04c8ab57 Move method invocation logic into AmlContext 5 years ago
  Isaac Woods b76e39025d Few quick fixes 5 years ago
  Isaac Woods 390ee97a4f Implement DefStore for Names 5 years ago
  Isaac Woods 0bd7addea1 Fix borrowing issue 5 years ago
  Isaac Woods 5a15001e53 Start support for conversion of AML values and formalize AML types 5 years ago
  Isaac Woods 9d3598cdc8 Parse SimpleName and most of SuperName 5 years ago
  Isaac Woods f9065001b5 Parse ArgObj and LocalObj in TermArg, plus helper methods 5 years ago
  Isaac Woods c7b96865f3 Rewrite search to pass back a handle & give better errors 5 years ago
  Isaac Woods 4621a096e3 Rewrite choice error emitter to use new id parser 5 years ago
  Isaac Woods 40cbee5c8d Parse local, arg, and debug objects 5 years ago
  Isaac Woods 0fb4ad6456 Correct copy-paste typo 5 years ago
  Isaac Woods f7c96187d0 Make sure that only normal paths can be added to the namespace 5 years ago
  Isaac Woods 186ea65c38 Move to new namespace system 5 years ago
  Isaac Woods 1a5ed91778 Parse DefReturn and propagate return values correctly 5 years ago
  Isaac Woods d9b30d2d93 Implement search rules 5 years ago
  Isaac Woods 4698acdf6d Fix a few bugs in and test `AmlName::from_str` 5 years ago
  Isaac Woods a587df0a20 Set scope correctly when invoking a control method 5 years ago
  Isaac Woods 5cd9ddd41f Finally properly handle error propagation in or and choice! 5 years ago
  Isaac Woods 98b27497fb Parse DefIfElse 5 years ago