| Age | Commit message (Expand) | Author | Lines |
| 2020-09-07 | Rollup merge of #76346 - gillespiecd:nlinks-docs, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2020-09-07 | Rollup merge of #76344 - camelid:patch-6, r=KodrAus | Dylan DPC | -6/+6 |
| 2020-09-07 | Rollup merge of #76312 - numbermaniac:patch-1, r=shepmaster | Dylan DPC | -1/+1 |
| 2020-09-07 | Rollup merge of #76299 - CDirkx:ip-tests, r=matklad | Dylan DPC | -0/+109 |
| 2020-09-07 | Rollup merge of #76287 - lzutao:rm-allowed, r=jyn514 | Dylan DPC | -2/+0 |
| 2020-09-06 | Auto merge of #76128 - poliorcetics:doc-use-arc-clone, r=KodrAus | bors | -21/+21 |
| 2020-09-06 | Auto merge of #76370 - fusion-engineering-forks:synconcecell-soundness, r=nagisa | bors | -1/+26 |
| 2020-09-05 | Auto merge of #75428 - the8472:fix-copy-eopnotsupp, r=joshtriplett | bors | -10/+17 |
| 2020-09-05 | Add compile_fail test for SyncOnceCell's dropck issue. | Mara Bos | -1/+19 |
| 2020-09-05 | Fix dropck issue of SyncOnceCell. | Mara Bos | -1/+8 |
| 2020-09-04 | Fix nlink example typo | Chris Gillespie | -2/+2 |
| 2020-09-04 | Improve docs for `std::env::args()` | Camelid | -6/+6 |
| 2020-09-04 | time.rs: Make spelling of "Darwin" consistent | numbermaniac | -1/+1 |
| 2020-09-04 | Remove a useless allowed attr | Lzu Tao | -2/+0 |
| 2020-09-03 | Make `Ipv4Addr` and `Ipv6Addr` const tests unit tests under `library` | Christiaan Dirkx | -0/+109 |
| 2020-09-03 | Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomez | bors | -6/+6 |
| 2020-09-03 | Auto merge of #76235 - jyn514:std-intra-links, r=poliorcetics | bors | -66/+21 |
| 2020-09-03 | Auto merge of #75971 - Amjad50:libstd-deny-unsafe_op_in_unsafe_fn, r=Mark-Sim... | bors | -8/+60 |
| 2020-09-03 | Applied `#![deny(unsafe_op_in_unsafe_fn)]` in library/std/src/wasi | Amjad Alsharafi | -8/+60 |
| 2020-09-03 | Rollup merge of #76242 - RalfJung:read-fixme, r=Dylan-DPC | Dylan DPC | -5/+8 |
| 2020-09-03 | Rollup merge of #76164 - lzutao:slice-array, r=ehuss | Dylan DPC | -3/+3 |
| 2020-09-03 | Rollup merge of #76142 - CDirkx:const-ip, r=ecstatic-morse | Dylan DPC | -18/+39 |
| 2020-09-03 | Rollup merge of #75150 - nanpuyue:deprecate_to_ipv6_compatible, r=LukasKalber... | Dylan DPC | -0/+3 |
| 2020-09-02 | Fix incorrect link in prelude | Joshua Nelson | -1/+1 |
| 2020-09-02 | Convert many files to intra-doc links | Joshua Nelson | -24/+21 |
| 2020-09-02 | Auto merge of #75960 - camelid:patch-6, r=jyn514 | bors | -12/+14 |
| 2020-09-02 | add a note for Ipv4Addr::to_ipv6_compatible | 南浦月 | -0/+3 |
| 2020-09-02 | Read: adjust a FIXME reference | Ralf Jung | -5/+8 |
| 2020-09-01 | Remove explicit links to `true` and `false` in ip.rs | Joshua Nelson | -42/+0 |
| 2020-09-01 | Improve wording for const pointers | Camelid | -1/+1 |
| 2020-09-01 | Rollup merge of #76206 - CDirkx:const-ipv6, r=ecstatic-morse | Tyler Mandry | -16/+31 |
| 2020-09-01 | Rollup merge of #76099 - camelid:patch-8, r=jyn514 | Tyler Mandry | -5/+38 |
| 2020-09-01 | Minor improvements | Camelid | -2/+2 |
| 2020-09-01 | Make all remaining methods of `std::net::Ipv4Addr` const | Christiaan Dirkx | -9/+20 |
| 2020-09-01 | Change implementation of `Ipv6Addr::is_unspecified` and `is_loopback` from `m... | CDirkx | -2/+2 |
| 2020-09-01 | Make methods unstable const under `const_ipv4` | CDirkx | -9/+10 |
| 2020-09-01 | Make all methods of `std::net::Ipv6Addr` const | CDirkx | -16/+31 |
| 2020-09-01 | Auto merge of #76047 - Dylan-DPC:rename/maybe, r=RalfJung | bors | -6/+6 |
| 2020-08-31 | Break line at 100 characters | Camelid | -2/+2 |
| 2020-08-31 | Improve `assert!` section in `bool` docs | Camelid | -2/+2 |
| 2020-08-31 | Improve wording | Camelid | -2/+2 |
| 2020-08-31 | Remove empty comment | Camelid | -1/+0 |
| 2020-08-31 | Redefine `Debug` instead of importing it | Camelid | -1/+4 |
| 2020-08-31 | Rollup merge of #75945 - pickfire:patch-7, r=jyn514 | Tyler Mandry | -26/+25 |
| 2020-08-31 | Link to slice pattern in array docs | Lzu Tao | -3/+3 |
| 2020-08-31 | Make more Ipv4Addr methods const | CDirkx | -9/+18 |
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -16699/+16569 |
| 2020-08-30 | Move to Arc::clone(&x) over x.clone() in library/std | Alexis Bourget | -21/+21 |
| 2020-08-30 | Explain why the `0` is a `u32` | Camelid | -2/+3 |
| 2020-08-30 | Import `Debug` instead of redefining it | Camelid | -4/+1 |