about summary refs log tree commit diff
path: root/library/std/src/lib.rs
AgeCommit message (Expand)AuthorLines
2024-12-11Stabilize the Rust 2024 preludeEric Huss-1/+0
2024-12-05Added struct `fmt::FormattingOptions`Elias Holzmann-0/+1
2024-12-04Rename `core_pattern_type` and `core_pattern_types` lib feature gates to `pa...Oli Scherer-1/+1
2024-12-02stabilize const_collections_with_hasher and build_hasher_default_const_newRalf Jung-1/+0
2024-12-01Rollup merge of #133672 - RalfJung:const-stability-cleanup, r=jhprattJacob Pratt-2/+0
2024-11-30remove a whole bunch of unnecessary const feature gatesRalf Jung-2/+0
2024-11-30Rollup merge of #116161 - Soveu:varargs2, r=cjgillot许杰友 Jieyou Xu (Joe)-1/+0
2024-11-29Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrumbors-4/+2
2024-11-28Share inline(never) generics across cratesMark Rousskov-0/+1
2024-11-27Stabilize `extended_varargs_abi_support`Soveu-1/+0
2024-11-27update cfgsBoxy-4/+2
2024-11-26std: update internal uses of `io::const_error!`joboet-0/+1
2024-11-25std: expose `const_io_error!` as `const_error!`joboet-0/+1
2024-11-25Rollup merge of #132730 - joboet:after_main_sync, r=Noratrieb许杰友 Jieyou Xu (Joe)-3/+0
2024-11-23Stabilize `const_float_methods`Eduardo Sánchez Muñoz-1/+0
2024-11-20re-export `is_loongarch_feature_detected`WANG Rui-0/+2
2024-11-19UniqueRc: platform-specific AsFd/Handle/etc impls to mirror RcZachary S-0/+1
2024-11-18std: allow after-main use of synchronization primitivesjoboet-3/+0
2024-11-05Change some code blocks to quotes in rendered std docuellenberg-6/+4
2024-11-03Rollup merge of #132503 - RalfJung:const-hash-map, r=AmanieuMatthias Krüger-1/+1
2024-11-02remove const_hash feature leftoversRalf Jung-1/+0
2024-11-02const_with_hasher test: actually construct a usable HashMapRalf Jung-0/+1
2024-11-02fix some stability annotationsLukas Markeffsky-1/+1
2024-10-24Auto merge of #123550 - GnomedDev:remove-initial-arc, r=Noratriebbors-0/+1
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-2/+2
2024-10-19Remove the Arc rt::init allocation for thread infoGnomedDev-0/+1
2024-10-15update bootstrap configsJosh Stone-1/+0
2024-10-15Rollup merge of #130568 - eduardosm:const-float-methods, r=RalfJung,tgross35Michael Goulet-0/+1
2024-10-15Make some float methods unstable `const fn`Eduardo Sánchez Muñoz-0/+1
2024-10-15Auto merge of #129458 - EnzymeAD:enzyme-frontend, r=jieyouxubors-1/+8
2024-10-13merge const_ipv4 / const_ipv6 feature gate into 'ip' feature gateRalf Jung-3/+0
2024-10-11Single commit implementing the enzyme/autodiff frontendManuel Drehwald-1/+8
2024-09-30Add multi-producer, multi-consumer channel (mpmc)Obei Sideg-1/+3
2024-09-24Pre-allocate buffers in `File::open_buffered` and `create_buffered`Josh Stone-0/+1
2024-09-23Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomezMichael Goulet-7/+11
2024-09-23Fix up standard library introMichael Howell-7/+11
2024-09-23random: add tracking issue, address other commentsjoboet-1/+1
2024-09-23std: implement the `random` featurejoboet-0/+4
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-10/+10
2024-09-18Rollup merge of #130476 - workingjubilee:more-lazy-methods-take-2, r=AmanieuJubilee-0/+1
2024-09-18library: Destabilize Lazy{Cell,Lock}::{force,deref}_mutJubilee Young-0/+1
2024-09-15stabilize const_mut_refsRalf Jung-1/+1
2024-09-05update cfgsBoxy-1/+0
2024-09-02Auto merge of #129063 - the8472:cold-opt-size, r=Amanieubors-0/+2
2024-08-27library: Stabilize new_uninit for Box, Rc, and ArcJubilee Young-1/+0
2024-08-23library: Move unstable API of new_uninit to new featuresJubilee Young-0/+1
2024-08-17Auto merge of #126877 - GrigorenkoPV:clone_to_uninit, r=dtolnaybors-0/+1
2024-08-14apply #[optimize(size)] to #[cold] ones and part of the panick machineryThe 8472-0/+2
2024-08-10Update std and compilerNadrieril-1/+1
2024-08-07Add tracking issue to core-pattern-typeltdk-1/+1