| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -123/+0 | |
| 2022-09-27 | Migrate more diagnostics in rustc_parse to diagnostic structs | Xiretza | -1/+1 | |
| 2022-06-16 | --bless ui | Maybe Waffle | -4/+3 | |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -9/+9 | |
| * On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span | ||||
| 2021-07-30 | Use multispan suggestions more often | Esteban Küber | -24/+48 | |
| * Use more accurate span for `async move` suggestion * Use more accurate span for deref suggestion * Use `multipart_suggestion` more often | ||||
| 2020-02-09 | --bless --compare-mode=nll | Matthias Prechtl | -1/+1 | |
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+2 | |
| Make the spacing between the code snippet and verbose structured suggestions consistent with note and help messages. | ||||
| 2019-07-19 | Handle more cases of typos misinterpreted as type ascription | Esteban Küber | -7/+4 | |
| 2019-07-16 | normalize use of backticks in compiler messages for libsyntax/parse | Samy Kacimi | -1/+1 | |
| https://github.com/rust-lang/rust/issues/60532 | ||||
| 2019-05-30 | Explicitly suggest 'type_ascription' feature | Janusz Marcinkiewicz | -1/+1 | |
| 2019-03-22 | Reword type ascription note to reduce verbosity | Esteban Küber | -6/+1 | |
| 2019-03-22 | Review comment | Esteban Küber | -1/+1 | |
| 2019-03-22 | Expand suggestions for type ascription parse errors | Esteban Küber | -0/+13 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -7/+7 | |
| 2019-01-02 | make `panictry!` private to libsyntax | Andy Russell | -9/+9 | |
| This commit completely removes usage of the `panictry!` macro from outside libsyntax. The macro causes parse errors to be fatal, so using it in libsyntax_ext caused parse failures *within* a syntax extension to be fatal, which is probably not intended. Furthermore, this commit adds spans to diagnostics emitted by empty extensions if they were missing, à la #56491. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -9/+9 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+93 | |
