| Age | Commit message (Expand) | Author | Lines |
| 2022-03-19 | Rollup merge of #92663 - cuviper:generic-write-cursor, r=dtolnay | Dylan DPC | -51/+86 |
| 2022-03-19 | Rollup merge of #92612 - atopia:update-lib-l4re, r=dtolnay | Dylan DPC | -17/+809 |
| 2022-03-19 | Rollup merge of #92519 - ChrisDenton:command-maybe-verbatim, r=dtolnay | Dylan DPC | -30/+44 |
| 2022-03-18 | add CStr::from_bytes_until_nul | Eric Seppanen | -0/+106 |
| 2022-03-18 | Bump impl Write for Cursor<[u8; N]> to 1.61 | David Tolnay | -1/+1 |
| 2022-03-18 | Rollup merge of #95058 - wcampbell0x2a:use-then-in-unix-process, r=dtolnay | Matthias Krüger | -3/+3 |
| 2022-03-18 | Auto merge of #88098 - Amanieu:oom_panic, r=nagisa | bors | -1/+15 |
| 2022-03-17 | feat: Add use of bool::then in sys/unix/process | wcampbell | -3/+3 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-16 | Rollup merge of #94957 - iamzhangyong:explanation-read_line, r=Dylan-DPC | Dylan DPC | -1/+2 |
| 2022-03-16 | changed wording | Dylan DPC | -1/+2 |
| 2022-03-15 | Improve the explanation about the behaviour of read_line | zed.zy | -1/+1 |
| 2022-03-14 | Add a `process_group` method to UNIX `CommandExt` | Thomas Orozco | -2/+90 |
| 2022-03-11 | Format core and std macro rules, removing needless surrounding blocks | David Tolnay | -10/+18 |
| 2022-03-11 | Update tests. | Mara Bos | -4/+4 |
| 2022-03-11 | Update advance and advance_slices docs. | Mara Bos | -14/+28 |
| 2022-03-11 | Panic when advance_slices()'ing too far. | Mara Bos | -2/+6 |
| 2022-03-11 | Rollup merge of #93283 - m1guelperez:master, r=Mark-Simulacrum | Dylan DPC | -1/+9 |
| 2022-03-11 | Rollup merge of #94826 - allgoewer:fix-retain-documentation, r=yaahc | Dylan DPC | -2/+2 |
| 2022-03-11 | Rollup merge of #94356 - Thomasdezeeuw:stabilize_unix_socket_creation, r=dtolnay | Dylan DPC | -6/+4 |
| 2022-03-11 | Improve doc wording for retain on some collections | Maik Allgöwer | -2/+2 |
| 2022-03-10 | Rollup merge of #94790 - RalfJung:portable-simd-miri, r=Dylan-DPC | Dylan DPC | -2/+0 |
| 2022-03-10 | Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, ... | Dylan DPC | -293/+285 |
| 2022-03-10 | Rollup merge of #94644 - m-ou-se:scoped-threads-drop-soundness, r=joshtriplett | Matthias Krüger | -12/+52 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -293/+285 |
| 2022-03-10 | Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwco | Matthias Krüger | -0/+1 |
| 2022-03-09 | enable portable-simd doctests in Miri | Ralf Jung | -2/+0 |
| 2022-03-09 | Rollup merge of #94768 - fortanix:raoul/fix_close_read_wakes_up_test_sgx_plat... | Matthias Krüger | -0/+1 |
| 2022-03-09 | New `deprecated_suggestion` feature, use in tests | Jacob Pratt | -0/+1 |
| 2022-03-09 | Add documentation about lifetimes to thread::scope. | Mara Bos | -0/+18 |
| 2022-03-09 | Ignore `close_read_wakes_up` test on SGX platform | Raoul Strackx | -0/+1 |
| 2022-03-09 | add as_raw() method to L4Re's Socket mock | Benjamin Lamowski | -0/+5 |
| 2022-03-09 | put L4Re specifics into their own platform | Benjamin Lamowski | -2/+760 |
| 2022-03-09 | adapt L4Re network interface mock to #87329 | Benjamin Lamowski | -9/+34 |
| 2022-03-09 | L4Re does not support sanitizing standard streams | Benjamin Lamowski | -0/+1 |
| 2022-03-09 | drop unused libc imports on L4Re | Benjamin Lamowski | -1/+4 |
| 2022-03-09 | fix return value of LookupHost::port() | Sebastian Humenda | -1/+1 |
| 2022-03-09 | fix return values in L4Re networking stub | Sebastian Humenda | -4/+4 |
| 2022-03-09 | Add soundness test for dropping scoped thread results before joining. | Mara Bos | -1/+24 |
| 2022-03-09 | Remove outdated comment. | Mara Bos | -2/+0 |
| 2022-03-09 | Properly abort when thread result panics on drop. | Mara Bos | -24/+26 |
| 2022-03-09 | Fix soundness issue in scoped threads. | Mara Bos | -0/+17 |
| 2022-03-09 | Rollup merge of #94756 - ChrisDenton:unreachable, r=yaahc | Dylan DPC | -1/+7 |
| 2022-03-09 | Auto merge of #94750 - cuviper:dirent64_min, r=joshtriplett | bors | -10/+47 |
| 2022-03-08 | docs | Ralf Jung | -3/+4 |
| 2022-03-09 | Use `unreachable!` for an unreachable code path | Chris Denton | -1/+7 |
| 2022-03-08 | Rollup merge of #94730 - msabansal:sabansal/b-atomic-mut-ptr, r=Dylan-DPC | Dylan DPC | -0/+1 |
| 2022-03-08 | Rollup merge of #94724 - cuviper:rmdirall-cstr, r=Dylan-DPC | Dylan DPC | -10/+9 |
| 2022-03-08 | Rollup merge of #94714 - ChrisDenton:win-close_read_wakes_up, r=Mark-Simulacrum | Dylan DPC | -1/+0 |
| 2022-03-08 | unix: reduce the size of DirEntry | Josh Stone | -10/+47 |