| Age | Commit message (Expand) | Author | Lines |
| 2018-08-21 | Rollup merge of #53213 - tmccombs:stable-ipconstructors, r=KodrAus | kennytm | -20/+5 |
| 2018-08-20 | Replace usages of ptr::offset with ptr::{add,sub}. | Corey Farwell | -4/+4 |
| 2018-08-20 | Add doc for impl From for Error | Son | -0/+6 |
| 2018-08-19 | Stabilize macro_vis_matcher | Jakub Kozlowski | -1/+1 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -6/+6 |
| 2018-08-18 | Auto merge of #53436 - cuviper:trace_fn-stop, r=alexcrichton | bors | -24/+30 |
| 2018-08-17 | Stabilize `use_extern_macros` | Vadim Petrochenkov | -1/+1 |
| 2018-08-16 | std: stop backtracing when the frames are full | Josh Stone | -24/+30 |
| 2018-08-17 | Rollup merge of #53395 - varkor:__Nonexhaustive-to-non_exhaustive, r=shepmaster | kennytm | -19/+11 |
| 2018-08-17 | Rollup merge of #53377 - cuviper:pointer-elf_size, r=alexcrichton | kennytm | -1/+2 |
| 2018-08-15 | Start adding an `aarch64-pc-windows-msvc` target | Alex Crichton | -4/+94 |
| 2018-08-15 | Make cloudapi enums #[non_exhaustive] | varkor | -9/+9 |
| 2018-08-15 | Make std::io::Error #[non_exhaustive] | varkor | -10/+2 |
| 2018-08-15 | document effect of join on memory ordering | Ralf Jung | -1/+5 |
| 2018-08-14 | Stabilize IP associated constants | Thayne McCombs | -20/+5 |
| 2018-08-14 | std: Use target_pointer_width for BACKTRACE_ELF_SIZE | Josh Stone | -1/+2 |
| 2018-08-14 | Cross reference io::copy and fs::copy in docs. | Corey Farwell | -0/+11 |
| 2018-08-14 | Auto merge of #52936 - felixrabe:patch-1, r=alexcrichton | bors | -0/+28 |
| 2018-08-14 | Rollup merge of #53257 - faern:ip-method-idiomatic-improvement, r=TimNN | kennytm | -47/+50 |
| 2018-08-14 | Rollup merge of #53208 - BurntPizza:protect-the-environment, r=alexcrichton | kennytm | -5/+1 |
| 2018-08-14 | fixed wording | Ralf Jung | -1/+1 |
| 2018-08-13 | Window Mutex: make sure we properly initialize the SRWLock | Ralf Jung | -0/+2 |
| 2018-08-12 | Rollup merge of #53273 - frewsxcv:frewsxcv-ufffd, r=GuillaumeGomez | Guillaume Gomez | -6/+12 |
| 2018-08-12 | Rollup merge of #53264 - Havvy:patch-3, r=GuillaumeGomez | Guillaume Gomez | -0/+33 |
| 2018-08-12 | Rollup merge of #53231 - GuillaumeGomez:let-keyword, r=QuietMisdreavus | Guillaume Gomez | -1/+31 |
| 2018-08-12 | Rollup merge of #53230 - memoryruins:nll_bootstrap_4, r=nikomatsakis | Guillaume Gomez | -0/+1 |
| 2018-08-12 | Rollup merge of #53165 - jakllsch:netbsd-ad22a005-b917-47f3-8156-f717d36f6bbe... | Guillaume Gomez | -2/+4 |
| 2018-08-11 | Fix indent | Havvy (Ryan Scheel) | -1/+1 |
| 2018-08-11 | Add links to std::char::REPLACEMENT_CHARACTER from docs. | Corey Farwell | -6/+12 |
| 2018-08-11 | Add let keyword doc | Guillaume Gomez | -1/+31 |
| 2018-08-11 | Show that Command can be reused and remodified | Ryan Scheel | -0/+33 |
| 2018-08-10 | Replace _.. with just .. in slice pattern | Linus Färnstrand | -4/+4 |
| 2018-08-10 | Make use of match ergonomics in ip methods | Linus Färnstrand | -36/+36 |
| 2018-08-10 | Use slice patterns to check IP octets | Linus Färnstrand | -11/+14 |
| 2018-08-10 | [nll] libstd: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-09 | Auto merge of #53216 - kennytm:rollup, r=kennytm | bors | -0/+4 |
| 2018-08-09 | Reduce code duplication in Once | Aleksey Kladov | -14/+18 |
| 2018-08-09 | Don't panic on std::env::vars() when env in null. | BurntPizza | -5/+1 |
| 2018-08-09 | Rollup merge of #53116 - jakllsch:netbsd-unsigned-char, r=alexcrichton | kennytm | -0/+4 |
| 2018-08-09 | Auto merge of #53108 - RalfJung:mutex, r=alexcrichton | bors | -6/+38 |
| 2018-08-08 | missed one | Ralf Jung | -2/+2 |
| 2018-08-08 | avoid using the word 'initialized' to talk about that non-reentrant-capable s... | Ralf Jung | -8/+9 |
| 2018-08-08 | Use repr(align(x)) for redox in6_addr | Linus Färnstrand | -1/+1 |
| 2018-08-08 | Simplify Ipv6Addr::from(octets) to not use unsafe | Linus Färnstrand | -3/+1 |
| 2018-08-08 | Simplify is_broadcast | Linus Färnstrand | -2/+1 |
| 2018-08-08 | Add Ipv4Addr BROADCAST assoc const | Linus Färnstrand | -0/+18 |
| 2018-08-08 | Move IPs to assoc consts | Linus Färnstrand | -28/+21 |
| 2018-08-08 | Make Ipv{4,6}Addr::new const fns | Linus Färnstrand | -20/+30 |
| 2018-08-07 | Add aarch64-unknown-netbsd target | Jonathan A. Kollasch | -2/+4 |
| 2018-08-07 | "Panics" -> "Known Issues"; rm trailing WS | Felix Rabe | -2/+2 |