| Age | Commit message (Expand) | Author | Lines |
| 2020-10-06 | Fix tests from rebase | Matthew Jasper | -7/+15 |
| 2020-10-06 | Separate bounds and predicates for associated/opaque types | Matthew Jasper | -1/+1 |
| 2020-10-03 | Run attributes check at crate level | Guillaume Gomez | -2/+2 |
| 2020-09-07 | Rollup merge of #76274 - scottmcm:fix-76271, r=petrochenkov | Dylan DPC | -0/+12 |
| 2020-09-02 | Allow try blocks as the argument to return expressions | Scott McMurray | -0/+12 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -23/+23 |
| 2020-08-11 | Rollup merge of #75359 - lcnr:unused-delims-trim, r=oli-obk | Yuki Okushi | -1/+1 |
| 2020-08-10 | Add missing primary label | Esteban Küber | -1/+1 |
| 2020-08-10 | unused_delims: trim expr | Bastian Kauschke | -1/+1 |
| 2020-07-02 | Audit uses of `span_suggestion_short` | Yuki Okushi | -7/+37 |
| 2020-04-14 | allow try as scrutinee, e.g. `match try ...` | Bastian Kauschke | -15/+85 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -0/+2 |
| 2020-03-22 | Normalize wording of privacy access labels | Esteban Küber | -1/+5 |
| 2020-02-06 | rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-02-06 | rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-01-24 | Normalise notes with the/is | varkor | -1/+1 |
| 2019-11-23 | Rework raw ident suggestions | Esteban Küber | -5/+0 |
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -4/+4 |
| 2019-11-18 | Remove E0308 note when primary label has all info | Esteban Küber | -12/+0 |
| 2019-11-18 | review comments: tweak prefix strings | Esteban Küber | -4/+4 |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -2/+2 |
| 2019-11-10 | Make error and warning annotations mandatory in UI tests | Tomasz Miąsko | -3/+3 |
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+1 |
| 2019-10-13 | Update ui tests | Guillaume Gomez | -0/+1 |
| 2019-10-01 | fix test after rebase | Alex Zatelepin | -4/+14 |
| 2019-10-01 | address review comments | Alex Zatelepin | -4/+4 |
| 2019-10-01 | add tests | Alex Zatelepin | -4/+108 |
| 2019-09-06 | Fixed grammar/style in error messages and reblessed tests. | Alexander Regueiro | -3/+3 |
| 2019-05-17 | Explain that ? converts the error type using From | Esteban Küber | -0/+1 |
| 2019-04-22 | Remove double trailing newlines | varkor | -3/+0 |
| 2019-04-19 | Rollup merge of #60064 - estebank:issue-59980, r=varkor | Mazdak Farrokhzad | -4/+4 |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -4/+3 |
| 2019-04-17 | Give custom error for E0277 on `?` error case | Esteban Küber | -2/+2 |
| 2019-04-17 | Point at try `?` on errors affecting the err match arm of the desugared code | Esteban Küber | -2/+2 |
| 2019-04-14 | Rollup merge of #59835 - lzutao:nonzero-signed, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2019-04-12 | Rollup merge of #59847 - Kampfkarren:try-block-catch, r=estebank | Mazdak Farrokhzad | -0/+20 |
| 2019-04-10 | Feedback | Kampfkarren | -2/+2 |
| 2019-04-10 | Fix tests, I think | Kampfkarren | -2/+3 |
| 2019-04-10 | Fix error brought up by changing tabs to spaces | Kampfkarren | -1/+1 |
| 2019-04-10 | Adhere to tidy script | Kampfkarren | -3/+3 |
| 2019-04-10 | Special error when using catch after try | Kampfkarren | -0/+19 |
| 2019-04-10 | Update ui test | Lzu Tao | -1/+1 |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -18/+18 |
| 2019-02-17 | Add a note about 2018e if someone uses `try {` in 2015e | Scott McMurray | -0/+2 |
| 2019-01-24 | When using value after move, point at span of local | Esteban Küber | -4/+6 |
| 2019-01-22 | Auto merge of #57475 - SimonSapin:signed, r=estebank | bors | -2/+2 |
| 2019-01-21 | Fix some non-determinism in help messages for E0277 errors. | Simon Sapin | -1/+1 |
| 2019-01-17 | Add signed num::NonZeroI* types | Simon Sapin | -2/+2 |
| 2019-01-15 | use structured macro and path resolve suggestions | Andy Russell | -1/+1 |
| 2019-01-02 | Auto merge of #57250 - codeworm96:tyerr_msg, r=varkor | bors | -1/+1 |