about summary refs log tree commit diff
path: root/library/std/src/lib.rs
AgeCommit message (Expand)AuthorLines
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-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-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
2022-08-23Move personality functions to stdAmanieu d'Antras-0/+1
2022-08-22Move error trait into coreJane Losare-Lusby-0/+3
2022-08-22Rollup merge of #100820 - WaffleLapkin:use_ptr_is_aligned_methods, r=scottmcmDylan DPC-0/+1
2022-08-21Make use of `pointer::is_aligned[_to]`Maybe Waffle-0/+1
2022-08-20Auto merge of #100810 - matthiaskrgr:rollup-xep778s, r=matthiaskrgrbors-3/+14
2022-08-20Rollup merge of #99544 - dylni:expose-utf8lossy, r=Mark-SimulacrumMatthias Krüger-0/+1
2022-08-20Expose `Utf8Lossy` as `Utf8Chunks`dylni-0/+1
2022-08-18clarify lib.rs attribute structureRalf Jung-10/+13
2022-08-18add miri-test-libstd support to libstdRalf Jung-0/+8
2022-08-16Use `MaybeUninit<u8>` for `IpDisplayBuffer`.Markus Reiter-0/+2
2022-08-15Added next_up and next_down for f32/f64.Orson Peters-0/+1