| Age | Commit message (Expand) | Author | Lines |
| 2024-03-25 | Auto merge of #122721 - oli-obk:merge_queries, r=davidtwco | bors | -11/+11 |
| 2024-03-24 | Rollup merge of #122937 - Zalathar:unbox, r=oli-obk | Matthias Krüger | -12/+7 |
| 2024-03-23 | Auto merge of #122629 - RalfJung:assert-unsafe-precondition, r=saethlin | bors | -13/+6 |
| 2024-03-23 | refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib... | Ralf Jung | -13/+6 |
| 2024-03-23 | Rollup merge of #122780 - GuillaumeGomez:rename-hir-local, r=oli-obk | Matthias Krüger | -3/+3 |
| 2024-03-23 | Unbox and unwrap the contents of `StatementKind::Coverage` | Zalathar | -12/+7 |
| 2024-03-22 | Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgr | bors | -35/+77 |
| 2024-03-22 | Auto merge of #122852 - compiler-errors:raw-ptr, r=lcnr | bors | -76/+79 |
| 2024-03-22 | Rename `hir::Node::Local` into `hir::Node::LetStmt` | Guillaume Gomez | -3/+3 |
| 2024-03-22 | Rollup merge of #122839 - compiler-errors:predicate-polarity, r=lcnr | Matthias Krüger | -34/+54 |
| 2024-03-22 | Rollup merge of #122784 - jswrenn:tag_for_variant, r=compiler-errors | Matthias Krüger | -0/+17 |
| 2024-03-22 | Rollup merge of #114009 - dvdhrm:pr/transmzst, r=pnkfelix | Matthias Krüger | -1/+6 |
| 2024-03-22 | Add `tag_for_variant` query | Jack Wrenn | -0/+17 |
| 2024-03-22 | Auto merge of #122580 - saethlin:compiler-builtins-can-panic, r=pnkfelix | bors | -0/+6 |
| 2024-03-22 | Further simplifications | Michael Goulet | -36/+5 |
| 2024-03-22 | Split out ImplPolarity and PredicatePolarity | Michael Goulet | -22/+73 |
| 2024-03-22 | Make RawPtr take Ty and Mutbl separately | Michael Goulet | -22/+20 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -20/+17 |
| 2024-03-22 | Ty::new_ref and Ty::new_ptr stop using TypeAndMut | Michael Goulet | -12/+17 |
| 2024-03-22 | Remove TypeAndMut from relate | Michael Goulet | -29/+32 |
| 2024-03-22 | Rollup merge of #122820 - oli-obk:no_ord_def_id, r=estebank | Matthias Krüger | -67/+14 |
| 2024-03-22 | Rollup merge of #122542 - Zalathar:cleanup, r=oli-obk | Matthias Krüger | -3/+3 |
| 2024-03-22 | Rollup merge of #122537 - RalfJung:interpret-allocation, r=oli-obk | Matthias Krüger | -11/+31 |
| 2024-03-22 | coverage: Clean up marker statements that aren't needed later | Zalathar | -3/+3 |
| 2024-03-21 | Rollup merge of #122827 - compiler-errors:span-bugs, r=WaffleLapkin | Matthias Krüger | -9/+19 |
| 2024-03-21 | Rollup merge of #122793 - compiler-errors:deref-pat-syntax, r=Nadrieril | Matthias Krüger | -1/+1 |
| 2024-03-21 | Rollup merge of #122771 - RalfJung:module-items, r=oli-obk | Matthias Krüger | -11/+19 |
| 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 |