| Age | Commit message (Expand) | Author | Lines |
| 2024-03-27 | Eliminate `UbCheck` for non-standard libraries | DianQK | -2/+2 |
| 2024-03-27 | Use a `dyn Debug` trait object instead of a closure. | Oli Scherer | -11/+22 |
| 2024-03-27 | Add a `CurrentGcx` type to let the deadlock handler access `TyCtxt` | John Kåre Alsaker | -3/+54 |
| 2024-03-27 | Rollup merge of #123021 - compiler-errors:coroutine-layout-lol, r=oli-obk | Guillaume Gomez | -6/+41 |
| 2024-03-27 | Make `def_path_hash_to_def_id` a hook | Oli Scherer | -5/+9 |
| 2024-03-27 | Move `CrateStore::expn_hash_to_expn_id` to a hook | Oli Scherer | -7/+8 |
| 2024-03-27 | Start replacing `CStore` trait methods with hooks. | Oli Scherer | -6/+9 |
| 2024-03-26 | Rollup merge of #122835 - compiler-errors:deref-pure, r=Nadrieril | Matthias Krüger | -0/+25 |
| 2024-03-26 | Remove `CacheSelector` trait now that we can use GATs | Oli Scherer | -59/+56 |
| 2024-03-26 | ignore uncaptured lifetimes when checking opaques | Ali MJ Al-Nasrawy | -0/+32 |
| 2024-03-26 | Auto merge of #123065 - workingjubilee:rollup-bve45ex, r=workingjubilee | bors | -9/+17 |
| 2024-03-26 | Auto merge of #111769 - saethlin:ctfe-backtrace-ctrlc, r=RalfJung | bors | -0/+2 |
| 2024-03-25 | Extract helper, fix comment on DerefPure | Michael Goulet | -0/+25 |
| 2024-03-25 | Rollup merge of #123044 - compiler-errors:instance, r=oli-obk | Jubilee | -4/+4 |
| 2024-03-25 | Instance is Copy | Michael Goulet | -4/+4 |
| 2024-03-25 | In `pretty_print_type()`, print `async fn` futures' paths instead of spans. | Kevin Reid | -5/+13 |
| 2024-03-25 | Auto merge of #122721 - oli-obk:merge_queries, r=davidtwco | bors | -11/+11 |
| 2024-03-24 | Relax validation now | Michael Goulet | -2/+0 |
| 2024-03-24 | Require coroutine kind type to be passed to TyCtxt::coroutine_layout | Michael Goulet | -6/+43 |
| 2024-03-24 | Address PR feedback | Scott McMurray | -0/+8 |
| 2024-03-24 | Rollup merge of #122937 - Zalathar:unbox, r=oli-obk | Matthias Krüger | -12/+7 |
| 2024-03-23 | Add+Use `mir::BinOp::Cmp` | Scott McMurray | -1/+16 |
| 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 | rename MIR int2ptr casts to match library name | Ralf Jung | -3/+3 |
| 2024-03-23 | rename ptr::from_exposed_addr -> ptr::with_exposed_provenance | Ralf Jung | -1/+1 |
| 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 | Codegen const panic messages as function calls | Mark Rousskov | -24/+49 |
| 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 |