| Age | Commit message (Expand) | Author | Lines |
| 2022-06-02 | Do not report mixed label/lifetime shadowing. | Camille GILLOT | -73/+33 |
| 2022-06-02 | Diagnose shadowing on AST. | Camille GILLOT | -299/+116 |
| 2022-05-24 | Rollup merge of #97240 - TaKO8Ki:improve-errors-about-typos-on-variables, r=c... | Yuki Okushi | -7/+8 |
| 2022-05-23 | add typo suggestions for all `AssocSuggestion` variants | Takayuki Maeda | -1/+1 |
| 2022-05-21 | typo suggestion for a variable with a name similar to struct fields | Takayuki Maeda | -7/+8 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -24/+30 |
| 2022-05-20 | Lint single-use-lifetimes on the AST. | Camille GILLOT | -379/+78 |
| 2022-05-14 | Forbid nested opaque types to reference HRTB from opaque types. | Camille GILLOT | -0/+14 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -6/+1 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -2/+2 |
| 2022-05-05 | Rollup merge of #96507 - TaKO8Ki:suggest-calling-associated-function, r=lcnr | Matthias Krüger | -34/+75 |
| 2022-05-05 | suggest calling `Self::associated_function()` | Takayuki Maeda | -34/+75 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -2/+2 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -51/+45 |
| 2022-05-01 | resolve: Turn `enum Finalize` into an optional struct | Vadim Petrochenkov | -4/+4 |
| 2022-04-30 | Store all generic bounds as where predicates. | Camille GILLOT | -60/+26 |
| 2022-04-30 | Inline WhereClause into Generics. | Camille GILLOT | -2/+2 |
| 2022-04-30 | Box HIR Generics and Impl. | Camille GILLOT | -1/+1 |
| 2022-04-30 | Ban non-static lifetimes from AnonConst on AST. | Camille GILLOT | -32/+16 |
| 2022-04-29 | Ban non-static in const generics in AST. | Camille GILLOT | -29/+15 |
| 2022-04-28 | Auto merge of #96495 - Dylan-DPC:rollup-9lm4tpp, r=Dylan-DPC | bors | -3/+1 |
| 2022-04-28 | Rollup merge of #96471 - BoxyUwU:let_else_considered_harmful, r=lcnr | Dylan DPC | -3/+1 |
| 2022-04-27 | Auto merge of #91557 - cjgillot:ast-lifetimes-named, r=petrochenkov | bors | -1/+1 |
| 2022-04-27 | Use LifetimeRes during lowering. | Camille GILLOT | -1/+1 |
| 2022-04-27 | tut tut tut | Ellen | -3/+1 |
| 2022-04-23 | Stop visiting visibility. | Camille GILLOT | -2/+2 |
| 2022-04-19 | Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov | Dylan DPC | -6/+4 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -6/+4 |
| 2022-04-17 | Lint elided lifetimes in path on the AST. | Camille GILLOT | -51/+9 |
| 2022-04-17 | Report undeclared lifetimes on AST. | Camille GILLOT | -71/+102 |
| 2022-04-17 | Remove is_in_fn_syntax. | Camille GILLOT | -11/+0 |
| 2022-04-12 | Rollup merge of #95405 - cjgillot:probe, r=petrochenkov | Dylan DPC | -2/+1 |
| 2022-04-12 | Pass last_import_segment and unusable_binding as parameters. | Camille GILLOT | -2/+1 |
| 2022-04-11 | Rollup merge of #95907 - compiler-errors:diag, r=Dylan-DPC | Matthias Krüger | -7/+6 |
| 2022-04-10 | FIXME for diagnostic variable name | Michael Goulet | -7/+6 |
| 2022-04-10 | Store LocalDefId in is_late_bound_map. | Camille GILLOT | -7/+10 |
| 2022-04-08 | check_doc_keyword: don't alloc string for emptiness check | klensy | -1/+1 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -1/+1 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -2/+3 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -5/+5 |
| 2022-03-27 | resolve: Simplify some diagnostic code to avoid an ICE | Vadim Petrochenkov | -17/+4 |
| 2022-03-25 | resolve: Rename `CrateLint` to `Finalize` | Vadim Petrochenkov | -6/+6 |
| 2022-03-25 | resolve: Stop passing unused spans and node ids to path resolution functions | Vadim Petrochenkov | -20/+14 |
| 2022-03-25 | resolve: Do not build expensive suggestions if they are not actually used | Vadim Petrochenkov | -3/+3 |
| 2022-03-21 | Return err instead of ICE | ouz-a | -2/+23 |
| 2022-03-17 | Rollup merge of #94960 - codehorseman:master, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -6/+8 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-15 | Support other types of pluralization in pluralize macro | est31 | -3/+3 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -3/+3 |