| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -9/+0 | |
| 2022-06-12 | Improves parser diagnostics, fixes #93867 | threadexception | -2/+2 | |
| 2021-12-13 | Update test to new error message | Alexis Bourget | -1/+1 | |
| 2021-12-13 | Fix broken span and related tests | Alexis Bourget | -2/+5 | |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -2/+0 | |
| This is step 2 towards fixing #77548. In the codegen and codegen-units test suites, the `//` comment markers were kept in order not to affect any source locations. This is because these tests cannot be automatically `--bless`ed. | ||||
| 2021-03-17 | Detect pub fn attr wrong order like `async pub` | Ivan Tham | -2/+3 | |
| Redirects `const? async? unsafe? pub` to `pub const? async? unsafe?`. Fix #76437 | ||||
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -1/+1 | |
| 2020-02-24 | parse: tweak diagnostic wordings | Mazdak Farrokhzad | -1/+1 | |
| 2020-02-24 | parser: tweak unmatched wording | Mazdak Farrokhzad | -1/+1 | |
| 2020-02-24 | parse: use `parse_item_common` in `parse_foreign_item`. | Mazdak Farrokhzad | -1/+2 | |
| 2020-02-15 | fuse extern & associated item parsing up to defaultness | Mazdak Farrokhzad | -1/+1 | |
| 2020-02-13 | parser: misc small item related improvements & cleanups. | Mazdak Farrokhzad | -2/+1 | |
| 2020-02-13 | parser: unify item list parsing. | Mazdak Farrokhzad | -0/+3 | |
| as a consequence, `trait X { #![attr] }` becomes legal. | ||||
| 2020-02-05 | parser: merge `fn` grammars wrt. bodies & headers | Mazdak Farrokhzad | -1/+1 | |
| also refactor `FnKind` and `visit_assoc_item` visitors | ||||
| 2019-01-06 | tests: Do not use `-Z parse-only`, continue compilation to test recovery | Vadim Petrochenkov | -2/+0 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-10-21 | Move parse-fail tests to UI | Vadim Petrochenkov | -0/+16 | |
