| Age | Commit message (Expand) | Author | Lines |
| 2024-03-19 | Rollup merge of #122695 - surechen:make_only_local_explict_argument, r=lcnr | Matthias Krüger | -8/+2 |
| 2024-03-19 | Do binder folding eagerly in bound_coroutine_hidden_types | Michael Goulet | -2/+34 |
| 2024-03-19 | Auto merge of #122392 - BoxyUwU:misc_cleanup, r=lcnr | bors | -2/+16 |
| 2024-03-19 | Auto merge of #122037 - oli-obk:more_new_intrinsics, r=Nilstrieb | bors | -1/+6 |
| 2024-03-19 | Change only_local to enum type and change the macros to always require a vari... | surechen | -8/+2 |
| 2024-03-19 | Ensure nested statics have a HIR node to prevent various queries from ICEing | Oli Scherer | -0/+21 |
| 2024-03-19 | Make span_bug panic site useful again | Oli Scherer | -1/+6 |
| 2024-03-19 | Auto merge of #119212 - w-utter:pretty-print-const-expr, r=compiler-errors | bors | -2/+152 |
| 2024-03-19 | Auto merge of #122493 - lukas-code:sized-constraint, r=lcnr | bors | -10/+13 |
| 2024-03-18 | Rollup merge of #122158 - estebank:feature-sugg, r=WaffleLapkin | Matthias Krüger | -1/+42 |
| 2024-03-18 | update region debug formatting | Boxy | -2/+16 |
| 2024-03-18 | Provide structured suggestion for `#![feature(foo)]` | Esteban Küber | -1/+42 |
| 2024-03-18 | Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ... | Oli Scherer | -5/+5 |
| 2024-03-17 | added pretty_print_const_expr | will | -2/+152 |
| 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 | remove unnecessary sized checks | Lukas Markeffsky | -4/+7 |
| 2024-03-14 | clean up ADT sized constraint computation | Lukas Markeffsky | -5/+5 |
| 2024-03-14 | make `Representability::Infinite` carry `ErrorGuaranteed` | Lukas Markeffsky | -2/+2 |
| 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 | Introduce perma-unstable `wasm-c-abi` flag | daxpedda | -1/+15 |
| 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 |