| Age | Commit message (Expand) | Author | Lines |
| 2025-05-20 | Rollup merge of #141236 - jagunter:issue-140823, r=compiler-errors | Matthias Krüger | -6/+8 |
| 2025-05-20 | Split `autodiff` into `autodiff_forward` and `autodiff_reverse` | Marcelo Domínguez | -16/+33 |
| 2025-05-20 | Querify coroutine_hidden_types | Michael Goulet | -41/+67 |
| 2025-05-20 | Add tick to RePlaceholder debug output | Michael Goulet | -1/+1 |
| 2025-05-20 | Allow trailing comma after argument in query definition | Michael Goulet | -0/+1 |
| 2025-05-20 | Revert "Fix stack overflow in exhaustiveness due to recursive HIR opaque type... | Michael Goulet | -35/+5 |
| 2025-05-20 | Just error on recursive opaque ty in HIR typeck | Michael Goulet | -3/+67 |
| 2025-05-19 | `gather_locals`: only visit guard pattern guards when checking the guard | dianne | -1/+6 |
| 2025-05-20 | Inline and remove `lower_*` methods. | Nicholas Nethercote | -28/+18 |
| 2025-05-20 | Hoist `ItemLowerer` out of a loop. | Nicholas Nethercote | -7/+7 |
| 2025-05-20 | Remove unused return value from `lower_node`. | Nicholas Nethercote | -3/+1 |
| 2025-05-20 | Rollup merge of #141261 - RalfJung:current_dll_path, r=Noratrieb | Stuart Cook | -1/+1 |
| 2025-05-20 | Remove `MetaItemListParser::all_{word,path}_list`, which are unused. | Nicholas Nethercote | -14/+0 |
| 2025-05-19 | only resolve top-level guard patterns' guards once | dianne | -1/+3 |
| 2025-05-20 | Avoid `rustc_span::` qualifiers. | Nicholas Nethercote | -17/+16 |
| 2025-05-20 | Fix up some comments. | Nicholas Nethercote | -16/+15 |
| 2025-05-20 | Simplify `Accepts`. | Nicholas Nethercote | -10/+7 |
| 2025-05-20 | Introduce some typedefs to improve readability. | Nicholas Nethercote | -6/+10 |
| 2025-05-20 | Warning when dependency crate has async drop types, and the feature is disabl... | Andrew Zhogin | -1/+1 |
| 2025-05-19 | current_dll_path: fix mistake in assertion message | Ralf Jung | -1/+1 |
| 2025-05-19 | Fixed possible ICE in annotate_mut_binding_to_immutable_binding | Josh Gunter | -6/+8 |
| 2025-05-19 | Auto merge of #141255 - matthiaskrgr:rollup-ravsgen, r=matthiaskrgr | bors | -50/+122 |
| 2025-05-19 | Rollup merge of #141253 - azhogin:azhogin/async-drop-feature-inconsistency-wa... | Matthias Krüger | -0/+40 |
| 2025-05-19 | Rollup merge of #141249 - fee1-dead-contrib:push-mwxxsvrsotvs, r=oli-obk | Matthias Krüger | -49/+73 |
| 2025-05-19 | Rollup merge of #131200 - ismailarilik:handle-potential-query-instability-lin... | Matthias Krüger | -1/+9 |
| 2025-05-19 | add s390x z17 target features | Folkert de Vries | -10/+24 |
| 2025-05-19 | Warning added when dependency crate has async drop types, and the feature is ... | Andrew Zhogin | -0/+40 |
| 2025-05-19 | gvn: bail out unavoidable non-ssa locals in repeat | dianqk | -1/+7 |
| 2025-05-19 | introduce common macro for `MutVisitor` and `Visitor` to dedup code | Deadbeef | -49/+73 |
| 2025-05-19 | Rollup merge of #141239 - RalfJung:dladdr-fname, r=Noratrieb | Stuart Cook | -3/+1 |
| 2025-05-19 | Rollup merge of #140847 - Zalathar:unused-local-file, r=SparrowLii | Stuart Cook | -42/+108 |
| 2025-05-19 | dladdr cannot leave dli_fname to be null | Ralf Jung | -3/+1 |
| 2025-05-19 | Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin | Stuart Cook | -88/+94 |
| 2025-05-19 | Rollup merge of #140049 - haenoe:fix-autodiff-generics, r=ZuseZ4 | Stuart Cook | -11/+62 |
| 2025-05-18 | Auto merge of #140154 - Berrysoft:cygwin-host, r=jieyouxu | bors | -4/+11 |
| 2025-05-18 | Rollup merge of #141218 - dianqk:gvn-overlapping, r=oli-obk | León Orell Valerian Liehr | -6/+13 |
| 2025-05-18 | Rollup merge of #141127 - klensy:windows-bump-61, r=albertlarsan68,jieyouxu | León Orell Valerian Liehr | -5/+5 |
| 2025-05-18 | Rollup merge of #140926 - azhogin:azhogin/async-drop-coroutine-layout-returns... | León Orell Valerian Liehr | -14/+25 |
| 2025-05-18 | Rollup merge of #140746 - dianne:guard-pat-res, r=oli-obk | León Orell Valerian Liehr | -35/+100 |
| 2025-05-18 | Rollup merge of #140490 - folkertdev:asm-parser-changes, r=Amanieu,traviscross | León Orell Valerian Liehr | -220/+296 |
| 2025-05-18 | Rollup merge of #138940 - sayantn:stabilize-avx512, r=Amanieu,traviscross | León Orell Valerian Liehr | -23/+24 |
| 2025-05-18 | Remove rustc_attr_data_structures re-export from rustc_attr_parsing | mejrs | -34/+42 |
| 2025-05-18 | Fast path for sized pred | Michael Goulet | -2/+18 |
| 2025-05-18 | Fast path for processing some obligations in the new solver | Michael Goulet | -7/+67 |
| 2025-05-18 | Auto merge of #141216 - fmease:rollup-pa5mvx3, r=fmease | bors | -8/+2 |
| 2025-05-18 | name resolution for guard patterns | dianne | -3/+35 |
| 2025-05-18 | gvn: avoid creating overlapping assignments | dianqk | -6/+13 |
| 2025-05-18 | add `AsmOptions` with some named fields | Folkert de Vries | -19/+31 |
| 2025-05-18 | rename to get rid of the 'raw' concept | Folkert de Vries | -63/+64 |
| 2025-05-18 | delay error for unsupported options | Folkert de Vries | -14/+2 |