about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2018-08-21Rollup merge of #53213 - tmccombs:stable-ipconstructors, r=KodrAuskennytm-20/+5
2018-08-20Replace usages of ptr::offset with ptr::{add,sub}.Corey Farwell-4/+4
2018-08-20Add doc for impl From for ErrorSon-0/+6
2018-08-19Stabilize macro_vis_matcherJakub Kozlowski-1/+1
2018-08-19Fix typos found by codespell.Matthias Krüger-6/+6
2018-08-18Auto merge of #53436 - cuviper:trace_fn-stop, r=alexcrichtonbors-24/+30
2018-08-17Stabilize `use_extern_macros`Vadim Petrochenkov-1/+1
2018-08-16std: stop backtracing when the frames are fullJosh Stone-24/+30
2018-08-17Rollup merge of #53395 - varkor:__Nonexhaustive-to-non_exhaustive, r=shepmasterkennytm-19/+11
2018-08-17Rollup merge of #53377 - cuviper:pointer-elf_size, r=alexcrichtonkennytm-1/+2
2018-08-15Start adding an `aarch64-pc-windows-msvc` targetAlex Crichton-4/+94
2018-08-15Make cloudapi enums #[non_exhaustive]varkor-9/+9
2018-08-15Make std::io::Error #[non_exhaustive]varkor-10/+2
2018-08-15document effect of join on memory orderingRalf Jung-1/+5
2018-08-14Stabilize IP associated constantsThayne McCombs-20/+5
2018-08-14std: Use target_pointer_width for BACKTRACE_ELF_SIZEJosh Stone-1/+2
2018-08-14Cross reference io::copy and fs::copy in docs.Corey Farwell-0/+11
2018-08-14Auto merge of #52936 - felixrabe:patch-1, r=alexcrichtonbors-0/+28
2018-08-14Rollup merge of #53257 - faern:ip-method-idiomatic-improvement, r=TimNNkennytm-47/+50
2018-08-14Rollup merge of #53208 - BurntPizza:protect-the-environment, r=alexcrichtonkennytm-5/+1
2018-08-14fixed wordingRalf Jung-1/+1
2018-08-13Window Mutex: make sure we properly initialize the SRWLockRalf Jung-0/+2
2018-08-12Rollup merge of #53273 - frewsxcv:frewsxcv-ufffd, r=GuillaumeGomezGuillaume Gomez-6/+12
2018-08-12Rollup merge of #53264 - Havvy:patch-3, r=GuillaumeGomezGuillaume Gomez-0/+33
2018-08-12Rollup merge of #53231 - GuillaumeGomez:let-keyword, r=QuietMisdreavusGuillaume Gomez-1/+31
2018-08-12Rollup merge of #53230 - memoryruins:nll_bootstrap_4, r=nikomatsakisGuillaume Gomez-0/+1
2018-08-12Rollup merge of #53165 - jakllsch:netbsd-ad22a005-b917-47f3-8156-f717d36f6bbe...Guillaume Gomez-2/+4
2018-08-11Fix indentHavvy (Ryan Scheel)-1/+1
2018-08-11Add links to std::char::REPLACEMENT_CHARACTER from docs.Corey Farwell-6/+12
2018-08-11Add let keyword docGuillaume Gomez-1/+31
2018-08-11Show that Command can be reused and remodifiedRyan Scheel-0/+33
2018-08-10Replace _.. with just .. in slice patternLinus Färnstrand-4/+4
2018-08-10Make use of match ergonomics in ip methodsLinus Färnstrand-36/+36
2018-08-10Use slice patterns to check IP octetsLinus Färnstrand-11/+14
2018-08-10[nll] libstd: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-09Auto merge of #53216 - kennytm:rollup, r=kennytmbors-0/+4
2018-08-09Reduce code duplication in OnceAleksey Kladov-14/+18
2018-08-09Don't panic on std::env::vars() when env in null.BurntPizza-5/+1
2018-08-09Rollup merge of #53116 - jakllsch:netbsd-unsigned-char, r=alexcrichtonkennytm-0/+4
2018-08-09Auto merge of #53108 - RalfJung:mutex, r=alexcrichtonbors-6/+38
2018-08-08missed oneRalf Jung-2/+2
2018-08-08avoid using the word 'initialized' to talk about that non-reentrant-capable s...Ralf Jung-8/+9
2018-08-08Use repr(align(x)) for redox in6_addrLinus Färnstrand-1/+1
2018-08-08Simplify Ipv6Addr::from(octets) to not use unsafeLinus Färnstrand-3/+1
2018-08-08Simplify is_broadcastLinus Färnstrand-2/+1
2018-08-08Add Ipv4Addr BROADCAST assoc constLinus Färnstrand-0/+18
2018-08-08Move IPs to assoc constsLinus Färnstrand-28/+21
2018-08-08Make Ipv{4,6}Addr::new const fnsLinus Färnstrand-20/+30
2018-08-07Add aarch64-unknown-netbsd targetJonathan A. Kollasch-2/+4
2018-08-07"Panics" -> "Known Issues"; rm trailing WSFelix Rabe-2/+2