| Age | Commit message (Expand) | Author | Lines |
| 2023-05-05 | Rollup merge of #103056 - beetrees:timespec-bug-fix, r=thomcc | Dylan DPC | -2/+2 |
| 2023-05-01 | Inline AsInner implementations | Konrad Borowski | -0/+2 |
| 2023-04-11 | kmc-solid: Implement `Socket::read_buf` | Tomoaki Kawada | -6/+17 |
| 2023-02-16 | Rollup merge of #106372 - joboet:solid_id_parking, r=m-ou-se | Dylan DPC | -2/+2 |
| 2023-01-17 | refactor[std]: do not use box syntax | joboet | -20/+12 |
| 2022-12-31 | std: use id-based thread parking on SOLID | joboet | -2/+2 |
| 2022-12-01 | kmc-solid: Address compiler warnings | Tomoaki Kawada | -2/+1 |
| 2022-12-01 | kmc-solid: Add a stub implementation of `is_terminal` | Tomoaki Kawada | -0/+4 |
| 2022-11-06 | std: remove lock wrappers in `sys_common` | joboet | -6/+4 |
| 2022-10-23 | Rollup merge of #103005 - solid-rs:patch/kmc-solid/readdir-terminator, r=m-ou-se | Michael Howell | -8/+12 |
| 2022-10-14 | Fix `checked_{add,sub}_duration` incorrectly returning `None` when `other` ha... | beetrees | -2/+2 |
| 2022-10-13 | Auto merge of #102655 - joboet:windows_tls_opt, r=ChrisDenton | bors | -5/+0 |
| 2022-10-13 | kmc-solid: Handle errors returned by `SOLID_FS_ReadDir` | Tomoaki Kawada | -8/+12 |
| 2022-10-08 | std: optimize TLS on Windows | joboet | -5/+0 |
| 2022-10-03 | Reduce CString allocations in std as much as possible | Alex Saveau | -20/+20 |
| 2022-09-20 | Auto merge of #100581 - joboet:sync_rwlock_everywhere, r=thomcc | bors | -2/+2 |
| 2022-09-19 | std: use `sync::RwLock` for internal statics | joboet | -2/+2 |
| 2022-08-28 | Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()` | Martin Nordholts | -1/+1 |
| 2022-08-28 | Rollup merge of #97015 - nrc:read-buf-cursor, r=Mark-Simulacrum | Matthias Krüger | -7/+5 |
| 2022-08-18 | Address reviewer comments | Nick Cameron | -1/+1 |
| 2022-08-05 | non-linux platforms | Nick Cameron | -7/+5 |
| 2022-08-04 | kmc-solid: Add a stub implementation of `File::set_times` | Tomoaki Kawada | -0/+12 |
| 2022-08-01 | kmc-solid: Adapt to a recent change in the `IntoInner` impl of `SocketAddr` | Tomoaki Kawada | -2/+2 |
| 2022-07-25 | Rollup merge of #95916 - solid-rs:feat-kmc-solid-abort, r=Mark-Simulacrum | Yuki Okushi | -45/+5 |
| 2022-06-26 | Rollup merge of #97140 - joboet:solid_parker, r=m-ou-se | Matthias Krüger | -0/+2 |
| 2022-06-06 | Make all {Mutex, Condvar, RwLock}::new #[inline]. | Mara Bos | -0/+1 |
| 2022-06-03 | Use Drop instead of destroy() for locks. | Mara Bos | -1/+3 |
| 2022-05-18 | std: use an event flag based thread parker on SOLID | joboet | -0/+2 |
| 2022-05-09 | Use Rust 2021 prelude in std itself. | Mara Bos | -1/+1 |
| 2022-04-14 | library: Remove definitions and reexports of `strlen` from libstd | Vadim Petrochenkov | -2/+0 |
| 2022-04-11 | kmc-solid: Use `abort` to abort a program | Tomoaki Kawada | -45/+5 |
| 2022-04-06 | Rename RWLock to RwLock in std::sys. | Mara Bos | -9/+9 |
| 2022-03-22 | Move std::sys::{mutex, condvar, rwlock} to std::sys::locks. | Mara Bos | -2/+9 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -3/+3 |
| 2022-02-18 | Rollup merge of #93847 - solid-rs:fix-kmc-solid-fs-ts, r=yaahc | Matthias Krüger | -1/+20 |
| 2022-02-10 | kmc-solid: Use the filesystem thread-safety wrapper | Tomoaki Kawada | -1/+20 |
| 2022-02-08 | Fix `absolute` issues | Chris Denton | -0/+1 |
| 2022-02-08 | `std::path::absolute` | Chris Denton | -1/+6 |
| 2022-02-07 | Auto merge of #87869 - thomcc:skinny-io-error, r=yaahc | bors | -15/+11 |
| 2022-02-04 | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | -15/+11 |
| 2022-01-31 | kmc-solid: `SOLID_RTC_TIME::tm_mon` is 1-based | Tomoaki Kawada | -1/+1 |
| 2022-01-28 | kmc-solid: Implement `FileDesc::duplicate` | Tomoaki Kawada | -1/+4 |
| 2021-12-21 | kmc-solid: Add `std::sys::solid::fs::File::read_buf` | Tomoaki Kawada | -1/+27 |
| 2021-12-12 | Address review feedback | Amanieu d'Antras | -1/+1 |
| 2021-12-12 | Stabilize asm! and global_asm! | Amanieu d'Antras | -5/+5 |
| 2021-11-08 | kmc-solid: Avoid the use of `asm_const` | Tomoaki Kawada | -7/+6 |
| 2021-09-28 | Add SOLID targets | Tomoaki Kawada | -0/+2230 |