| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2019-04-22 | std::net: add Ipv4Addr::is_shared() | Corentin Henry | -0/+22 |
| 2019-04-22 | std::net: add Ipv4Addr::is_ietf_protocol_assignment() | Corentin Henry | -0/+34 |
| 2019-04-22 | std::net: add Ipv4Addr::is_benchmarking() | Corentin Henry | -0/+25 |
| 2019-04-22 | std::net: add Ipv4Addr::is_reserved() | Corentin Henry | -0/+28 |
| 2019-04-20 | std::net: fix doc markdown in Ipv6Addr::is_unique_local() | Corentin Henry | -1/+1 |
| 2019-04-20 | std::net: add Ipv6Addr::is_unicast_link_local_strict() | Corentin Henry | -6/+96 |
| 2019-04-20 | std::net: improve Ipv6Addr::is_unicast_site_local() doc | Corentin Henry | -2/+11 |
| 2019-04-20 | std::net: site-local ipv6 prefixes are global | Corentin Henry | -4/+14 |
| 2019-04-19 | Rollup merge of #60078 - matklad:patch-1, r=shepmaster | Mazdak Farrokhzad | -1/+1 |
| 2019-04-19 | Rollup merge of #60041 - jnferner:patch-1, r=shepmaster | Mazdak Farrokhzad | -2/+1 |
| 2019-04-18 | Use more realistic example for thread builder | Aleksey Kladov | -1/+1 |
| 2019-04-18 | Simplify the returning of a Result a bit | Jan Nils Ferner | -2/+1 |
| 2019-04-18 | Rollup merge of #59984 - gluyas:collections-with_capacity-doc-fix, r=rkruppe | Mazdak Farrokhzad | -4/+3 |
| 2019-04-16 | SGX target: change re-entry abort logic | Jethro Beekman | -19/+11 |
| 2019-04-16 | Add a comment explaining why SecRandomCopyBytes is not used on MacOS | Ed Barnard | -0/+7 |
| 2019-04-15 | Rollup merge of #59955 - RalfJung:stdsimd, r=alexcrichton | Mazdak Farrokhzad | -3/+4 |
| 2019-04-15 | Rollup merge of #59648 - alex:must-use-result, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-04-15 | Remove collection-specific `with_capacity` doc from `std::collections` | Marc | -4/+3 |
| 2019-04-14 | Rollup merge of #59906 - czipperz:bufwriter-use-getmut, r=kennytm | Mazdak Farrokhzad | -2/+2 |
| 2019-04-14 | make lint levels more consistent | Ralf Jung | -3/+4 |
| 2019-04-14 | Rollup merge of #59852 - alexcrichton:more-vectored, r=sfackler | Mazdak Farrokhzad | -37/+247 |
| 2019-04-14 | Rollup merge of #59835 - lzutao:nonzero-signed, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+2 |
| 2019-04-14 | Rollup merge of #59830 - ehuss:keyword-links, r=Mark-Simulacrum | Mazdak Farrokhzad | -30/+25 |
| 2019-04-14 | Rollup merge of #59818 - crlf0710:eliminate_libstd_fnbox, r=cramertj | Mazdak Farrokhzad | -24/+15 |
| 2019-04-14 | Rollup merge of #59675 - SimonSapin:stable-alloc, r=alexcrichton | Mazdak Farrokhzad | -1/+0 |
| 2019-04-12 | Rollup merge of #59892 - rylev:as-raw-fd, r=alexcrichton | Mazdak Farrokhzad | -67/+190 |
| 2019-04-12 | Stabilize the `alloc` crate. | Simon Sapin | -1/+0 |
| 2019-04-11 | Make BufWriter use get_mut instead of manipulating inner in Write implementation | Chris Gregory | -2/+2 |
| 2019-04-11 | Impl RawFd converstion traits for TcpListener, TcpStream and UdpSocket | Ryan Levick | -67/+190 |
| 2019-04-10 | SGX target: fix cfg(test) build | Jethro Beekman | -3/+3 |
| 2019-04-10 | std: Add `{read,write}_vectored` for more types | Alex Crichton | -37/+247 |
| 2019-04-10 | Re-export NonZero signed variant in std | Lzu Tao | -0/+2 |
| 2019-04-10 | Eliminate `FnBox` usages from libstd. | CrLF0710 | -24/+15 |
| 2019-04-09 | Fix links on keyword docs. | Eric Huss | -30/+25 |
| 2019-04-08 | Add must_use annotations to Result::is_ok and is_err | Alex Gaynor | -1/+1 |
| 2019-04-07 | Auto merge of #59765 - lzutao:patch-1, r=Centril | bors | -1/+3 |
| 2019-04-07 | Auto merge of #59119 - cramertj:cx-back, r=withoutboats | bors | -29/+40 |
| 2019-04-07 | Add reference to cfg attr | lzutao | -1/+3 |