| Age | Commit message (Expand) | Author | Lines |
| 2024-04-02 | Document restricted_std | Adam Gemmell | -1/+10 |
| 2024-03-29 | stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gate | Aria Beingessner | -1/+1 |
| 2024-03-27 | Eliminate `UbCheck` for non-standard libraries | DianQK | -0/+1 |
| 2024-03-24 | panic-in-panic-hook: formatting a message that's just a string is risk-free | Ralf Jung | -0/+1 |
| 2024-03-20 | step cfgs | Mark Rousskov | -3/+1 |
| 2024-03-12 | Use `min_exhaustive_patterns` in core & std | Nadrieril | -1/+2 |
| 2024-03-10 | Rollup merge of #112136 - clarfonthey:ffi-c_str, r=cuviper | Matthias Krüger | -0/+1 |
| 2024-03-07 | Rust is a proper name: rust → Rust | Ralf Jung | -1/+1 |
| 2024-02-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -1/+1 |
| 2024-02-22 | Add std::ffi::c_str modules | ltdk | -0/+1 |
| 2024-02-16 | Auto merge of #120889 - Ayush1325:uefi-instant, r=joshtriplett | bors | -0/+4 |
| 2024-02-13 | Implement Instant for UEFI | Ayush Singh | -0/+4 |
| 2024-02-12 | Auto merge of #110211 - joboet:queue_lock, r=Amanieu | bors | -0/+2 |
| 2024-02-09 | std: replace pthread `RwLock` with custom implementation inspired by usync | joboet | -0/+2 |
| 2024-02-08 | Step all bootstrap cfgs forward | Mark Rousskov | -1/+1 |
| 2024-02-05 | Auto merge of #117372 - Amanieu:stdarch_update, r=Mark-Simulacrum | bors | -6/+14 |
| 2024-01-30 | Add stdarch_wasm_atomic_wait feature in std | Amanieu d'Antras | -0/+1 |
| 2024-01-30 | Update feature names for new stdarch | Amanieu d'Antras | -6/+8 |
| 2024-01-30 | Update stdarch submodule | Amanieu d'Antras | -0/+5 |
| 2024-01-29 | Remove `raw_os_nonzero` feature. | Markus Reiter | -1/+0 |
| 2024-01-27 | Switch `NonZero` alias direction. | Markus Reiter | -0/+1 |
| 2024-01-23 | Auto merge of #119892 - joboet:libs_use_assert_unchecked, r=Nilstrieb,cuviper | bors | -0/+1 |
| 2024-01-20 | Rollup merge of #120150 - Jules-Bertholet:stabilize-round-ties-even, r=cuviper | Matthias Krüger | -1/+0 |
| 2024-01-19 | Stabilize `round_ties_even` | Jules Bertholet | -1/+0 |
| 2024-01-19 | Stabilize simple offset_of | George Bateman | -1/+0 |
| 2024-01-13 | libs: use `assert_unchecked` instead of intrinsic | joboet | -0/+1 |
| 2024-01-06 | Rollup merge of #118781 - RalfJung:core-panic-feature, r=the8472 | Matthias Krüger | -1/+0 |
| 2023-12-26 | Rollup merge of #119235 - Urgau:missing-feature-gate-sanitizer-cfi-cfgs, r=Ni... | Michael Goulet | -0/+1 |
| 2023-12-24 | Stabilize ip_in_core feature | Linus Färnstrand | -1/+0 |
| 2023-12-23 | Adjust the std library for sanitizer_cfi cfgs changes | Urgau | -0/+1 |
| 2023-12-22 | update cfg(bootstrap)s | Pietro Albini | -1/+0 |
| 2023-12-15 | Stabilize `ptr::{from_ref, from_mut}` | Maybe Waffle | -1/+0 |
| 2023-12-09 | merge core_panic feature into panic_internals | Ralf Jung | -1/+0 |
| 2023-12-03 | library: use c string literals | klensy | -0/+1 |
| 2023-12-03 | Auto merge of #118487 - RalfJung:exposed-provenance, r=thomcc | bors | -0/+1 |
| 2023-12-02 | Auto merge of #118484 - blyxxyz:os-str-slice, r=BurntSushi | bors | -0/+1 |
| 2023-12-02 | Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin... | bors | -1/+2 |
| 2023-12-02 | Add substring API for `OsStr` | Jan Verbeek | -0/+1 |
| 2023-11-30 | move exposed-provenance APIs into separate feature gate and explain the relat... | Ralf Jung | -0/+1 |
| 2023-11-29 | Rollup merge of #116839 - joboet:xous_thread_parking, r=m-ou-se | Matthias Krüger | -0/+1 |
| 2023-11-26 | Use inner docs to fix links | Caleb Zulawski | -1/+2 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -1/+1 |
| 2023-11-11 | Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnay | bors | -3/+2 |
| 2023-11-09 | Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io` | John Millikin | -0/+1 |
| 2023-11-02 | Move RandomState and DefaultHasher into std::hash, but don't export for now | ltdk | -3/+2 |
| 2023-10-25 | Stabilize `[const_]pointer_byte_offsets` | Maybe Waffle | -1/+0 |
| 2023-10-18 | std: implement thread parking for xous | joboet | -0/+1 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+1 |
| 2023-10-04 | Disable CFI for core and std CFI violations | Ramon de C Valle | -0/+2 |
| 2023-10-02 | Stdio for UEFI | Ayush Singh | -1/+1 |