Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [NFC] Enforce use of `Type::` on type names (#2434) | Thomas Lively | 2020-01-07 | 1 | -5/+5 |
| | |||||
* | Add BYN_ENABLE_ASSERTSION option to allow assertions to be disabled. (#2500) | Sam Clegg | 2019-12-04 | 1 | -0/+2 |
| | | | | | | | | We always enable assertions by default, but this options allows for a build without them. Fix all errors in the ASSERTIONS=OFF build, even though we don't normally build this its good to keep it building. | ||||
* | Add PostAssemblyScript pass (#2407) | Daniel Wirtz | 2019-11-19 | 1 | -0/+639 |
Adds the AssemblyScript-specific passes post-assemblyscript and post-assemblyscript-finalize, eliminating redundant ARC-style retain/release patterns conservatively emitted by the compiler. |