| Age | Commit message (Expand) | Author | Lines |
| 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 | Fall back to `/dev/urandom` on `EPERM` for `getrandom` | Tobias Bucher | -1/+6 |
| 2019-05-01 | as_ptr returns a read-only pointer | Ralf Jung | -2/+7 |
| 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 | Rename .cap() methods to .capacity() | Matthias Geier | -7/+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 | std::net: tests for Ipv4addr::is_shared() | Corentin Henry | -0/+15 |
| 2019-04-23 | std::net: add warning in Ipv4addr::is_reserved() documentation | Corentin Henry | -0/+7 |
| 2019-04-23 | std::net: add warning in Ipv6Addr::is_unicast_site_local() doc | Corentin Henry | -0/+8 |
| 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 |
| 2019-04-22 | Remove double trailing newlines | varkor | -10/+0 |
| 2019-04-22 | std::net: tests for Ipv4addr::is_reserved() | Corentin Henry | -0/+15 |
| 2019-04-22 | std::net: tests for Ipv4addr::is_ietf_protocol_assignment() | Corentin Henry | -0/+16 |
| 2019-04-22 | std::net: tests for Ipv4addr::is_benchmarking() | Corentin Henry | -16/+30 |
| 2019-04-22 | std::net: tests for Ipv6addr::is_unicast_link_local{_strict}() | Corentin Henry | -20/+49 |
| 2019-04-22 | std::net: fix tests for site-local ipv6 addresses | Corentin Henry | -2/+2 |
| 2019-04-22 | std::net: fix Ipv4addr::is_global() tests | Corentin Henry | -4/+4 |
| 2019-04-22 | std::net: use macros to test ip properties | Corentin Henry | -143/+381 |
| 2019-04-22 | std::net: fix documentation markdown | Corentin Henry | -3/+5 |
| 2019-04-22 | std::net: fix Ipv4Addr::is_global() | Corentin Henry | -8/+64 |