about summary refs log tree commit diff
path: root/library/std/src/lib.rs
AgeCommit message (Expand)AuthorLines
2023-12-15Stabilize `ptr::{from_ref, from_mut}`Maybe Waffle-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
2023-09-23Add the `cfg_match!` macroCaio-0/+3
2023-09-19Auto merge of #115627 - compiler-errors:icedump-no-std, r=m-ou-sebors-3/+0
2023-09-19Auto merge of #104101 - betrusted-io:xous-libstd-initial, r=bjorn3bors-0/+1
2023-09-18get rid of duplicate primitive_docsRalf Jung-1/+1
2023-09-17Rollup merge of #115477 - kellerkindt:stabilized_int_impl, r=dtolnayDylan DPC-1/+0
2023-09-07Don't modify libstd to dump rustc ICEsMichael Goulet-3/+0
2023-09-03Stabilize the Saturating type (saturating_int_impl, gh-87920)Michael Watzko-1/+0
2023-08-26Document std limitations before/after mainThe 8472-1/+25
2023-08-23Bump cfg(bootstrap)Mark Rousskov-2/+2
2023-08-22std: enable feature(slice_ptr_len) on xousSean Cross-0/+1
2023-08-18resolve conflictsKyle Lin-0/+1
2023-08-15fix typo: affect -> effectRalf Jung-1/+1
2023-08-13core/any: remove Provider traitwayne warren-1/+0
2023-08-12Remove unnecessary feature gatesJacob Pratt-1/+0
2023-08-11Auto merge of #113432 - klensy:ms-cut-backtrace, r=ChrisDentonbors-1/+7
2023-08-09Auto merge of #99747 - ankane:float_gamma, r=workingjubileebors-0/+1
2023-08-05use offset_of! to calculate dirent64 field offsetsThe 8472-0/+1
2023-08-03Add `internal_features` lintNilstrieb-0/+1
2023-07-31Add gamma and ln_gamma functions to f32 and f64Andrew Kane-0/+1
2023-07-30Rollup merge of #109075 - joboet:lazylock_backtrace, r=workingjubileeJubilee-0/+1
2023-07-28reduce deps for windows-msvc targets for backtraceklensy-1/+7
2023-07-24remove additional [allow(unused_unsafe)]James Dietz-1/+1
2023-07-19On nightly, dump ICE backtraces to diskEsteban Küber-0/+3
2023-07-09move personality to sysGus Caplan-1/+0
2023-07-05Revert "use c literals in library"León Orell Valerian Liehr-1/+0
2023-06-11reorder attributes to make miri-test-libstd work againRalf Jung-6/+7
2023-05-31use c literals in libraryklensy-0/+1
2023-04-27std: use `LazyLock` to lazily resolve backtracesjoboet-0/+1
2023-04-25Revert "Report allocation errors as panics"Matthias Krüger-1/+0
2023-04-25Revert "Remove #[alloc_error_handler] from the compiler and library"Matthias Krüger-0/+1
2023-04-23Auto merge of #110655 - ChrisDenton:read-to-end, r=joshtriplettbors-0/+1
2023-04-21Limit read size in `File::read_to_end` loopChris Denton-0/+1