| Age | Commit message (Expand) | Author | Lines |
| 2023-08-18 | Fix UB in `std::sys::os::getenv()` | ShE3py | -8/+13 |
| 2023-08-12 | Rollup merge of #114132 - tamird:better-env-debug-impls, r=Amanieu | Matthias Krüger | -0/+28 |
| 2023-08-10 | Rollup merge of #114194 - thomcc:flushinline, r=cuviper | Michael Goulet | -0/+3 |
| 2023-08-09 | Auto merge of #114646 - matthiaskrgr:rollup-xf7qnmn, r=matthiaskrgr | bors | -90/+156 |
| 2023-08-09 | Rollup merge of #113939 - the8472:pidfd-from-child, r=Mark-Simulacrum | Matthias Krüger | -90/+156 |
| 2023-08-09 | Auto merge of #99747 - ankane:float_gamma, r=workingjubilee | bors | -0/+4 |
| 2023-08-08 | open pidfd in child process and send to the parent via SOCK_SEQPACKET+CMSG | The 8472 | -90/+156 |
| 2023-08-08 | Rollup merge of #106425 - ijackson:exit-status-default, r=dtolnay | Matthias Krüger | -4/+4 |
| 2023-08-07 | Better Debug for Vars and VarsOs | Tamir Duberstein | -0/+28 |
| 2023-08-07 | impl Default for ExitStatus | Ian Jackson | -4/+4 |
| 2023-08-05 | use offset_of! to calculate dirent64 field offsets | The 8472 | -25/+2 |
| 2023-08-03 | unix/kernel_copy.rs: copy_file_range_candidate allows empty output files | xstaticxgpx | -4/+14 |
| 2023-07-31 | Add gamma and ln_gamma functions to f32 and f64 | Andrew Kane | -0/+4 |
| 2023-07-28 | inline trivial (noop) flush calls | Thom Chiovoloni | -0/+3 |
| 2023-07-26 | Rollup merge of #101994 - devnexen:rand_fbsd_update, r=workingjubilee | Matthias Krüger | -4/+18 |
| 2023-07-24 | `unix::init`: Don't use `signal` on Unikraft. | Martin Kröning | -1/+8 |
| 2023-07-24 | `unix::init`: Handle `ENOSYS` from `poll` on Unikraft. | Martin Kröning | -0/+5 |
| 2023-07-07 | Allow limited access to `OsString` bytes | Ed Page | -0/+10 |
| 2023-07-06 | Rollup merge of #113334 - fmease:revert-lexing-c-str-lits, r=compiler-errors | fee1-dead | -18/+19 |
| 2023-07-05 | Revert "use c literals in library" | León Orell Valerian Liehr | -15/+18 |
| 2023-07-05 | Revert "fix ptr cast" | León Orell Valerian Liehr | -9/+7 |
| 2023-07-05 | Auto merge of #112594 - ChrisDenton:process=-kill, r=Amanieu | bors | -10/+4 |
| 2023-07-01 | Return `Ok` on kill if process has already exited | Chris Denton | -10/+4 |
| 2023-06-21 | Actually save all the files | Thom Chiovoloni | -7/+6 |
| 2023-06-21 | Update tvOS support elsewhere in the stdlib | Thom Chiovoloni | -3/+3 |
| 2023-06-21 | Avoid fork/exec spawning on tvOS/watchOS, as those functions are marked as pr... | Thom Chiovoloni | -4/+48 |
| 2023-06-21 | Finish up preliminary tvos support in libstd | Thom Chiovoloni | -1/+15 |
| 2023-06-21 | wip: Support Apple tvOS in libstd | Thom Chiovoloni | -15/+67 |
| 2023-06-17 | Auto merge of #112595 - hargoniX:l4re_fix, r=Mark-Simulacrum | bors | -2/+22 |
| 2023-06-16 | Rollup merge of #112226 - devnexen:netbsd_affinity, r=cuviper | Michael Goulet | -0/+23 |
| 2023-06-16 | Rollup merge of #111074 - WaffleLapkin:🌟unsizes_your_buf_reader🌟, r=Ama... | Michael Goulet | -2/+2 |
| 2023-06-14 | Rollup merge of #98202 - aticu:impl_tryfrom_osstr_for_str, r=Amanieu | Matthias Krüger | -2/+2 |
| 2023-06-13 | fix: get the l4re target working again | Henrik Böving | -2/+22 |
| 2023-06-12 | Implement `TryFrom<&OsStr>` for `&str` | aticu | -2/+2 |
| 2023-06-06 | std: available_parallelism using native netbsd api first | David Carlier | -0/+23 |
| 2023-06-05 | Simplified bool to int conversion | Nikolay Arhipov | -4/+1 |
| 2023-06-05 | Std support improvement for ps vita target | Nikolay Arhipov | -17/+57 |
| 2023-06-03 | Auto merge of #109432 - flba-eb:108594_forkspawn_exponential_backoff, r=worki... | bors | -14/+62 |
| 2023-06-02 | Only determine clock res once; give up before sleeping more than 1 second | Florian Bartels | -23/+37 |
| 2023-06-02 | Retry to fork/spawn with exponential backoff | Florian Bartels | -10/+44 |
| 2023-06-02 | fix ptr cast | klensy | -7/+9 |
| 2023-05-31 | use c literals in library | klensy | -18/+15 |
| 2023-05-13 | refactor: Remove redundant, private OsStr::bytes | Ed Page | -3/+3 |
| 2023-05-01 | Relax implicit `W: Sized` bound on `BufWriter<W>` | Maybe Waffle | -1/+1 |
| 2023-05-01 | Relax implicit `R: Sized` bound on `BufReader<R>` | Maybe Waffle | -1/+1 |
| 2023-04-26 | Spelling library/ | Josh Soref | -2/+2 |
| 2023-04-14 | Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor | Matthias Krüger | -5/+0 |
| 2023-04-14 | Rollup merge of #110154 - DaniPopes:library-typos, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2023-04-14 | Auto merge of #105007 - dlaugt:solaris-fs-link, r=ChrisDenton | bors | -3/+4 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -5/+0 |