Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce namespace `langutil` in liblangutil directory. | Christian Parpart | 2018-11-22 | 1 | -2/+7 |
| | | | | | | | Also: - Use {}-style list initialisation for SourceLocation construction - Introduce new system includes - Changes the API of the Scanner to take source as value (with move) as opposed to as a reference | ||||
* | Split simplification rules into two functions. | Daniel Kirchner | 2018-09-18 | 1 | -0/+6 |
| | |||||
* | Turn simplification rule tuple into struct. | chriseth | 2018-02-07 | 1 | -4/+5 |
| | |||||
* | Add flag to indicate whether it can be applied to expressions with side-effects. | chriseth | 2018-02-07 | 1 | -4/+6 |
| | |||||
* | Optimise simplification rules (sort into bins). | chriseth | 2017-01-13 | 1 | -0/+140 |