| 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-20 | Auto merge of #60120 - matthiaskrgr:submodule_upd, r=sanxiyn | bors | -10/+8 |
| 2019-04-19 | Auto merge of #59981 - estebank:recover-struct-lit, r=petrochenkov | bors | -282/+341 |
| 2019-04-19 | submodules: update clippy from fbb3a47b to cafbe7f2 | Matthias Krüger | -10/+8 |
| 2019-04-19 | Some cleanup to `maybe_parse_struct_expr` | Vadim Petrochenkov | -54/+26 |
| 2019-04-19 | remove duplicated code and simplify logic | Esteban Küber | -94/+145 |
| 2019-04-19 | Identify missing ambiguous case with best effort suggestion | Esteban Küber | -51/+132 |
| 2019-04-19 | Emit specific error for struct literal in conditions | Esteban Küber | -207/+162 |
| 2019-04-19 | Auto merge of #60072 - RalfJung:linked-list, r=shepmaster | bors | -11/+37 |
| 2019-04-19 | fix LinkedList invalidating mutable references | Ralf Jung | -11/+37 |
| 2019-04-19 | Auto merge of #60077 - RalfJung:miri-alloc-tests, r=joshtriplett | bors | -1/+15 |
| 2019-04-19 | Auto merge of #60063 - spastorino:place2_2, r=oli-obk | bors | -254/+298 |
| 2019-04-19 | move variable down to where it is used | Ralf Jung | -5/+5 |
| 2019-04-19 | Auto merge of #60073 - rchaser53:issue-60049, r=estebank | bors | -10/+61 |
| 2019-04-19 | avoid type-check body of DefId | rchaser53 | -10/+61 |
| 2019-04-19 | Rollup merge of #60098 - Centril:libcore-deny-more, r=varkor | Mazdak Farrokhzad | -236/+233 |
| 2019-04-19 | Rollup merge of #60097 - cuviper:llvm8-mergefunc-use-aliases, r=rkruppe | Mazdak Farrokhzad | -10/+1 |
| 2019-04-19 | Rollup merge of #60082 - TimDiekmann:master, r=RalfJung | Mazdak Farrokhzad | -14/+14 |
| 2019-04-19 | Rollup merge of #60080 - nathankleyn:fix-issue-60068, r=Centril | Mazdak Farrokhzad | -3/+3 |
| 2019-04-19 | Rollup merge of #60078 - matklad:patch-1, r=shepmaster | Mazdak Farrokhzad | -1/+1 |
| 2019-04-19 | Rollup merge of #60064 - estebank:issue-59980, r=varkor | Mazdak Farrokhzad | -19/+39 |
| 2019-04-19 | Rollup merge of #60061 - estebank:field-sugg, r=davidtwco | Mazdak Farrokhzad | -30/+60 |
| 2019-04-19 | Rollup merge of #60060 - mtak-:rtm-x86-feature, r=petrochenkov | Mazdak Farrokhzad | -1/+5 |
| 2019-04-19 | Rollup merge of #60056 - topecongiro:rustfmt-1.2.1, r=alexcrichton | Mazdak Farrokhzad | -5/+5 |
| 2019-04-19 | Rollup merge of #60052 - varkor:unused-parameter-diagnostic, r=estebank | Mazdak Farrokhzad | -24/+27 |
| 2019-04-19 | Rollup merge of #60045 - estebank:suggest-std, r=petrochenkov | Mazdak Farrokhzad | -40/+134 |
| 2019-04-19 | Rollup merge of #60041 - jnferner:patch-1, r=shepmaster | Mazdak Farrokhzad | -2/+1 |
| 2019-04-19 | Rollup merge of #60032 - rust-lang:remove-unwanted-z-index, r=QuietMisdreavus | Mazdak Farrokhzad | -1/+0 |
| 2019-04-19 | Rollup merge of #60023 - koalatux:nth-back, r=scottmcm | Mazdak Farrokhzad | -0/+49 |
| 2019-04-19 | Rollup merge of #59933 - sourcefrog:doc-fmt, r=shepmaster | Mazdak Farrokhzad | -3/+4 |
| 2019-04-19 | Rollup merge of #59915 - michaelwoerister:sp-event-filters-1, r=wesleywiser | Mazdak Farrokhzad | -28/+97 |