about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2024-11-07Auto merge of #131888 - ChrisDenton:deopt, r=ibraheemdevbors-57/+12
2024-11-07Rollup merge of #132617 - uellenberg:fix-rendered-doc, r=cuviperGuillaume Gomez-6/+4
2024-11-05Change some code blocks to quotes in rendered std docuellenberg-6/+4
2024-11-04docs: fix grammar in doc comment at unix/process.rsNotWearingPants-1/+1
2024-11-04Add AsyncFn* to to the prelude in all editionsMichael Goulet-0/+3
2024-11-04Fix and undeprecate home_dir()Kornel-12/+8
2024-11-03Auto merge of #123723 - madsmtm:apple-std-os, r=dtolnaybors-15/+37
2024-11-03Rollup merge of #132503 - RalfJung:const-hash-map, r=AmanieuMatthias Krüger-6/+25
2024-11-03Rollup merge of #129329 - eduardosm:rc-from-mut-slice, r=dtolnayMatthias Krüger-0/+55
2024-11-02Add Set entry APIAlex Saveau-0/+449
2024-11-02Rollup merge of #132495 - Houtamelo:remove_unintended_link, r=jieyouxuMatthias Krüger-1/+1
2024-11-02Rollup merge of #132493 - Houtamelo:doc_type-ref_html-tag, r=jieyouxuMatthias Krüger-1/+1
2024-11-02remove const_hash feature leftoversRalf Jung-3/+1
2024-11-02const_with_hasher test: actually construct a usable HashMapRalf Jung-3/+24
2024-11-02Remove unintended linkHoutamelo-1/+1
2024-11-02Fix type reference in documents which was being confused with html tags.Houtamelo-1/+1
2024-11-02fix some stability annotationsLukas Markeffsky-1/+1
2024-11-01float types: move copysign, abs, signum to libcoreRalf Jung-363/+0
2024-10-29Implement `From<&mut {slice}>` for `Box/Rc/Arc<{slice}>`Eduardo Sánchez Muñoz-0/+55
2024-10-29Rollup merge of #132321 - betrusted-io:xous/fix-rustc_const_stable-attribute,...Matthias Krüger-2/+0
2024-10-29xous: sync: remove `rustc_const_stable` attributeSean Cross-2/+0
2024-10-29Win: rename: Use offset_of! in struct size calculationGeorge Tokmaji-4/+7
2024-10-29Rollup merge of #132270 - yakiimoninja:fs-truncate-docs, r=NoratriebJubilee-1/+1
2024-10-28clarified std::fs truncate docyakiimoninja-1/+1
2024-10-28Auto merge of #132145 - RalfJung:stdarch, r=Amanieubors-4/+4
2024-10-28clarified doc for `std::fs::OpenOptions.truncate()`yakiimoninja-1/+1
2024-10-28std: refactor `pthread`-based synchronizationjoboet-438/+463
2024-10-28we can now enable the 'const stable fn must be stable' checkRalf Jung-4/+4
2024-10-26Rollup merge of #132019 - daboross:document-partialeq-oncelock, r=Mark-Simula...Matthias Krüger-0/+20
2024-10-25Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errorsbors-4/+4
2024-10-25Re-do recursive const stability checksRalf Jung-4/+4
2024-10-25library: consistently use American spelling for 'behavior'Ralf Jung-34/+34
2024-10-24Rollup merge of #132101 - youknowone:thread_local-gyneiene, r=tgross35Jubilee-5/+4
2024-10-24Rollup merge of #132048 - mustartt:aix-random-impl, r=workingjubileeJubilee-1/+2
2024-10-24Rollup merge of #131851 - sunshowers:musl-posix, r=workingjubileeJubilee-11/+57
2024-10-25Avoid use imports in thread_local_inner! in statikJeong YunWon-5/+4
2024-10-24Auto merge of #123550 - GnomedDev:remove-initial-arc, r=Noratriebbors-54/+119
2024-10-23[musl] use posix_spawn if a directory change was requestedRain-11/+57
2024-10-23Specialize `read_exact` and `read_buf_exact` for `VecDeque`Benoît du Garreau-0/+46
2024-10-22AIX use /dev/urandom for implHenry Jiang-1/+2
2024-10-21Document PartialEq impl for OnceLockDavid Ross-0/+20
2024-10-21Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnayMatthias Krüger-2/+2
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-2/+2
2024-10-20fix docsklensy-7/+7
2024-10-20replace FindFirstFileW with FindFirstFileExW and apply optimizationklensy-4/+25
2024-10-20replace FindFirstFileW with FindFirstFileExW and regenerate bindingsklensy-3/+9
2024-10-19Support lock() and lock_shared() on async IO FilesChristopher Berner-13/+87
2024-10-19Rollup merge of #131921 - klensy:statx_all, r=ChrisDentonMatthias Krüger-5/+5
2024-10-19Rollup merge of #131890 - printfn:precise-capturing-docs, r=traviscrossMatthias Krüger-7/+39
2024-10-19Rollup merge of #127462 - Ayush1325:uefi-env, r=joboetMatthias Krüger-42/+125