| Age | Commit message (Expand) | Author | Lines |
| 2024-03-15 | Rollup merge of #122254 - estebank:issue-48677, r=oli-obk | Matthias Krüger | -15/+129 |
| 2024-03-15 | Rollup merge of #122513 - petrochenkov:somehir4, r=fmease | Guillaume Gomez | -10/+4 |
| 2024-03-15 | Rollup merge of #122468 - beepster4096:borrowck_prefixes_cleanup, r=Nadrieril | Guillaume Gomez | -88/+28 |
| 2024-03-14 | hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id` | Vadim Petrochenkov | -10/+4 |
| 2024-03-14 | Rename `hir::StmtKind::Local` into `hir::StmtKind::Let` | Guillaume Gomez | -3/+3 |
| 2024-03-13 | Account for UnOps in borrowck message | Esteban Küber | -2/+17 |
| 2024-03-13 | Detect calls to `.clone()` on `T: !Clone` types on borrowck errors | Esteban Küber | -7/+106 |
| 2024-03-13 | cleanup prefixes iterator | beepster4096 | -88/+28 |
| 2024-03-11 | Eliminate `DefiningAnchor::Error`, it is indistinguishable from `DefiningAnch... | Oli Scherer | -1/+1 |
| 2024-03-11 | Make `DefiningAnchor::Bind` only store the opaque types that may be constrain... | Oli Scherer | -6/+3 |
| 2024-03-11 | Rename `IntoDiagnosticArg` as `IntoDiagArg`. | Nicholas Nethercote | -3/+3 |
| 2024-03-10 | Auto merge of #121662 - saethlin:precondition-unification, r=RalfJung | bors | -1/+1 |
| 2024-03-09 | Rollup merge of #121584 - klensy:itertools-up, r=Mark-Simulacrum | Guillaume Boisseau | -1/+1 |
| 2024-03-09 | Drive-by fix string fmt | Esteban Küber | -6/+6 |
| 2024-03-08 | Distinguish between library and lang UB in assert_unsafe_precondition | Ben Kimock | -1/+1 |
| 2024-03-08 | Rollup merge of #121563 - Jarcho:use_cf, r=petrochenkov | Matthias Krüger | -47/+30 |
| 2024-03-08 | bump itertools to 0.12 | klensy | -1/+1 |
| 2024-03-08 | Rollup merge of #122103 - compiler-errors:taits-capture-everything, r=oli-obk | Matthias Krüger | -8/+11 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -6/+8 |
| 2024-03-08 | Make TAITs capture all higher-ranked lifetimes in scope | Michael Goulet | -8/+11 |
| 2024-03-06 | Add missing `#[rustc_lint_diagnostics]` attributes. | Nicholas Nethercote | -3/+11 |
| 2024-03-06 | Rewrite the `untranslatable_diagnostic` lint. | Nicholas Nethercote | -0/+5 |
| 2024-03-05 | Use `ControlFlow` in HIR visitors | Jason Newcomb | -47/+30 |
| 2024-03-04 | Return a struct from `query intrinsic` to be able to add another field in the... | Oli Scherer | -1/+1 |
| 2024-03-01 | Rollup merge of #120646 - clubby789:uninit-destructuring-sugg, r=michaelwoeri... | Matthias Krüger | -1/+6 |
| 2024-03-01 | Fallout from removing a_is_expected | Michael Goulet | -6/+1 |
| 2024-03-01 | Remove a_is_expected from combine relations | Michael Goulet | -1/+0 |
| 2024-03-01 | Get rid of some sub_exp and eq_exp | Michael Goulet | -1/+0 |
| 2024-03-01 | Combine sub and eq | Michael Goulet | -7/+6 |
| 2024-02-29 | Make nll higher ranked equate use bidirectional subtyping in invariant context | Santiago Pastorino | -54/+52 |
| 2024-02-28 | Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`. | Nicholas Nethercote | -1/+1 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -179/+124 |
| 2024-02-27 | Avoid a `span_delayed_bug` in `compute_regions`. | Nicholas Nethercote | -12/+13 |
| 2024-02-27 | Remove an unnecessary `span_delayed_bug` call. | Nicholas Nethercote | -7/+4 |
| 2024-02-26 | always emit `AliasRelate` goals when relating aliases | lcnr | -1/+6 |
| 2024-02-24 | Implement asm goto in MIR and MIR lowering | Gary Guo | -2/+4 |
| 2024-02-24 | Change InlineAsm to allow multiple targets instead | Gary Guo | -4/+4 |
| 2024-02-23 | compiler: clippy::complexity fixes | Matthias Krüger | -5/+4 |
| 2024-02-23 | Rollup merge of #121479 - lcnr:fix-generalize, r=compiler-errors | Matthias Krüger | -5/+9 |
| 2024-02-22 | woops, soundly generalizing is hard | lcnr | -5/+9 |
| 2024-02-22 | Rollup merge of #121386 - oli-obk:no_higher_ranked_opaques, r=lcnr | Matthias Krüger | -6/+8 |
| 2024-02-22 | `report_mismatch` did not actually report anymore | Oli Scherer | -1/+1 |
| 2024-02-22 | Auto merge of #121225 - RalfJung:simd-extract-insert-const-idx, r=oli-obk,Ama... | bors | -7/+28 |
| 2024-02-22 | Avoid emitting type mismatches against `{type error}` | Oli Scherer | -6/+8 |
| 2024-02-21 | Inline NllTypeRelating into its only usage site | Michael Goulet | -23/+446 |
| 2024-02-21 | Make TypeRelating more NLL-specific | Michael Goulet | -4/+4 |
| 2024-02-21 | Yeet QueryTypeRelatingDelegate | Michael Goulet | -4/+0 |
| 2024-02-21 | Convert `bug`s back to `delayed_bug`s. | Nicholas Nethercote | -3/+7 |
| 2024-02-21 | Convert `delayed_bug`s to `bug`s. | Nicholas Nethercote | -12/+8 |
| 2024-02-20 | Auto merge of #120576 - nnethercote:merge-Diagnostic-DiagnosticBuilder, r=dav... | bors | -51/+85 |