| Age | Commit message (Expand) | Author | Lines |
| 2023-02-19 | Use custom implementation of read_buf in Read for &'a FileDesc | Tomasz Miąsko | -0/+4 |
| 2023-02-18 | Auto merge of #107329 - joboet:optimize_lazylock, r=m-ou-se | bors | -0/+11 |
| 2023-02-16 | Rollup merge of #106372 - joboet:solid_id_parking, r=m-ou-se | Dylan DPC | -74/+39 |
| 2023-02-14 | Revert to using `RtlGenRandom` | Chris Denton | -103/+31 |
| 2023-02-13 | Rollup merge of #107985 - alesito85:master, r=ChrisDenton | Matthias Krüger | -1/+6 |
| 2023-02-13 | Add another error to Windows file open fallback | alesito85 | -1/+6 |
| 2023-02-12 | Hermit: Remove floor symbol | Martin Kröning | -5/+0 |
| 2023-02-12 | Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcm | bors | -2/+1 |
| 2023-02-11 | Rollup merge of #107900 - ChrisDenton:zero-header, r=thomcc | Dylan DPC | -0/+2 |
| 2023-02-11 | Rollup merge of #106001 - sdroege:glibc-skip-over-null-argv, r=ChrisDenton | Dylan DPC | -6/+22 |
| 2023-02-10 | Zero the `REPARSE_MOUNTPOINT_DATA_BUFFER` header | Chris Denton | -0/+2 |
| 2023-02-09 | Allow wasi-libc to initialize its environment variables lazily. | Dan Gohman | -1/+7 |
| 2023-01-29 | Rollup merge of #107154 - glaubitz:m68k-alloc, r=JohnTitor | Matthias Krüger | -0/+1 |
| 2023-01-28 | Replace libc::{type} with crate::ffi::{type} | Ayush Singh | -1/+1 |
| 2023-01-26 | std: optimize `LazyLock` size | joboet | -0/+11 |
| 2023-01-26 | Rollup merge of #106779 - RReverser:patch-2, r=Mark-Simulacrum | Matthias Krüger | -8/+3 |
| 2023-01-23 | Auto merge of #106981 - joboet:std_remove_box_syntax, r=thomcc | bors | -55/+33 |
| 2023-01-21 | library/std/sys_common: Define MIN_ALIGN for m68k-unknown-linux-gnu | John Paul Adrian Glaubitz | -0/+1 |
| 2023-01-18 | signal update string representation for haiku. | David Carlier | -0/+2 |
| 2023-01-17 | refactor[std]: do not use box syntax | joboet | -55/+33 |
| 2023-01-14 | Rollup merge of #106860 - anden3:doc-double-spaces, r=Dylan-DPC | Matthias Krüger | -28/+28 |
| 2023-01-14 | Rollup merge of #106661 - mjguzik:linux_statx, r=Mark-Simulacrum | Matthias Krüger | -27/+41 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -28/+28 |
| 2023-01-14 | Re-add #[allow(unused)] attr | Ingvar Stepanyan | -0/+1 |
| 2023-01-14 | Use associated items of `char` instead of freestanding items in `core::char` | Lukas Markeffsky | -2/+1 |
| 2023-01-12 | Avoid __cxa_thread_atexit_impl on Emscripten | Ingvar Stepanyan | -8/+2 |
| 2023-01-11 | Stop probing for statx unless necessary | Mateusz Guzik | -27/+41 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 |
| 2022-12-31 | std: use id-based thread parking on SOLID | joboet | -74/+39 |
| 2022-12-30 | Rollup merge of #105903 - joboet:unify_parking, r=m-ou-se | Michael Goulet | -231/+86 |
| 2022-12-30 | std: remove unnecessary `#[cfg]` on NetBSD | joboet | -2/+0 |
| 2022-12-30 | std: rename `Parker::new` to `Parker::new_in_place`, add safe `Parker::new` c... | joboet | -18/+6 |
| 2022-12-30 | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | -2/+2 |
| 2022-12-30 | Replace libstd, libcore, liballoc in docs. | jonathanCogan | -6/+5 |
| 2022-12-29 | std: pass hint to id-based parking functions | joboet | -10/+10 |
| 2022-12-29 | std: unify id-based thread parking implementations | joboet | -226/+95 |
| 2022-12-29 | Auto merge of #105590 - solid-rs:patch/kmc-solid/thread-lifecycle-ordering, r... | bors | -9/+16 |
| 2022-12-29 | Auto merge of #105741 - pietroalbini:pa-1.68-nightly, r=Mark-Simulacrum | bors | -51/+2 |
| 2022-12-28 | Rollup merge of #104493 - adamncasey:cgroupzeroperiod, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2022-12-28 | delete more `cfg(bootstrap)` | Lukas Markeffsky | -6/+1 |
| 2022-12-28 | Update bootstrap cfg | Pietro Albini | -45/+1 |
| 2022-12-28 | Auto merge of #100539 - joboet:horizon_timeout_clock, r=thomcc | bors | -2/+4 |
| 2022-12-27 | Auto merge of #97176 - kraktus:cmd_debug, r=the8472 | bors | -7/+60 |
| 2022-12-27 | More verbose `Debug` implementation of `std::process:Command` | kraktus | -7/+60 |
| 2022-12-23 | Stop at the first `NULL` argument when iterating `argv` | Sebastian Dröge | -6/+22 |
| 2022-12-22 | std: only use LFS function on glibc | mochaaP | -12/+12 |
| 2022-12-19 | Auto merge of #105698 - joboet:unsupported_threads_once, r=thomcc | bors | -0/+94 |
| 2022-12-18 | Auto merge of #105638 - tavianator:fix-50619-again, r=Mark-Simulacrum | bors | -38/+19 |
| 2022-12-17 | Rollup merge of #105458 - Ayush1325:blocking_spawn, r=Mark-Simulacrum | Matthias Krüger | -1/+41 |
| 2022-12-14 | Rollup merge of #105598 - RalfJung:more-comments, r=the8472 | Matthias Krüger | -3/+4 |