| Age | Commit message (Expand) | Author | Lines |
| 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/+49 |
| 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 #122840 - GuillaumeGomez:rustdoc-test-too-many-args, r=notrid... | Matthias Krüger | -0/+21 |
| 2024-03-24 | Rollup merge of #122217 - estebank:issue-119685, r=fmease | Matthias Krüger | -38/+140 |
| 2024-03-24 | Rollup merge of #122168 - compiler-errors:inline-coroutine-body-validation, r... | Matthias Krüger | -0/+650 |
| 2024-03-24 | Rollup merge of #121281 - kadiwa4:test_103626, r=estebank,lcnr | Matthias Krüger | -0/+48 |
| 2024-03-23 | Auto merge of #122629 - RalfJung:assert-unsafe-precondition, r=saethlin | bors | -13/+65 |
| 2024-03-23 | Add regression test for #122722 | Guillaume Gomez | -0/+21 |
| 2024-03-23 | CFI: Strip auto traits off Self for virtual calls | Matthew Maurer | -0/+22 |
| 2024-03-23 | refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib... | Ralf Jung | -13/+65 |
| 2024-03-23 | regression test for #103626 | Kalle Wachsmuth | -0/+48 |
| 2024-03-23 | Auto merge of #122947 - matthiaskrgr:rollup-10j7orh, r=matthiaskrgr | bors | -47/+308 |
| 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 | 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 #122921 - saethlin:mir-opt-tests-in-debug, r=Mark-Simulacrum | Matthias Krüger | -9/+2 |
| 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 | -6/+132 |
| 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 | Avoid non-windows non-linux in assembly x64 test | Scott McMurray | -0/+3 |
| 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 | Enable more mir-opt tests in debug builds | Ben Kimock | -9/+2 |
| 2024-03-22 | CFI: Support self_cell-like recursion | Matthew Maurer | -0/+49 |
| 2024-03-22 | Delay a bug if no RPITITs were found | León Orell Valerian Liehr | -17/+71 |
| 2024-03-22 | Fix validation on substituted callee bodies in MIR inliner | Michael Goulet | -1/+623 |
| 2024-03-22 | Failing test | Michael Goulet | -0/+28 |
| 2024-03-22 | Uniquify ReError on input mode in canonicalizer | Michael Goulet | -0/+49 |
| 2024-03-22 | Rollup merge of #122888 - matthiaskrgr:evenmoretests, r=compiler-errors | Matthias Krüger | -1/+50 |
| 2024-03-22 | Rollup merge of #122651 - kornelski:flat-turbofish, r=spastorino,compiler-errors | Matthias Krüger | -2/+50 |
| 2024-03-22 | Rollup merge of #122195 - jieyouxu:impl-return-note, r=fmease | Matthias Krüger | -0/+68 |
| 2024-03-22 | Rollup merge of #114009 - dvdhrm:pr/transmzst, r=pnkfelix | Matthias Krüger | -0/+34 |
| 2024-03-22 | `swap_simple` no longer needs to be a separate function | Scott McMurray | -2/+0 |
| 2024-03-22 | Auto merge of #122580 - saethlin:compiler-builtins-can-panic, r=pnkfelix | bors | -0/+142 |
| 2024-03-22 | add test for #105210 assertion failure self.lines.iter().all(|r| !r.iter().an... | Matthias Krüger | -0/+44 |