| Age | Commit message (Expand) | Author | Lines |
| 2018-12-25 | Auto merge of #56926 - alexcrichton:update-stdsimd, r=TimNN | bors | -15/+15 |
| 2018-12-24 | Rollup merge of #56978 - jethrogb:jb/sgx-os-mod, r=joshtriplett | Mazdak Farrokhzad | -55/+271 |
| 2018-12-23 | Rollup merge of #56979 - VardhanThigle:Vardhan/rust-sgx-unwind-support, r=ale... | kennytm | -6/+139 |
| 2018-12-21 | Auto merge of #56779 - adrian-budau:master, r=alexcrichton | bors | -28/+77 |
| 2018-12-21 | Properly report ENOSYS by modifying errno | Adrian Budau | -22/+18 |
| 2018-12-21 | Auto merge of #56813 - oli-obk:main_đ§¶, r=pnkfelix | bors | -26/+0 |
| 2018-12-20 | Fix typo in comment | Adrian Budau | -1/+1 |
| 2018-12-20 | Fix pipe2 and accept4 on static linked executables on linux (like musl). | Adrian Budau | -27/+80 |
| 2018-12-20 | Add `std::os::fortanix_sgx` module | Jethro Beekman | -54/+255 |
| 2018-12-19 | Adding unwinding support for x86_64_fortanix_unknown_sgx target. | Vardhan Thigle | -6/+139 |
| 2018-12-19 | Revert "Remove some dead code from `sgx`" | Jethro Beekman | -0/+15 |
| 2018-12-19 | SGX target: fix docs build | Jethro Beekman | -2/+2 |
| 2018-12-17 | Update the stdsimd submodule | Alex Crichton | -15/+15 |
| 2018-12-14 | Remove dead code | Oliver Scherer | -26/+0 |
| 2018-12-14 | Auto merge of #56818 - kennytm:rollup-2, r=kennytm | bors | -22/+0 |
| 2018-12-14 | Rollup merge of #56708 - oli-obk:stability_internal_const_fn, r=alexcrichton | kennytm | -22/+0 |
| 2018-12-14 | Auto merge of #56568 - notriddle:master, r=alexcrichton | bors | -52/+209 |
| 2018-12-14 | Auto merge of #56490 - faern:add-checked-add-to-instant, r=alexcrichton | bors | -162/+103 |
| 2018-12-13 | Fix dur2intervals import on cloudabi | Linus FĂ€rnstrand | -5/+9 |
| 2018-12-13 | Fix checked_add/sub for sys/sgx/time.rs | Linus FĂ€rnstrand | -11/+7 |
| 2018-12-13 | Add checked_sub for Instant and SystemTime | Linus FĂ€rnstrand | -85/+61 |
| 2018-12-13 | Add checked_add method to Instant time type | Linus FĂ€rnstrand | -72/+37 |
| 2018-12-12 | Bump to 1.33.0 | Alex Crichton | -1/+1 |
| 2018-12-11 | std: Depend directly on crates.io crates | Alex Crichton | -1/+1 |
| 2018-12-11 | Use iterators instead of raw offsets in Windows argument parser | Michael Howell | -49/+45 |
| 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 | -7/+0 |
| 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 | 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 | -41/+206 |
| 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 |