| Age | Commit message (Expand) | Author | Lines |
| 2019-05-13 | Remove bitrig support from rust | Marcel Hellwig | -262/+18 |
| 2019-05-10 | Auto merge of #60684 - jethrogb:jb/sgx-test, r=joshtriplett | bors | -0/+1 |
| 2019-05-09 | Fix cfg(test) build on SGX | Jethro Beekman | -0/+1 |
| 2019-05-09 | Rollup merge of #60675 - cramertj:no-await-macro, r=nikomatsakis,Centril | Mazdak Farrokhzad | -23/+0 |
| 2019-05-09 | Rollup merge of #60234 - tesaguri:cursor-default, r=Amanieu | Mazdak Farrokhzad | -1/+1 |
| 2019-05-09 | Remove the old await! macro | Taylor Cramer | -23/+0 |
| 2019-05-09 | Rollup merge of #60657 - JohnTitor:stabilize-array, r=SimonSapin | Mazdak Farrokhzad | -1/+2 |
| 2019-05-09 | Rollup merge of #60656 - petertodd:2019-inline-cursor-over-slice, r=sfackler | Mazdak Farrokhzad | -0/+6 |
| 2019-05-09 | Stabilize and re-export core::array | Yuki OKUSHI | -1/+2 |
| 2019-05-08 | Inline some Cursor calls for slices | Peter Todd | -0/+6 |
| 2019-05-08 | std: Update compiler-builtins crate | Alex Crichton | -1/+1 |
| 2019-05-05 | Rollup merge of #60536 - brainplot:fix-unicode-character, r=dtolnay | Manish Goregaokar | -1/+1 |
| 2019-05-03 | Categorize WASI as an "OS" rather than as an "environment". | Dan Gohman | -2/+2 |
| 2019-05-04 | Correct code points to match their textual description | Gianluca Recchia | -1/+1 |
| 2019-05-03 | Auto merge of #60496 - jethrogb:jb/address-integer-overflow, r=alexcrichton | bors | -7/+17 |
| 2019-05-03 | Rollup merge of #60373 - rasendubi:lang-features-sort-since, r=Centril | Mazdak Farrokhzad | -41/+41 |
| 2019-05-03 | Auto merge of #59883 - ebarnard:clonefile, r=sfackler | bors | -21/+71 |
| 2019-05-02 | Fix potential integer overflow in SGX memory range calculation. | Jethro Beekman | -7/+17 |
| 2019-05-02 | Make tidy::version::Version a [u32; 3] | Alexey Shmalko | -41/+41 |
| 2019-05-02 | Make `std::fs::copy` attempt to create copy-on-write clones of files on MacOS. | Edward Barnard | -21/+71 |
| 2019-05-02 | Auto merge of #60156 - RalfJung:macos-rand, r=oli-obk,alexcrichton | bors | -1/+4 |
| 2019-05-01 | doc: Warn about possible zombie apocalypse | Michal 'vorner' Vaner | -0/+12 |
| 2019-04-30 | Auto merge of #60204 - jethrogb:jb/rtunwrap-debug-print, r=alexcrichton | bors | -4/+6 |
| 2019-04-29 | SGX target: implemented vectored I/O | Jethro Beekman | -13/+50 |
| 2019-04-29 | SGX target: don't unwind on usercall index out of bounds | Jethro Beekman | -2/+10 |
| 2019-04-29 | Rollup merge of #60334 - sfackler:stable-iovec, r=alexcrichton | Mazdak Farrokhzad | -278/+292 |
| 2019-04-28 | Rollup merge of #60022 - nathankleyn:fix-issue-59543, r=Centril | Mazdak Farrokhzad | -1/+7 |
| 2019-04-27 | tidy | Steven Fackler | -10/+24 |
| 2019-04-27 | Stabilized vectored IO | Steven Fackler | -276/+276 |
| 2019-04-26 | Use "capacity" as parameter name in with_capacity() methods | Matthias Geier | -10/+10 |
| 2019-04-26 | Remove feature gates from std and tests | Christopher Serr | -1/+0 |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+8 |
| 2019-04-25 | Rollup merge of #60185 - NieDzejkob:int-error-kind-reexport, r=rkruppe | Mazdak Farrokhzad | -0/+7 |
| 2019-04-24 | std: Derive `Default` for `io::Cursor` | Daiki Mizukami | -1/+1 |
| 2019-04-24 | Rollup merge of #59739 - cramertj:stabilize, r=withoutboats | Mazdak Farrokhzad | -8/+5 |
| 2019-04-24 | Auto merge of #58623 - Amanieu:hashbrown3, r=alexcrichton | bors | -2395/+475 |
| 2019-04-23 | Stabilize futures_api | Taylor Cramer | -8/+5 |
| 2019-04-24 | Update hashbrown to 0.3.0 | Amanieu d'Antras | -1/+1 |
| 2019-04-24 | Update hashbrown to 0.2.2 | Amanieu d'Antras | -1/+1 |
| 2019-04-24 | Update hashbrown to 0.2.1 | Amanieu d'Antras | -1/+1 |
| 2019-04-24 | Remove broken tests | Amanieu d'Antras | -74/+0 |
| 2019-04-24 | Replace the robin-hood hash table with hashbrown | Amanieu d'Antras | -2278/+405 |
| 2019-04-24 | Make libstd depend on the hashbrown crate | Amanieu d'Antras | -0/+1 |
| 2019-04-24 | Mark HashSet functions with #[inline] | Amanieu d'Antras | -0/+45 |
| 2019-04-24 | Add try_reserve to HashSet | Amanieu d'Antras | -0/+24 |
| 2019-04-24 | Remove the Recover trait for HashSet | Amanieu d'Antras | -52/+9 |
| 2019-04-23 | Debug-print error when using rtunwrap | Jethro Beekman | -4/+6 |
| 2019-04-23 | Auto merge of #60172 - varkor:tidy-double-trailing-newline, r=kennytm | bors | -10/+0 |
| 2019-04-23 | Auto merge of #60121 - davazp:fix-sync-all-macos, r=KodrAus | bors | -2/+9 |
| 2019-04-23 | Reexport IntErrorKind in std | Jakub Kądziołka | -0/+7 |