about summary refs log tree commit diff
path: root/library/std/src/lib.rs
AgeCommit message (Expand)AuthorLines
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-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
2025-06-02Remove bootstrap cfgs from library/Josh Stone-2/+1
2025-05-31Add const support for float rounding methodsRuan Comelli-0/+1
2025-05-29Make `std/src/num` mirror `core/src/num`Trevor Gross-2/+4
2025-05-28Rollup merge of #140697 - Sa4dUs:split-autodiff, r=ZuseZ4Trevor Gross-2/+5
2025-05-21Disable autodiff bootstrappingMarcelo Domínguez-2/+5
2025-05-20Rename `cfg_match!` to `cfg_select!`Trevor Gross-2/+2
2025-05-19Add `std::io::Seek` instance for `std::io::Take`Mario Pastorelli-0/+1
2025-05-18Rollup merge of #140966 - est31:let_chains_library, r=tgross35León Orell Valerian Liehr-1/+0
2025-05-16Remove #![feature(let_chains)] from library and src/librustdocest31-1/+0
2025-05-13Initial implementation of `core_float_math`Trevor Gross-0/+1
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-05-01Delegate to inner `vec::IntoIter` from `env::ArgsOs`Thalia Archibald-0/+3
2025-04-28Auto merge of #136316 - GrigorenkoPV:generic_atomic, r=Mark-Simulacrumbors-0/+1
2025-04-28Rollup merge of #140351 - rust-lang:notriddle/stability-use, r=thomccChris Denton-2/+8
2025-04-27Rollup merge of #137439 - clarfonthey:c-str-module, r=tgross35Matthias Krüger-1/+0
2025-04-27use generic Atomic type where possibleChristopher Durham-0/+1
2025-04-26docs: fix incorrect stability markers on `std::{todo, matches}`Michael Howell-2/+8
2025-04-24Deprecate the unstable `concat_idents!`Trevor Gross-0/+1
2025-04-16Also remove the no_sanitize feature for stdBastian Kersting-1/+0
2025-04-05Rollup merge of #136457 - calder:master, r=tgross35Stuart Cook-0/+1
2025-04-04Expose algebraic floating point intrinsicsCalder Coalson-0/+1
2025-03-28std: deduplicate `errno` accessesjoboet-0/+1