about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2024-12-22Stabilize `hash_extract_if`Pavel Grigorenko-16/+10
2024-12-21Fix forgetting to save statx availability on successAlex Saveau-1/+5
2024-12-21Document collection `From` and `FromIterator` impls that drop duplicate keys.Kevin Reid-0/+13
2024-12-21Eliminate redundant statx syscallsAlex Saveau-9/+64
2024-12-21Rollup merge of #131072 - Fulgen301:windows-rename-posix-semantics, r=ChrisDe...Matthias Krüger-4/+199
2024-12-21Unify fs::copy and io::copyAlex Saveau-19/+1
2024-12-21Windows: Use WriteFile to write to a UTF-8 consoleChris Denton-1/+26
2024-12-21Avoid short writes in LineWriterChris Denton-6/+21
2024-12-21Rollup merge of #134593 - kornelski:less-unwrap, r=jhprattJacob Pratt-24/+30
2024-12-21Less unwrap() in documentationKornel-24/+30
2024-12-21Rollup merge of #123604 - michaelvanstraten:proc_thread_attribute_list, r=Chr...Matthias Krüger-151/+294
2024-12-20mri: add track_caller to thread spawning methods for better backtracesRalf Jung-0/+6
2024-12-18Implement Condvar::wait_timeout for targets without threadsSebastian Urban-2/+4
2024-12-17Use field init shorthand where possibleJosh Triplett-4/+4
2024-12-17Remove `rustc::existing_doc_keyword` lint.Nicholas Nethercote-4/+3
2024-12-17Move `doc(keyword = "while")`.Nicholas Nethercote-58/+58
2024-12-15Auto merge of #134332 - Zalathar:rollup-oe23hkw, r=Zalatharbors-86/+518
2024-12-15Rollup merge of #133406 - EFanZh:lock-value-accessors, r=NoratriebStuart Cook-86/+517
2024-12-15Rollup merge of #130361 - devnexen:sock_cloexec_solaris, r=cuviperStuart Cook-0/+1
2024-12-15Auto merge of #133223 - zachs18:uniquerc-impls, r=Noratriebbors-0/+33
2024-12-14Rollup merge of #133986 - olishmollie:tracking-issue-127154-documentation, r=...Matthias Krüger-5/+135
2024-12-14Add documentation for anonymous pipe moduleAndrew Bond-5/+135
2024-12-14Rollup merge of #134254 - hermit-os:hermit-c_char, r=workingjubileeMatthias Krüger-6/+6
2024-12-14Rollup merge of #134252 - hermit-os:hermit-is_absolute, r=tgross35Matthias Krüger-1/+3
2024-12-13Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obkMatthias Krüger-0/+2
2024-12-13Fix building `std` for Hermit after `c_char` changeMartin Kröning-6/+6
2024-12-13Fix `Path::is_absolute` on HermitMartin Kröning-1/+3
2024-12-13Reword prelude for AsyncFn stabilizationMichael Goulet-2/+3
2024-12-13Stabilize async closuresMichael Goulet-1/+2
2024-12-12Add unwrap_unsafe_binder and wrap_unsafe_binder macro operatorsMichael Goulet-0/+2
2024-12-12Rollup merge of #134178 - ehuss:stabilize-2024-prelude, r=amanieu,traviscross...Matthias Krüger-4/+13
2024-12-11Stabilize the Rust 2024 preludeEric Huss-4/+13
2024-12-11Forbid unsafe_op_in_unsafe_fn in hurd-specific os and sys filesSamuel Thibault-0/+1
2024-12-10Rollup merge of #133472 - rust-wasi-web:master, r=joboetLeón Orell Valerian Liehr-1/+24
2024-12-10Rollup merge of #133184 - osiewicz:wasm-fix-infinite-loop-in-remove-dir-all, ...León Orell Valerian Liehr-70/+105
2024-12-09Rollup merge of #133880 - ChrisDenton:homedir, r=Mark-SimulacrumMatthias Krüger-0/+7
2024-12-08Rollup merge of #133987 - Will-Low:DefineTlsAcronym, r=workingjubileeMatthias Krüger-1/+1
2024-12-07Auto merge of #133978 - matthiaskrgr:rollup-6gh1iho, r=matthiaskrgrbors-14/+14
2024-12-06Define acronym for thread local storageWill-Low-1/+1
2024-12-06Auto merge of #118159 - EliasHolzmann:formatting_options, r=m-ou-sebors-1/+2
2024-12-06Rollup merge of #130254 - GrigorenkoPV:QuotaExceeded, r=dtolnayMatthias Krüger-13/+13
2024-12-06Rollup merge of #130209 - GrigorenkoPV:CrossesDevices, r=dtolnayMatthias Krüger-1/+1
2024-12-05Added struct `fmt::FormattingOptions`Elias Holzmann-1/+2
2024-12-05Add libc funcitons only for wasm32-wasip1-threads.Sebastian Urban-1/+1
2024-12-05Fix compilation for wasm32-wasip1 (without threads).Sebastian Urban-2/+4
2024-12-05Rollup merge of #133882 - jyn514:doc-backtraces, r=saethlinJacob Pratt-14/+12
2024-12-04Improve comments for the default backtrace printerjyn-14/+12
2024-12-05Expand home_dir docsChris Denton-0/+7
2024-12-04Rename `core_pattern_type` and `core_pattern_types` lib feature gates to `pa...Oli Scherer-1/+1
2024-12-04Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgrbors-3/+3