about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2016-12-20Fix compile errors and suchAlex Crichton-6/+8
2016-12-20Rollup merge of #38451 - semarie:openbsd-rustbuild, r=alexcrichtonAlex Crichton-1/+1
2016-12-20Rollup merge of #38346 - GuillaumeGomez:duration_doc, r=frewsxcvAlex Crichton-13/+66
2016-12-20Rollup merge of #38236 - GuillaumeGomez:unix_socket_doc, r=frewsxcvAlex Crichton-26/+566
2016-12-20Rollup merge of #38131 - clarcharr:from_segments, r=alexcrichtonAlex Crichton-1/+27
2016-12-20Rollup merge of #38006 - frewsxcv:libstd-debug, r=alexcrichtonAlex Crichton-7/+515
2016-12-19Rollup merge of #38433 - GuillaumeGomez:thread_docs, r=frewsxcvSeo Sanghyeon-24/+38
2016-12-19Rollup merge of #38421 - apasel422:issue-36934, r=alexcrichtonSeo Sanghyeon-328/+328
2016-12-19Rollup merge of #38397 - frewsxcv:platform-specific-process-exit, r=alexcrichtonSeo Sanghyeon-0/+17
2016-12-18From<[u16; 8]> for Ipv6Addr.Clar Charr-1/+27
2016-12-18Implement `fmt::Debug` for all structures in libstd.Corey Farwell-7/+515
2016-12-18Auto merge of #38051 - sanxiyn:unused-type-alias-3, r=eddybbors-3/+2
2016-12-18Document platform-specific differences for `std::process::exit`.Corey Farwell-0/+17
2016-12-18Fix WindowsSeo Sanghyeon-3/+2
2016-12-18Add missing urls for thread doc moduleGuillaume Gomez-24/+38
2016-12-17let BSD to use gmake for GNU-makeSébastien Marie-1/+1
2016-12-16Address falloutAaron Turon-4/+4
2016-12-16Replace invalid use of `&mut` with `UnsafeCell` in `std::sync::mpsc`Andrew Paseltiner-328/+328
2016-12-16Add missing doc examples for UnixDatagramGuillaume Gomez-38/+285
2016-12-15Stabilize std::io::Take::into_innerAaron Turon-3/+1
2016-12-15Stabilize std::os::unix::process::CommandExt::before_execAaron Turon-1/+1
2016-12-15Stabilize std::sync::mpsc::Receiver::try_iterAaron Turon-3/+3
2016-12-15Stabilize std::os::*::fs::FileExtAaron Turon-10/+10
2016-12-14Merge branch 'master' into redoxJeremy Soller-10/+78
2016-12-14Add missing Duration examplesGuillaume Gomez-13/+66
2016-12-12Fix tidy checksJeremy Soller-1/+2
2016-12-12Merge branch 'master' into redoxJeremy Soller-329/+1933
2016-12-12Fix accidental removal of importJeremy Soller-0/+1
2016-12-12Rollback prefixJeremy Soller-9/+4
2016-12-12Rollup merge of #38067 - GuillaumeGomez:udp-doc, r=frewsxcv,nagisaCorey Farwell-1/+58
2016-12-12Rollup merge of #37941 - Cobrand:docfix-issue-37915, r=GuillaumeGomezCorey Farwell-9/+20
2016-12-12Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichtonbors-4/+4
2016-12-09Auto merge of #38197 - mneumann:dragonfly-fixes-2016-12-06, r=alexcrichtonbors-7/+2
2016-12-08Add Incoming doc examplesGuillaume Gomez-3/+30
2016-12-08Add UnixListener doc examplesGuillaume Gomez-10/+101
2016-12-08Add doc examples for UnixStreamGuillaume Gomez-6/+145
2016-12-08Add missing doc examples for SocketAddr structGuillaume Gomez-0/+36
2016-12-08Auto merge of #38146 - kali:master, r=alexcrichtonbors-2/+15
2016-12-07Rollup merge of #38186 - frewsxcv:default, r=GuillaumeGomezGuillaume Gomez-0/+4
2016-12-07Rollup merge of #38153 - GuillaumeGomez:typo, r=blussGuillaume Gomez-1/+1
2016-12-07Rollup merge of #38151 - GuillaumeGomez:exit-examples, r=frewsxcvGuillaume Gomez-0/+8
2016-12-07Rollup merge of #38123 - GuillaumeGomez:panic_doc, r=frewsxcvGuillaume Gomez-2/+104
2016-12-07Improve and fix mpsc documentationCobrand-9/+20
2016-12-07Auto merge of #38149 - bluss:is-empty, r=alexcrichtonbors-0/+3
2016-12-06Add doc comment for `Default` `impl` on `DefaultHasher`.Corey Farwell-0/+4
2016-12-06Auto merge of #38017 - arthurprs:hm-extend, r=blussbors-11/+16
2016-12-06Fix current_exe() on DragonFly (again)Michael Neumann-7/+2
2016-12-06Smarter HashMap/HashSet extendarthurprs-11/+16
2016-12-05Auto merge of #38098 - luser:windows-commandext, r=alexcrichtonbors-2/+84
2016-12-04Add missing examples for panicking objectsGuillaume Gomez-2/+104