| Age | Commit message (Expand) | Author | Lines |
| 2024-03-16 | Auto merge of #121926 - tgross35:f16-f128-step3-feature-gate, r=compiler-erro... | bors | -1/+43 |
| 2024-03-15 | Rollup merge of #122513 - petrochenkov:somehir4, r=fmease | Guillaume Gomez | -9/+3 |
| 2024-03-14 | hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id` | Vadim Petrochenkov | -9/+3 |
| 2024-03-14 | Rollup merge of #122322 - Zalathar:branch, r=oli-obk | Matthias Krüger | -0/+1 |
| 2024-03-14 | Auto merge of #122497 - matthiaskrgr:rollup-pg9ux4r, r=matthiaskrgr | bors | -2/+3 |
| 2024-03-14 | Rollup merge of #122406 - compiler-errors:next-solver-asynckind-wf, r=lcnr | Matthias Krüger | -2/+3 |
| 2024-03-14 | Add compiler support for parsing `f16` and `f128` | Trevor Gross | -1/+43 |
| 2024-03-13 | Create some minimal HIR for associated opaque types | Vadim Petrochenkov | -2/+7 |
| 2024-03-13 | coverage: Add `CoverageKind::BlockMarker` | Zalathar | -0/+1 |
| 2024-03-12 | Fix WF for AsyncFnKindHelper in new trait solver | Michael Goulet | -2/+3 |
| 2024-03-12 | s/mt/mutability/ | Oli Scherer | -1/+5 |
| 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 | -4/+4 |
| 2024-03-11 | Make `DefiningAnchor::Bind` only store the opaque types that may be constrain... | Oli Scherer | -0/+18 |
| 2024-03-11 | Rename `DecorateLint` as `LintDiagnostic`. | Nicholas Nethercote | -5/+5 |
| 2024-03-11 | Rename `IntoDiagnostic` as `Diagnostic`. | Nicholas Nethercote | -5/+5 |
| 2024-03-11 | Rename `IntoDiagnosticArg` as `IntoDiagArg`. | Nicholas Nethercote | -43/+43 |
| 2024-03-10 | Auto merge of #122064 - Zoxc:dep-graph-encode-tweaks, r=cjgillot | bors | -1/+1 |
| 2024-03-09 | Rollup merge of #122237 - fee1-dead-contrib:rmord, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-03-09 | Remove `Ord` from `ClosureKind` | Deadbeef | -1/+1 |
| 2024-03-09 | miri: do not apply aliasing restrictions to Box with custom allocator | Ralf Jung | -5/+2 |
| 2024-03-09 | Auto merge of #122010 - oli-obk:intrinsics3.0, r=pnkfelix | bors | -6/+10 |
| 2024-03-08 | Rename some functions to represent their generalized behavior | Michael Goulet | -10/+10 |
| 2024-03-08 | Make TAITs capture all higher-ranked lifetimes in scope | Michael Goulet | -12/+0 |
| 2024-03-07 | Rollup merge of #122141 - klensy:sync-me, r=lcnr | Guillaume Gomez | -2/+4 |
| 2024-03-07 | Rollup merge of #121089 - oli-obk:create_def_feed, r=petrochenkov | Guillaume Gomez | -5/+71 |
| 2024-03-07 | sync (try_)instantiate_mir_and_normalize_erasing_regions implementation | klensy | -2/+4 |
| 2024-03-07 | Apply `EarlyBinder` only to `TraitRef` in `ImplTraitHeader` | Yoshitomo Nakanishi | -9/+11 |
| 2024-03-06 | Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, ... | Matthias Krüger | -3/+4 |
| 2024-03-06 | Add a profiler reference to `GraphEncoder` | John Kåre Alsaker | -1/+1 |
| 2024-03-06 | Auto merge of #122045 - matthiaskrgr:rollup-5l3vpn7, r=matthiaskrgr | bors | -8/+33 |
| 2024-03-05 | Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult` | Jason Newcomb | -100/+67 |
| 2024-03-05 | only set noalias on Box with the global allocator | Ralf Jung | -8/+33 |
| 2024-03-05 | Avoid using feed_unit_query from within queries | Oli Scherer | -1/+6 |
| 2024-03-05 | Remove a use of feed_local_crate and make it fail if used within queries | Oli Scherer | -0/+8 |
| 2024-03-05 | Change message type in bug functions. | Nicholas Nethercote | -3/+4 |
| 2024-03-05 | Prevent feeding `CRATE_DEF_ID` queries outside the resolver | Oli Scherer | -2/+10 |
| 2024-03-05 | Prevent leaking `Feed`s into query results | Oli Scherer | -0/+8 |
| 2024-03-05 | Get rid of `feed_local_def_id` | Oli Scherer | -4/+5 |
| 2024-03-05 | Keep `TyCtxtFeed` around longer in the resolver | Oli Scherer | -1/+37 |
| 2024-03-05 | Avoid invoking the `intrinsic` query for DefKinds other than `Fn` or `AssocFn` | Oli Scherer | -6/+10 |
| 2024-03-05 | Auto merge of #121780 - nnethercote:diag-renaming2, r=davidtwco | bors | -9/+7 |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -9/+7 |
| 2024-03-05 | Auto merge of #120675 - oli-obk:intrinsics3.0, r=pnkfelix | bors | -4/+31 |
| 2024-03-04 | make `intrinsic` query legal for any `DefId` | Oli Scherer | -0/+4 |
| 2024-03-04 | Add a scheme for moving away from `extern "rust-intrinsic"` entirely | Oli Scherer | -1/+6 |
| 2024-03-04 | Return a struct from `query intrinsic` to be able to add another field in the... | Oli Scherer | -5/+12 |
| 2024-03-04 | Add `is_intrinsic` helper | Oli Scherer | -0/+11 |
| 2024-03-04 | Allow a way to add constructors for rustc_type_ir types | Michael Goulet | -22/+27 |
| 2024-03-04 | Rollup merge of #121927 - Zoxc:print-no-query, r=estebank | Matthias Krüger | -8/+18 |