| Age | Commit message (Expand) | Author | Lines |
| 2021-03-14 | Revert "Revert "use RWlock when accessing os::env #81850"" | The8472 | -0/+59 |
| 2021-03-14 | Fix a typo in thread_local_dtor.rs | Motoki Ikeda | -1/+1 |
| 2021-03-07 | Revert "use RWlock when accessing os::env #81850" | Eric Huss | -59/+0 |
| 2021-02-24 | library: Normalize safety-for-unsafe-block comments | Miguel Ojeda | -2/+2 |
| 2021-02-15 | Rollup merge of #81975 - Amanieu:seal2, r=m-ou-se | Jonas Schievink | -2/+9 |
| 2021-02-10 | Seal the CommandExt, OsStrExt and OsStringExt traits | Amanieu d'Antras | -2/+9 |
| 2021-02-09 | split guard into read and write types | The8472 | -15/+14 |
| 2021-02-08 | introduce StaticRWLock wrapper to make methods safe | The8472 | -49/+60 |
| 2021-02-07 | silence dead code warnings on windows | The8472 | -0/+5 |
| 2021-02-07 | use rwlock for accessing ENV | The8472 | -0/+44 |
| 2021-01-06 | Optimize away some path lookups in the generic `fs::copy` implementation. | Dan Gohman | -4/+6 |
| 2020-12-22 | Migrate standard library away from compare_and_swap | Linus Färnstrand | -8/+8 |
| 2020-12-14 | Auto merge of #77618 - fusion-engineering-forks:windows-parker, r=Amanieu | bors | -0/+2 |
| 2020-12-10 | Rollup merge of #79809 - Eric-Arellano:split-once, r=matklad | Tyler Mandry | -4/+1 |
| 2020-12-08 | Use Pin for the 'don't move' requirement of ReentrantMutex. | Mara Bos | -48/+39 |
| 2020-12-08 | Remove unnecessary import of `crate::marker` in std::sys_common::remutex. | Mara Bos | -2/+1 |
| 2020-12-07 | Fix net.rs - rsplitn() returns a reverse iterator | Eric Arellano | -2/+1 |
| 2020-12-07 | Dogfood 'str_split_once()` in the std lib | Eric Arellano | -3/+1 |
| 2020-11-22 | Drop support for cloudabi targets | Lzu Tao | -2/+1 |
| 2020-10-16 | Rollup merge of #77648 - fusion-engineering-forks:static-mutex, r=dtolnay | Dylan DPC | -12/+6 |
| 2020-10-16 | Rollup merge of #77646 - fusion-engineering-forks:use-static-mutex, r=dtolnay | Dylan DPC | -17/+5 |
| 2020-10-16 | Rollup merge of #77619 - fusion-engineering-forks:wasm-parker, r=dtolnay | Dylan DPC | -1/+5 |
| 2020-10-14 | Remove lifetime from StaticMutex and assume 'static. | Mara Bos | -12/+5 |
| 2020-10-14 | Fix comment about non-reentrant StaticMutex::lock(). | Mara Bos | -2/+3 |
| 2020-10-08 | Remove unnecessary rustc_const_stable attributes. | Mara Bos | -1/+0 |
| 2020-10-07 | For backtrace, use StaticMutex instead of a raw sys Mutex. | Mara Bos | -17/+5 |
| 2020-10-06 | Use futex-based thread-parker for Wasm32. | Mara Bos | -1/+5 |
| 2020-10-06 | Add fast futex-based thread parker for Windows. | Mara Bos | -0/+2 |
| 2020-10-04 | Auto merge of #77380 - fusion-engineering-forks:unbox-the-mutex, r=dtolnay | bors | -42/+83 |
| 2020-10-02 | Auto merge of #77029 - ehuss:command-access, r=dtolnay | bors | -0/+37 |
| 2020-10-02 | Make it possible to have unboxed condvars on specific platforms. | Mara Bos | -2/+2 |
| 2020-10-02 | Make it possible to have unboxed mutexes on specific platforms. | Mara Bos | -9/+37 |
| 2020-10-02 | Move boxing and mutex checking logic of condvar into sys_common. | Mara Bos | -38/+51 |
| 2020-10-02 | Rollup merge of #77147 - fusion-engineering-forks:static-mutex, r=dtolnay | Yuki Okushi | -72/+76 |
| 2020-10-01 | Auto merge of #76919 - fusion-engineering-forks:thread-parker, r=dtolnay | bors | -0/+222 |
| 2020-09-28 | library/std/sys_common: Define MIN_ALIGN for sparc-unknown-linux-gnu | John Paul Adrian Glaubitz | -0/+1 |
| 2020-09-27 | Move thread parker to sys_common. | Mara Bos | -0/+222 |
| 2020-09-27 | Split sys_common::Mutex in StaticMutex and MovableMutex. | Mara Bos | -72/+76 |
| 2020-09-26 | Add accessors to Command. | Eric Huss | -0/+37 |
| 2020-09-25 | Rollup merge of #77164 - fusion-engineering-forks:no-more-funny-underscores, ... | Jonas Schievink | -6/+4 |
| 2020-09-24 | Remove workaround for deref issue that no longer exists. | Mara Bos | -6/+4 |
| 2020-09-22 | Update library functions with stability attributes | Dylan MacKenzie | -0/+1 |
| 2020-09-16 | library/std: sys_common: Add support for RISC-V 32-bit | Alistair Francis | -1/+2 |
| 2020-09-08 | Capitalize safety comments | Flying-Toast | -2/+2 |
| 2020-09-06 | Auto merge of #76128 - poliorcetics:doc-use-arc-clone, r=KodrAus | bors | -2/+2 |
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -569/+565 |
| 2020-08-30 | Move to Arc::clone(&x) over x.clone() in library/std | Alexis Bourget | -2/+2 |
| 2020-08-26 | Use allow(unused_imports) instead of cfg(doc) for imports used only for intra... | Joshua Nelson | -1/+1 |
| 2020-08-26 | Add suggestions from code review | Surya Midatala | -11/+6 |
| 2020-08-26 | Move to intra-doc links for wasi/ext/fs.rs, os_str_bytes.rs, primitive_docs.r... | Surya Midatala | -28/+10 |