| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-02-02 | Detect `::` -> `:` typo in type argument | Esteban Kuber | -0/+37 |
| 2022-01-27 | Store def_id_to_hir_id as variant in hir_owner. | Camille GILLOT | -9/+1 |
| 2022-01-21 | Rollup merge of #93046 - est31:let_else, r=davidtwco | Matthias Krüger | -41/+38 |
| 2022-01-19 | Only suggest adding `!` to expressions that can be macro invocation | Esteban Kuber | -1/+10 |
| 2022-01-18 | Use let_else in even more places | est31 | -41/+38 |
| 2022-01-16 | Replace NestedVisitorMap with NestedFilter | Cameron Steffen | -40/+5 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -44/+36 |
| 2022-01-15 | Return a LocalDefId in get_parent_item. | Camille GILLOT | -5/+5 |
| 2021-12-27 | Tighten span when suggesting lifetime on path | Michael Goulet | -3/+6 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -8/+8 |
| 2021-12-16 | Auto merge of #89836 - pierwill:fix-85142-crate-hash, r=wesleywiser | bors | -4/+1 |
| 2021-12-15 | Rollup merge of #91888 - BoxyUwU:generic_arg_infer_aaaa, r=lcnr | Matthias Krüger | -5/+4 |
| 2021-12-15 | Remove unnecessary sigils around `Ident::as_str()` calls. | Nicholas Nethercote | -2/+2 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -2/+2 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -5/+5 |
| 2021-12-14 | Rollup merge of #91798 - bugadani:issue-91783, r=michaelwoerister | Matthias Krüger | -1/+6 |
| 2021-12-14 | awdawdawd | Ellen | -5/+4 |
| 2021-12-13 | Include rustc version in `rustc_span::StableCrateId` | pierwill | -4/+1 |
| 2021-12-12 | Avoid suggesting self in visibility spec | Dániel Buga | -1/+6 |
| 2021-12-11 | Rollup merge of #91764 - cjgillot:elide-anyway, r=jackh726 | Matthias Krüger | -0/+5 |
| 2021-12-11 | Do not ICE when suggesting elided lifetimes on non-existent spans. | Camille GILLOT | -0/+5 |
| 2021-12-07 | Store impl_trait_fn inside OpaqueTyOrigin. | Camille GILLOT | -4/+11 |
| 2021-12-03 | Annotate `derive`d spans and move span suggestion code | Esteban Kuber | -2/+2 |
| 2021-12-03 | Keep spans for generics in `#[derive(_)]` desugaring | Esteban Kuber | -11/+5 |
| 2021-11-30 | Merge Implicit and ImplicitMissing. | Camille GILLOT | -7/+4 |
| 2021-11-30 | Handle `allow(elided_lifetimes_in_paths)`. | Camille GILLOT | -31/+28 |
| 2021-11-30 | Lint elided lifetimes in path during lifetime resolution. | Camille GILLOT | -9/+57 |