Historique des commits

Auteur SHA1 Message Date
  Isaac Woods 2b862d9d7f Remove make_parser_concrete hack! il y a 3 ans
  Isaac Woods a6cff51d11 Switch to new opcode names: statement, expression, and reference type il y a 3 ans
  Isaac Woods fb1bc5870a Support reads from buffer fields, implicitly converting to integer or buffer il y a 3 ans
  Isaac Woods 14e966731c Handle writes from integers into buffer fields il y a 3 ans
  Andy-Python-Programmer e1a8c12d0d Export all of the public items in namespace il y a 3 ans
  Isaac Woods b854d5491e Implement DefIncrement and DefDecrement il y a 3 ans
  Isaac Woods ed0400092e Add support for DefContinue il y a 3 ans
  Isaac Woods da5f5cec80 Implement DefBreak il y a 3 ans
  Isaac Woods 514e55df07 Parse `DefFatal` and report to the user il y a 3 ans
  Isaac Woods c1597aba3d Switch locals and args to being stored in arrays il y a 3 ans
  Isaac Woods 701f0033b1 Start untangling behaviour of stores il y a 3 ans
  Isaac Woods a37008df12 Implement DefMid il y a 3 ans
  Isaac Woods a55d82bad3 Parse thermal zones il y a 3 ans
  Isaac Woods 7f6bb2ee53 Parse `DefPowerResources` il y a 3 ans
  Tom Dohrmann e42a898494 add test il y a 3 ans
  Michael Melanson 92ab90a36d Regression: `AmlContext: Send + Sync` again. il y a 3 ans
  Casper Verhaar 939a06b1eb Add `AmlError::UnexpectedResourceType` il y a 4 ans
  Casper Verhaar ad1b6a8696 Record attempted conversion in error il y a 4 ans
  Isaac Woods 5d9b5f2830 Implement `_OSI`! il y a 4 ans
  Isaac Woods d29abef14c Support native functions il y a 4 ans
  Isaac Woods 4789261cc6 Use new Propagate::Return variant to return values il y a 4 ans
  Isaac Woods ab42b2b00c Introduce `Propagate` type to parser il y a 4 ans
  Isaac Woods ee45882be5 Turns out we need to add the predefined scopes after all il y a 4 ans
  Isaac Woods da7cd3c2ec Start working out the predefined objects (adding _OS and _REV) il y a 4 ans
  Isaac Woods 5210feb60c Remove AML legacy mode, and don't pre-register scopes il y a 4 ans
  Isaac Woods 0b5a18d036 Add some notes from our fuzzing investigations il y a 4 ans
  Isaac Woods 90a11a408b Fix weird rustdoc issue il y a 4 ans
  Isaac Woods 64cce0b13c Hopefully fix list rendering in docs, fix path of `\_TZ` il y a 4 ans
  Isaac Woods c5d66efcd0 Rename InvalidPackage error to MalformedPackage il y a 4 ans
  Isaac Woods 4286dfc6a9 Produce error when DefBuffer is larger than its size il y a 4 ans