| Age | Commit message (Expand) | Author | Lines |
| 2025-08-19 | Rollup merge of #145563 - Kobzol:remove-from-from-prelude, r=petrochenkov | Stuart Cook | -7/+15 |
| 2025-08-19 | Rollup merge of #144960 - raoulstrackx:raoul/rte-513-disable_sleep_tests_on_s... | Stuart Cook | -0/+1 |
| 2025-08-19 | Rollup merge of #142871 - chenyukang:yukang-fix-doc-for-transpose, r=ibraheemdev | Stuart Cook | -6/+6 |
| 2025-08-19 | Rollup merge of #141744 - GrigorenkoPV:ip_from, r=Amanieu | Stuart Cook | -7/+6 |
| 2025-08-19 | Rollup merge of #140956 - Kixunil:impl-partialeq-str-for-path, r=Amanieu | Stuart Cook | -0/+65 |
| 2025-08-18 | Auto merge of #145489 - joshtriplett:cfg-if-not, r=Amanieu | bors | -766/+1008 |
| 2025-08-18 | Remove the `From` derive macro from prelude | Jakub Beránek | -7/+15 |
| 2025-08-18 | Rollup merge of #145476 - alurm:patch-1, r=ibraheemdev | Stuart Cook | -1/+1 |
| 2025-08-17 | Auto merge of #145284 - nnethercote:type_name-print-regions, r=lcnr | bors | -3/+3 |
| 2025-08-17 | Auto merge of #144081 - RalfJung:const-ptr-fragments, r=oli-obk | bors | -45/+5 |
| 2025-08-16 | Indent some code inside `cfg_select!` | Josh Triplett | -174/+178 |
| 2025-08-16 | library: Migrate from `cfg_if` to `cfg_select` | Josh Triplett | -607/+845 |
| 2025-08-16 | Auto merge of #145304 - m-ou-se:simplify-panic, r=oli-obk | bors | -55/+1 |
| 2025-08-16 | Fix typo in doc for library/std/src/fs.rs#set_permissions | Alan Urmancheev | -1/+1 |
| 2025-08-15 | Rollup merge of #145462 - Kivooeo:stabilize-const_exposed_provenance, r=RalfJung | Jacob Pratt | -2/+2 |
| 2025-08-15 | Rollup merge of #144963 - rossmacarthur-forks:stabilize-core-iter-chain, r=jh... | Jacob Pratt | -6/+3 |
| 2025-08-15 | Rollup merge of #144922 - Kobzol:derive-from, r=nnethercote | Jacob Pratt | -0/+18 |
| 2025-08-15 | Rollup merge of #144054 - jsimmons:stabilize-as-array-of-cells, r=tgross35 | Jacob Pratt | -2/+2 |
| 2025-08-15 | Rollup merge of #143717 - Jules-Bertholet:pin-default, r=dtolnay | Jacob Pratt | -4/+44 |
| 2025-08-15 | stabilize const exposed provenance | Kivooeo | -2/+2 |
| 2025-08-15 | Rollup merge of #145412 - tgross35:win-tid, r=ChrisDenton | Jakub Beránek | -3/+3 |
| 2025-08-15 | Rollup merge of #144210 - Gelbpunkt:thread-stack-size-musl, r=jhpratt | Jakub Beránek | -1/+12 |
| 2025-08-15 | Create unstable `From` builtin macro and register it | Jakub Beránek | -0/+18 |
| 2025-08-15 | Rollup merge of #145331 - theemathas:std-prelude-2024, r=tgross35 | Stuart Cook | -1/+1 |
| 2025-08-15 | Rollup merge of #145322 - LorrensP-2158466:early-prelude-processing, r=petroc... | Stuart Cook | -7/+8 |
| 2025-08-15 | Rollup merge of #145189 - rust-lang:cargo_update, r=clubby789 | Stuart Cook | -2/+2 |
| 2025-08-15 | Rollup merge of #144947 - tautschnig:remove-stray-checked_div-comment, r=Mark... | Stuart Cook | -12/+6 |
| 2025-08-15 | Rollup merge of #142640 - Sa4dUs:ad-intrinsic, r=ZuseZ4 | Stuart Cook | -0/+40 |
| 2025-08-15 | Rollup merge of #118087 - GrigorenkoPV:refcell_try_map, r=Mark-Simulacrum | Stuart Cook | -0/+93 |
| 2025-08-14 | Windows: Replace `GetThreadId`+`GetCurrentThread` with `GetCurrentThreadId` | Trevor Gross | -3/+3 |
| 2025-08-14 | Rollup merge of #145233 - joshtriplett:cfg-select-expr, r=jieyouxu | Jakub Beránek | -2/+3 |
| 2025-08-14 | std: thread: Return error if setting thread stack size fails | Jens Reidel | -1/+12 |
| 2025-08-14 | Complete functionality and general cleanup | Marcelo Domínguez | -0/+36 |
| 2025-08-14 | Basic implementation of `autodiff` intrinsic | Marcelo Domínguez | -0/+4 |
| 2025-08-14 | Auto merge of #144542 - sayantn:stabilize-sse4a-tbm, r=Amanieu,traviscross | bors | -4/+0 |
| 2025-08-14 | resolve prelude import at `build_reduced_graph` phase | LorrensP-2158466 | -7/+8 |
| 2025-08-14 | Print regions in `type_name`. | Nicholas Nethercote | -3/+3 |
| 2025-08-14 | Rollup merge of #145299 - eval-exec:exec-fix-145293, r=tgross35 | Guillaume Gomez | -2/+6 |
| 2025-08-14 | Rollup merge of #145179 - joshtriplett:number, r=RalfJung | Guillaume Gomez | -7/+6 |
| 2025-08-14 | Rollup merge of #144515 - scottmcm:ptr_cast_array, r=Mark-Simulacrum | Guillaume Gomez | -10/+35 |
| 2025-08-14 | Rollup merge of #142741 - a1phyr:fix_unsoundness, r=Mark-Simulacrum | Guillaume Gomez | -2/+2 |
| 2025-08-14 | Stabilize `sse4a` and `tbm` target features | sayantn | -4/+0 |
| 2025-08-13 | doc test: fix mpsc.rs try_send doc test | Eval EXEC | -2/+6 |
| 2025-08-13 | Rollup merge of #145325 - clarfonthey:cast-init, r=scottmcm | Jakub Beránek | -3/+74 |
| 2025-08-13 | Rollup merge of #145308 - giltho:dangling-doc, r=scottmcm | Jakub Beránek | -20/+20 |
| 2025-08-13 | Rollup merge of #145303 - m-ou-se:payload-as-str-doc, r=jhpratt | Jakub Beránek | -0/+2 |
| 2025-08-13 | Rollup merge of #145269 - epage:test-env, r=jhpratt | Jakub Beránek | -9/+8 |
| 2025-08-13 | Rollup merge of #144870 - Kivooeo:file_prefix-stabilize, r=tgross35 | Jakub Beránek | -9/+2 |
| 2025-08-13 | Rollup merge of #144519 - clarfonthey:const-system-time, r=jhpratt | Jakub Beránek | -68/+166 |
| 2025-08-13 | Rollup merge of #143467 - ChaiTRex:ascii_char_is_ascii, r=tgross35 | Jakub Beránek | -1/+611 |