| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -16/+16 |
| 2018-11-01 | Fixes #46775 -- don't mutate the process's environment in Command::exec | Alex Gaynor | -8/+99 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -2/+2 |
| 2018-10-18 | Fix tidy checks | jD91mZM2 | -1/+1 |
| 2018-10-18 | Revert liblibc submodule url | jD91mZM2 | -7/+2 |
| 2018-10-18 | Interpret shebangs on redox | jD91mZM2 | -14/+80 |
| 2018-10-18 | Don't forget to close executable file | Jeremy Soller | -1/+2 |
| 2018-10-18 | Remove unused type parameter | Jeremy Soller | -1/+1 |
| 2018-10-18 | Update to new system calls and enviromental variables | Jeremy Soller | -57/+167 |
| 2018-10-11 | std: Implement TLS for wasm32-unknown-unknown | Alex Crichton | -20/+102 |
| 2018-09-24 | std: Start implementing wasm32 atomics | Alex Crichton | -4/+499 |
| 2018-09-15 | Switch wasm math symbols to their original names | Alex Crichton | -28/+1 |
| 2018-09-13 | Auto merge of #53621 - jordanrh1:windows-arm, r=alexcrichton | bors | -1/+63 |
| 2018-09-07 | Fix tidy errors | Jordan Rhee | -1/+2 |
| 2018-09-05 | Implement initializer() for FileDesc | François Bernier | -1/+6 |
| 2018-09-04 | Add target thumbv7a-pc-windows-msvc | Jordan Rhee | -1/+62 |
| 2018-09-02 | Auto merge of #53725 - tbu-:pr_getrandom_syscalls, r=alexcrichton | bors | -40/+26 |
| 2018-09-02 | Fix an endless loop when `getrandom` is not available | Tobias Bucher | -0/+1 |