| Age | Commit message (Expand) | Author | Lines |
| 2020-06-15 | Rollup merge of #73104 - poliorcetics:explicit-mutex-drop-example, r=dtolnay | Ralf Jung | -0/+54 |
| 2020-06-15 | remove obsolete , to pass the format check | Stefan Lankes | -2/+2 |
| 2020-06-15 | add comment about the usage of Arc | Stefan Lankes | -0/+3 |
| 2020-06-15 | use Ipv6Addr::from to build the IPv6 address | Stefan Lankes | -24/+2 |
| 2020-06-15 | Revert "simplify conversion to IpAddr::V6" | Stefan Lankes | -2/+18 |
| 2020-06-15 | Revert "changes to pass the format check" | Stefan Lankes | -4/+10 |
| 2020-06-15 | remove obsolete line | Stefan Lankes | -1/+0 |
| 2020-06-15 | changes to pass the format check | Stefan Lankes | -10/+4 |
| 2020-06-14 | simplify conversion to IpAddr::V6 | Stefan Lankes | -18/+2 |
| 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-14 | use latest interface to HermitCore | Stefan Lankes | -1/+1 |
| 2020-06-14 | remove unused function | Stefan Lankes | -6/+0 |
| 2020-06-13 | add TcpListener support for HermitCore | Stefan Lankes | -46/+111 |
| 2020-06-13 | Add test for comparing SocketAddr with inferred right-hand side | David Tolnay | -0/+5 |
| 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-13 | add link list of error codes on docs.microsoft.com | Carsten Andrich | -0/+2 |
| 2020-06-12 | Revert heterogeneous SocketAddr PartialEq impls | David Tolnay | -40/+0 |
| 2020-06-12 | add raw_ref macros | Ralf Jung | -0/+1 |
| 2020-06-11 | Make a note about is_dir vs is_file in Path too | Alexis Bourget | -4/+8 |
| 2020-06-11 | Added the note to Metadata too | Alexis Bourget | -0/+6 |
| 2020-06-11 | Add documentation to point to `!is_dir` instead of `is_file` | Alexis Bourget | -0/+6 |
| 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-09 | Mark tests whcih don't work under riscv emulation | Tom Eccles | -2/+3 |
| 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-05 | impl ToSocketAddrs for (String, u16) | Yoshua Wuyts | -0/+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 |