| Age | Commit message (Expand) | Author | Lines |
| 2024-05-02 | Inline & delete `Ty::new_unit`, since it's just a field access | Waffle Lapkin | -22/+22 |
| 2024-04-30 | Replace item names containing an error code with something more meaningful | León Orell Valerian Liehr | -14/+4 |
| 2024-04-23 | Auto merge of #124302 - matthiaskrgr:rollup-2aya8n8, r=matthiaskrgr | bors | -8/+6 |
| 2024-04-23 | Rollup merge of #124003 - WaffleLapkin:dellvmization, r=scottmcm,RalfJung,antoyo | Matthias Krüger | -8/+6 |
| 2024-04-23 | Rollup merge of #123993 - compiler-errors:coroutine-obl, r=lcnr | León Orell Valerian Liehr | -36/+11 |
| 2024-04-23 | Rollup merge of #124067 - RalfJung:weak-lang-items, r=davidtwco | Matthias Krüger | -3/+3 |
| 2024-04-21 | Add an intrinsic that lowers to AggregateKind::RawPtr | Scott McMurray | -0/+5 |
| 2024-04-20 | Explicitly mention `Self` | Michael Goulet | -6/+14 |
| 2024-04-20 | Flip spans for precise capturing syntax not capturing a ty/ct param | Michael Goulet | -11/+18 |
| 2024-04-19 | Fix capturing duplicated lifetimes via parent | Michael Goulet | -7/+30 |
| 2024-04-18 | Rollup merge of #124047 - Jules-Bertholet:match-ergonomics-cleanups, r=Nadrieril | Matthias Krüger | -2/+2 |
| 2024-04-17 | Auto merge of #123674 - oli-obk:bogus_note, r=estebank | bors | -2/+8 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -2/+2 |
| 2024-04-17 | consistency rename: language item -> lang item | Ralf Jung | -3/+3 |
| 2024-04-16 | Change intrinsic types to use `u32` instead of `T` to match stable reexports | Maybe Waffle | -8/+6 |
| 2024-04-16 | Auto merge of #123468 - compiler-errors:precise-capturing, r=oli-obk | bors | -2/+132 |
| 2024-04-15 | redundant ::{self} | Michael Goulet | -1/+1 |
| 2024-04-15 | Do check_coroutine_obligations once per typeck root | Michael Goulet | -36/+11 |
| 2024-04-15 | Rename coroutine_stalled_predicates | Michael Goulet | -3/+3 |
| 2024-04-16 | Rollup merge of #123926 - compiler-errors:no-ann, r=estebank | León Orell Valerian Liehr | -4/+4 |
| 2024-04-16 | Rollup merge of #123016 - compiler-errors:no-type-var-origin, r=lcnr | León Orell Valerian Liehr | -5/+5 |
| 2024-04-15 | Fix pretty hir for anon consts in diagnostics | Michael Goulet | -4/+4 |
| 2024-04-15 | Remove TypeVariableOriginKind | Michael Goulet | -5/+5 |
| 2024-04-15 | More polishing | Michael Goulet | -0/+8 |
| 2024-04-15 | Some ordering and duplication checks | Michael Goulet | -14/+43 |
| 2024-04-15 | Add hir::Node::PreciseCapturingNonLifetimeArg | Michael Goulet | -1/+3 |
| 2024-04-15 | Validation and other things | Michael Goulet | -2/+93 |
| 2024-04-14 | Consolidate two copies of ty_kind_suggestion | Michael Goulet | -65/+9 |
| 2024-04-14 | Rollup merge of #123898 - fmease:gci-cmp-impl-item-lt-params, r=compiler-errors | Matthias Krüger | -4/+2 |
| 2024-04-13 | Check regions earlier when comparing impl with trait item def | León Orell Valerian Liehr | -4/+2 |
| 2024-04-13 | remove some ancient debug output, looks unused? | klensy | -2/+0 |
| 2024-04-11 | Rollup merge of #123774 - Lee-Janggun:master, r=lqd | Matthias Krüger | -1/+1 |
| 2024-04-11 | Rollup merge of #123704 - estebank:diag-changes, r=compiler-errors | Matthias Krüger | -11/+62 |
| 2024-04-11 | Fix small typo | Janggun Lee | -1/+1 |
| 2024-04-10 | Handle more cases of "values to suggest" given a type | Esteban Küber | -0/+12 |
| 2024-04-10 | Handle more cases of value suggestions | Esteban Küber | -10/+38 |
| 2024-04-10 | Auto merge of #121346 - m-ou-se:temp-lifetime-if-else-match, r=compiler-errors | bors | -0/+13 |
| 2024-04-09 | Tweak value suggestions in `borrowck` and `hir_analysis` | Esteban Küber | -5/+16 |
| 2024-04-09 | Clarifying comment | Michael Goulet | -3/+9 |
| 2024-04-09 | Split back out unused_lifetimes -> redundant_lifetimes | Michael Goulet | -2/+2 |
| 2024-04-09 | Lint redundant lifetimes in impl header | Michael Goulet | -5/+6 |
| 2024-04-09 | Move check to wfcheck | Michael Goulet | -0/+128 |
| 2024-04-09 | Silence some follow-up errors on trait impls in case the trait has conflictin... | Oli Scherer | -2/+8 |
| 2024-04-08 | Eliminate `DefiningAnchor` now that is just a single-variant enum | Oli Scherer | -6/+3 |
| 2024-04-03 | Rollup merge of #123419 - petrochenkov:zeroindex, r=compiler-errors | Matthias Krüger | -6/+6 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -6/+6 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -1/+1 |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -1/+1 |
| 2024-04-02 | Auto merge of #123385 - matthiaskrgr:rollup-v69vjbn, r=matthiaskrgr | bors | -3/+2 |
| 2024-04-02 | Rollup merge of #123226 - scottmcm:u32-shifts, r=WaffleLapkin | Matthias Krüger | -3/+2 |