about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2023-08-12Update Sender documentation for SyncGurinder Singh-3/+2
2023-08-11Auto merge of #113432 - klensy:ms-cut-backtrace, r=ChrisDentonbors-8/+12
2023-08-10Rollup merge of #114359 - ttsugriy:barrier-simpl, r=cuviperMichael Goulet-5/+2
2023-08-10Rollup merge of #114194 - thomcc:flushinline, r=cuviperMichael Goulet-0/+13
2023-08-10Stabilize thread local cell methods.Mara Bos-18/+9
2023-08-09Auto merge of #114646 - matthiaskrgr:rollup-xf7qnmn, r=matthiaskrgrbors-90/+156
2023-08-09Rollup merge of #113939 - the8472:pidfd-from-child, r=Mark-SimulacrumMatthias Krüger-90/+156
2023-08-09Auto merge of #99747 - ankane:float_gamma, r=workingjubileebors-2/+159
2023-08-08open pidfd in child process and send to the parent via SOCK_SEQPACKET+CMSGThe 8472-90/+156
2023-08-08Rollup merge of #106425 - ijackson:exit-status-default, r=dtolnayMatthias Krüger-24/+25
2023-08-08Fix #114608Georgii Rylov-3/+3
2023-08-07Increase clarity about Hash - Eq consistency in HashMap and HashSet docsEasyoakland-5/+8
2023-08-07Bump compiler_builtins to 0.1.100Andrew Kane-1/+1
2023-08-07std: synchronize with all calls to `unpark` in id-based thread parkerjoboet-11/+6
2023-08-07Better Debug for Vars and VarsOsTamir Duberstein-12/+256
2023-08-07impl Default for ExitCodeIan Jackson-0/+8
2023-08-07Adjust the duration_since(UNIX_EPOCH) docsIan Jackson-8/+6
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-12/+141
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