| Age | Commit message (Expand) | Author | Lines |
| 2025-08-28 | Rollup merge of #143193 - JonathanBrouwer:link_rework, r=jdonszelmann | Stuart Cook | -364/+940 |
| 2025-08-28 | Auto merge of #145877 - nikic:capture-address, r=tmiasko | bors | -10/+25 |
| 2025-08-27 | fix target-pointer-width in tests | Waffle Lapkin | -2/+2 |
| 2025-08-27 | Add test batch 2 | Oneirical | -37/+41 |
| 2025-08-27 | Disable `int_to_ptr_transmutes` suggestion for unsized types | Urgau | -0/+50 |
| 2025-08-27 | Stabilize BTree{Map,Set}::extract_if | Sidney Cammeresi | -1/+0 |
| 2025-08-27 | Changes to the uitests | Jonathan Brouwer | -364/+940 |
| 2025-08-27 | Fix format string grammar in docs and improve alignment error message | Nilotpal Gupta | -7/+15 |
| 2025-08-27 | inline at the callsite & warn when target features mismatch | James Barford-Evans | -12/+154 |
| 2025-08-27 | Rename `Location::file_with_nul` to `file_as_c_str` | Alice Ryhl | -3/+3 |
| 2025-08-27 | Auto merge of #145923 - matthiaskrgr:rollup-rkejtos, r=matthiaskrgr | bors | -0/+21 |
| 2025-08-27 | Rollup merge of #145905 - TaKO8Ki:fix-137580, r=nnethercote | Matthias Krüger | -0/+21 |
| 2025-08-27 | Auto merge of #140737 - amandasystems:revised-constraint-search, r=lcnr | bors | -28/+25 |
| 2025-08-27 | remove old crash test | Takayuki Maeda | -2/+3 |
| 2025-08-27 | Add test batch 1 | Oneirical | -80/+66 |
| 2025-08-27 | Auto merge of #144841 - cjgillot:typeck-no-attrs, r=davidtwco | bors | -0/+27 |
| 2025-08-26 | Make `lto` and `linker-plugin-lto` work the same for `compiler_builtins` | Matthew Maurer | -0/+22 |
| 2025-08-26 | Rollup merge of #145792 - scrabsha:push-umpytyxunpxq, r=jdonszelmann | Samuel Tardieu | -171/+537 |
| 2025-08-26 | Rollup merge of #144499 - Enselic:ci-debuginfo-level-tests, r=davidtwco | Samuel Tardieu | -3/+19 |
| 2025-08-26 | fix: Render continuation between no source labels | Scott Schafer | -1/+1 |
| 2025-08-26 | fix: Add col separator before secondary messages with no source | Scott Schafer | -0/+62 |
| 2025-08-26 | fix: Don't add an end column separator after a file with no source | Scott Schafer | -18/+0 |
| 2025-08-27 | stop returning errors when format foreign has trailing dollar | Takayuki Maeda | -0/+20 |
| 2025-08-26 | Rollup merge of #145481 - mu001999-contrib:fix/closure-sugg, r=SparrowLii | Guillaume Gomez | -2/+52 |
| 2025-08-26 | Rollup merge of #145076 - ZhongyaoChen:feature/add-tier3-riscv64a23-target, r... | Guillaume Gomez | -0/+2 |
| 2025-08-26 | Rollup merge of #144373 - hkBst:remove-deprecated-1, r=jhpratt | Guillaume Gomez | -4/+3 |
| 2025-08-26 | Use captures(address) instead of captures(none) for indirect args | Nikita Popov | -10/+25 |
| 2025-08-26 | Update tests. | Mara Bos | -16/+15 |
| 2025-08-26 | remove deprecated Error::description in impls | Marijn Schouten | -4/+3 |
| 2025-08-26 | Rollup merge of #144885 - zachs18:ptr_guaranteed_cmp_more, r=RalfJung | Stuart Cook | -30/+192 |
| 2025-08-25 | add tests, some with incorrect lifetime extension behavior | dianne | -0/+157 |
| 2025-08-25 | Auto merge of #145711 - lcnr:non-defining-uses-hir-typeck, r=BoxyUwU | bors | -183/+225 |
| 2025-08-25 | Only consider auto traits empty for the purposes of omitting vptrs from subtr... | Zachary S | -0/+161 |
| 2025-08-25 | Use attribute name in message for "outer attr used as inner attr" errors | Sasha Pourcelot | -171/+537 |
| 2025-08-25 | On binding not present in all patterns, suggest potential typo | Esteban Küber | -19/+180 |
| 2025-08-25 | change non-defining use error message | lcnr | -6/+58 |
| 2025-08-25 | support non-defining uses in HIR typeck | lcnr | -177/+167 |
| 2025-08-25 | Rollup merge of #145788 - JonathanBrouwer:proper-fix-for-macro-call-target, r... | Stuart Cook | -42/+302 |
| 2025-08-25 | Rollup merge of #145620 - compiler-errors:fake-dyn-to-dyn, r=lcnr | Stuart Cook | -0/+16 |
| 2025-08-25 | add span to struct pattern rest (..) | Valdemar Erk | -10/+10 |
| 2025-08-24 | Make sure to treat only param where clauses as inherent | Michael Goulet | -0/+196 |
| 2025-08-24 | Regression test for attributes on macro calls | Jonathan Brouwer | -42/+302 |
| 2025-08-24 | Auto merge of #145384 - ywxt:parallel-tests, r=jieyouxu | bors | -18/+705 |
| 2025-08-24 | fix ICE on stable related to attrs on macros | Jana Dönszelmann | -1/+46 |
| 2025-08-24 | Port crate name to the new attribute system | Jana Dönszelmann | -99/+106 |
| 2025-08-24 | Support lints in early attribute parsing | Jana Dönszelmann | -27/+40 |
| 2025-08-23 | Remove arm::t32-specific function pointer test. | Zachary S | -19/+3 |
| 2025-08-23 | Rollup merge of #145798 - compiler-errors:unnamed-lt-primary, r=lqd | Jacob Pratt | -119/+116 |
| 2025-08-23 | Rollup merge of #144531 - Urgau:int_to_ptr_transmutes, r=jackh726 | Jacob Pratt | -0/+302 |
| 2025-08-23 | Auto merge of #145796 - samueltardieu:rollup-linfi86, r=samueltardieu | bors | -72/+183 |