about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
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
2022-03-09fix return values in L4Re networking stubSebastian Humenda-4/+4
2022-03-09Add soundness test for dropping scoped thread results before joining.Mara Bos-1/+24
2022-03-09Remove outdated comment.Mara Bos-2/+0
2022-03-09Properly abort when thread result panics on drop.Mara Bos-24/+26
2022-03-09Fix soundness issue in scoped threads.Mara Bos-0/+17
2022-03-09Rollup merge of #94756 - ChrisDenton:unreachable, r=yaahcDylan DPC-1/+7
2022-03-09Auto merge of #94750 - cuviper:dirent64_min, r=joshtriplettbors-10/+47
2022-03-08docsRalf Jung-3/+4
2022-03-09Use `unreachable!` for an unreachable code pathChris Denton-1/+7
2022-03-08Rollup merge of #94730 - msabansal:sabansal/b-atomic-mut-ptr, r=Dylan-DPCDylan DPC-0/+1
2022-03-08Rollup merge of #94724 - cuviper:rmdirall-cstr, r=Dylan-DPCDylan DPC-10/+9
2022-03-08Rollup merge of #94714 - ChrisDenton:win-close_read_wakes_up, r=Mark-SimulacrumDylan DPC-1/+0
2022-03-08unix: reduce the size of DirEntryJosh Stone-10/+47