| Age | Commit message (Expand) | Author | Lines |
| 2019-02-01 | also replace before_exec by pre_exec on redox | Ralf Jung | -6/+26 |
| 2019-02-01 | deprecate before_exec in favor of unsafe pre_exec | Ralf Jung | -4/+24 |
| 2019-02-01 | Stabilize std::error::Error::type_id | Simon Sapin | -3/+1 |
| 2019-02-01 | Fix `std::os::fortanix_sgx::usercalls::raw::UsercallNrs` | Jethro Beekman | -20/+10 |
| 2019-01-31 | Simplify lambdas | Linus Färnstrand | -4/+4 |
| 2019-01-31 | Stabilize the time_checked_add feature | Linus Färnstrand | -4/+4 |
| 2019-01-31 | Rollup merge of #57971 - jethrogb:jb/sgx-panic, r=alexcrichton | Mazdak Farrokhzad | -22/+32 |
| 2019-01-29 | Auto merge of #57808 - gnzlbg:ustdsimd, r=gnzlbg | bors | -17/+113 |
| 2019-01-29 | SGX target: improve panic & exit handling | Jethro Beekman | -22/+32 |
| 2019-01-29 | Update stdsimd | gnzlbg | -17/+113 |
| 2019-01-28 | Rollup merge of #57833 - jethrogb:jb/thread-spawn-unwrap, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-01-27 | Change generator trait to use pinning | Wim Looman | -1/+3 |
| 2019-01-27 | Auto merge of #57765 - Mark-Simulacrum:bootstrap-bump, r=alexcrichton | bors | -16/+45 |
| 2019-01-26 | Replace deprecated ATOMIC_INIT consts | Mark Rousskov | -12/+45 |
| 2019-01-26 | Rollup merge of #57703 - m-ou-se:mutexguard-debug, r=cramertj | Mazdak Farrokhzad | -3/+1 |
| 2019-01-26 | Bump bootstrap compiler to 1.33 beta | Mark Rousskov | -4/+0 |
| 2019-01-24 | Rollup merge of #57867 - Aaron1011:fix/gen-future-doc, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-01-24 | Rollup merge of #57860 - jethrogb:jb/sgx-os-ffi, r=joshtriplett | Mazdak Farrokhzad | -1/+111 |
| 2019-01-24 | Rollup merge of #57803 - jethrogb:jb/sgx-unwind-version, r=alexcrichton | Mazdak Farrokhzad | -0/+15 |
| 2019-01-24 | Rollup merge of #57380 - bearcage:master, r=alexcrichton | Mazdak Farrokhzad | -44/+83 |
| 2019-01-23 | Add a comment on the meaning of Instant t: Duration | Alex Berghage | -0/+2 |
| 2019-01-24 | Rollup merge of #57179 - Xaeroxe:patch-1, r=QuietMisdreavus | Mazdak Farrokhzad | -6/+2 |
| 2019-01-23 | Fix std::future::from_generator documentation | Aaron Hill | -1/+1 |
| 2019-01-23 | Add os::fortanix_sgx::ffi module | Jethro Beekman | -1/+111 |
| 2019-01-22 | Rebase and fix new instantiation fn | Alex Berghage | -1/+1 |
| 2019-01-22 | Move Instant backing type to Duration | Alex Berghage | -22/+14 |
| 2019-01-22 | Simplify units in Duration/Instant math on Windows | Alex Berghage | -42/+87 |
| 2019-01-22 | dbg!() without parameters. | Clar Fon | -0/+6 |
| 2019-01-22 | Remove unused links | Jacob Kiesel | -2/+0 |
| 2019-01-22 | Print a slightly clearer message when failing to spawn a thread | Jethro Beekman | -1/+1 |
| 2019-01-21 | Expose alloc/dealloc properly for SGX libunwind | Jethro Beekman | -0/+15 |
| 2019-01-20 | Auto merge of #57655 - mtak-:fix-tls-dtors-macos, r=alexcrichton | bors | -24/+45 |
| 2019-01-18 | Use `to_ne_bytes` for converting IPv4Address to octets | Jakub Onderka | -2/+1 |
| 2019-01-18 | Rollup merge of #57683 - xfix:patch-15, r=QuietMisdreavus | Mazdak Farrokhzad | -2/+3 |
| 2019-01-18 | Rollup merge of #57654 - ehuss:fs-links, r=alexcrichton | Mazdak Farrokhzad | -5/+17 |
| 2019-01-18 | Rollup merge of #57340 - eqrion:doc/c_variadic, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2019-01-18 | Auto merge of #56996 - clarcharr:spin_loop_hint, r=KodrAus | bors | -0/+1 |
| 2019-01-17 | Simplify Debug implementation of MutexGuard. | Mara Bos | -7/+1 |
| 2019-01-17 | Make MutexGuard's Debug implementation more useful. | Mara Bos | -3/+7 |
| 2019-01-17 | Auto merge of #57520 - alexreg:tidy-copyright-lint, r=Mark-Simulacrum | bors | -10/+6 |
| 2019-01-17 | Document Unpin in std::prelude documentation | Konrad Borowski | -2/+3 |
| 2019-01-15 | OSX: fix #57534 registering thread dtors while running thread dtors | tyler | -24/+45 |
| 2019-01-15 | Add some links in std::fs. | Eric Huss | -5/+17 |
| 2019-01-15 | Move spin_loop_hint to core::hint module | Clar Fon | -0/+1 |
| 2019-01-15 | Stabilize FileExt::read_exact_at/write_all_at | Dror Levin | -4/+2 |
| 2019-01-15 | Auto merge of #57130 - VardhanThigle:Vardhan/x86_64-fortanix-unknown-sgx-tier... | bors | -0/+19 |
| 2019-01-14 | Rollup merge of #57043 - ssomers:master, r=alexcrichton | Mazdak Farrokhzad | -7/+60 |
| 2019-01-14 | Rollup merge of #57584 - nnethercote:rm-connect_timeout_unroutable, r=sfackler | Mazdak Farrokhzad | -11/+0 |
| 2019-01-14 | Stabilize `cfg_target_vendor`, #29718 | Jethro Beekman | -1/+1 |
| 2019-01-14 | Remove the `connect_timeout_unroutable` test. | Nicholas Nethercote | -11/+0 |