| Age | Commit message (Expand) | Author | Lines |
| 2025-09-07 | Auto merge of #146271 - niacdoial:improperctypes-refactor1, r=tgross35 | bors | -116/+106 |
| 2025-09-06 | ImproperCTypes: more pre-emptive cleanup | niacdoial | -26/+16 |
| 2025-09-06 | ImproperCTypes: move code and tests into proper directories | niacdoial | -90/+90 |
| 2025-09-06 | Rollup merge of #146206 - lcnr:fix-non-defining-uses, r=BoxyUwU | Trevor Gross | -0/+61 |
| 2025-09-06 | Auto merge of #146232 - bjorn3:lto_allocator_shim, r=lqd | bors | -0/+19 |
| 2025-09-06 | identity uses are ok, even if there are no defining uses | lcnr | -0/+61 |
| 2025-09-06 | Add test that __rg_oom doesn't get internalized during LTO | bjorn3 | -0/+19 |
| 2025-09-06 | Rollup merge of #144801 - estebank:issue-144734, r=spastorino | Matthias Krüger | -4/+68 |
| 2025-09-06 | clean up some old const trait impl syntax | Nathaniel McCallum | -4/+4 |
| 2025-09-05 | Auto merge of #146044 - estebank:issue-88727, r=chenyukang | bors | -7/+270 |
| 2025-09-05 | Auto merge of #146224 - tgross35:rollup-1bgjms3, r=tgross35 | bors | -4/+64 |
| 2025-09-05 | Rollup merge of #146217 - lukas-code:suggest-new-ice, r=compiler-errors | Trevor Gross | -4/+64 |
| 2025-09-05 | Auto merge of #144737 - petrochenkov:extprelcache, r=davidtwco | bors | -13/+1 |
| 2025-09-04 | Auto merge of #138736 - azhogin:azhogin/sanitizers-target-modificators, r=rcv... | bors | -25/+187 |
| 2025-09-04 | fix ICE when suggesting `::new` | Lukas Markeffsky | -4/+64 |
| 2025-09-04 | Rollup merge of #146112 - scrabsha:push-utkysktvulto, r=WaffleLapkin | Stuart Cook | -232/+232 |
| 2025-09-04 | Rollup merge of #145962 - bjorn3:linkage_fixes, r=WaffleLapkin | Stuart Cook | -0/+16 |
| 2025-09-04 | Rollup merge of #145932 - JamieCunliffe:target-feature-inlining, r=jackh726 | Stuart Cook | -12/+154 |
| 2025-09-04 | Rollup merge of #145827 - estebank:issue-51976, r=jackh726 | Stuart Cook | -46/+639 |
| 2025-09-04 | Rollup merge of #145342 - dianne:if-let-super-let, r=nnethercote | Stuart Cook | -0/+112 |
| 2025-09-03 | Auto merge of #146133 - rcvalle:rust-cfi-fix-145981, r=bjorn3 | bors | -22/+0 |
| 2025-09-03 | don't uppercase error messages | Sasha Pourcelot | -232/+232 |
| 2025-09-03 | Rollup merge of #146106 - epage:whitespace, r=fee1-dead | Stuart Cook | -3/+42 |
| 2025-09-03 | Rollup merge of #145961 - petrochenkov:extprelregr, r=nnethercote | Stuart Cook | -0/+13 |
| 2025-09-03 | Rollup merge of #145279 - clarfonthey:const-convert-initial, r=tgross35 | Stuart Cook | -3/+3 |
| 2025-09-02 | Revert "Make `lto` and `linker-plugin-lto` work the same for `compiler_builti... | Ramon de C Valle | -22/+0 |
| 2025-09-02 | Rollup merge of #146064 - jullanggit:patch-1, r=fmease | Guillaume Gomez | -0/+29 |
| 2025-09-02 | Rollup merge of #145783 - Erk-:et-cetera-span, r=compiler-errors | Guillaume Gomez | -10/+10 |
| 2025-09-02 | Rollup merge of #144066 - RalfJung:extern-c-variadics, r=workingjubilee | Guillaume Gomez | -103/+72 |
| 2025-09-02 | resolve: Avoid finalizing extern prelude entries more than once | Vadim Petrochenkov | -13/+1 |
| 2025-09-02 | stabilize extended_varargs_abi_support | Ralf Jung | -103/+72 |
| 2025-09-01 | test(lexer): Ensure tabs are accepted for horizontal whitespace | Ed Page | -3/+5 |
| 2025-09-01 | test(lexer): Ensure frontmatter can contain unicode whitespace | Ed Page | -0/+22 |
| 2025-09-01 | test(lexer): Ensure frontmatter w/ crlf works | Ed Page | -0/+15 |
| 2025-09-01 | Constify conversion traits | ltdk | -3/+3 |
| 2025-09-02 | Suggest parentheses around if-expressions | Esteban Küber | -2/+177 |
| 2025-09-01 | Auto merge of #145925 - lcnr:revealing-use-closures-2, r=BoxyUwU | bors | -30/+57 |
| 2025-09-01 | use defining uses of all bodies to constrain non-defining uses | lcnr | -30/+57 |
| 2025-09-01 | Auto merge of #144783 - folkertdev:loop-match-diverging-loop, r=SparrowLii | bors | -0/+44 |
| 2025-09-01 | Auto merge of #143290 - azhogin:azhogin/link-pub-async-impls, r=oli-obk | bors | -3/+121 |
| 2025-09-01 | Auto merge of #146077 - Zalathar:rollup-l7ip5yi, r=Zalathar | bors | -53/+38 |
| 2025-09-01 | Rollup merge of #145754 - epage:escape, r=SparrowLii | Stuart Cook | -53/+38 |
| 2025-09-01 | pub async fn implementation coroutine (func::{closure#0}) is monomorphized, w... | Andrew Zhogin | -3/+121 |
| 2025-09-01 | Add compiler error when trying to use concat metavar expr in repetitions | jullang | -0/+29 |
| 2025-09-01 | Rollup merge of #146046 - chenyukang:yukang-fix-method-exists-for-ret-ty-erro... | Stuart Cook | -0/+38 |
| 2025-09-01 | Rollup merge of #146042 - estebank:issue-83413, r=lcnr | Stuart Cook | -0/+38 |
| 2025-08-31 | Ignore test when dylibs are not supported | bjorn3 | -0/+1 |
| 2025-08-31 | Auto merge of #146053 - joboet:split-paths-regression, r=Mark-Simulacrum | bors | -0/+11 |
| 2025-08-31 | std: fix `SplitPaths` regression | joboet | -0/+11 |
| 2025-08-31 | Rollup merge of #145592 - nilotpal-n7:fix-format-alignment, r=lcnr | Matthias Krüger | -7/+15 |