| Age | Commit message (Expand) | Author | Lines |
| 2025-05-15 | Auto merge of #136988 - compiler-errors:impossible_predicates, r=lcnr | bors | -0/+38 |
| 2025-05-15 | dont handle bool transmute | bendn | -12/+6 |
| 2025-05-15 | Async drop fix for dropee from another crate (#140858) | Andrew Zhogin | -0/+63 |
| 2025-05-15 | Revert "Fix linking statics on Arm64EC #140176" | Jieyou Xu | -51/+1 |
| 2025-05-15 | Add some negative test coverage for `-Zlinker-features` flag | Jieyou Xu | -0/+39 |
| 2025-05-15 | Add some negative test coverage for malformed `-Clink-self-contained` flags | Jieyou Xu | -0/+33 |
| 2025-05-14 | Use more subdiagnostics and reword the overloaded deref note | Urgau | -24/+4 |
| 2025-05-14 | Improve `dangerous_implicit_aurorefs` diagnostic output | Urgau | -19/+221 |
| 2025-05-14 | Rollup merge of #140989 - xizheyin:issue-139631, r=compiler-errors | Matthias Krüger | -0/+58 |
| 2025-05-14 | Rollup merge of #140827 - compiler-errors:gather-locals-twice, r=oli-obk | Matthias Krüger | -0/+27 |
| 2025-05-14 | Improve ternary operator recovery | Jamie | -5/+23 |
| 2025-05-14 | Suggest replace `f` with `f: Box<f>` when expr field is short hand | xizheyin | -2/+2 |
| 2025-05-14 | Add ui test suggest-box-for-expr-field-issue-139631 | xizheyin | -0/+58 |
| 2025-05-14 | Add match guard chains test for absence of compilation error | est31 | -0/+29 |
| 2025-05-13 | Add match guard chains test, based on mir_let_chains_drop_order.rs | est31 | -0/+110 |
| 2025-05-13 | Add match guard chains to drop-order-comparisons.rs | est31 | -48/+130 |
| 2025-05-13 | Auto merge of #140927 - mejrs:test5, r=jieyouxu | bors | -34/+35 |
| 2025-05-12 | Flush errors before deep normalize in dropck_outlives | Michael Goulet | -0/+107 |
| 2025-05-12 | Add failing tests for some Option optimizations | clubby789 | -11/+41 |
| 2025-05-12 | Add test for Ord impl for Option::NonZero | clubby789 | -0/+12 |
| 2025-05-12 | Move more tests/ui tests | mejrs | -34/+35 |
| 2025-05-12 | ui/async-drop-initial: factor in panic strategy in destructor size check | Jorge Aparicio | -1/+4 |
| 2025-05-12 | Auto merge of #140925 - the8472:test-140207, r=compiler-errors | bors | -0/+13 |
| 2025-05-11 | Auto merge of #140842 - tmiasko:print-mono-items, r=saethlin | bors | -67/+59 |
| 2025-05-11 | feat: add codegen test | HaeNoe | -0/+42 |
| 2025-05-11 | feat: add generated parameters to generated function | HaeNoe | -2/+2 |
| 2025-05-11 | feat: add test for generics in generated function | HaeNoe | -0/+20 |
| 2025-05-11 | Auto merge of #140915 - matthiaskrgr:rollup-lxce4zr, r=matthiaskrgr | bors | -2/+464 |
| 2025-05-11 | add regression test for 140207 | The 8472 | -0/+13 |
| 2025-05-11 | Auto merge of #140902 - azhogin:azhogin/async-drop-open-drop-for-adt-fix, r=o... | bors | -0/+21 |
| 2025-05-11 | Rollup merge of #140862 - dpaoliello:arm64ecfp, r=wesleywiser | Matthias Krüger | -2/+4 |
| 2025-05-11 | Rollup merge of #140851 - mu001999-contrib:new-lint, r=bjorn3 | Matthias Krüger | -0/+460 |
| 2025-05-11 | Auto merge of #135015 - heiher:stabilize-loongarch-target-features, r=Amanieu | bors | -6/+2 |
| 2025-05-11 | better checks | SpecificProtagonist | -1/+5 |
| 2025-05-11 | remove superfluous import | SpecificProtagonist | -1/+0 |
| 2025-05-11 | Rollup merge of #140865 - Kivooeo:9th, r=Noratrieb | León Orell Valerian Liehr | -4/+4 |
| 2025-05-11 | Rollup merge of #140795 - mu001999-contrib:sugg-stable-import-first, r=petroc... | León Orell Valerian Liehr | -0/+23 |
| 2025-05-11 | Async drop fix for async_drop_in_place<T> layout calculated for unspecified T | Andrew Zhogin | -0/+21 |
| 2025-05-10 | gui test different link | SpecificProtagonist | -1/+1 |
| 2025-05-10 | gui test | SpecificProtagonist | -0/+24 |
| 2025-05-10 | Auto merge of #140895 - matthiaskrgr:rollup-rfvqv4t, r=matthiaskrgr | bors | -47/+46 |
| 2025-05-10 | Rollup merge of #140151 - RalfJung:drop_in_place-is-not-an-intrinsic, r=Mark-... | Matthias Krüger | -32/+31 |
| 2025-05-10 | Rollup merge of #139562 - notriddle:notriddle/ew-resize, r=GuillaumeGomez | Matthias Krüger | -15/+15 |
| 2025-05-10 | Auto merge of #140854 - oli-obk:merge-queries, r=nnethercote | bors | -119/+119 |
| 2025-05-10 | Warn when #[export_name] is used with generic functions | Mu001999 | -0/+460 |
| 2025-05-09 | Rollup merge of #140848 - kornelski:not-a-dead-end, r=compiler-errors | Matthias Krüger | -26/+26 |
| 2025-05-09 | Rollup merge of #140843 - jieyouxu:broken-pipe, r=Kobzol | Matthias Krüger | -3/+5 |
| 2025-05-09 | Rollup merge of #140819 - reddevilmidzy:add-test, r=petrochenkov | Matthias Krüger | -0/+53 |
| 2025-05-09 | Rollup merge of #139863 - fmease:simp-doctest-build-arg-passing, r=GuillaumeG... | Matthias Krüger | -8/+8 |
| 2025-05-09 | rustdoc: add a handle that makes sidebar resizing more obvious | Michael Howell | -15/+15 |