| Age | Commit message (Expand) | Author | Lines |
| 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 | allow taking address to union field | Kivooeo | -11/+116 |
| 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 |
| 2025-08-31 | Rollup merge of #144443 - WaffleLapkin:integer-target-pointer-width, r=Noratrieb | Matthias Krüger | -2/+2 |
| 2025-08-31 | Auto merge of #145582 - estebank:issue-107806, r=chenyukang | bors | -0/+63 |
| 2025-08-31 | suggest method name with maybe ty mismatch | yukang | -0/+38 |
| 2025-08-31 | More targeted parentheses suggestion for match statement intended as expression | Esteban Küber | -21/+91 |
| 2025-08-31 | Provide suggestion when encountering `match () { () => 1 } + match () { () =>... | Esteban Küber | -6/+24 |
| 2025-08-30 | Detect negative literal inferred to unsigned integer | Esteban Küber | -0/+38 |
| 2025-08-30 | Avoid unnecessary suggestion in or-pattern | Esteban Küber | -55/+12 |
| 2025-08-30 | Suggest constant on unused binding in a pattern | Esteban Küber | -18/+40 |
| 2025-08-30 | On unused binding in pattern, suggest unit struct/variant with similar name | Esteban Küber | -104/+228 |
| 2025-08-30 | compiler: Include span of too huge array with `-Cdebuginfo=2` | Martin Nordholts | -3/+42 |
| 2025-08-30 | Auto merge of #123319 - no92:managarm-target, r=davidtwco | bors | -4/+5 |
| 2025-08-30 | On binding not present in all patterns, look at consts and unit structs/varia... | Esteban Küber | -3/+250 |
| 2025-08-29 | Rollup merge of #145967 - Enselic:big-enum-debuginfo-span, r=wesleywiser | Trevor Gross | -4/+14 |
| 2025-08-29 | Add test for typo in or-pattern binding | Esteban Küber | -0/+82 |
| 2025-08-29 | resolve: Avoid a regression from splitting prelude into two scopes | Vadim Petrochenkov | -0/+13 |
| 2025-08-29 | Rollup merge of #145676 - Oneirical:uncountable-integer-9, r=jieyouxu | Matthias Krüger | -37/+41 |
| 2025-08-29 | Rollup merge of #145675 - Oneirical:uncountable-integer-8, r=jieyouxu | Matthias Krüger | -80/+66 |
| 2025-08-29 | Ensure we emit an allocator shim when only some crate types need one | bjorn3 | -0/+15 |
| 2025-08-29 | Stabilize file_as_c_str | Alice Ryhl | -1/+0 |
| 2025-08-29 | compiler: Add `{x86_64,aarch64,riscv64gc}-unknown-managarm-mlibc` targets | no92 | -4/+5 |
| 2025-08-28 | Auto merge of #145970 - GuillaumeGomez:rollup-pr11qds, r=GuillaumeGomez | bors | -39/+51 |
| 2025-08-28 | Rollup merge of #145853 - JonathanBrouwer:fix-lit-parsing, r=jdonszelmann | Guillaume Gomez | -36/+12 |
| 2025-08-28 | Rollup merge of #145368 - rcvalle:rust-cfi-fix-142284, r=dianqk | Guillaume Gomez | -0/+22 |
| 2025-08-28 | Rollup merge of #142472 - GuillaumeGomez:doc-attribute-attribute, r=fmease | Guillaume Gomez | -3/+17 |
| 2025-08-28 | fix(lexer): Don't require frontmatters to be escaped with indented fences | Ed Page | -53/+38 |
| 2025-08-28 | compiler: Include span of too huge enum with -Cdebuginfo=2 | Martin Nordholts | -4/+14 |
| 2025-08-28 | Update uitest stderr | Jonathan Brouwer | -50/+4 |
| 2025-08-28 | Add another case to the bad-lit-suffixes test | Jonathan Brouwer | -1/+23 |
| 2025-08-28 | Auto merge of #145807 - zachs18:only-consider-auto-traits-empty, r=compiler-e... | bors | -0/+161 |
| 2025-08-28 | Add tests for `doc(attribute = "...")` attribute | Guillaume Gomez | -3/+17 |
| 2025-08-28 | Rollup merge of #145941 - Urgau:int_to_ptr_transmutes-unsized, r=lcnr | Stuart Cook | -0/+50 |
| 2025-08-28 | Rollup merge of #145928 - Darksonn:file_as_c_str, r=joshtriplett | Stuart Cook | -3/+3 |
| 2025-08-28 | Rollup merge of #144864 - Muscraft:no-source-fixes, r=jieyouxu | Stuart Cook | -19/+63 |