| Age | Commit message (Expand) | Author | Lines |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -1/+1 |
| 2024-03-21 | Remove unnecessary braces from span_bug | Michael Goulet | -9/+19 |
| 2024-03-21 | rename items -> free_items | Ralf Jung | -11/+13 |
| 2024-03-21 | add some comments to hir::ModuleItems | Ralf Jung | -0/+6 |
| 2024-03-21 | Rollup merge of #122799 - estebank:issue-122569, r=fee1-dead | Matthias Krüger | -6/+22 |
| 2024-03-21 | Rollup merge of #122358 - compiler-errors:bound-regions-in-generator, r=lcnr | Matthias Krüger | -2/+34 |
| 2024-03-21 | Rollup merge of #122222 - Nadrieril:deref-pat-feature-gate, r=compiler-errors | Matthias Krüger | -0/+10 |
| 2024-03-21 | Sorting arbitrary constants should not be done, as it relies on `DefId` order... | Oli Scherer | -64/+3 |
| 2024-03-21 | Stop `ConstraintCategory` `Ord` impl from relying on `Ty`'s `Ord` impl. | Oli Scherer | -2/+10 |
| 2024-03-21 | Remove unnecessary Partial/Ord impl | Oli Scherer | -1/+1 |
| 2024-03-21 | Auto merge of #122568 - RalfJung:mentioned-items, r=oli-obk | bors | -0/+46 |
| 2024-03-21 | Auto merge of #121123 - compiler-errors:item-assumptions, r=oli-obk | bors | -7/+27 |
| 2024-03-20 | Add a test | Ben Kimock | -0/+6 |
| 2024-03-20 | Rollup merge of #122749 - aliemjay:region-err, r=compiler-errors | Jacob Pratt | -0/+1 |
| 2024-03-21 | Replace closures with `_` when suggesting fully qualified path for method call | Esteban Küber | -6/+22 |
| 2024-03-20 | Add barest-bones deref patterns | Nadrieril | -0/+10 |
| 2024-03-20 | make `type_flags(ReError) & HAS_ERROR` | Ali MJ Al-Nasrawy | -0/+1 |
| 2024-03-20 | Split item bounds and item super predicates | Michael Goulet | -7/+27 |
| 2024-03-20 | Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68 | bors | -2/+1 |
| 2024-03-20 | step cfgs | Mark Rousskov | -2/+1 |
| 2024-03-20 | Auto merge of #120717 - compiler-errors:cap-closure-kind, r=oli-obk | bors | -25/+36 |
| 2024-03-20 | mentioned_items: record all callee and coerced closure types, whether they ar... | Ralf Jung | -6/+18 |
| 2024-03-20 | mentioned items: also handle closure-to-fn-ptr coercions | Ralf Jung | -1/+2 |
| 2024-03-20 | mentioned items: also handle vtables | Ralf Jung | -1/+5 |
| 2024-03-20 | avoid processing mentioned items that are also still used | Ralf Jung | -1/+1 |
| 2024-03-20 | collector: recursively traverse 'mentioned' items to evaluate their constants | Ralf Jung | -0/+29 |
| 2024-03-20 | compiler: allow transmute of ZST arrays with generics | David Rheinsberg | -1/+6 |
| 2024-03-20 | Update documentation | Oli Scherer | -4/+5 |
| 2024-03-20 | Rename mir_const query to mir_built | Oli Scherer | -2/+2 |
| 2024-03-20 | Replace `mir_built` query with a hook and use mir_const everywhere instead | Oli Scherer | -7/+6 |
| 2024-03-20 | Rollup merge of #121543 - onur-ozkan:clippy-args, r=oli-obk | Matthias Krüger | -14/+10 |
| 2024-03-20 | Auto merge of #122119 - estebank:issue-117846, r=Nadrieril | bors | -0/+5 |
| 2024-03-19 | Silence unecessary `!Sized` binding error | Esteban Küber | -0/+5 |
| 2024-03-20 | resolve clippy errors | onur-ozkan | -14/+10 |
| 2024-03-19 | Add a few more comments | Michael Goulet | -1/+5 |
| 2024-03-19 | Fix ABI for FnMut/Fn impls for async closures | Michael Goulet | -1/+11 |
| 2024-03-19 | Only split by-ref/by-move futures for async closures | Michael Goulet | -28/+25 |
| 2024-03-19 | Auto merge of #122735 - matthiaskrgr:rollup-pgb1s90, r=matthiaskrgr | bors | -10/+25 |
| 2024-03-19 | Rollup merge of #122719 - oli-obk:nested_static_feed_hir, r=fee1-dead | Matthias Krüger | -2/+23 |
| 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 | -9/+18 |
| 2024-03-19 | Change only_local to enum type and change the macros to always require a vari... | surechen | -8/+2 |
| 2024-03-19 | Auto merge of #122021 - oli-obk:delangitemification, r=compiler-errors | bors | -47/+7 |
| 2024-03-19 | Ensure nested statics have a HIR node to prevent various queries from ICEing | Oli Scherer | -0/+21 |
| 2024-03-19 | Remove all checks of `IntrinsicDef::must_be_overridden` except for the actual... | Oli Scherer | -3/+1 |
| 2024-03-19 | Make span_bug panic site useful again | Oli Scherer | -9/+18 |
| 2024-03-19 | Make `const_eval_select` a rustc_intrinsic | Oli Scherer | -1/+3 |
| 2024-03-19 | Auto merge of #119212 - w-utter:pretty-print-const-expr, r=compiler-errors | bors | -2/+152 |