| Age | Commit message (Expand) | Author | Lines |
| 2024-03-15 | Rollup merge of #122513 - petrochenkov:somehir4, r=fmease | Guillaume Gomez | -12/+6 |
| 2024-03-14 | hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id` | Vadim Petrochenkov | -12/+6 |
| 2024-03-14 | Rollup merge of #122487 - GuillaumeGomez:rename-stmtkind-local, r=oli-obk | Matthias Krüger | -3/+3 |
| 2024-03-14 | Auto merge of #120943 - petrochenkov:somehir3, r=oli-obk | bors | -0/+1 |
| 2024-03-14 | Rename `hir::StmtKind::Local` into `hir::StmtKind::Let` | Guillaume Gomez | -3/+3 |
| 2024-03-13 | Delay a bug for stranded opaques | Michael Goulet | -1/+7 |
| 2024-03-13 | Create some minimal HIR for associated opaque types | Vadim Petrochenkov | -0/+1 |
| 2024-03-12 | Manual rustfmt | Oli Scherer | -1/+1 |
| 2024-03-12 | s/mt/mutability/ | Oli Scherer | -2/+1 |
| 2024-03-12 | Add `nested` bool to `DefKind::Static`. | Oli Scherer | -1/+1 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -3/+3 |
| 2024-03-11 | Make `DefiningAnchor::Bind` only store the opaque types that may be constrain... | Oli Scherer | -2/+2 |
| 2024-03-10 | Auto merge of #121662 - saethlin:precondition-unification, r=RalfJung | bors | -2/+3 |
| 2024-03-09 | miri: do not apply aliasing restrictions to Box with custom allocator | Ralf Jung | -0/+4 |
| 2024-03-08 | Distinguish between library and lang UB in assert_unsafe_precondition | Ben Kimock | -2/+3 |
| 2024-03-08 | Rollup merge of #122172 - compiler-errors:rpitit-collect-ice, r=fmease | Matthias Krüger | -8/+7 |
| 2024-03-08 | Auto merge of #122190 - matthiaskrgr:rollup-9ol4y30, r=matthiaskrgr | bors | -10/+11 |
| 2024-03-08 | Don't ICE if we collect no RPITITs unless there are no unification errors | Michael Goulet | -8/+7 |
| 2024-03-08 | Auto merge of #121500 - oli-obk:track_errors12, r=petrochenkov | bors | -5/+20 |
| 2024-03-08 | Rollup merge of #121563 - Jarcho:use_cf, r=petrochenkov | Matthias Krüger | -10/+11 |
| 2024-03-08 | Rollup merge of #122103 - compiler-errors:taits-capture-everything, r=oli-obk | Matthias Krüger | -10/+11 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -0/+2 |
| 2024-03-08 | Rename some functions to represent their generalized behavior | Michael Goulet | -1/+1 |
| 2024-03-08 | Make TAITs capture all higher-ranked lifetimes in scope | Michael Goulet | -10/+11 |
| 2024-03-07 | Merge collect_mod_item_types query into check_well_formed | Oli Scherer | -5/+20 |
| 2024-03-07 | Rollup merge of #122043 - Y-Nak:move-early-binder, r=lcnr | Guillaume Gomez | -13/+10 |
| 2024-03-07 | Rollup merge of #121863 - lukas-code:silence-mismatched-super-projections, r=... | Guillaume Gomez | -18/+28 |
| 2024-03-07 | Apply `EarlyBinder` only to `TraitRef` in `ImplTraitHeader` | Yoshitomo Nakanishi | -13/+10 |
| 2024-03-07 | Merge `check_mod_impl_wf` and `check_mod_type_wf` | Oli Scherer | -0/+2 |
| 2024-03-06 | Auto merge of #121679 - lcnr:opaque-wf-check-2, r=oli-obk | bors | -32/+24 |
| 2024-03-06 | Auto merge of #122045 - matthiaskrgr:rollup-5l3vpn7, r=matthiaskrgr | bors | -2/+2 |
| 2024-03-05 | Use `ControlFlow` in HIR visitors | Jason Newcomb | -10/+11 |
| 2024-03-05 | Rollup merge of #122028 - oli-obk:drop_in_place_leftovers, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2024-03-05 | Rollup merge of #121894 - RalfJung:const_eval_select, r=oli-obk | Matthias Krüger | -1/+2 |
| 2024-03-05 | Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult` | Jason Newcomb | -18/+10 |
| 2024-03-05 | Move visitor utils to `rustc_ast_ir` | Jason Newcomb | -1/+1 |
| 2024-03-05 | Remove some dead code | Oli Scherer | -1/+0 |
| 2024-03-05 | Auto merge of #121780 - nnethercote:diag-renaming2, r=davidtwco | bors | -2/+2 |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -2/+2 |
| 2024-03-05 | Auto merge of #120675 - oli-obk:intrinsics3.0, r=pnkfelix | bors | -2/+2 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -1/+1 |
| 2024-03-04 | rename `ast_*` to `hir_*` in wfcheck | Lukas Markeffsky | -17/+17 |
| 2024-03-04 | adjust obligation spans for super projections | Lukas Markeffsky | -3/+13 |
| 2024-03-04 | Return a struct from `query intrinsic` to be able to add another field in the... | Oli Scherer | -2/+2 |
| 2024-03-02 | const_eval_select: make it safe but be careful with what we expose on stable ... | Ralf Jung | -1/+2 |
| 2024-03-01 | Add `f16` and `f128` intrinsics to HIR | Trevor Gross | -1/+73 |
| 2024-02-29 | Auto merge of #118247 - spastorino:type-equality-subtyping, r=lcnr | bors | -3/+7 |
| 2024-02-29 | Make infer higher ranked equate use bidirectional subtyping in invariant context | Santiago Pastorino | -3/+7 |
| 2024-02-29 | Rollup merge of #121669 - nnethercote:count-stashed-errs-again, r=estebank | Guillaume Gomez | -2/+1 |
| 2024-02-29 | Rollup merge of #121745 - compiler-errors:refining-impl-trait-deeply-norm, r=... | Jacob Pratt | -5/+9 |