about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-04-09std: Make FromRawFd::from_raw_fd an unsafe methodAlex Crichton-13/+28
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-06Add `Sync` to the bounds in `io::Error`Kevin Ballard-10/+15
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
2015-04-01rollup merge of #23945: pnkfelix/gate-u-negateAlex Crichton-3/+3
2015-04-02Test fixes and rebase conflicts, round 2Alex Crichton-2/+2
2015-04-01rollup merge of #23949: aturon/stab-timeoutAlex Crichton-28/+54
2015-04-01Stabilize basic timeout functionalityAaron Turon-28/+54
2015-04-01fallout from feature-gating unary negation on unsigned integers.Felix S. Klock II-1/+1
2015-04-01rollup merge of #23939: nikomatsakis/fn-boxAlex Crichton-57/+27
2015-04-01rollup merge of #23951: alexcrichton/splitnAlex Crichton-3/+3
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-3/+3
2015-04-01rollup merge of #23942: vhbit/ios-randAlex Crichton-2/+2
2015-04-01rollup merge of #23867: nikomatsakis/issue-23086-take-3Alex Crichton-1/+153
2015-04-01Collect the definition of the `Error` trait into `libstd` for now. ThisNiko Matsakis-1/+153
2015-04-02Rollup merge of #23932 - steveklabnik:doc_std_path, r=flaper87Manish Goregaokar-0/+213
2015-04-02Rollup merge of #23847 - bcoopers:read_clarification, r=sfacklerManish Goregaokar-8/+4