about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2022-06-10docs: Fix typo in ExitStatusMartin Kröning-1/+1
2022-06-10Make "windows_process_exit_code_from" unstableAron Parker-3/+3
2022-06-10Incorporate warning for potential exit code ambiguitiesAron Parker-0/+4
2022-06-10Fix copy paste errorAron Parker-1/+1
2022-06-10Auto merge of #96837 - tmiasko:stdio-fcntl, r=joshtriplettbors-35/+57
2022-06-10Rollup merge of #97922 - paolobarbolini:no-vecdeque-extra-reserve, r=the8472Yuki Okushi-2/+0
2022-06-10Auto merge of #95770 - nrc:read-buf-builder, r=joshtriplettbors-7/+11
2022-06-10use fcntl fallback for additional poll-specific errorsThe 8472-7/+8
2022-06-09add cgroupv1 support to available_parallelismThe 8472-48/+128
2022-06-09Avoid `thread::panicking()` in non-poisoning methods of `Mutex` and `RwLock`Josh Stone-8/+15
2022-06-09Remove redundant calls to reserve in impl Write for VecDequePaolo Barbolini-2/+0
2022-06-09Implement ExitCodeExt for WindowsAron Parker-0/+41
2022-06-09Implement `fmt::Write` for `OsString`Tobias Bucher-0/+8
2022-06-09Rollup merge of #95632 - evanrichter:master, r=joshtriplettYuki Okushi-0/+48
2022-06-08Fix bootstrap attrMichael Howell-2/+2
2022-06-08rustdoc: fixed messed-up rustdoc auto trait implsMichael Howell-1/+1
2022-06-08rustdoc: show tuple impls as `impl Trait for (T, ...)`Michael Howell-18/+7
2022-06-08Fix FFI-unwind unsoundness with mixed panic modeGary Guo-0/+2
2022-06-08Rollup merge of #97830 - LucasDumont:add-example-alloc, r=yaahcMichael Goulet-0/+14
2022-06-08Fix trailing whitespace.Dan Gohman-1/+1
2022-06-08Reword the question in the section header too.Dan Gohman-2/+2
2022-06-08Update library/std/src/os/unix/io/mod.rsDan Gohman-3/+2
2022-06-08Reword a question into a statement.Dan Gohman-2/+2
2022-06-08remove unneeded codeStefan Lankes-5/+0
2022-06-07Windows: No panic if function not (yet) availableChris Denton-4/+5
2022-06-07[core] add Exclusive to syncGus Wynn-0/+3
2022-06-07docs: show Clone and Copy on () doc pagesMichael Howell-0/+34
2022-06-07Inline Windows `OsStrExt::encode_wide`Nikolai Vazquez-0/+1
2022-06-07rustdoc: show auto/blanket docs for tuple and unitMichael Howell-0/+10
2022-06-07Update library/std/src/os/unix/io/mod.rsDan Gohman-1/+1
2022-06-07Update library/std/src/os/unix/io/mod.rsDan Gohman-1/+1
2022-06-07Update library/std/src/os/unix/io/mod.rsDan Gohman-1/+1
2022-06-07Update library/std/src/os/unix/io/mod.rsDan Gohman-1/+1
2022-06-07Document Rust's stance on `/proc/self/mem`Dan Gohman-0/+20
2022-06-07Rollup merge of #97821 - Nilstrieb:mutex-docs, r=Dylan-DPCDylan DPC-5/+4
2022-06-07Update library/std/src/sync/mutex.rsDylan DPC-1/+1
2022-06-07Add std::alloc::set_alloc_error_hook exampleLucas Dumont-0/+14
2022-06-07Rollup merge of #97771 - rtzoeller:haiku_no_sigio, r=kennytmDylan DPC-0/+1
2022-06-07Remove confusing sentence from `Mutex` docsNilstrieb-5/+4
2022-06-07Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakisbors-2/+2
2022-06-07Rollup merge of #97700 - nzrq:patch-1, r=dtolnayMatthias Krüger-0/+6
2022-06-06Apply suggestions from code reviewnzrq-2/+3
2022-06-06Make {Mutex, Condvar, RwLock}::new() const.Mara Bos-2/+5
2022-06-06Make all {Mutex, Condvar, RwLock}::new #[inline].Mara Bos-4/+21
2022-06-05Remove SIGIO reference on HaikuRyan Zoeller-0/+1
2022-06-05std: solve priority issue for Parkerjoboet-24/+31
2022-06-05Add diagnostic items to MutexGuard and RwLock GuardsAaron Kofsky-0/+3
2022-06-04Update library/std/src/collections/hash/set.rsnzrq-1/+1
2022-06-04Auto merge of #97191 - wesleywiser:main_thread_name, r=ChrisDentonbors-1/+15
2022-06-04keep using poll as fast path and only use fcntl as fallbackThe 8472-19/+65