| Age | Commit message (Expand) | Author | Lines |
| 2022-03-21 | Stabilize Stdin::lines. | Mara Bos | -2/+1 |
| 2022-03-21 | Move pthread locks to own module. | Mara Bos | -60/+69 |
| 2022-03-20 | Add a testcase. | Dan Gohman | -0/+6 |
| 2022-03-20 | Preserve the Windows `GetLastError` error in `HandleOrInvalid`. | Dan Gohman | -2/+18 |
| 2022-03-20 | Rollup merge of #95114 - ChrisDenton:symlink-test, r=the8472 | Matthias Krüger | -2/+9 |
| 2022-03-20 | Rollup merge of #94749 - RalfJung:remove-dir-all-miri, r=cuviper | Matthias Krüger | -6/+7 |
| 2022-03-19 | Stabilize thread::is_finished | Jubilee Young | -2/+2 |
| 2022-03-19 | Skip a test if symlink creation is not possible | Chris Denton | -2/+9 |
| 2022-03-19 | Rollup merge of #94650 - ChrisDenton:windows-absolute-fix, r=dtolnay | Dylan DPC | -7/+7 |
| 2022-03-19 | Rollup merge of #93858 - krallin:process-process_group, r=dtolnay | Dylan DPC | -2/+90 |
| 2022-03-19 | Rollup merge of #94984 - ericseppanen:cstr_from_bytes, r=Mark-Simulacrum | Dylan DPC | -0/+106 |
| 2022-03-19 | Rollup merge of #93692 - mfrw:mfrw/document-keyword-in, r=dtolnay | Dylan DPC | -0/+14 |
| 2022-03-19 | Rollup merge of #93263 - sunfishcode:sunfishcode/detatched-console-handle, r=... | Dylan DPC | -16/+100 |
| 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 |