| Age | Commit message (Expand) | Author | Lines |
| 2025-09-27 | Remove `cfg(bootstrap)` for `doc_cfg` feature following #141925 | Guillaume Gomez | -6/+1 |
| 2025-09-27 | Fix autodiff feature activation | Guillaume Gomez | -1/+0 |
| 2025-09-27 | fmt | Guillaume Gomez | -5/+1 |
| 2025-09-27 | Remove `doc_cfg_hide` feature | Guillaume Gomez | -1/+2 |
| 2025-09-27 | Strenghten checks for `doc(auto_cfg(show/hide))` attributes | Guillaume Gomez | -7/+1 |
| 2025-09-27 | Implement RFC 3631 | Guillaume Gomez | -1/+15 |
| 2025-09-27 | Auto merge of #146636 - Mark-Simulacrum:bootstrap-bump, r=jieyouxu | bors | -15/+15 |
| 2025-09-26 | Update CURRENT_RUSTC_VERSION post-bump | Mark Rousskov | -15/+15 |
| 2025-09-26 | Rollup merge of #145113 - petrochenkov:lessfinalize, r=lcnr | Matthias Krüger | -1/+1 |
| 2025-09-26 | Rollup merge of #147049 - vexide:vex-std, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2025-09-25 | std: fix warning in VEXos stdio module | Tropical | -1/+1 |
| 2025-09-25 | resolve: Do not finalize shadowed bindings | Vadim Petrochenkov | -1/+1 |
| 2025-09-25 | Auto merge of #147019 - Zalathar:rollup-boxzbmo, r=Zalathar | bors | -3/+989 |
| 2025-09-25 | Rollup merge of #147007 - LawnGnome:tosocketaddrs-doc, r=tgross35 | Stuart Cook | -0/+2 |
| 2025-09-25 | Rollup merge of #146735 - Qelxiros:const_mul_add, r=tgross35,RalfJung | Stuart Cook | -2/+5 |
| 2025-09-25 | Rollup merge of #145973 - vexide:vex-std, r=tgross35 | Stuart Cook | -1/+982 |
| 2025-09-25 | Auto merge of #147003 - matthiaskrgr:rollup-b5z9uiz, r=matthiaskrgr | bors | -26/+56 |
| 2025-09-24 | Explicitly note `&[SocketAddr]` impl of `ToSocketAddrs`. | Adam Harvey | -0/+2 |
| 2025-09-24 | Rollup merge of #146958 - el-ev:fix_path_string_eq_recurse, r=joboet | Matthias Krüger | -9/+19 |
| 2025-09-24 | Repro duration_since regression from issue 146228 | Stepan Koltsov | -17/+37 |
| 2025-09-24 | unstably constify float mul_add methods | Jeremy Smart | -2/+5 |
| 2025-09-24 | Rollup merge of #146964 - Ayush1325:close-protocol, r=joboet | Matthias Krüger | -0/+4 |
| 2025-09-24 | std: add support for armv7a-vex-v5 target | Tropical | -1/+982 |
| 2025-09-24 | Fix infinite recursion in Path::eq with String | Iris Shi | -9/+19 |
| 2025-09-24 | library: std: sys: pal: uefi: Add some comments | Ayush Singh | -0/+4 |
| 2025-09-23 | Rollup merge of #146904 - peter-lyons-kehl:140368_data_ptr_const_fn, r=Amanieu | Matthias Krüger | -5/+5 |
| 2025-09-23 | Rollup merge of #146632 - ctz:jbp-adaptor-spelling, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2025-09-23 | Auto merge of #146317 - saethlin:panic=immediate-abort, r=nnethercote | bors | -22/+15 |
| 2025-09-22 | Mutex/RwLock/ReentrantLock::data_ptr to be const fn | Peter Lyons Kehl | -5/+5 |
| 2025-09-22 | Auto merge of #146683 - clarfonthey:safe-intrinsics, r=RalfJung,Amanieu | bors | -32/+32 |
| 2025-09-21 | Mark float intrinsics with no preconditions as safe | ltdk | -32/+32 |
| 2025-09-21 | std: merge definitions of `StdioPipes` | joboet | -34/+21 |
| 2025-09-21 | Change the cfg to a dash | Ben Kimock | -13/+13 |
| 2025-09-21 | Add panic=immediate-abort | Ben Kimock | -22/+15 |
| 2025-09-21 | Rollup merge of #146822 - saethlin:bbbbbstd, r=Noratrieb | Stuart Cook | -1/+1 |
| 2025-09-21 | Rollup merge of #144091 - thaliaarchi:stabilize-new-zeroed, r=Mark-Simulacrum | Stuart Cook | -1/+0 |
| 2025-09-20 | Fix old typo in lang_start_internal comment | Ben Kimock | -1/+1 |
| 2025-09-20 | Rollup merge of #146800 - thaliaarchi:fix-move-pal-thread, r=joboet | Matthias Krüger | -8/+2 |
| 2025-09-20 | Rollup merge of #146762 - madsmtm:test-apple-sim, r=jieyouxu | Matthias Krüger | -26/+96 |
| 2025-09-19 | Update cfg_if! to cfg_select! | Thalia Archibald | -1/+1 |
| 2025-09-19 | Fix unsupported std::sys::thread | Thalia Archibald | -7/+1 |
| 2025-09-19 | Rollup merge of #146691 - alexcrichton:wasip1-remove-dir-all-buffer, r=juntyr | Stuart Cook | -1/+8 |
| 2025-09-19 | Rollup merge of #146541 - joboet:simplify-lookup-host, r=tgross35 | Stuart Cook | -193/+50 |
| 2025-09-19 | Fix test suite in iOS/tvOS/watchOS/visionOS simulator | Mads Marquart | -26/+96 |
| 2025-09-19 | std: simplify host lookup | joboet | -193/+50 |
| 2025-09-17 | std: Fix WASI implementation of `remove_dir_all` | Alex Crichton | -1/+8 |
| 2025-09-17 | Auto merge of #139849 - thaliaarchi:args/zkvm, r=ibraheemdev | bors | -45/+58 |
| 2025-09-17 | Rollup merge of #145660 - jbatez:darwin_objc, r=jdonszelmann,madsmtm,tmandry | Stuart Cook | -0/+15 |
| 2025-09-16 | Fix spelling of "adaptor" | Joe Birr-Pixton | -1/+1 |
| 2025-09-15 | Rollup merge of #146549 - asomers:freebsd-readdir, r=Mark-Simulacrum | Matthias Krüger | -57/+63 |