about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-10-25Remove key duplication from `BTreeMap` example in `collections`Tobias Bucher-4/+4
2015-10-25Auto merge of #29256 - alexcrichton:less-flaky, r=brsonbors-1/+3
2015-10-24Auto merge of #29215 - fhahn:issue-28157-bad-semicolon, r=alexcrichtonbors-2/+2
2015-10-24Remove bare semicolonsFlorian Hahn-2/+2
2015-10-23std: Add more entries to stdtest base_portAlex Crichton-1/+3
2015-10-23Drop `advapi32` and `shell32` from late_link_args.Vadim Chugunov-0/+1
2015-10-23Auto merge of #27894 - steveklabnik:gh26888, r=alexcrichtonbors-4/+62
2015-10-22Document replacement behavior in some collectionsSteve Klabnik-4/+62
2015-10-21Fix doc sample for CursorWesley Wiser-1/+1
2015-10-21Moar comments.Vadim Chugunov-26/+34
2015-10-20std: Implement FromStr for SocketAddrV{4,6}Alex Crichton-17/+59
2015-10-20Auto merge of #29187 - steveklabnik:rollup, r=steveklabnikbors-1/+1
2015-10-20Rollup merge of #29158 - arcnmx:process-test, r=alexcrichtonSteve Klabnik-1/+1
2015-10-20Auto merge of #29156 - arcnmx:net-tests, r=alexcrichtonbors-32/+21
2015-10-20Auto merge of #29155 - retep998:read-no-dir, r=alexcrichtonbors-0/+9
2015-10-19Use `cfg_attr` for switching `link` attrs in libunwind.Vadim Chugunov-33/+17
2015-10-19Rollup merge of #29169 - apasel422:spell, r=steveklabnikSteve Klabnik-2/+2
2015-10-19Rollup merge of #29125 - iKevinY:std-io-doc-fixes, r=alexcrichtonSteve Klabnik-7/+7
2015-10-19Correct spelling in docsAndrew Paseltiner-2/+2
2015-10-19Auto merge of #28977 - arcnmx:cstring-into, r=alexcrichtonbors-2/+72
2015-10-19Owned conversions for CStringarcnmx-2/+72
2015-10-19Add error kind handling for ERROR_PATH_NOT_FOUNDPeter Atashian-0/+9
2015-10-19Add missing #[test] attribute to testarcnmx-1/+1
2015-10-19Touch up net testsarcnmx-32/+21
2015-10-18Create entry points for unwind frame registry in libstd.Vadim Chugunov-0/+34
2015-10-18Implement `eh_unwind_resume` in libstd.Vadim Chugunov-9/+12
2015-10-18Clean up thread::spawnarcnmx-23/+16
2015-10-17Remove some trivial `transmute`sAndrew Paseltiner-2/+1
2015-10-17Fix minor issues with std::io docsKevin Yap-7/+7
2015-10-16Add `Shared` pointer and have `{Arc, Rc}` use itAndrew Paseltiner-0/+2
2015-10-15Auto merge of #29031 - cristicbz:mtx_inner, r=alexcrichtonbors-0/+233
2015-10-15std: add into_inner and get_mut to RwLockCristi Cobzarenco-0/+118
2015-10-15std: add into_inner and get_mut to mutexCristi Cobzarenco-0/+115
2015-10-15Auto merge of #29021 - ogham:master, r=alexcrichtonbors-0/+22
2015-10-15Rollup merge of #29068 - apasel422:tidy, r=alexcrichtonManish Goregaokar-5/+5
2015-10-15Rollup merge of #29047 - gkoz:doc_typo, r=steveklabnikManish Goregaokar-1/+1
2015-10-15Rollup merge of #29022 - apasel422:spell, r=steveklabnikManish Goregaokar-5/+5
2015-10-14Remove unnecessary parentheses around range expressionsAndrew Paseltiner-5/+5
2015-10-14Auto merge of #29003 - tari:freebsd-current_exe-vec, r=alexcrichtonbors-4/+4
2015-10-14Fix the link to `Default` trait in the prelude docsGleb Kozyrev-1/+1
2015-10-14fix tidyManish Goregaokar-1/+1
2015-10-14fix link on std::result::ResultVladimir Rutsky-3/+2
2015-10-13Correct spelling in docsAndrew Paseltiner-5/+5
2015-10-13Make the Metadata struct CloneBen S-0/+22
2015-10-12Don't use a Vec in os::current_exe on FreeBSD.Peter Marheine-4/+4
2015-10-11Clarify the behavior of `std::env::home_dir` and `std::env::temp_dir`Barosl Lee-2/+9
2015-10-10Auto merge of #28861 - pnkfelix:fsk-nonparam-dropck-issue28498, r=arielb1bors-0/+7
2015-10-09Auto merge of #27897 - sfackler:cursor-box-slice, r=alexcrichtonbors-0/+57
2015-10-09Implement Read, BufRead, Write and Seek for Cursor<Box<[u8]>>Steven Fackler-0/+57
2015-10-08Auto merge of #28900 - cristicbz:typos, r=alexcrichtonbors-16/+16