| Age | Commit message (Expand) | Author | Lines |
| 2024-11-16 | Rollup merge of #132134 - nnethercote:rm-ResultsVisitable, r=cjgillot | Matthias Krüger | -274/+261 |
| 2024-11-16 | Auto merge of #130443 - veluca93:legacy-const-generics-fix, r=BoxyUwU | bors | -3/+97 |
| 2024-11-16 | Fix ICE when passing DefId-creating args to legacy_const_generics. | Luca Versari | -3/+97 |
| 2024-11-15 | Rollup merge of #133080 - ehuss:edition-desugar-span, r=compiler-errors | Guillaume Gomez | -1/+1 |
| 2024-11-15 | Rollup merge of #132978 - WaffleLapkin:very-semantic-change-kind, r=compiler-... | Guillaume Gomez | -5/+46 |
| 2024-11-15 | Rollup merge of #132956 - maxcabrajac:coroutine_kind, r=petrochenkov | Guillaume Gomez | -22/+17 |
| 2024-11-15 | Rollup merge of #132936 - surechen:fix_131989, r=Nadrieril | Guillaume Gomez | -0/+9 |
| 2024-11-15 | Auto merge of #133079 - matthiaskrgr:rollup-k8u7syk, r=matthiaskrgr | bors | -100/+57 |
| 2024-11-15 | Fix span edition for 2024 RPIT coming from an external macro | Eric Huss | -1/+1 |
| 2024-11-15 | Rollup merge of #133049 - maxcabrajac:visit_precise_capturing_arg, r=compiler... | Matthias Krüger | -9/+5 |
| 2024-11-15 | Rollup merge of #133021 - nnethercote:refactor-configure_annotatable, r=petro... | Matthias Krüger | -90/+47 |
| 2024-11-15 | Rollup merge of #132817 - compiler-errors:impl-trait-overcaptures-apit, r=Box... | Matthias Krüger | -1/+5 |
| 2024-11-15 | Auto merge of #132992 - RalfJung:check-consts-feature-gate, r=compiler-errors | bors | -12/+36 |
| 2024-11-15 | rustc_metadata: Preprocess search paths for better performance | Piotr Osiewicz | -76/+137 |
| 2024-11-15 | Auto merge of #133059 - workingjubilee:rollup-rc5kvr1, r=workingjubilee | bors | -0/+10 |
| 2024-11-14 | Rollup merge of #133050 - tgross35:inline-f16-f128, r=saethlin | Jubilee | -0/+10 |
| 2024-11-15 | Auto merge of #132965 - mati865:cfguard-gnullvm, r=wesleywiser | bors | -2/+6 |
| 2024-11-14 | Always inline functions signatures containing `f16` or `f128` | Trevor Gross | -0/+10 |
| 2024-11-14 | Auto merge of #133047 - matthiaskrgr:rollup-9se1vth, r=matthiaskrgr | bors | -9/+11 |
| 2024-11-14 | Change visit_precise_capturing_arg so it returns a Self::Result | maxcabrajac | -9/+5 |
| 2024-11-14 | Rollup merge of #128197 - Alexendoo:span-ctxt, r=davidtwco | Matthias Krüger | -9/+11 |
| 2024-11-14 | Rollup merge of #132172 - dianne:suggest-borrow-generic, r=matthewjasper | Guillaume Gomez | -182/+186 |
| 2024-11-14 | Rollup merge of #132773 - jakos-sec:fix-asan-win32, r=jieyouxu | Guillaume Gomez | -4/+11 |
| 2024-11-13 | Rollup merge of #132971 - BoxyUwU:handle_infers_in_anon_consts, r=compiler-er... | Jubilee | -9/+24 |
| 2024-11-14 | Mark `never_type_fallback_flowing_into_unsafe` as a semantic change | Maybe Lapkin | -2/+19 |
| 2024-11-13 | Suggest borrowing arguments in generic positions when trait bounds are satisfied | dianne | -159/+157 |
| 2024-11-14 | Remove unreachable code in `has_cfg_or_cfg_attr`. | Nicholas Nethercote | -8/+1 |
| 2024-11-14 | Merge matches in `configure_annotatable`. | Nicholas Nethercote | -57/+45 |
| 2024-11-14 | Inline and remove `flat_map_annotatable`. | Nicholas Nethercote | -39/+17 |
| 2024-11-14 | Make `configure_annotatable`/`flat_map_annotatable` infallible. | Nicholas Nethercote | -24/+22 |
| 2024-11-14 | Adding `BreakValue` to UnusedDelimsCtx to make `UnusedParens` and `UnusedBrac... | surechen | -1/+8 |
| 2024-11-13 | Use a common subdiagnostic format for generic borrows | dianne | -5/+10 |
| 2024-11-13 | Provide borrow-instead-of-move suggestions for calls of fn-like items from ot... | dianne | -39/+40 |
| 2024-11-14 | Mention both release *and* edition breakage for never type lints | Maybe Lapkin | -5/+29 |
| 2024-11-14 | PassWrapper: disable UseOdrIndicator for Asan Win32 | Jakob Koschel | -4/+11 |
| 2024-11-13 | Rollup merge of #132996 - clubby789:unn-let-space, r=jieyouxu | Matthias Krüger | -1/+3 |
| 2024-11-13 | Rollup merge of #132842 - veluca93:abi-checks-tier2, r=workingjubilee | Matthias Krüger | -21/+85 |
| 2024-11-13 | Trim extra space when suggesting removing bad `let` | clubby789 | -1/+3 |
| 2024-11-13 | check_consts: fix error requesting feature gate when that gate is not actuall... | Ralf Jung | -12/+36 |
| 2024-11-12 | format | maxcabrajac | -4/+1 |
| 2024-11-12 | Rollup merge of #132950 - knickish:m68k_gnu_ld, r=workingjubilee | Matthias Krüger | -2/+9 |
| 2024-11-12 | Rollup merge of #132702 - 1c3t3a:issue-132615, r=rcvalle | Matthias Krüger | -0/+17 |
| 2024-11-12 | Handle infer vars in anon consts on stable | Boxy | -9/+24 |
| 2024-11-12 | ABI checks: add support for tier2 arches | Luca Versari | -21/+85 |
| 2024-11-12 | use gnu ld for m68k target | kirk | -2/+9 |
| 2024-11-12 | Auto merge of #132954 - matthiaskrgr:rollup-x3rww9h, r=matthiaskrgr | bors | -226/+384 |
| 2024-11-12 | Rollup merge of #132947 - lqd:trimmed-ice, r=compiler-errors | Matthias Krüger | -3/+16 |
| 2024-11-12 | Rollup merge of #132938 - compiler-errors:ed2024-apit-sugg, r=chenyukang | Matthias Krüger | -1/+9 |
| 2024-11-12 | Rollup merge of #132901 - clubby789:enable-pass-check, r=jieyouxu | Matthias Krüger | -65/+180 |
| 2024-11-12 | Rollup merge of #132541 - RalfJung:const-stable-extern-crate, r=compiler-errors | Matthias Krüger | -157/+179 |