about summary refs log tree commit diff
path: root/library/std/src/lib.rs
AgeCommit message (Expand)AuthorLines
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-1/+1
2023-03-27Rollup merge of #97506 - JohnTitor:stabilize-nonnull-slice-from-raw-parts, r=...Matthias Krüger-1/+0
2023-03-13Rollup merge of #108419 - tgross35:atomic-as-ptr, r=m-ou-seMatthias Krüger-1/+0
2023-03-07Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se...bors-0/+1
2023-02-27Rollup merge of #107110 - strega-nil:mbtwc-wctmb, r=ChrisDentonMatthias Krüger-0/+1
2023-02-26Move IpAddr and SocketAddr to coreLinus Färnstrand-0/+2
2023-02-25[stdio][windows] Use MBTWC and WCTMBNicole Mazzuca-0/+1
2023-02-23Stabilize atomic_as_ptrTrevor Gross-1/+0
2023-02-10Remove a couple of `#[doc(hidden)] pub fn` and their `#[feature]` gatesTobias Bucher-4/+0
2023-02-01Stabilize feature 'cstr_from_bytes_until_nul'Trevor Gross-1/+0
2023-01-25Stabilize the const_socketaddr featureLinus Färnstrand-1/+0
2023-01-17refactor[std]: do not use box syntaxjoboet-1/+0
2023-01-08Auto merge of #104658 - thomcc:rand-update-and-usable-no_std, r=Mark-Simulacrumbors-0/+27
2023-01-04Update rand in the stdlib tests, and remove the getrandom feature from itThom Chiovoloni-0/+27
2023-01-04docs: fix broken link "search bar"Michael Howell-1/+1
2022-12-30Replace libstd, libcore, liballoc in line comments.jonathanCogan-4/+4
2022-12-11Remove some `cfg(not(bootstrap))`Jules Bertholet-1/+1
2022-12-11Add `round_ties_even` to `f32` and `f64`Jules Bertholet-0/+1
2022-11-22Rollup merge of #104647 - RalfJung:alloc-strict-provenance, r=thomccManish Goregaokar-1/+2
2022-11-20enable fuzzy_provenance_casts lint in libstdRalf Jung-1/+2
2022-11-20Add get_many_mut methods to sliceMarvin Löbel-0/+1
2022-11-08Test const `Hash`, fix nitsonestacked-1/+1
2022-11-06Made `Sip` const `Hasher`onestacked-0/+1
2022-10-15Stabilize `duration_checked_float`Ryan Lopopolo-1/+0
2022-10-15Add `IsTerminal` trait to determine if a descriptor or handle is a terminalJosh Triplett-0/+1
2022-10-08Remove empty core::lazy and std::lazyest31-3/+0
2022-10-04Rollup merge of #102574 - aDotInTheVoid:const_collections_with_hasher, r=oli-...Michael Howell-0/+1
2022-10-02Auto merge of #98354 - camsteffen:is-some-and-by-value, r=m-ou-sebors-1/+1
2022-10-02Make Hash{Set,Map}::with_hasher unstably constNixon Enraght-Moony-0/+1
2022-10-01Change feature name to is_some_andCameron Steffen-1/+1
2022-10-01Error instead of panicking when setting file times if the passed `SystemTime`...beetrees-0/+1
2022-09-29Stabilize `nonnull_slice_from_raw_parts`Yuki Okushi-1/+0
2022-09-28Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8KiYuki Okushi-1/+0
2022-09-27Rollup merge of #101555 - jhpratt:stabilize-mixed_integer_ops, r=joshtriplettMatthias Krüger-1/+0
2022-09-27Stabilize bench_black_boxUrgau-1/+0
2022-09-26remove cfg(bootstrap)Pietro Albini-5/+3
2022-09-23Fix a typo in `std`'s root docsinquisitivecrystal-2/+2
2022-09-19Rollup merge of #101798 - y86-dev:const_waker, r=lcnrMatthias Krüger-0/+1
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-09-14Made from_waker, waker, from_raw consty86-dev-0/+1
2022-09-07Stabilize `#![feature(mixed_integer_ops)]`Jacob Pratt-1/+0
2022-08-30Auto merge of #100812 - Nilstrieb:revert-let-chains-nightly, r=Mark-Simulacrumbors-0/+1
2022-08-29Revert let_chains stabilizationNilstrieb-0/+1
2022-08-29Rollup merge of #100819 - WaffleLapkin:use_ptr_byte_methods, r=scottmcmDylan DPC-0/+1
2022-08-28Auto merge of #100578 - Urgau:float-next-up-down, r=scottmcmbors-0/+1
2022-08-28Auto merge of #92845 - Amanieu:std_personality, r=Mark-Simulacrumbors-0/+1
2022-08-25Rollup merge of #99332 - jyn514:stabilize-label-break-value, r=petrochenkovYuki Okushi-1/+1
2022-08-23Stabilize `#![feature(label_break_value)]`Joshua Nelson-1/+1
2022-08-23Auto merge of #99917 - yaahc:error-in-core-move, r=thomccbors-0/+3
2022-08-23Make use of `[wrapping_]byte_{add,sub}`Maybe Waffle-0/+1