| Age | Commit message (Expand) | Author | Lines |
| 2025-09-02 | Rollup merge of #146064 - jullanggit:patch-1, r=fmease | Guillaume Gomez | -5/+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 | -104/+73 |
| 2025-09-02 | resolve: Avoid finalizing extern prelude entries more than once | Vadim Petrochenkov | -13/+1 |
| 2025-09-02 | Adjust issue-118306.rs test after LLVM change | Hans Wennborg | -1/+1 |
| 2025-09-02 | stabilize extended_varargs_abi_support | Ralf Jung | -104/+73 |
| 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-02 | squash fix `render_call_locations` panic when default span points at file out... | Janis | -1/+36 |
| 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/+413 |
| 2025-09-01 | Auto merge of #143290 - azhogin:azhogin/link-pub-async-impls, r=oli-obk | bors | -14/+231 |
| 2025-09-01 | Auto merge of #146077 - Zalathar:rollup-l7ip5yi, r=Zalathar | bors | -74/+112 |
| 2025-09-01 | Rollup merge of #145754 - epage:escape, r=SparrowLii | Stuart Cook | -53/+38 |
| 2025-09-01 | Rollup merge of #145643 - Zalathar:tree, r=SparrowLii | Stuart Cook | -21/+74 |
| 2025-09-01 | pub async fn implementation coroutine (func::{closure#0}) is monomorphized, w... | Andrew Zhogin | -14/+231 |
| 2025-09-01 | Add compiler error when trying to use concat metavar expr in repetitions | jullang | -5/+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 | -10/+10 |
| 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 | Auto merge of #146026 - Zalathar:rollup-urbmv0t, r=Zalathar | bors | -2/+0 |
| 2025-08-30 | Rollup merge of #145465 - Kivooeo:stabilize-array_repeat, r=joboet | Stuart Cook | -2/+0 |
| 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/+14 |
| 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 | Rollup merge of #145467 - Kivooeo:stabilize-strict_provenance_atomic_ptr, r=s... | Trevor Gross | -1/+0 |
| 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 |