| Age | Commit message (Expand) | Author | Lines |
| 2020-06-13 | Revert heterogeneous SocketAddr PartialEq impls | David Tolnay | -40/+0 |
| 2020-06-13 | Add test for comparing SocketAddr with inferred right-hand side | David Tolnay | -0/+5 |
| 2020-05-31 | Auto merge of #72813 - RalfJung:rollup-4ko6q8j, r=RalfJung | bors | -4/+3 |
| 2020-05-31 | Rollup merge of #72683 - RalfJung:char-debug-check, r=Mark-Simulacrum | Ralf Jung | -4/+3 |
| 2020-05-31 | Auto merge of #72759 - alexcrichton:update-compiler-builtins, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-05-30 | encode_utf8_raw is not always valid UTF-8; clarify comments | Ralf Jung | -1/+1 |
| 2020-05-30 | also expose and use encode_utf16_raw for wtf8 | Ralf Jung | -2/+1 |
| 2020-05-30 | wtf8: use encode_utf8_raw | Ralf Jung | -2/+2 |
| 2020-05-30 | Rollup merge of #72162 - cuviper:extend_one, r=Mark-Simulacrum | Yuki Okushi | -0/+65 |
| 2020-05-29 | Remove an old comment from HashMap::extend_reserve | Josh Stone | -1/+0 |
| 2020-05-29 | Add Extend::{extend_one,extend_reserve} | Josh Stone | -0/+66 |
| 2020-05-29 | Auto merge of #72756 - RalfJung:rollup-tbjmtx2, r=RalfJung | bors | -80/+78 |
| 2020-05-29 | Update compiler-builtins | Alex Crichton | -1/+1 |
| 2020-05-29 | Rollup merge of #72407 - Lucretiel:ipv6-display, r=Mark-Simulacrum | Ralf Jung | -80/+78 |
| 2020-05-29 | Rollup merge of #72568 - golddranks:add_total_cmp_to_floats, r=sfackler | Dylan DPC | -0/+287 |
| 2020-05-29 | Rollup merge of #72398 - Lucretiel:ip-socket-display, r=Mark-Simulacrum | Dylan DPC | -3/+65 |
| 2020-05-29 | Rollup merge of #71633 - a1phyr:infallible_error, r=dtolnay | Yuki Okushi | -1/+2 |
| 2020-05-29 | Clarify comment message & MAX_LENGTH const | Nathan West | -3/+7 |
| 2020-05-29 | Added fast-path, tests | Nathan West | -20/+54 |
| 2020-05-29 | `SocketAddr(V4|V6)?`::Display now correctly pads its content | Nathan West | -3/+27 |
| 2020-05-29 | Rollup merge of #72239 - hch12907:master, r=dtolnay | Dylan DPC | -1/+106 |
| 2020-05-25 | Add total_cmp to f32 and f64, plus tests | Pyry Kontio | -0/+287 |
| 2020-05-25 | Auto merge of #72472 - LeSeulArtichaut:sync-command, r=dtolnay | bors | -7/+11 |
| 2020-05-24 | Fix tests | Hoe Hao Cheng | -2/+2 |
| 2020-05-24 | Remove heterogeneous ordering for SocketAddr | Hoe Hao Cheng | -55/+15 |
| 2020-05-24 | Fix typo in doc comment. | Eitan Mosenkis | -1/+1 |
| 2020-05-23 | Correct small typo: 'not' -> 'note' | Jake Goulding | -2/+2 |
| 2020-05-22 | Rollup merge of #72459 - yoshuawuyts:into-future, r=nikomatsakis | Dylan DPC | -1/+16 |
| 2020-05-22 | Implement `Sync` for `process::Command on unix and vxworks | LeSeulArtichaut | -7/+11 |
| 2020-05-22 | Rollup merge of #72399 - Lucretiel:ipv4-display-fast, r=kennytm | Ralf Jung | -9/+16 |
| 2020-05-22 | Rollup merge of #72123 - jsgf:stabilize-arg0, r=sfackler | Ralf Jung | -2/+2 |
| 2020-05-22 | Add core::future::IntoFuture | Yoshua Wuyts | -1/+16 |
| 2020-05-21 | Enable ARM TME (Transactional Memory Extensions) | Mahmut Bulut | -0/+1 |
| 2020-05-20 | Various minor improvements to Ipv6Addr::Display | Nathan West | -80/+78 |
| 2020-05-20 | Add fast-path optimization for Ipv4Addr::fmt | Nathan West | -9/+16 |
| 2020-05-19 | Auto merge of #71447 - cuviper:unsized_cow, r=dtolnay | bors | -0/+33 |
| 2020-05-18 | Auto merge of #72289 - RalfJung:abort_internal, r=Mark-Simulacrum | bors | -23/+29 |
| 2020-05-18 | Rollup merge of #72307 - hermitcore:condvar, r=Mark-Simulacrum | Ralf Jung | -4/+2 |
| 2020-05-18 | minor changes to pass the format check | Stefan Lankes | -3/+1 |
| 2020-05-17 | use new interface to initialize Condvar | Stefan Lankes | -5/+5 |
| 2020-05-17 | abort_internal is safe | Ralf Jung | -23/+29 |
| 2020-05-17 | Auto merge of #72204 - RalfJung:abort, r=Mark-Simulacrum | bors | -4/+20 |
| 2020-05-17 | make abort intrinsic safe, and correct its documentation | Ralf Jung | -4/+20 |
| 2020-05-16 | Implement PartialOrd and Ord for SocketAddr* | Hoe Hao Cheng | -1/+146 |
| 2020-05-16 | Rollup merge of #72230 - SOF3:patch-1, r=kennytm | Dylan DPC | -2/+2 |
| 2020-05-16 | Rollup merge of #71677 - Mark-Simulacrum:hasher-docs, r=Amanieu | Dylan DPC | -0/+20 |
| 2020-05-16 | Rollup merge of #71662 - glandium:osstring_from_str, r=sfackler | Dylan DPC | -0/+10 |
| 2020-05-15 | Updated documentation of Prefix::VerbatimDisk | SOFe | -2/+2 |
| 2020-05-12 | Stabilize process_set_argv0 feature for Unix | Jeremy Fitzhardinge | -2/+2 |
| 2020-05-12 | Warn against thread::sleep in async fn | Kornel | -0/+4 |