| Age | Commit message (Expand) | Author | Lines |
| 2018-12-11 | std: Depend directly on crates.io crates | Alex Crichton | -1/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -12/+12 |
| 2018-12-07 | Auto merge of #56581 - kennytm:rollup, r=kennytm | bors | -1/+1 |
| 2018-12-07 | SGX target: implement command-line arguments and environment variables | Jethro Beekman | -25/+70 |
| 2018-12-07 | SGX target: implement time | Jethro Beekman | -3/+9 |
| 2018-12-07 | SGX target: implement networking | Jethro Beekman | -53/+167 |
| 2018-12-07 | SGX target: implement streams | Jethro Beekman | -28/+134 |
| 2018-12-07 | SGX target: implement synchronization primitives and threading | Jethro Beekman | -76/+828 |
| 2018-12-07 | SGX target: implement user memory management | Jethro Beekman | -5/+500 |
| 2018-12-07 | SGX target: add thread local storage | Jethro Beekman | -17/+277 |
| 2018-12-07 | Add x86_64-fortanix-unknown-sgx target to libstd and dependencies | Jethro Beekman | -0/+2807 |
| 2018-12-07 | Rollup merge of #56516 - frewsxcv:frewsxcv-eq, r=Mark-Simulacrum | kennytm | -1/+1 |
| 2018-12-06 | Change sys::Thread::new to take the thread entry as Box<dyn FnBox() + 'static>̣ | Jethro Beekman | -5/+10 |
| 2018-12-06 | Update compiler_builtins and remove wasm f32<->f64 math conversions | Jethro Beekman | -67/+14 |
| 2018-12-06 | Refactor net::each_addr/lookup_host to forward error from resolve | Jethro Beekman | -86/+178 |
| 2018-12-06 | Refactor stderr_prints_nothing into a more modular function | Jethro Beekman | -10/+14 |
| 2018-12-06 | Rollup merge of #56525 - udoprog:linux-current-exe, r=alexcrichton | Pietro Albini | -5/+8 |
| 2018-12-05 | Rollup merge of #56497 - ljedrz:cleanup_libstd_const_lifetimes, r=kennytm | Pietro Albini | -148/+148 |
| 2018-12-05 | Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNN | Pietro Albini | -4/+1 |
| 2018-12-05 | Avoid extra copy and syscall in std::env::current_exe | John-John Tedro | -5/+8 |
| 2018-12-04 | Replace usages of `..i + 1` ranges with `..=i`. | Corey Farwell | -1/+1 |
| 2018-12-04 | Utilize `?` instead of `return None`. | Corey Farwell | -4/+1 |
| 2018-12-04 | cleanup: remove static lifetimes from consts in libstd | ljedrz | -148/+148 |
| 2018-12-03 | Rollup merge of #56419 - mark-i-m:remove-try, r=Centril | kennytm | -2/+2 |
| 2018-12-03 | Auto merge of #56394 - cuviper:interrupted-timeout, r=sfackler | bors | -4/+6 |
| 2018-12-02 | Auto merge of #56275 - RalfJung:win-mutex, r=SimonSapin | bors | -9/+9 |
| 2018-12-02 | no reason to use mutable references here at all | Ralf Jung | -12/+4 |
| 2018-12-01 | remove some uses of try! | Mark Mansi | -2/+2 |
| 2018-11-30 | Deal with EINTR in net timeout tests | Josh Stone | -4/+6 |
| 2018-11-29 | Rollup merge of #56149 - ariasuni:improve-amctime-doc, r=TimNN | Guillaume Gomez | -6/+12 |
| 2018-11-28 | get_ref -> get_mut | Ralf Jung | -8/+8 |
| 2018-11-28 | fix build | Ralf Jung | -5/+13 |
| 2018-11-28 | put the MaybeUninit inside the UnsafeCell | Ralf Jung | -10/+7 |
| 2018-11-27 | add comments explaining our uses of get_ref/get_mut for MaybeUninit | Ralf Jung | -0/+3 |
| 2018-11-27 | fix build | Ralf Jung | -1/+1 |
| 2018-11-27 | use MaybeUninit instead of mem::uninitialized for Windows Mutex | Ralf Jung | -9/+9 |
| 2018-11-25 | Auto merge of #55527 - sgeisler:time-checked-add, r=sfackler | bors | -22/+57 |
| 2018-11-22 | Make std::os::unix/linux::fs::MetadataExt::a/m/ctime* documentation clearer | ariasuni | -6/+12 |
| 2018-11-15 | use ? operator instead of match | Sebastian Geisler | -20/+6 |
| 2018-11-15 | Implement checked_add_duration for SystemTime | Sebastian Geisler | -22/+71 |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -4/+4 |
| 2018-11-15 | Rollup merge of #55865 - RalfJung:unix-rwlock, r=alexcrichton | Pietro Albini | -3/+3 |
| 2018-11-15 | Rollup merge of #55182 - jD91mZM2:rebased, r=alexcrichton | Pietro Albini | -63/+235 |
| 2018-11-14 | std: Synchronize access to global env during `exec` | Alex Crichton | -16/+60 |
| 2018-11-14 | Revert "Fixes #46775 -- don't mutate the process's environment in Command::exec" | Alex Crichton | -99/+8 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -4/+4 |
| 2018-11-11 | std: Delete the `alloc_system` crate | Alex Crichton | -0/+296 |
| 2018-11-11 | do not skip return code check in release builds | Ralf Jung | -1/+1 |
| 2018-11-11 | Unix RwLock: avoid racy access to write_locked | Ralf Jung | -2/+2 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -16/+16 |