| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-02-25 | Rollup merge of #93845 - compiler-errors:in-band-lifetimes, r=cjgillot | Matthias Krüger | -112/+27 |
| 2022-02-24 | Remove LifetimeDefOrigin | Michael Goulet | -33/+25 |
| 2022-02-24 | Remove in-band lifetimes | Michael Goulet | -79/+2 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -3/+6 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -22/+15 |
| 2022-02-23 | rustc_errors: add `downgrade_to_delayed_bug` to `Diagnostic` itself. | Eduard-Mihai Burtescu | -2/+2 |
| 2022-02-20 | Rollup merge of #94146 - est31:let_else, r=cjgillot | Matthias Krüger | -23/+10 |
| 2022-02-19 | Adopt let else in more places | est31 | -23/+10 |
| 2022-02-18 | Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-02-18 | Auto merge of #94088 - oli-obk:revert, r=jackh726 | bors | -26/+8 |
| 2022-02-17 | Rollup merge of #94011 - est31:let_else, r=lcnr | Matthias Krüger | -8/+4 |
| 2022-02-17 | Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk" | Oli Scherer | -26/+8 |
| 2022-02-16 | Adopt let_else in even more places | est31 | -8/+4 |
| 2022-02-14 | Auto merge of #93938 - BoxyUwU:fix_res_self_ty, r=lcnr | bors | -2/+2 |
| 2022-02-12 | change to a struct variant | Ellen | -2/+2 |
| 2022-02-12 | Inherit lifetimes for async fn instead of duplicating them. | Camille GILLOT | -8/+26 |
| 2022-02-11 | Rollup merge of #93853 - steffahn:map_by_value, r=wesleywiser | Matthias Krüger | -18/+15 |
| 2022-02-10 | Remove further usage of `&hir::Map` | Frank Steffahn | -18/+15 |
| 2022-02-09 | Use a slice for object_lifetime_defaults. | Camille GILLOT | -78/+71 |
| 2022-02-09 | Ensure that queries only return Copy types. | Camille GILLOT | -1/+7 |
| 2022-02-05 | resolve lifetimes for const generic defaults | Michael Goulet | -1/+4 |
| 2022-02-03 | compiler: clippy::complexity fixes | Matthias Krüger | -1/+1 |