| Age | Commit message (Expand) | Author | Lines |
| 2020-06-15 | Rollup merge of #73139 - poliorcetics:cstring-from-vec-with-nul, r=dtolnay | Ralf Jung | -6/+183 |
| 2020-06-15 | Rollup merge of #73104 - poliorcetics:explicit-mutex-drop-example, r=dtolnay | Ralf Jung | -0/+54 |
| 2020-06-14 | Update to use the new error type and correctly compile the doc tests | Alexis Bourget | -16/+21 |
| 2020-06-14 | Add a new error type for the new method | Alexis Bourget | -0/+98 |
| 2020-06-14 | Removing the TryFrom impl | Alexis Bourget | -14/+0 |
| 2020-06-13 | Rewrap comments in Mutex example | David Tolnay | -11/+11 |
| 2020-06-13 | Clarify the scope-related explanation | Poliorcetics | -3/+2 |
| 2020-06-13 | Apply suggestions from code review | Poliorcetics | -5/+5 |
| 2020-06-11 | Fix the link in the TryFrom impl | Alexis Bourget | -1/+1 |
| 2020-06-11 | Add a TryFrom<Vec<u8>> impl that mirror from_vec_with_nul | Alexis Bourget | -0/+14 |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -211/+185 |
| 2020-06-09 | Remove a lot of unecessary/duplicated comments | Alexis Bourget | -11/+3 |
| 2020-06-09 | Move to unstable, linking the issue | Alexis Bourget | -2/+2 |
| 2020-06-08 | Auto merge of #72655 - jethrogb:sgx-lvi-hardening, r=petrochenkov | bors | -6/+16 |
| 2020-06-08 | Add methods to go from a nul-terminated Vec<u8> to a CString, checked and unc... | Alexis Bourget | -3/+77 |
| 2020-06-08 | Simply use drop instead of std::mem::drop | Poliorcetics | -2/+2 |
| 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 | Improved the example to work with mutable data, providing a reason for the mu... | Alexis Bourget | -4/+6 |
| 2020-06-07 | Added an example where explicitly dropping a lock is necessary/a good idea. | Alexis Bourget | -0/+61 |
| 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 |