| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -168/+0 | |
| 2022-10-07 | Rewrite representability | Cameron Steffen | -3/+1 | |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -3/+2 | |
| 2022-05-25 | suggest `extern crate foo` when failing to resolve `use foo` | Takayuki Maeda | -0/+2 | |
| fix ci error | ||||
| 2022-03-27 | Point (again) to more expressions with their type, even if not fully resolved | Esteban Kuber | -2/+6 | |
| 2022-01-27 | Improve suggestion for escaping reserved keywords | Noah Lev | -4/+4 | |
| 2021-10-19 | Explain why `Self` is invalid in generic parameters | Hirochika Matsumoto | -13/+22 | |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -2/+2 | |
| * On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span | ||||
| 2021-06-30 | Move some UI tests to more suitable subdirs | Yuki Okushi | -0/+34 | |
| 2020-03-26 | parse: recover on `const fn()` / `async fn()`. | Mazdak Farrokhzad | -4/+4 | |
| 2020-03-14 | resolve: Fix regression in resolution of raw keywords in paths | Vadim Petrochenkov | -1/+9 | |
| 2020-01-12 | Diagnostics should not end with a full stop | varkor | -6/+6 | |
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -2/+2 | |
| 2019-11-18 | Remove E0308 note when primary label has all info | Esteban Küber | -6/+0 | |
| 2019-10-28 | Rollup merge of #65640 - estebank:recover-missing-semi, r=Centril | Mazdak Farrokhzad | -1/+1 | |
| Use heuristics to recover parsing of missing `;` - Detect `,` and `:` typos where `;` was intended. - When the next token could have been the start of a new statement, detect a missing semicolon. Fix #48160, fix #44767 (after adding note about statements). | ||||
| 2019-10-28 | Tweak unexpected token wording | Esteban Küber | -1/+1 | |
| 2019-10-27 | Point at local similarly named element and tweak references to variants | Esteban Küber | -2/+2 | |
| Point at the span for the definition of ADTs internal to the current crate. Look at the leading char of the ident to determine whether we're expecting a likely fn or any of a fn, a tuple struct or a tuple variant. Turn fn `add_typo_suggestion` into a `Resolver` method. | ||||
| 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-09-25 | update ui tests | Guillaume Gomez | -0/+1 | |
| 2019-08-27 | recover on 'mut ' and improve recovery for keywords. | Mazdak Farrokhzad | -3/+7 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+0 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -10/+10 | |
| 2019-01-13 | remove extern_in_paths. | Mazdak Farrokhzad | -14/+48 | |
| 2018-12-31 | Improve type mismatch error messages | Yuning Zhang | -2/+2 | |
| Replace "integral variable" with "integer" and replace "floating-point variable" with "floating-point number" to make the message less confusing. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -66/+6 | |
| 2018-11-30 | Updated ui tests. | Alexander Regueiro | -3/+2 | |
| 2018-11-30 | Removed feature gate. | Alexander Regueiro | -10/+1 | |
| 2018-11-18 | resolve: Avoid sentence breaks in diagnostics | Vadim Petrochenkov | -8/+8 | |
| 2018-09-13 | introduce SelfCtor | F001 | -2/+12 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+140 | |
