| Age | Commit message (Expand) | Author | Lines |
| 2018-12-11 | Properly stage new feature gates | Oliver Scherer | -1/+1 |
| 2018-12-11 | Remove some dead code from `sgx` | Oliver Scherer | -15/+0 |
| 2018-12-11 | Remove unnecessary feature gates from const fns | Oliver Scherer | -11/+1 |
| 2018-12-10 | Fix iterator nits | Michael Howell | -18/+7 |
| 2018-12-10 | Fix nit | Michael Howell | -4/+6 |
| 2018-12-10 | Fix nits | Michael Howell | -3/+10 |
| 2018-12-10 | Update Cargo submodule and its dependencies | Alex Crichton | -4/+3 |
| 2018-12-10 | Fix poorly-transcribed test case | Michael Howell | -3/+3 |
| 2018-12-10 | Fix nitpicks | Michael Howell | -23/+21 |
| 2018-12-10 | Remove dependency on shell32.dll #56510 | Michael Howell | -42/+206 |
| 2018-12-10 | Auto merge of #56157 - RalfJung:park, r=nagisa | bors | -5/+22 |
| 2018-12-09 | Add FreeBSD unsigned char platforms to std::os::raw | myfreeweb | -0/+8 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -77/+77 |
| 2018-12-07 | Auto merge of #56581 - kennytm:rollup, r=kennytm | bors | -5/+9 |
| 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/+832 |
| 2018-12-07 | SGX target: implement user memory management | Jethro Beekman | -6/+502 |
| 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 | -5/+2824 |
| 2018-12-07 | Rollup merge of #56561 - Zoxc:too-raw, r=Gankro | kennytm | -0/+4 |
| 2018-12-07 | Rollup merge of #56516 - frewsxcv:frewsxcv-eq, r=Mark-Simulacrum | kennytm | -5/+5 |
| 2018-12-06 | Change sys::Thread::new to take the thread entry as Box<dyn FnBox() + 'static>̣ | Jethro Beekman | -8/+29 |
| 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 | -126/+250 |
| 2018-12-06 | Refactor stderr_prints_nothing into a more modular function | Jethro Beekman | -29/+28 |
| 2018-12-06 | Fix bug in from_key_hashed_nocheck | John Kåre Alsaker | -0/+4 |
| 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 | -173/+173 |
| 2018-12-05 | Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNN | Pietro Albini | -4/+1 |
| 2018-12-05 | Rollup merge of #51753 - gruberb:document-from-conversions-libstdpath, r=Quie... | Pietro Albini | -0/+20 |
| 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 | -5/+5 |
| 2018-12-04 | Utilize `?` instead of `return None`. | Corey Farwell | -4/+1 |
| 2018-12-04 | cleanup: remove static lifetimes from consts in libstd | ljedrz | -173/+173 |
| 2018-12-04 | Add extra comment slash | Bastian Gruber | -1/+1 |
| 2018-12-03 | improve wording | Ralf Jung | -3/+4 |
| 2018-12-03 | Rollup merge of #56435 - RalfJung:libstd-without-c, r=alexcrichton | kennytm | -0/+3 |
| 2018-12-03 | Rollup merge of #56432 - ordovicia:shrink-to-issue, r=Centril | kennytm | -3/+3 |
| 2018-12-03 | Rollup merge of #56419 - mark-i-m:remove-try, r=Centril | kennytm | -3/+3 |
| 2018-12-03 | Rollup merge of #56395 - Centril:stabilize-dbg-macro, r=SimonSapin | kennytm | -10/+2 |
| 2018-12-03 | Rollup merge of #56141 - jnqnfe:osstr_len_clarity, r=nagisa | kennytm | -6/+18 |
| 2018-12-03 | Auto merge of #56394 - cuviper:interrupted-timeout, r=sfackler | bors | -12/+28 |
| 2018-12-02 | Auto merge of #56275 - RalfJung:win-mutex, r=SimonSapin | bors | -9/+10 |
| 2018-12-02 | make the C part of compiler-builtins opt-out | Ralf Jung | -1/+4 |
| 2018-12-02 | explicitly control compiler_builts/c feature from libstd | Ralf Jung | -1/+1 |
| 2018-12-02 | no reason to use mutable references here at all | Ralf Jung | -12/+4 |
| 2018-12-02 | Update issue number of `shrink_to` methods to point the tracking issue | Hidehito Yabuuchi | -3/+3 |