| Age | Commit message (Expand) | Author | Lines |
| 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-03 | Use inline(never) instead of cold | Howard Su | -3/+2 |
| 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-02 | Update docs of OpenOptions::as_flags | Federico Ponzi | -3/+3 |
| 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 | Update OpenOptions::as_flags docs, and minor styling | Federico Ponzi | -9/+9 |
| 2020-08-31 | Link to slice pattern in array docs | Lzu Tao | -3/+3 |
| 2020-08-31 | Merge branch 'convert-openoptions-cint' of github.com:FedericoPonzi/rust into... | Federico Ponzi | -1/+0 |
| 2020-08-31 | Add as_flag function to the OpenOptionsExt struct | Federico Ponzi | -7/+35 |
| 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 |
| 2020-08-30 | fix broken trait method links | Andy Russell | -6/+6 |
| 2020-08-30 | Fix typo get openoptions function name | Federico Ponzi | -1/+1 |
| 2020-08-30 | initial implementation of OpenOptions to c_int | Federico Ponzi | -0/+7 |
| 2020-08-30 | Fix env doc vars_os broken link | Ivan Tham | -1/+1 |
| 2020-08-30 | update fixmes | DPC | -1/+1 |
| 2020-08-29 | other branch -> `else` branch | Camelid | -1/+1 |
| 2020-08-29 | Be more specific about polymorphic return types | Camelid | -4/+4 |
| 2020-08-29 | Specify `0` of type `u32` | Camelid | -2/+2 |
| 2020-08-29 | It's only an issue without an `impl Trait for !` | Camelid | -4/+4 |
| 2020-08-29 | cannot have divergence -> cannot diverge | Camelid | -3/+3 |
| 2020-08-30 | Env use shorter intra-doc links in path | Ivan Tham | -26/+25 |
| 2020-08-29 | Add info about `!` and `impl Trait` | Camelid | -2/+35 |