about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2022-03-21Stabilize Stdin::lines.Mara Bos-2/+1
2022-03-21Move pthread locks to own module.Mara Bos-60/+69
2022-03-20Add a testcase.Dan Gohman-0/+6
2022-03-20Preserve the Windows `GetLastError` error in `HandleOrInvalid`.Dan Gohman-2/+18
2022-03-20Rollup merge of #95114 - ChrisDenton:symlink-test, r=the8472Matthias Krüger-2/+9
2022-03-20Rollup merge of #94749 - RalfJung:remove-dir-all-miri, r=cuviperMatthias Krüger-6/+7
2022-03-19Stabilize thread::is_finishedJubilee Young-2/+2
2022-03-19Skip a test if symlink creation is not possibleChris Denton-2/+9
2022-03-19Rollup merge of #94650 - ChrisDenton:windows-absolute-fix, r=dtolnayDylan DPC-7/+7
2022-03-19Rollup merge of #93858 - krallin:process-process_group, r=dtolnayDylan DPC-2/+90
2022-03-19Rollup merge of #94984 - ericseppanen:cstr_from_bytes, r=Mark-SimulacrumDylan DPC-0/+106
2022-03-19Rollup merge of #93692 - mfrw:mfrw/document-keyword-in, r=dtolnayDylan DPC-0/+14
2022-03-19Rollup merge of #93263 - sunfishcode:sunfishcode/detatched-console-handle, r=...Dylan DPC-16/+100
2022-03-19Rollup merge of #92663 - cuviper:generic-write-cursor, r=dtolnayDylan DPC-51/+86
2022-03-19Rollup merge of #92612 - atopia:update-lib-l4re, r=dtolnayDylan DPC-17/+809
2022-03-19Rollup merge of #92519 - ChrisDenton:command-maybe-verbatim, r=dtolnayDylan DPC-30/+44
2022-03-18add CStr::from_bytes_until_nulEric Seppanen-0/+106
2022-03-18Bump impl Write for Cursor<[u8; N]> to 1.61David Tolnay-1/+1
2022-03-18Rollup merge of #95058 - wcampbell0x2a:use-then-in-unix-process, r=dtolnayMatthias Krüger-3/+3
2022-03-18Auto merge of #88098 - Amanieu:oom_panic, r=nagisabors-1/+15
2022-03-17feat: Add use of bool::then in sys/unix/processwcampbell-3/+3
2022-03-16resolve the conflict in compiler/rustc_session/src/parse.rscodehorseman-1/+1
2022-03-16Rollup merge of #94957 - iamzhangyong:explanation-read_line, r=Dylan-DPCDylan DPC-1/+2
2022-03-16changed wordingDylan DPC-1/+2
2022-03-15Improve the explanation about the behaviour of read_linezed.zy-1/+1
2022-03-14Add a `process_group` method to UNIX `CommandExt`Thomas Orozco-2/+90
2022-03-11Format core and std macro rules, removing needless surrounding blocksDavid Tolnay-10/+18
2022-03-11Update tests.Mara Bos-4/+4
2022-03-11Update advance and advance_slices docs.Mara Bos-14/+28
2022-03-11Panic when advance_slices()'ing too far.Mara Bos-2/+6
2022-03-11Rollup merge of #93283 - m1guelperez:master, r=Mark-SimulacrumDylan DPC-1/+9
2022-03-11Rollup merge of #94826 - allgoewer:fix-retain-documentation, r=yaahcDylan DPC-2/+2
2022-03-11Rollup merge of #94356 - Thomasdezeeuw:stabilize_unix_socket_creation, r=dtolnayDylan DPC-6/+4
2022-03-11Improve doc wording for retain on some collectionsMaik Allgöwer-2/+2
2022-03-10Rollup merge of #94790 - RalfJung:portable-simd-miri, r=Dylan-DPCDylan DPC-2/+0
2022-03-10Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, ...Dylan DPC-293/+285
2022-03-10Rollup merge of #94644 - m-ou-se:scoped-threads-drop-soundness, r=joshtriplettMatthias Krüger-12/+52
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-293/+285
2022-03-10Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwcoMatthias Krüger-0/+1
2022-03-09enable portable-simd doctests in MiriRalf Jung-2/+0
2022-03-09Rollup merge of #94768 - fortanix:raoul/fix_close_read_wakes_up_test_sgx_plat...Matthias Krüger-0/+1
2022-03-09New `deprecated_suggestion` feature, use in testsJacob Pratt-0/+1
2022-03-09Add documentation about lifetimes to thread::scope.Mara Bos-0/+18
2022-03-09Ignore `close_read_wakes_up` test on SGX platformRaoul Strackx-0/+1
2022-03-09add as_raw() method to L4Re's Socket mockBenjamin Lamowski-0/+5
2022-03-09put L4Re specifics into their own platformBenjamin Lamowski-2/+760
2022-03-09adapt L4Re network interface mock to #87329Benjamin Lamowski-9/+34
2022-03-09L4Re does not support sanitizing standard streamsBenjamin Lamowski-0/+1
2022-03-09drop unused libc imports on L4ReBenjamin Lamowski-1/+4
2022-03-09fix return value of LookupHost::port()Sebastian Humenda-1/+1