| Age | Commit message (Expand) | Author | Lines |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -211/+185 |
| 2020-06-08 | Auto merge of #72655 - jethrogb:sgx-lvi-hardening, r=petrochenkov | bors | -6/+16 |
| 2020-06-08 | Rollup merge of #72963 - poliorcetics:cstring-from-raw, r=dtolnay | Ralf Jung | -0/+11 |
| 2020-06-08 | Rollup merge of #72761 - poliorcetics:use-keyword-doc, r=Dylan-DPC | Ralf Jung | -2/+54 |
| 2020-06-07 | Enable LVI hardening for x86_64-fortanix-unknown-sgx | Jethro Beekman | -6/+16 |
| 2020-06-05 | Auto merge of #72957 - Mark-Simulacrum:bootstrap-bump, r=sfackler | bors | -34/+8 |
| 2020-06-03 | Hexagon libstd: fix typo for c_ulonglong | Brian Cain | -1/+1 |
| 2020-06-03 | Added a warning to CString::into_raw too | Alexis Bourget | -0/+5 |
| 2020-06-03 | Added the documentation about length to CString::from_raw | Alexis Bourget | -0/+6 |
| 2020-06-03 | Bump to 1.46 | Mark Rousskov | -34/+8 |
| 2020-06-03 | Rollup merge of #72924 - JohnTitor:stabilize-buf-capacity, r=shepmaster | Dylan DPC | -4/+2 |
| 2020-06-03 | Stabilize `std::io::Buf{Reader, Writer}::capacity` | Yuki Okushi | -4/+2 |
| 2020-06-01 | Add a warning about infinite reading in read_(until|line) | Alexis Bourget | -0/+8 |
| 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 | Remove the fn main() in code example | Poliorcetics | -3/+1 |
| 2020-05-30 | Apply suggestions from code review
| Poliorcetics | -2/+2 |
| 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 | Added the documentation for the 'use' keyword | Alexis Bourget | -2/+56 |
| 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 |