| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-11-21 | Reorganize, bless and add tests for const control flow | Dylan MacKenzie | -127/+0 | |
| This creates a new test directory, `ui/consts/control-flow` to hold tests related to control flow in a const context. It also blesses all existing tests with the new error messages, and adds new tests for the `const_if_match` feature. | ||||
| 2019-11-13 | Bless less verbose error messages | Dylan MacKenzie | -25/+12 | |
| The MIR const-checker errors for if/match/loop are now delay span bugs, so nothing will be emitted unless the HIR checker misses something. | ||||
| 2019-11-13 | Bless const tests with improved diagnostics | Dylan MacKenzie | -36/+116 | |
| 2019-11-04 | Add tests for loop constructs in consts | Dylan MacKenzie | -0/+60 | |
| These errors are suboptimal, but they will be fixed by the new `check_consts` pass. | ||||
