about summary refs log tree commit diff
path: root/library/std/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-09-28Rollup merge of #146788 - sysrex:146756/discord_invite, r=workingjubileeMatthias Krüger-2/+2
2025-09-27Remove `cfg(bootstrap)` for `doc_cfg` feature following #141925Guillaume Gomez-6/+1
2025-09-27Fix autodiff feature activationGuillaume Gomez-1/+0
2025-09-27fmtGuillaume Gomez-5/+1
2025-09-27Remove `doc_cfg_hide` featureGuillaume Gomez-1/+2
2025-09-27Strenghten checks for `doc(auto_cfg(show/hide))` attributesGuillaume Gomez-7/+1
2025-09-27Implement RFC 3631Guillaume Gomez-1/+15
2025-09-24unstably constify float mul_add methodsJeremy Smart-0/+1
2025-09-24chore: remove discord references from the std library as wellsysrex-2/+2
2025-09-21Rollup merge of #144091 - thaliaarchi:stabilize-new-zeroed, r=Mark-SimulacrumStuart Cook-1/+0
2025-09-12Revert "Constify SystemTime methods"Ralf Jung-5/+0
2025-09-12Auto merge of #146019 - joboet:better-dlsym, r=tgross35bors-0/+1
2025-09-05Rollup merge of #138944 - madsmtm:apple_os_version_check, r=tgross35León Orell Valerian Liehr-0/+2
2025-09-05Add __isOSVersionAtLeast and __isPlatformVersionAtLeast symbolsMads Marquart-0/+2
2025-09-04Rollup merge of #145690 - sayantn:integer-funnel-shift, r=tgross35Jacob Pratt-0/+1
2025-09-03std: improve the `dlsym!` macro and add a test for itjoboet-0/+1
2025-09-03Rollup merge of #145279 - clarfonthey:const-convert-initial, r=tgross35Stuart Cook-0/+1
2025-09-03Add `funnel_sh{l,r}` functions and intrinsicssayantn-0/+1
2025-09-02Rollup merge of #144066 - RalfJung:extern-c-variadics, r=workingjubileeGuillaume Gomez-1/+0
2025-09-02stabilize extended_varargs_abi_supportRalf Jung-1/+0
2025-09-01Constify conversion traitsltdk-0/+1
2025-08-29Rollup merge of #145756 - okaneco:stabilize_char_boundary, r=scottmcmTrevor Gross-1/+0
2025-08-29Rollup merge of #145467 - Kivooeo:stabilize-strict_provenance_atomic_ptr, r=s...Trevor Gross-1/+0
2025-08-27Rollup merge of #145335 - clarfonthey:wtf8-core-alloc, r=Mark-SimulacrumMatthias Krüger-0/+1
2025-08-23std/src/lib.rs: mention "search button" instead of "search bar"Ada Alakbarova-1/+1
2025-08-22Stabilize `round_char_boundary` featureokaneco-1/+0
2025-08-20Move WTF-8 code from std to core/allocltdk-0/+1
2025-08-19Rollup merge of #145563 - Kobzol:remove-from-from-prelude, r=petrochenkovStuart Cook-0/+8
2025-08-18Auto merge of #145489 - joshtriplett:cfg-if-not, r=Amanieubors-0/+1
2025-08-18Remove the `From` derive macro from preludeJakub Beránek-0/+8
2025-08-16library: Migrate from `cfg_if` to `cfg_select`Josh Triplett-0/+1
2025-08-15stabilize strict provenance atomic ptrKivooeo-1/+0
2025-08-15Rollup merge of #145331 - theemathas:std-prelude-2024, r=tgross35Stuart Cook-1/+1
2025-08-14resolve prelude import at `build_reduced_graph` phaseLorrensP-2158466-3/+4
2025-08-13Rollup merge of #145325 - clarfonthey:cast-init, r=scottmcmJakub Beránek-0/+1
2025-08-13Make std use the edition 2024 preludeTim (Theemathas) Chirananthavat-1/+1
2025-08-12Add cast_init and cast_uninit methods for pointersltdk-0/+1
2025-08-12Constify SystemTime methodsltdk-0/+6
2025-08-07Rollup merge of #144900 - Kivooeo:unsigned_signed_diff-stabilize, r=dtolnayTrevor Gross-1/+0
2025-08-04remove feature gateKivooeo-1/+0
2025-08-02feat: implement `hash_map!` macrostifskere-0/+2
2025-07-29Rollup merge of #144236 - yoshuawuyts:drop-guard, r=Mark-SimulacrumStuart Cook-0/+1
2025-07-28Add `core::mem::DropGuard`Yosh-0/+1
2025-07-27Remove `[T]::array_chunks(_mut)`Scott McMurray-1/+0
2025-07-19Stabilize `new_zeroed_alloc`Thalia Archibald-1/+0
2025-07-20Stabilize `const_float_round_methods`Nurzhan Sakén-1/+0
2025-06-25make `tidy-alphabetical` use a natural sortFolkert de Vries-1/+1
2025-06-24Remove the deprecated `concat_idents!` macroTrevor Gross-4/+2
2025-06-09stabilize nonnull_provenanceRalf Jung-1/+0
2025-06-02Remove more library bootstrapJosh Stone-6/+1