| Age | Commit message (Expand) | Author | Lines |
| 2025-08-19 | Avoid using `()` in `derive(From)` output. | Nicholas Nethercote | -42/+2 |
| 2025-08-19 | Rollup merge of #145563 - Kobzol:remove-from-from-prelude, r=petrochenkov | Stuart Cook | -15/+42 |
| 2025-08-19 | Rollup merge of #145405 - durin42:test-cleanup-tmpdir, r=lqd | Stuart Cook | -8/+8 |
| 2025-08-19 | Rollup merge of #145243 - jdonszelmann:inner-attr-errors, r=petrochenkov | Stuart Cook | -24/+18 |
| 2025-08-19 | Rollup merge of #145041 - lcnr:borrowck-limitations-error, r=BoxyUwU | Stuart Cook | -44/+60 |
| 2025-08-19 | Rollup merge of #145013 - fee1-dead-contrib:push-vwvsqsqnrxqm, r=nnethercote | Stuart Cook | -9/+115 |
| 2025-08-19 | Rollup merge of #144804 - WaffleLapkin:reach-for-the-casts, r=compiler-errors | Stuart Cook | -39/+22 |
| 2025-08-19 | Rollup merge of #144567 - CaiWeiran:transmute-scalar_test, r=nikic | Stuart Cook | -19/+12 |
| 2025-08-19 | Rollup merge of #144476 - notriddle:notriddle/stringdex, r=lolbinarycat,Guill... | Stuart Cook | -662/+645 |
| 2025-08-19 | Rollup merge of #142681 - 1c3t3a:sanitize-off-on, r=rcvalle | Stuart Cook | -220/+684 |
| 2025-08-19 | Rollup merge of #140956 - Kixunil:impl-partialeq-str-for-path, r=Amanieu | Stuart Cook | -8/+6 |
| 2025-08-18 | Auto merge of #145489 - joshtriplett:cfg-if-not, r=Amanieu | bors | -1/+1 |
| 2025-08-18 | tests: fix RISC-V failures and adjust transmute-scalar.rs target | Caiweiran | -19/+12 |
| 2025-08-18 | cleanup: make run-make test use run_in_tmpdir | Augie Fackler | -8/+8 |
| 2025-08-18 | Remove the `From` derive macro from prelude | Jakub Beránek | -15/+42 |
| 2025-08-18 | Remove the no_sanitize attribute in favor of sanitize | Bastian Kersting | -237/+128 |
| 2025-08-18 | Implement the #[sanitize(..)] attribute | Bastian Kersting | -3/+576 |
| 2025-08-18 | Rollup merge of #145485 - JonathanBrouwer:fix-deprecation-targets, r=jdonszel... | Stuart Cook | -3/+8 |
| 2025-08-18 | Rollup merge of #145355 - clubby789:option-match-eq, r=nikic | Stuart Cook | -0/+78 |
| 2025-08-18 | Rollup merge of #145309 - winstonallo:issue-145271-fix, r=tgross35 | Stuart Cook | -0/+77 |
| 2025-08-18 | Rollup merge of #145208 - joshtriplett:mbe-derive, r=petrochenkov | Stuart Cook | -9/+373 |
| 2025-08-17 | Fix up library crate order in linker test | Josh Triplett | -1/+1 |
| 2025-08-17 | Auto merge of #145284 - nnethercote:type_name-print-regions, r=lcnr | bors | -9/+13 |
| 2025-08-17 | Auto merge of #144081 - RalfJung:const-ptr-fragments, r=oli-obk | bors | -42/+203 |
| 2025-08-16 | overhaul `&mut` suggestions in borrowck errors | Deadbeef | -9/+115 |
| 2025-08-16 | take attr style into account in attr diagnostics | Jana Dönszelmann | -24/+18 |
| 2025-08-16 | Fix deprecation attribute on foreign statics & types | Jonathan Brouwer | -3/+8 |
| 2025-08-15 | Auto merge of #145475 - jhpratt:rollup-jr0wado, r=jhpratt | bors | -14/+425 |
| 2025-08-15 | Rollup merge of #145436 - StackOverflowExcept1on:patch-1, r=alexcrichton | Jacob Pratt | -1/+1 |
| 2025-08-15 | Rollup merge of #144922 - Kobzol:derive-from, r=nnethercote | Jacob Pratt | -1/+388 |
| 2025-08-15 | Rollup merge of #144907 - ShoyuVanilla:no-const-async, r=fmease | Jacob Pratt | -10/+36 |
| 2025-08-15 | Rollup merge of #144054 - jsimmons:stabilize-as-array-of-cells, r=tgross35 | Jacob Pratt | -2/+0 |
| 2025-08-15 | Auto merge of #142071 - lcnr:revealing-use, r=compiler-errors | bors | -0/+60 |
| 2025-08-15 | rustdoc-search: search backend with partitioned suffix tree | Michael Howell | -662/+645 |
| 2025-08-15 | Auto merge of #145450 - Kobzol:rollup-cqclix0, r=Kobzol | bors | -1/+21 |
| 2025-08-15 | Rollup merge of #145430 - Urgau:drop_forget_useless-145427, r=lqd | Jakub Beránek | -1/+21 |
| 2025-08-15 | fix(tests/rmake/wasm-unexpected-features): change features from `WASM1` to `MVP` | StackOverflowExcept1on | -1/+1 |
| 2025-08-15 | Auto merge of #144991 - lcnr:ignore-usages-from-ignored-candidates, r=BoxyUwU | bors | -0/+43 |
| 2025-08-15 | Implement `#[derive(From)]` | Jakub Beránek | -1/+369 |
| 2025-08-15 | Add feature gate test | Jakub Beránek | -0/+19 |
| 2025-08-15 | Fix wrong spans with external macros in the `dropping_copy_types` lint | Urgau | -1/+21 |
| 2025-08-15 | Auto merge of #145423 - Zalathar:rollup-9jtefpl, r=Zalathar | bors | -372/+1061 |
| 2025-08-15 | fix: Reject async assoc fns of const traits/impls in ast_passes | Shoyu Vanilla | -10/+36 |
| 2025-08-15 | Rollup merge of #145389 - GuillaumeGomez:unstable-search, r=fmease | Stuart Cook | -28/+3 |
| 2025-08-15 | Rollup merge of #145378 - xizheyin:144968, r=davidtwco | Stuart Cook | -40/+82 |
| 2025-08-15 | Rollup merge of #145369 - estebank:issue-145367, r=compiler-errors | Stuart Cook | -0/+30 |
| 2025-08-15 | Rollup merge of #145322 - LorrensP-2158466:early-prelude-processing, r=petroc... | Stuart Cook | -18/+26 |
| 2025-08-15 | Rollup merge of #145275 - StackOverflowExcept1on:fix-wasm32v1-none, r=alexcri... | Stuart Cook | -0/+69 |
| 2025-08-15 | Rollup merge of #145120 - maurer:llvm-time, r=nikic | Stuart Cook | -37/+37 |
| 2025-08-15 | Rollup merge of #145065 - petrochenkov:riblock, r=davidtwco | Stuart Cook | -2/+21 |