| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2020-09-27 | Move linux-specific futex code into `sys` module. | Mara Bos | -36/+42 |
| 2020-09-27 | Fix warning. | Mara Bos | -1/+1 |
| 2020-09-27 | Mark unpark() as #[inline]. | Mara Bos | -0/+2 |
| 2020-09-27 | Add fast futex-based thread parker for Linux. | Mara Bos | -123/+231 |
| 2020-09-27 | Move thread parker to a separate module. | Mara Bos | -112/+142 |
| 2020-09-27 | Split sys_common::Mutex in StaticMutex and MovableMutex. | Mara Bos | -121/+100 |
| 2020-09-27 | Auto merge of #77154 - fusion-engineering-forks:lazy-stdio, r=dtolnay | bors | -100/+40 |
| 2020-09-26 | Add accessors to Command. | Eric Huss | -8/+303 |
| 2020-09-27 | Rollup merge of #76917 - GuillaumeGomez:map-missing-code-examples, r=Dylan-DPC | Jonas Schievink | -1/+106 |
| 2020-09-26 | Rollup merge of #77181 - GuillaumeGomez:add-pointer-alias, r=jyn514,pickfire | Ralf Jung | -0/+1 |
| 2020-09-26 | Rollup merge of #77122 - ecstatic-morse:const-fn-arithmetic, r=RalfJung,oli-obk | Ralf Jung | -0/+1 |
| 2020-09-26 | Add doc alias for pointer primitive | Guillaume Gomez | -0/+1 |
| 2020-09-26 | Auto merge of #70743 - oli-obk:eager_const_to_pat_conversion, r=eddyb | bors | -1/+1 |
| 2020-09-26 | Auto merge of #74225 - poliorcetics:std-thread-unsafe-op-in-unsafe-fn, r=josh... | bors | -44/+127 |
| 2020-09-25 | review: fix nits and move panic safety tests to the correct place | Alexis Bourget | -0/+59 |
| 2020-09-25 | Add missing examples for Fd traits | Guillaume Gomez | -0/+43 |
| 2020-09-25 | Rollup merge of #76932 - fusion-engineering-forks:condvar-promise, r=sfackler | Jonas Schievink | -11/+5 |
| 2020-09-25 | Add new feature gate to standard library | Dylan MacKenzie | -0/+1 |
| 2020-09-26 | Link to documentation-specific guidelines. | follower | -1/+1 |
| 2020-09-25 | Rollup merge of #77164 - fusion-engineering-forks:no-more-funny-underscores, ... | Jonas Schievink | -6/+4 |
| 2020-09-25 | Rollup merge of #76978 - duckymirror:mpsc-from-doc, r=jyn514 | Jonas Schievink | -0/+15 |
| 2020-09-25 | Rollup merge of #76304 - CDirkx:const-ip, r=ecstatic-morse | Jonas Schievink | -5/+30 |
| 2020-09-24 | Remove workaround for deref issue that no longer exists. | Mara Bos | -6/+4 |
| 2020-09-24 | Call ReentrantMutex::init() in stdout(). | Mara Bos | -1/+3 |
| 2020-09-24 | Drop use of Arc from Stdin and Stdout. | Mara Bos | -27/+23 |
| 2020-09-24 | Remove std::io::lazy::Lazy in favour of SyncOnceCell | Mara Bos | -98/+40 |
| 2020-09-23 | Auto merge of #77102 - Dylan-DPC:rollup-2jfrg3u, r=Dylan-DPC | bors | -14/+14 |
| 2020-09-23 | Make delegation methods of `std::net::IpAddr` unstable const | Christiaan Dirkx | -5/+30 |
| 2020-09-23 | Auto merge of #77090 - rust-lang:revert-76110-convert-openoptions-cint, r=dto... | bors | -35/+0 |
| 2020-09-23 | Rollup merge of #77042 - imbolc:patch-2, r=kennytm | Dylan DPC | -2/+2 |
| 2020-09-23 | Rollup merge of #76993 - blitzerr:alloc-ref, r=Amanieu | Dylan DPC | -12/+12 |
| 2020-09-23 | make ln_1p examples more representative of use | Trevor Spiteri | -8/+10 |
| 2020-09-23 | make exp_m1 examples more representative of use | Trevor Spiteri | -8/+10 |
| 2020-09-22 | a few more &mut self -> self changes | blitzerr | -8/+8 |
| 2020-09-22 | Revert "Function to convert OpenOptions to c_int" | Joshua Nelson | -35/+0 |
| 2020-09-22 | minor doc changes, attribute orderings | sharnoff | -20/+20 |