| Age | Commit message (Expand) | Author | Lines |
| 2020-11-15 | Pin the ReentrantMutexes in sys::io::stdio. | Mara Bos | -25/+30 |
| 2020-11-15 | Return a Pin from SyncOnceCell::get_or_init_pin. | Mara Bos | -4/+7 |
| 2020-11-15 | Add (internal-only) SyncOnceCell::get_or_init_pin. | Mara Bos | -0/+52 |
| 2020-11-15 | Update ReentrantMutex tests to use Pin. | Mara Bos | -15/+21 |
| 2020-11-15 | Use Pin for the 'don't move' requirement of ReentrantMutex. | Mara Bos | -33/+19 |
| 2020-11-15 | Remove unnecessary import of `crate::marker` in std::sys_common::remutex. | Mara Bos | -2/+1 |
| 2020-11-15 | Fix outdated comment about not needing to flush stderr. | Mara Bos | -7/+3 |
| 2020-11-12 | [beta] always disable copy_file_range to avoid EOVERFLOW errors | The8472 | -1/+1 |
| 2020-10-03 | Rollup merge of #77264 - fusion-engineering-forks:skip-local-stdio, r=dtolnay | Jonas Schievink | -23/+61 |
| 2020-10-03 | Rollup merge of #77182 - GuillaumeGomez:missing-examples-fd-traits, r=pickfire | Jonas Schievink | -0/+40 |
| 2020-10-03 | Rollup merge of #75377 - canova:map_debug_impl, r=dtolnay | Jonas Schievink | -8/+4 |
| 2020-10-02 | Rollup merge of #77432 - tmiasko:posix-spawn-musl, r=cuviper | Jonas Schievink | -6/+8 |
| 2020-10-02 | Simplify fd examples | Guillaume Gomez | -19/+16 |
| 2020-10-02 | Auto merge of #77029 - ehuss:command-access, r=dtolnay | bors | -8/+303 |
| 2020-10-02 | Rollup merge of #77429 - WaffleLapkin:doc_link_default_hasher_new, r=jyn514 | Yuki Okushi | -4/+3 |
| 2020-10-02 | Rollup merge of #77362 - RReverser:patch-1, r=dtolnay | Yuki Okushi | -1/+1 |
| 2020-10-02 | Rollup merge of #77147 - fusion-engineering-forks:static-mutex, r=dtolnay | Yuki Okushi | -121/+100 |
| 2020-10-02 | Rollup merge of #76979 - fusion-engineering-forks:windows-fallback-check, r=d... | Yuki Okushi | -45/+53 |
| 2020-10-02 | Link `new` method in `DefautHasher`s doc | Waffle | -4/+3 |
| 2020-10-01 | Auto merge of #76969 - withoutboats:rawfd-refexive-traits, r=dtolnay | bors | -0/+57 |
| 2020-10-01 | Work around potential merging/duplication issues in sys/windows/compat. | Mara Bos | -3/+19 |
| 2020-10-01 | Formatting. | Mara Bos | -5/+1 |
| 2020-10-01 | Use AcquireSRWLockExclusive::is_available() instead of an extra lookup. | Mara Bos | -17/+6 |
| 2020-10-01 | Improve std::sys::windows::compat. | Mara Bos | -28/+35 |
| 2020-10-01 | Auto merge of #76919 - fusion-engineering-forks:thread-parker, r=dtolnay | bors | -112/+276 |
| 2020-10-01 | Rollup merge of #77315 - exrook:rename-allocerror, r=joshtriplett | Dylan DPC | -12/+12 |
| 2020-10-01 | Use posix_spawn on musl targets | Tomasz Miąsko | -6/+8 |
| 2020-09-30 | Rollup merge of #77328 - hyd-dev:assert-to-rtassert, r=Amanieu | Jonas Schievink | -1/+1 |
| 2020-09-30 | Rollup merge of #77284 - josephlr:mem, r=Mark-Simulacrum | Jonas Schievink | -0/+1 |
| 2020-09-30 | Fix is_absolute on WASI | Ingvar Stepanyan | -1/+1 |
| 2020-09-30 | Auto merge of #77292 - lzutao:std_asm, r=Amanieu | bors | -16/+24 |
| 2020-09-29 | Use `rtassert!` instead of `assert!` from the child process after fork() in s... | hyd-dev | -1/+1 |
| 2020-09-28 | Rename AllocErr to AllocError | Jacob Hughes | -12/+12 |
| 2020-09-28 | Rollup merge of #77288 - RalfJung:miri-macos, r=Amanieu | Ralf Jung | -49/+50 |
| 2020-09-28 | Rollup merge of #77170 - ecstatic-morse:const-fn-ptr, r=oli-obk | Ralf Jung | -0/+1 |
| 2020-09-28 | Rollup merge of #76454 - poliorcetics:ui-to-unit-test-1, r=matklad | Ralf Jung | -0/+59 |
| 2020-09-28 | Prefer asm! in std - all in sgx module | Lzu Tao | -16/+24 |
| 2020-09-28 | Auto merge of #77282 - glaubitz:sparc-linux, r=nagisa | bors | -0/+2 |
| 2020-09-28 | fix building libstd for Miri on macOS | Ralf Jung | -49/+50 |
| 2020-09-27 | libary: Forward compiler-builtins "mem" feature | Joe Richey | -0/+1 |
| 2020-09-28 | library/std: Set OS raw type definitions for sparc-unknown-linux-gnu | John Paul Adrian Glaubitz | -0/+1 |
| 2020-09-28 | library/std/sys_common: Define MIN_ALIGN for sparc-unknown-linux-gnu | John Paul Adrian Glaubitz | -0/+1 |
| 2020-09-27 | Reopen standard streams when they are closed on Unix | Tomasz Miąsko | -0/+62 |
| 2020-09-27 | Add a feature gate for basic function pointer use in `const fn` | Dylan MacKenzie | -0/+1 |
| 2020-09-27 | Optimize set_{panic,print}(None). | Mara Bos | -0/+8 |
| 2020-09-27 | Relax memory ordering of LOCAL_STREAMS and document it. | Mara Bos | -5/+17 |
| 2020-09-27 | Only use LOCAL_{STDOUT,STDERR} when set_{print/panic} is used. | Mara Bos | -23/+41 |
| 2020-09-27 | Move thread parker to sys_common. | Mara Bos | -3/+2 |
| 2020-09-27 | Add notes about memory ordering to futex parker implementation. | Mara Bos | -0/+20 |
| 2020-09-27 | Check conversion from Duration to timespec in futex_wait. | Mara Bos | -12/+11 |