| Age | Commit message (Expand) | Author | Lines |
| 2023-12-15 | Stabilize `ptr::{from_ref, from_mut}` | Maybe Waffle | -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 |
| 2023-07-31 | Add gamma and ln_gamma functions to f32 and f64 | Andrew Kane | -0/+1 |
| 2023-07-30 | Rollup merge of #109075 - joboet:lazylock_backtrace, r=workingjubilee | Jubilee | -0/+1 |
| 2023-07-28 | reduce deps for windows-msvc targets for backtrace | klensy | -1/+7 |
| 2023-07-24 | remove additional [allow(unused_unsafe)] | James Dietz | -1/+1 |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -0/+3 |
| 2023-07-09 | move personality to sys | Gus Caplan | -1/+0 |
| 2023-07-05 | Revert "use c literals in library" | León Orell Valerian Liehr | -1/+0 |
| 2023-06-11 | reorder attributes to make miri-test-libstd work again | Ralf Jung | -6/+7 |
| 2023-05-31 | use c literals in library | klensy | -0/+1 |
| 2023-04-27 | std: use `LazyLock` to lazily resolve backtraces | joboet | -0/+1 |
| 2023-04-25 | Revert "Report allocation errors as panics" | Matthias Krüger | -1/+0 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -0/+1 |
| 2023-04-23 | Auto merge of #110655 - ChrisDenton:read-to-end, r=joshtriplett | bors | -0/+1 |
| 2023-04-21 | Limit read size in `File::read_to_end` loop | Chris Denton | -0/+1 |