about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2023-08-07impl Default for ExitStatusIan Jackson-7/+7
2023-08-07std::process: impl From<io::Stdout> (etc.) for StdioIan Jackson-0/+60
2023-08-07std::process (windows): Implement From<io::Stdout> etc. for imp::StdioIan Jackson-0/+14
2023-08-07std::process (windows): refactor Stdio::to_handle slightlyIan Jackson-10/+11
2023-08-07std::process (unix): Implement From<io::Stdout> etc. for imp::StdioIan Jackson-1/+29
2023-08-05use offset_of! to calculate dirent64 field offsetsThe 8472-25/+3
2023-08-05std/tests: disable ancillary tests on freebsd since the feature itself is.David CARLIER-1/+1
2023-08-04Rollup merge of #114373 - xstaticxgpx:dev, r=the8472Matthias Krüger-4/+14
2023-08-03unix/kernel_copy.rs: copy_file_range_candidate allows empty output filesxstaticxgpx-4/+14
2023-08-03Convert `Into<ExitStatus> for ExitStatusError` to `From<ExitStatusError> for ...Chai T. Rex-3/+3
2023-08-03Add `internal_features` lintNilstrieb-0/+1
2023-08-03Add assertion to test `skip_until` return valueWilliam Venner-2/+4
2023-08-01[library/std] Replace condv while loop with `cvar.wait_while`.Taras Tsugrii-5/+2
2023-08-02Auto merge of #112922 - g0djan:godjan/wasi-threads, r=wesleywiserbors-11/+140
2023-08-01Auto merge of #114331 - matthiaskrgr:rollup-rnrmwcx, r=matthiaskrgrbors-1/+9
2023-08-01Rollup merge of #100455 - xfix:backtrace-ref-unwind-safe, r=dtolnayMatthias Krüger-1/+9
2023-08-01Auto merge of #112849 - m-ou-se:panic-message-format, r=thomccbors-2/+3
2023-08-01Aborting when `before_wait` function panicsRaoul Strackx-6/+10
2023-07-31Auto merge of #114308 - matthiaskrgr:rollup-m64bkm7, r=matthiaskrgrbors-20/+14
2023-07-31Rollup merge of #113701 - aswild:std-ffi-frombytesuntilnul, r=dtolnayMatthias Krüger-0/+2
2023-07-31Rollup merge of #109318 - joboet:better_fmt_placeholder, r=dtolnayMatthias Krüger-20/+12
2023-07-31Rollup merge of #112858 - chriswailes:riscv64-android, r=Mark-SimulacrumMatthias Krüger-1/+1
2023-07-31Add gamma and ln_gamma functions to f32 and f64Andrew Kane-1/+158
2023-07-31Clean up SGX user memory copiesJethro Beekman-122/+85
2023-07-31`waitqueue` clarifications for SGX platformRaoul Strackx-4/+12
2023-07-31Implement UnwindSafe and RefUnwindSafe for BacktraceKonrad Borowski-1/+9
2023-07-30Rollup merge of #114268 - SUPERCILEX:empty, r=workingjubileeJubilee-2/+2
2023-07-30Rollup merge of #109075 - joboet:lazylock_backtrace, r=workingjubileeJubilee-49/+25
2023-07-30Auto merge of #112843 - chenyukang:yukang-more-on-backtrace, r=workingjubileebors-0/+19
2023-07-30Fix empty_write since rust version attributeAlex Saveau-2/+2
2023-07-30Rollup merge of #98154 - vidhanio:master, r=workingjubileeMatthias Krüger-26/+87
2023-07-30rand use getrandom for freebsd (available since 12.x)David Carlier-9/+7
2023-07-30Fix the example in document for WaitTimeoutResult::timed_outyukang-10/+8
2023-07-29Add wasm32-wasi-threads target + WASI threadsGeorgii Rylov-11/+140
2023-07-29print omitted frames count for short backtrace modeyukang-0/+19
2023-07-29Change default panic handler message format.Mara Bos-2/+3
2023-07-28inline trivial (noop) flush callsThom Chiovoloni-0/+13
2023-07-28Rollup merge of #114128 - estebank:delayed-span-bug-dump, r=davidtwcoMatthias Krüger-1/+1
2023-07-28reduce deps for windows-msvc targets for backtraceklensy-1/+7
2023-07-27When flushing delayed span bugs, write to the ICE dump file even if it doesn'...Esteban Küber-1/+1
2023-07-26Add tests and comments about `read_to_string` and `read_line` specializationsBenoît du Garreau-0/+17
2023-07-26`io::Chain`: specialize some `BufRead` methodsBenoît du Garreau-3/+16
2023-07-26`io::Chain`: specialize some `Read` methodsBenoît du Garreau-0/+33
2023-07-26Rollup merge of #101994 - devnexen:rand_fbsd_update, r=workingjubileeMatthias Krüger-4/+18
2023-07-26Add definitions for riscv64_linux_android targetChris Wailes-1/+1
2023-07-26std: add auto traits to TAIT boundjoboet-1/+6
2023-07-26Auto merge of #102757 - pcc:android-std-tests, r=workingjubileebors-0/+20
2023-07-25Rollup merge of #114043 - cathaysia:doc_lazy_lock, r=thomccMatthias Krüger-0/+20
2023-07-25Auto merge of #112646 - vn971:document-thread-names-for-sgx-target, r=m-ou-sebors-1/+9
2023-07-25docs(LazyLock): add example pass local LazyLock variable to structDragonBillow-0/+20