| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-05-18 | attempt to have rustfmt use the new logic | Folkert de Vries | -17/+8 |
| 2025-05-18 | a new parser generating the exact same error messages | Folkert de Vries | -150/+226 |
| 2025-05-18 | Rollup merge of #141132 - bvanjoi:issue-141082, r=fmease | León Orell Valerian Liehr | -1/+1 |
| 2025-05-18 | Rollup merge of #141045 - dpaoliello:noarmhazard, r=jieyouxu | León Orell Valerian Liehr | -6/+1 |
| 2025-05-18 | Rollup merge of #140966 - est31:let_chains_library, r=tgross35 | León Orell Valerian Liehr | -1/+0 |
| 2025-05-18 | Auto merge of #141129 - compiler-errors:register-region-obl, r=oli-obk | bors | -0/+8 |
| 2025-05-18 | Suggest use `"{}", self.x` instead of `{self.x}` when resolve `x` as field of... | xizheyin | -6/+24 |
| 2025-05-18 | Stabilize `avx512_target_feature` | sayantn | -23/+24 |
| 2025-05-18 | Auto merge of #141039 - lqd:expensive-sanity, r=compiler-errors | bors | -9/+13 |
| 2025-05-17 | Auto merge of #140856 - oli-obk:merge-queries2, r=nnethercote | bors | -24/+16 |
| 2025-05-17 | extract operand parser | Folkert de Vries | -83/+93 |
| 2025-05-17 | determine later whether an explicit reg was used | Folkert de Vries | -11/+9 |
| 2025-05-17 | Fast path for register_region_obligation | Michael Goulet | -0/+8 |
| 2025-05-17 | Use `crate::` prefix for root macro suggestions | bohan | -1/+1 |
| 2025-05-17 | Rollup merge of #141125 - lcnr:coroutine_obligations_use_borrowck, r=compiler... | Matthias Krüger | -7/+13 |
| 2025-05-17 | Rollup merge of #141121 - compiler-errors:ambig-is-not-err, r=lcnr | Matthias Krüger | -2/+8 |
| 2025-05-17 | Rollup merge of #141118 - Veykril:lw-ymmtxytkrrqs, r=compiler-errors | Matthias Krüger | -0/+14 |