| Age | Commit message (Expand) | Author | Lines |
| 2024-02-08 | [Beta 1.77] Fix bootstrapping from 1.76 | Eric Huss | -0/+1 |
| 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 |
| 2023-09-23 | Add the `cfg_match!` macro | Caio | -0/+3 |
| 2023-09-19 | Auto merge of #115627 - compiler-errors:icedump-no-std, r=m-ou-se | bors | -3/+0 |
| 2023-09-19 | Auto merge of #104101 - betrusted-io:xous-libstd-initial, r=bjorn3 | bors | -0/+1 |
| 2023-09-18 | get rid of duplicate primitive_docs | Ralf Jung | -1/+1 |
| 2023-09-17 | Rollup merge of #115477 - kellerkindt:stabilized_int_impl, r=dtolnay | Dylan DPC | -1/+0 |
| 2023-09-07 | Don't modify libstd to dump rustc ICEs | Michael Goulet | -3/+0 |
| 2023-09-03 | Stabilize the Saturating type (saturating_int_impl, gh-87920) | Michael Watzko | -1/+0 |
| 2023-08-26 | Document std limitations before/after main | The 8472 | -1/+25 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -2/+2 |
| 2023-08-22 | std: enable feature(slice_ptr_len) on xous | Sean Cross | -0/+1 |
| 2023-08-18 | resolve conflicts | Kyle Lin | -0/+1 |
| 2023-08-15 | fix typo: affect -> effect | Ralf Jung | -1/+1 |
| 2023-08-13 | core/any: remove Provider trait | wayne warren | -1/+0 |
| 2023-08-12 | Remove unnecessary feature gates | Jacob Pratt | -1/+0 |
| 2023-08-11 | Auto merge of #113432 - klensy:ms-cut-backtrace, r=ChrisDenton | bors | -1/+7 |
| 2023-08-09 | Auto merge of #99747 - ankane:float_gamma, r=workingjubilee | bors | -0/+1 |
| 2023-08-05 | use offset_of! to calculate dirent64 field offsets | The 8472 | -0/+1 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |