about summary refs log tree commit diff
path: root/library/std/src/lib.rs
AgeCommit message (Expand)AuthorLines
2024-04-02Document restricted_stdAdam Gemmell-1/+10
2024-03-29stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gateAria Beingessner-1/+1
2024-03-27Eliminate `UbCheck` for non-standard librariesDianQK-0/+1
2024-03-24panic-in-panic-hook: formatting a message that's just a string is risk-freeRalf Jung-0/+1
2024-03-20step cfgsMark Rousskov-3/+1
2024-03-12Use `min_exhaustive_patterns` in core & stdNadrieril-1/+2
2024-03-10Rollup merge of #112136 - clarfonthey:ffi-c_str, r=cuviperMatthias Krüger-0/+1
2024-03-07Rust is a proper name: rust → RustRalf Jung-1/+1
2024-02-25remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsicsRalf Jung-1/+1
2024-02-22Add std::ffi::c_str modulesltdk-0/+1
2024-02-16Auto merge of #120889 - Ayush1325:uefi-instant, r=joshtriplettbors-0/+4
2024-02-13Implement Instant for UEFIAyush Singh-0/+4
2024-02-12Auto merge of #110211 - joboet:queue_lock, r=Amanieubors-0/+2
2024-02-09std: replace pthread `RwLock` with custom implementation inspired by usyncjoboet-0/+2
2024-02-08Step all bootstrap cfgs forwardMark Rousskov-1/+1
2024-02-05Auto merge of #117372 - Amanieu:stdarch_update, r=Mark-Simulacrumbors-6/+14
2024-01-30Add stdarch_wasm_atomic_wait feature in stdAmanieu d'Antras-0/+1
2024-01-30Update feature names for new stdarchAmanieu d'Antras-6/+8
2024-01-30Update stdarch submoduleAmanieu d'Antras-0/+5
2024-01-29Remove `raw_os_nonzero` feature.Markus Reiter-1/+0
2024-01-27Switch `NonZero` alias direction.Markus Reiter-0/+1
2024-01-23Auto merge of #119892 - joboet:libs_use_assert_unchecked, r=Nilstrieb,cuviperbors-0/+1
2024-01-20Rollup merge of #120150 - Jules-Bertholet:stabilize-round-ties-even, r=cuviperMatthias Krüger-1/+0
2024-01-19Stabilize `round_ties_even`Jules Bertholet-1/+0
2024-01-19Stabilize simple offset_ofGeorge Bateman-1/+0
2024-01-13libs: use `assert_unchecked` instead of intrinsicjoboet-0/+1
2024-01-06Rollup merge of #118781 - RalfJung:core-panic-feature, r=the8472Matthias Krüger-1/+0
2023-12-26Rollup merge of #119235 - Urgau:missing-feature-gate-sanitizer-cfi-cfgs, r=Ni...Michael Goulet-0/+1
2023-12-24Stabilize ip_in_core featureLinus Färnstrand-1/+0
2023-12-23Adjust the std library for sanitizer_cfi cfgs changesUrgau-0/+1
2023-12-22update cfg(bootstrap)sPietro Albini-1/+0
2023-12-15Stabilize `ptr::{from_ref, from_mut}`Maybe Waffle-1/+0
2023-12-09merge core_panic feature into panic_internalsRalf Jung-1/+0
2023-12-03library: use c string literalsklensy-0/+1
2023-12-03Auto merge of #118487 - RalfJung:exposed-provenance, r=thomccbors-0/+1
2023-12-02Auto merge of #118484 - blyxxyz:os-str-slice, r=BurntSushibors-0/+1
2023-12-02Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin...bors-1/+2
2023-12-02Add substring API for `OsStr`Jan Verbeek-0/+1
2023-11-30move exposed-provenance APIs into separate feature gate and explain the relat...Ralf Jung-0/+1
2023-11-29Rollup merge of #116839 - joboet:xous_thread_parking, r=m-ou-seMatthias Krüger-0/+1
2023-11-26Use inner docs to fix linksCaleb Zulawski-1/+2
2023-11-15Bump cfg(bootstrap)sMark Rousskov-1/+1
2023-11-11Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnaybors-3/+2
2023-11-09Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io`John Millikin-0/+1
2023-11-02Move RandomState and DefaultHasher into std::hash, but don't export for nowltdk-3/+2
2023-10-25Stabilize `[const_]pointer_byte_offsets`Maybe Waffle-1/+0
2023-10-18std: implement thread parking for xousjoboet-0/+1
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+1
2023-10-04Disable CFI for core and std CFI violationsRamon de C Valle-0/+2
2023-10-02Stdio for UEFIAyush Singh-1/+1