about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2015-10-08Auto merge of #27197 - nwin:generic-cursor-impl, r=alexcrichtonbors-49/+25
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-16/+16
2015-10-06Replace multiple trailing newlines with a single trailing newlineCarlos Liam-1/+0
2015-10-06Add RFC 1238's `unsafe_destructor_blind_to_params` (UGEH) where needed.Felix S. Klock II-0/+7
2015-10-05Auto merge of #28717 - nagisa:optional-no-landing-pads, r=alexcrichtonbors-1/+11
2015-10-05Fix MSVC stage0 with landing pads enabledSimonas Kazlauskas-1/+11
2015-10-03Auto merge of #28669 - arielb1:well-formed-methods, r=nikomatsakisbors-1/+2
2015-10-02fix falloutAriel Ben-Yehuda-1/+2
2015-10-02Use generic trait implementations for Cursor when possible.nwin-49/+25
2015-10-01replaced *_ptr with *_raw methods in docsCristian Kubis-3/+3
2015-10-01doc: fixed swapped docs for from_ptr and from_rawCristian Kubis-4/+4
2015-09-30Rollup merge of #28762 - steveklabnik:gh28073, r=nikomatsakisSteve Klabnik-0/+7
2015-09-30Rollup merge of #28749 - tshepang:patch-6, r=blussSteve Klabnik-1/+0
2015-09-30Rollup merge of #28745 - tshepang:typo, r=blussSteve Klabnik-1/+1
2015-09-30Rollup merge of #28744 - dato:usize-typo, r=AatchSteve Klabnik-1/+1
2015-09-30Make note of performance implications of ReadSteve Klabnik-0/+7
2015-09-30Auto merge of #28731 - bluss:by-ref, r=alexcrichtonbors-1/+1
2015-09-30path: remove a line of code that is not usefulTshepang Lekhonkhobe-1/+0
2015-09-30doc: fix typoTshepang Lekhonkhobe-1/+1
2015-09-30Auto merge of #28729 - retep998:canonical-dir, r=alexcrichtonbors-0/+11
2015-09-30Fix typo in docs: usize is unsigned, not signed.Dato Simó-1/+1
2015-09-29Tweak Travis to use GCEAlex Crichton-21/+34
2015-09-29Make fs::canonicalize work on directories on WindowsPeter Atashian-0/+11
2015-09-29Remove redundant uses of Iterator::by_ref()Ulrik Sverdrup-1/+1
2015-09-27Rollup merge of #28682 - apasel422:features, r=steveklabnikManish Goregaokar-2/+2
2015-09-26Remove unnecessary `#![feature]` attributesAndrew Paseltiner-2/+2
2015-09-26Add support for the rumprun unikernelSebastian Wicki-5/+14
2015-09-26Auto merge of #28631 - ranma42:robust-panic, r=alexcrichtonbors-41/+54
2015-09-25Change the first line of the println macro docBen S-1/+1
2015-09-24Abort earlier upon multi-panicsAndrea Canciani-1/+11
2015-09-24Explicitly count the number of panicsAndrea Canciani-20/+26
2015-09-24Separate panic logging codeAndrea Canciani-22/+19
2015-09-23Auto merge of #28585 - ranma42:simpler-panic, r=alexcrichtonbors-83/+5
2015-09-22Auto merge of #28543 - gandro:netbsd, r=alexcrichtonbors-18/+114
2015-09-22Remove unwind::registerAndrea Canciani-69/+2