| Age | Commit message (Expand) | Author | Lines |
| 2024-03-25 | Auto merge of #122721 - oli-obk:merge_queries, r=davidtwco | bors | -46/+36 |
| 2024-03-24 | Rollup merge of #122984 - RalfJung:panic-in-hook, r=Amanieu | Matthias Krüger | -0/+1 |
| 2024-03-24 | Rollup merge of #122949 - ShoyuVanilla:issue-117310, r=lcnr | Matthias Krüger | -0/+28 |
| 2024-03-24 | Rollup merge of #122886 - matthiaskrgr:issue90192, r=fee1-dead | Matthias Krüger | -0/+20 |
| 2024-03-24 | Rollup merge of #122757 - h1467792822:priv-dep, r=davidtwco | Matthias Krüger | -0/+20 |
| 2024-03-24 | Auto merge of #122895 - matthiaskrgr:ice-tests-5xxxx-to-9xxxx, r=fmease | bors | -0/+346 |
| 2024-03-24 | Auto merge of #122891 - compiler-errors:encode-implied-predicates-always, r=o... | bors | -0/+16 |
| 2024-03-24 | panic-in-panic-hook: formatting a message that's just a string is risk-free | Ralf Jung | -0/+1 |
| 2024-03-24 | add issue numbers via // issue: rust-lang/rust#ISSUE_NUM directive | Matthias Krüger | -14/+73 |
| 2024-03-24 | add test for stack overflow with recursive type #98842 | Matthias Krüger | -0/+40 |
| 2024-03-24 | add test for ice #90691 ICE: resolution failed during building vtable represe... | Matthias Krüger | -0/+41 |
| 2024-03-24 | add test for 88421 ICE: could not fully normalize `&<MyType as std::ops::Inde... | Matthias Krüger | -0/+36 |
| 2024-03-24 | add test for #88212 ICE when lambda captures unsized local | Matthias Krüger | -0/+44 |
| 2024-03-24 | add test for ice 83056 "bad input type for cast" | Matthias Krüger | -0/+26 |
| 2024-03-24 | add test for str as extern "C" arg causes compiler panic #80125 | Matthias Krüger | -0/+50 |
| 2024-03-24 | add test for #64784 Declarative macros can create infinite glob import cycles | Matthias Krüger | -0/+15 |
| 2024-03-24 | add test for #52334 | Matthias Krüger | -0/+35 |
| 2024-03-24 | add test for #90192 | Matthias Krüger | -0/+20 |
| 2024-03-23 | Rollup merge of #122879 - maurer:callsite-instances, r=workingjubilee | Jubilee | -0/+22 |
| 2024-03-23 | Rollup merge of #122875 - maurer:cfi-transparent-termination, r=workingjubilee | Jubilee | -0/+33 |
| 2024-03-23 | Rollup merge of #121940 - veera-sivarajan:bugfix-121593, r=fmease | Jubilee | -32/+32 |
| 2024-03-24 | Rollup merge of #122943 - matthiaskrgr:ice-tests-9xxxx-to-12xxxx, r=fmease | Matthias Krüger | -0/+450 |
| 2024-03-24 | Rollup merge of #122942 - Luv-Ray:master, r=lcnr | Matthias Krüger | -0/+44 |
| 2024-03-24 | Rollup merge of #122907 - compiler-errors:uniquify-reerror, r=lcnr | Matthias Krüger | -0/+49 |
| 2024-03-24 | Rollup merge of #122217 - estebank:issue-119685, r=fmease | Matthias Krüger | -38/+140 |
| 2024-03-24 | Rollup merge of #121281 - kadiwa4:test_103626, r=estebank,lcnr | Matthias Krüger | -0/+48 |
| 2024-03-23 | CFI: Strip auto traits off Self for virtual calls | Matthew Maurer | -0/+22 |
| 2024-03-23 | regression test for #103626 | Kalle Wachsmuth | -0/+48 |
| 2024-03-23 | Auto merge of #122947 - matthiaskrgr:rollup-10j7orh, r=matthiaskrgr | bors | -38/+306 |
| 2024-03-23 | Add test in `higher-ranked` | Luv-Ray | -0/+44 |
| 2024-03-23 | address review feedback | Matthias Krüger | -11/+11 |
| 2024-03-23 | Add a regression test for #117310 | Shoyu Vanilla | -0/+28 |
| 2024-03-23 | Rollup merge of #122930 - RalfJung:panic-in-panic-fmt, r=Amanieu | Matthias Krüger | -0/+27 |
| 2024-03-23 | Rollup merge of #122927 - gurry:122199-ice-unexpected-node-2, r=workingjubilee | Matthias Krüger | -10/+197 |
| 2024-03-23 | Rollup merge of #122922 - kpreid:print-async, r=compiler-errors | Matthias Krüger | -11/+11 |
| 2024-03-23 | Rollup merge of #122915 - fmease:lt-opaq-mismatch-delay-bug, r=compiler-errors | Matthias Krüger | -17/+71 |
| 2024-03-23 | Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obk | bors | -2/+0 |
| 2024-03-23 | add test for #107228 | Matthias Krüger | -0/+28 |
| 2024-03-23 | add test for #106874 ICE BoundUniversalRegionError | Matthias Krüger | -0/+138 |
| 2024-03-23 | add test for ICE #106444 | Matthias Krüger | -0/+16 |
| 2024-03-23 | add test for #106423 | Matthias Krüger | -0/+57 |
| 2024-03-23 | add test for ICE "raw ptr comparison should already be caught in the trait s... | Matthias Krüger | -0/+46 |
| 2024-03-23 | add test for #104779 opaque types, patterns and subtyping ICE: IndexMap: key... | Matthias Krüger | -0/+68 |
| 2024-03-23 | add test for opaque type with non-universal region substs #101852 | Matthias Krüger | -0/+36 |
| 2024-03-23 | add test for #99945 | Matthias Krüger | -0/+61 |
| 2024-03-23 | add panic location to 'panicked while processing panic' | Ralf Jung | -0/+27 |
| 2024-03-23 | Change an ICE regression test to use the original reproducer | Gurinder Singh | -10/+197 |
| 2024-03-22 | -Zprint-type-sizes: print the types of awaitees and unnamed coroutine locals. | Kevin Reid | -11/+11 |
| 2024-03-23 | Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlin | bors | -2/+31 |
| 2024-03-22 | CFI: Support self_cell-like recursion | Matthew Maurer | -0/+33 |