about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2023-08-14don't link to RFCs, they are not up-to-date docsRalf Jung-2/+1
2023-08-14std: add some missing repr(transparent)Ralf Jung-2/+19
2023-08-14mention /proc/self/fd with /proc/self/memRalf Jung-3/+3
2023-08-14wording; and explain some of the possible consequences of violating io-safetyRalf Jung-3/+9
2023-08-14typosRalf Jung-2/+2
2023-08-14sync the various FromRawFd trait docs, and remove 'valid'Ralf Jung-21/+32
2023-08-13core/any: remove Provider traitwayne warren-9/+9
2023-08-13add more explicit I/O safety documentationRalf Jung-10/+57
2023-08-12Rollup merge of #114132 - tamird:better-env-debug-impls, r=AmanieuMatthias Krüger-12/+256
2023-08-12Name what ln_gamma doesJubilee Young-2/+6
2023-08-12Remove unnecessary feature gatesJacob Pratt-1/+0
2023-08-12Update Sender documentation for SyncGurinder Singh-3/+2
2023-08-11Auto merge of #113432 - klensy:ms-cut-backtrace, r=ChrisDentonbors-1/+7
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-1/+158
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-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-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