about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-04-13Auto merge of #24198 - alexcrichton:windows-readlink, r=aturonbors-14/+63
2015-04-13Auto merge of #24362 - alexcrichton:issue-24334, r=huonwbors-3/+3
2015-04-13Auto merge of #24323 - rprichard:panic-line-type, r=alexcrichtonbors-6/+70
2015-04-12std: Work around a stability bug in threadAlex Crichton-3/+3
2015-04-11Rollup merge of #24304 - ihrwein:fix-some-typos, r=alexcrichtonManish Goregaokar-1/+1
2015-04-11Rollup merge of #24283 - apasel422:patch-2, r=alexcrichtonManish Goregaokar-2/+2
2015-04-11Rollup merge of #24243 - frewsxcv:patch-13, r=steveklabnikManish Goregaokar-2/+2
2015-04-11Change the rt::unwind line argument type from usize to u32.Ryan Prichard-6/+70
2015-04-10Fix some typosTibor Benke-1/+1
2015-04-10s/Panicks/Panics/Andrew Paseltiner-2/+2
2015-04-10Auto merge of #24177 - alexcrichton:rustdoc, r=aturonbors-282/+268
2015-04-10std: Unconditionally close all file descriptorsAlex Crichton-67/+85
2015-04-10Test fixes and review feedbackAlex Crichton-30/+30
2015-04-09std: Clean up process spawn impl on unixAlex Crichton-250/+214
2015-04-09std: Set CLOEXEC for all fds opened on unixAlex Crichton-30/+50
2015-04-09Indicate keyword in doc comment is code-likeCorey Farwell-2/+2
2015-04-10Rollup merge of #24216 - alexcrichton:stabilize-from-raw-os-error, r=aturonManish Goregaokar-6/+12
2015-04-10Rollup merge of #24212 - alexcrichton:destabilize-begin-unwind, r=huonwManish Goregaokar-3/+1
2015-04-09Auto merge of #24176 - kballard:bufreader-seek-impl, r=aturonbors-2/+131
2015-04-09Rollup merge of #24176 - kballard:bufreader-seek-impl, r=aturonManish Goregaokar-2/+131
2015-04-09Rollup merge of #24175 - dhuseby:bitrig_fixing_tests_2, r=alexcrichtonManish Goregaokar-1/+2
2015-04-08Implement io::Seek for io::BufWriter<W> where W: io::SeekKevin Ballard-0/+22
2015-04-08Implement io::Seek for io::BufReader<R> where R: io::SeekKevin Ballard-2/+109
2015-04-08std: Stabilize io::Error::from_raw_os_errorAlex Crichton-6/+12
2015-04-08std: Destabilize the internals of panic!Alex Crichton-3/+1
2015-04-08Auto merge of #24029 - nagisa:print-locking, r=alexcrichtonbors-34/+398
2015-04-08std: Fix fs::read_link behavior on WindowsAlex Crichton-14/+63
2015-04-08Implement reentrant mutexes and make stdio use themSimonas Kazlauskas-34/+398
2015-04-08Rollup merge of #24167 - hauleth:remove-incorrect-example-from-mpsc, r=stevek...Steve Klabnik-52/+0
2015-04-07std: Reorganize thread::local a bitAlex Crichton-28/+26
2015-04-07std: Deny most warnings in doctestsAlex Crichton-224/+212
2015-04-08Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichtonbors-6/+4
2015-04-07disabling a test that is failing on bitrig.Dave Huseby-1/+2
2015-04-08Make `sum` and `product` inherent methods on `Iterator`Tobias Bucher-6/+4
2015-04-07Remove another invalid exampleŁukasz Niemier-26/+0
2015-04-07Remove incorrect example from docsŁukasz Niemier-26/+0
2015-04-06Remove outdated notice from BufRead::lines docs.Matt Brubeck-3/+0
2015-04-04fixing some tests and temporarily disabling others to get Bitrig build workin...Dave Huseby-1/+2
2015-04-04Rollup merge of #24022 - steveklabnik:hn_fix, r=nikomatsakisManish Goregaokar-3/+2
2015-04-04Rollup merge of #23979 - Ryman:error_from_string, r=alexcrichtonManish Goregaokar-3/+10
2015-04-03Don't speak of old_ioSteve Klabnik-3/+2
2015-04-03Auto merge of #23832 - petrochenkov:usize, r=aturonbors-10/+10
2015-04-02std: impl From<String> for Box<Error + Send>Kevin Butler-3/+10
2015-04-02Auto merge of #23931 - steveklabnik:doc_std_fs, r=alexcrichtonbors-42/+306
2015-04-02Auto merge of #23877 - richo:gardening, r=Manishearthbors-2/+1
2015-04-02Add more examples and documentation for std::fsSteve Klabnik-42/+306
2015-04-02Tweak relese notes + rebase fixesAlex Crichton-6/+6
2015-04-01Test fixes and rebase conflicts, round 2Alex Crichton-25/+25
2015-04-01rollup merge of #23176: huonw/rm-boundsAlex Crichton-34/+36
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-18/+24