| Age | Commit message (Expand) | Author | Lines |
| 2018-12-29 | Rollup merge of #57153 - estebank:doc, r=cramertj | kennytm | -1/+1 |
| 2018-12-28 | Update std/lib.rs docs to reflect Rust 2018 usage | Jacob Kiesel | -4/+2 |
| 2018-12-28 | remove remaining copyright headers | Matthias Krüger | -30/+0 |
| 2018-12-28 | Fix warning when compiling rustc | varkor | -1/+0 |
| 2018-12-28 | Auto merge of #57137 - cramertj:unpin-prelude, r=SimonSapin | bors | -1/+1 |
| 2018-12-28 | Auto merge of #55519 - fhartwig:hashmap-index-example, r=Centril | bors | -0/+3 |
| 2018-12-27 | Fix span in char documentation | Esteban Küber | -1/+1 |
| 2018-12-27 | Auto merge of #57119 - jethrogb:jb/sgx-os-mod2, r=joshtriplett | bors | -11/+307 |
| 2018-12-26 | Add Unpin to std prelude, not just core | Taylor Cramer | -1/+1 |
| 2018-12-26 | Stabilize duration_as_u128 | Sunjay Varma | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -3435/+0 |
| 2018-12-25 | Add `io` and `arch` modules to `std::os::fortanix_sgx` | Jethro Beekman | -10/+305 |
| 2018-12-25 | Fix build on latest git master | Jethro Beekman | -1/+2 |
| 2018-12-25 | Auto merge of #56926 - alexcrichton:update-stdsimd, r=TimNN | bors | -15/+15 |
| 2018-12-24 | std: Use backtrace-sys from crates.io | Alex Crichton | -129/+34 |
| 2018-12-24 | Rollup merge of #56978 - jethrogb:jb/sgx-os-mod, r=joshtriplett | Mazdak Farrokhzad | -74/+357 |
| 2018-12-23 | Rollup merge of #57067 - Centril:stabilize-min_const_unsafe_fn, r=oli-obk | Mazdak Farrokhzad | -1/+0 |
| 2018-12-23 | Rollup merge of #56939 - cramertj:pin-stabilization, r=alexcrichton | Mazdak Farrokhzad | -3/+2 |
| 2018-12-23 | stabilize min_const_unsafe_fn in 1.33. | Mazdak Farrokhzad | -1/+0 |
| 2018-12-23 | Rollup merge of #57050 - RyanMarcus:master, r=zackmdavis | kennytm | -1/+1 |
| 2018-12-23 | Rollup merge of #57040 - otavio:topic/adjust-path_from_str-feature-gate, r=Ce... | kennytm | -1/+1 |
| 2018-12-23 | Rollup merge of #57034 - Zoxc:query-perf8, r=michaelwoerister | kennytm | -0/+3 |
| 2018-12-23 | Rollup merge of #56979 - VardhanThigle:Vardhan/rust-sgx-unwind-support, r=ale... | kennytm | -6/+139 |
| 2018-12-23 | Rollup merge of #56941 - euclio:deny-libstd-resolution-failures, r=QuietMisdr... | kennytm | -1/+8 |
| 2018-12-23 | Rollup merge of #56936 - ubsan:euclidean_div_rem, r=dtolnay | kennytm | -30/+30 |
| 2018-12-21 | Stabilize Pin | Taylor Cramer | -2/+1 |
| 2018-12-21 | Update Pin API to match the one proposed for stabilization | Taylor Cramer | -1/+1 |
| 2018-12-21 | Auto merge of #56779 - adrian-budau:master, r=alexcrichton | bors | -28/+78 |
| 2018-12-21 | Fixed typo in HashMap documentation | Ryan Marcus | -1/+1 |
| 2018-12-21 | Fix poor worst case performance of set intersection (and union, somewhat) on ... | Stein Somers | -6/+56 |
| 2018-12-21 | Properly report ENOSYS by modifying errno | Adrian Budau | -22/+18 |
| 2018-12-21 | Fix feature gate to point to 1.32.0 for `path_from_str` | Otavio Salvador | -1/+1 |
| 2018-12-21 | Inline tweaks | John Kåre Alsaker | -0/+3 |
| 2018-12-21 | Auto merge of #56813 - oli-obk:main_🧶, r=pnkfelix | bors | -41/+0 |
| 2018-12-20 | Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko... | bors | -0/+3 |
| 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/+81 |
| 2018-12-20 | Add `std::os::fortanix_sgx` module | Jethro Beekman | -56/+325 |
| 2018-12-19 | Adding unwinding support for x86_64_fortanix_unknown_sgx target. | Vardhan Thigle | -6/+139 |
| 2018-12-19 | Rollup merge of #56363 - Lucretiel:patch-3, r=shepmaster | Pietro Albini | -13/+10 |
| 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-19 | Show platform-specific modules in `std::os` when building those platforms | Jethro Beekman | -17/+16 |
| 2018-12-17 | deny intra-doc link resolution failures in libstd | Andy Russell | -1/+8 |
| 2018-12-17 | Reordered match arms | Nathan West | -1/+1 |
| 2018-12-17 | rename div_euc -> div_euclid, and mod_euc -> rem_euclid | Nicole Mazzuca | -30/+30 |
| 2018-12-17 | Update the stdsimd submodule | Alex Crichton | -15/+15 |
| 2018-12-16 | Rollup merge of #56858 - tbu-:pr_doc_canonicalize, r=shepmaster | Mazdak Farrokhzad | -1/+1 |
| 2018-12-16 | Rollup merge of #56857 - tbu-:pr_doc_abssub, r=zackmdavis | Mazdak Farrokhzad | -2/+4 |
| 2018-12-16 | Rollup merge of #56832 - alexcrichton:external-demangle, r=Mark-Simulacrum | Mazdak Farrokhzad | -228/+13 |