| Age | Commit message (Expand) | Author | Lines |
| 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 | 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-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 |
| 2018-12-16 | Rollup merge of #56640 - myfreeweb:patch-1, r=alexcrichton | Mazdak Farrokhzad | -0/+8 |
| 2018-12-15 | Fix doc of `std::fs::canonicalize` | Tobias Bucher | -1/+1 |
| 2018-12-15 | Fix a small mistake regarding NaNs in a deprecation message | Tobias Bucher | -2/+4 |
| 2018-12-15 | Rollup merge of #56809 - dbrgn:permissions-ext, r=alexcrichton | Pietro Albini | -1/+2 |
| 2018-12-15 | Rollup merge of #56731 - GuillaumeGomez:ffi-doc-urls, r=Centril | Pietro Albini | -13/+15 |
| 2018-12-14 | std: Use `rustc_demangle` from crates.io | Alex Crichton | -228/+13 |
| 2018-12-14 | Remove dead code | Oliver Scherer | -41/+0 |
| 2018-12-14 | Auto merge of #56818 - kennytm:rollup-2, r=kennytm | bors | -27/+3 |
| 2018-12-14 | Rollup merge of #56748 - kinnison:kinnison/fix-56734, r=dtolnay | kennytm | -1/+2 |
| 2018-12-14 | Rollup merge of #56708 - oli-obk:stability_internal_const_fn, r=alexcrichton | kennytm | -26/+1 |
| 2018-12-14 | Auto merge of #56568 - notriddle:master, r=alexcrichton | bors | -53/+209 |
| 2018-12-14 | Fix docs path to PermissionsExt | Danilo Bargen | -1/+2 |
| 2018-12-14 | Auto merge of #56490 - faern:add-checked-add-to-instant, r=alexcrichton | bors | -166/+150 |
| 2018-12-14 | Auto merge of #56536 - alexcrichton:update-master, r=Mark-Simulacrum | bors | -8/+5 |
| 2018-12-13 | Update panic message to be clearer about env-vars | Daniel Silverstone | -1/+2 |
| 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 |