| Age | Commit message (Expand) | Author | Lines |
| 2025-04-15 | Add warning comment to `Take::get_ref` and `Chain::get_ref` | Josh Triplett | -0/+8 |
| 2025-04-15 | Stabilize proc_macro::Span::{start, end, line, column}. | Mara Bos | -4/+4 |
| 2025-04-15 | Auto merge of #139632 - Darksonn:cfi-fmt, r=m-ou-se | bors | -25/+50 |
| 2025-04-15 | Implement `pin!()` using `super let`. | Mara Bos | -102/+36 |
| 2025-04-15 | Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalathar | bors | -105/+280 |
| 2025-04-15 | Add comment | Alice Ryhl | -0/+19 |
| 2025-04-15 | Use full path for core::mem::transmute | Alice Ryhl | -2/+2 |
| 2025-04-15 | Remove #![feature(no_sanitize)] | Tamir Duberstein | -1/+0 |
| 2025-04-15 | Rollup merge of #139836 - glyn:test-mpmc-receiver-cloning, r=jhpratt | Stuart Cook | -0/+30 |
| 2025-04-15 | Rollup merge of #139822 - 0x79de:fix-eopnotsupp-mapping, r=dtolnay | Stuart Cook | -0/+1 |
| 2025-04-15 | Rollup merge of #139750 - no1wudi:fix, r=tgross35 | Stuart Cook | -6/+11 |
| 2025-04-15 | Rollup merge of #139671 - m-ou-se:proc-macro-span, r=dtolnay | Stuart Cook | -74/+21 |
| 2025-04-15 | Rollup merge of #139554 - lolbinarycat:std-output-exit_ok, r=tgross35 | Stuart Cook | -0/+34 |
| 2025-04-15 | Rollup merge of #139517 - Ayush1325:uefi-cmd-stdin-null, r=joboet | Stuart Cook | -7/+120 |
| 2025-04-15 | Rollup merge of #138374 - celinval:issue-136925-const-contract, r=compiler-er... | Stuart Cook | -18/+63 |
| 2025-04-15 | Basic tests of MPMC receiver cloning | Glyn Normington | -0/+30 |
| 2025-04-15 | Implement rounding for the hex float parsing and prepare to improve error han... | quaternic | -111/+405 |
| 2025-04-14 | std: add Output::exit_ok | binarycat | -0/+34 |
| 2025-04-14 | Rollup merge of #139745 - thaliaarchi:iter-unused-clone-copy, r=joboet | Matthias Krüger | -20/+163 |
| 2025-04-14 | Fix: Map EOPNOTSUPP to ErrorKind::Unsupported on Unix | 0x79de | -0/+1 |
| 2025-04-14 | Auto merge of #139814 - matthiaskrgr:rollup-lxkkcz6, r=matthiaskrgr | bors | -1/+1 |
| 2025-04-14 | Auto merge of #138603 - xizheyin:issue-137405, r=chenyukang | bors | -1/+6 |
| 2025-04-14 | Fix some grammar errors and hyperlinks in doc for `trait Allocator` | Janggun Lee | -2/+4 |
| 2025-04-14 | ptr docs: add missing backtics around 'usize' | Ralf Jung | -1/+1 |
| 2025-04-14 | Clarify why SGX code specifies linkage/symbol names for certain statics | Jethro Beekman | -6/+14 |
| 2025-04-13 | docs: Add example to `Iterator::take` with `by_ref` | Diego Ongaro | -0/+18 |
| 2025-04-14 | Report span of test when should_panic test failed | xizheyin | -1/+6 |
| 2025-04-13 | Avoid unused clones in Cloned<I> and Copied<I> | Thalia Archibald | -20/+163 |
| 2025-04-13 | Rollup merge of #137043 - Sky9x:unsafe-pinned-pt1-libs, r=tgross35,RalfJung,W... | Jacob Pratt | -0/+232 |
| 2025-04-13 | Hermit: Unify std::env::args with Unix | Thalia Archibald | -40/+9 |
| 2025-04-13 | docs(library/core/src/pin): rewrite for clarity | Ruan Comelli | -5/+5 |
| 2025-04-13 | std: sys: process: uefi: Allow specifying Stdin | Ayush Singh | -3/+6 |
| 2025-04-13 | std: sys: stdio: uefi: Tread UNSUPPORTED Status as read(0) | Ayush Singh | -2/+6 |
| 2025-04-13 | std: sys: process: uefi: Use NULL stdin by default | Ayush Singh | -3/+109 |
| 2025-04-14 | Implement `Random` for tuple | Shun Sakai | -0/+13 |
| 2025-04-13 | Auto merge of #139746 - ChrisDenton:rollup-eq08b2e, r=ChrisDenton | bors | -440/+350 |
| 2025-04-13 | std/thread: Use default stack size from menuconfig for NuttX | Huang Qi | -6/+11 |
| 2025-04-13 | docs(library/core/src/pin): fix typo "necessarily" -> "necessary" | Ruan Comelli | -1/+1 |
| 2025-04-13 | Rollup merge of #139726 - Amanieu:select_unpredictable_hint, r=dtolnay | Chris Denton | -59/+60 |
| 2025-04-13 | Rollup merge of #139710 - thaliaarchi:move-args-pal, r=joboet | Chris Denton | -315/+171 |
| 2025-04-13 | Rollup merge of #139683 - ChrisDenton:windows-with-native, r=tgross35,joboet | Chris Denton | -47/+86 |
| 2025-04-13 | Rollup merge of #139677 - jchecahi:profiler-builtin-rtlib-path-fix, r=kobzol | Chris Denton | -2/+8 |
| 2025-04-13 | Rollup merge of #139605 - oyvindln:update_miniz_oxide_0_8, r=Mark-Simulacrum | Chris Denton | -2/+2 |
| 2025-04-13 | Rollup merge of #139511 - Zalathar:panic-payload, r=Mark-Simulacrum | Chris Denton | -15/+20 |
| 2025-04-13 | Rollup merge of #138972 - thaliaarchi:nuttx-build, r=Mark-Simulacrum | Chris Denton | -0/+3 |
| 2025-04-13 | Auto merge of #138881 - scottmcm:more-chaining-ord, r=Mark-Simulacrum | bors | -30/+205 |
| 2025-04-13 | Auto merge of #139734 - ChrisDenton:rollup-28qn740, r=ChrisDenton | bors | -125/+125 |
| 2025-04-13 | Initial `UnsafePinned`/`UnsafeUnpin` impl [Part 1: Libs] | Sky | -0/+232 |
| 2025-04-12 | Extend the chaining logic to slices too | Scott McMurray | -30/+205 |
| 2025-04-13 | Rollup merge of #139107 - joboet:safe_cmath, r=ibraheemdev | Chris Denton | -125/+125 |