| Age | Commit message (Expand) | Author | Lines |
| 2024-03-11 | Run a single huge `par_body_owners` instead of many small ones after each other. | Oli Scherer | -13/+0 |
| 2024-03-11 | Merge various rustc_attr based tests | Oli Scherer | -8/+2 |
| 2024-03-11 | Never bail out early while running all the type check queries | Oli Scherer | -25/+15 |
| 2024-03-11 | Rollup merge of #121840 - oli-obk:freeze, r=dtolnay | Jacob Pratt | -0/+14 |
| 2024-03-11 | Rename `IntoDiagnostic` as `Diagnostic`. | Nicholas Nethercote | -4/+4 |
| 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 | Rollup merge of #122100 - compiler-errors:better-capture, r=oli-obk | Matthias Krüger | -28/+52 |
| 2024-03-08 | Improve error message for opaque captures | Michael Goulet | -28/+52 |
| 2024-03-08 | Auto merge of #122190 - matthiaskrgr:rollup-9ol4y30, r=matthiaskrgr | bors | -32/+27 |
| 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 | -20/+23 |
| 2024-03-08 | Rollup merge of #121563 - Jarcho:use_cf, r=petrochenkov | Matthias Krüger | -32/+27 |
| 2024-03-08 | Rollup merge of #122103 - compiler-errors:taits-capture-everything, r=oli-obk | Matthias Krüger | -73/+20 |
| 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 | -2/+2 |
| 2024-03-08 | Make TAITs capture all higher-ranked lifetimes in scope | Michael Goulet | -72/+19 |
| 2024-03-07 | Merge collect_mod_item_types query into check_well_formed | Oli Scherer | -31/+23 |
| 2024-03-07 | Rollup merge of #122123 - compiler-errors:object-trait-alias-bounds, r=oli-obk | Guillaume Gomez | -44/+36 |
| 2024-03-07 | Rollup merge of #122043 - Y-Nak:move-early-binder, r=lcnr | Guillaume Gomez | -36/+31 |
| 2024-03-07 | Rollup merge of #121863 - lukas-code:silence-mismatched-super-projections, r=... | Guillaume Gomez | -18/+28 |
| 2024-03-07 | Use the same collection order as check_mod_type_wf | Oli Scherer | -3/+3 |
| 2024-03-07 | Apply `EarlyBinder` only to `TraitRef` in `ImplTraitHeader` | Yoshitomo Nakanishi | -36/+31 |
| 2024-03-07 | Collect mod item types in parallel, just like wfcheck | Oli Scherer | -1/+12 |
| 2024-03-07 | Merge `check_mod_impl_wf` and `check_mod_type_wf` | Oli Scherer | -27/+13 |
| 2024-03-07 | Don't require specifying unrelated assoc types when trait alias is in dyn type | Michael Goulet | -44/+36 |
| 2024-03-06 | Rollup merge of #122027 - compiler-errors:rpitit-cycle, r=spastorino | Matthias Krüger | -15/+61 |
| 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 | -32/+27 |
| 2024-03-05 | Split refining_impl_trait lint into _reachable, _internal variants | Tyler Mandry | -16/+18 |
| 2024-03-06 | Auto merge of #122041 - matthiaskrgr:rollup-imsmdke, r=matthiaskrgr | bors | -21/+14 |
| 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 | Rollup merge of #121991 - oli-obk:merge_opaque_types_defined_by_queries, r=co... | Matthias Krüger | -20/+8 |
| 2024-03-05 | Rollup merge of #121975 - davidtwco:issue-121757, r=petrochenkov | Matthias Krüger | -1/+6 |
| 2024-03-05 | Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult` | Jason Newcomb | -43/+25 |
| 2024-03-05 | Move visitor utils to `rustc_ast_ir` | Jason Newcomb | -2/+2 |
| 2024-03-05 | Merge `impl_trait_in_assoc_types_defined_by` query back into `opaque_types_de... | Oli Scherer | -20/+8 |
| 2024-03-05 | Remove some dead code | Oli Scherer | -1/+0 |
| 2024-03-05 | Uplift some feeding out of associated_type_for_impl_trait_in_impl and into qu... | Michael Goulet | -15/+61 |
| 2024-03-05 | Auto merge of #121780 - nnethercote:diag-renaming2, r=davidtwco | bors | -10/+10 |
| 2024-03-05 | Rename `StructuredDiagnostic` as `StructuredDiag`. | Nicholas Nethercote | -8/+8 |
| 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-04 | Rollup merge of #121969 - nnethercote:ParseSess-cleanups, r=wesleywiser | Matthias Krüger | -1/+1 |
| 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 |