| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -19/+0 | |
| 2020-07-02 | Audit uses of `span_suggestion_short` | Yuki Okushi | -2/+2 | |
| 2020-01-11 | Ban `...X` pats, harden tests, and improve diagnostics. | Mazdak Farrokhzad | -6/+6 | |
| Also fix a bug with the span passed in `mk_range`. | ||||
| 2019-03-11 | Update tests | Vadim Petrochenkov | -2/+2 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -2/+2 | |
| 2018-03-15 | Stabilize `inclusive_range_syntax` language feature. | kennytm | -2/+2 | |
| Stabilize the syntax `a..=b` and `..=b`. | ||||
| 2018-03-14 | update tests | Guillaume Gomez | -1/+1 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -2/+2 | |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+1 | |
| 2017-12-21 | Do not emit type errors on recovered blocks | Esteban Küber | -4/+4 | |
| When a parse error occurs on a block, the parser will recover and create a block with the statements collected until that point. Now a flag stating that a recovery has been performed in this block is propagated so that the type checker knows that the type of the block (which will be identified as `()`) shouldn't be checked against the expectation to reduce the amount of irrelevant diagnostic errors shown to the user. | ||||
| 2017-12-14 | Remove NOTE/HELP annotations from UI tests | Vadim Petrochenkov | -2/+2 | |
| 2017-12-14 | Move compile-fail tests with NOTE/HELP annotations to UI | Vadim Petrochenkov | -0/+18 | |
