about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-12-05rollup merge of #19364: steveklabnik/doc_buffered_readerCorey Richardson-3/+3
2014-12-05rollup merge of #19274: alexcrichton/rewrite-syncCorey Richardson-3106/+2561
2014-12-05std: change BufWriter to return ShortWrite/EndOfFileErick Tryzelaar-17/+27
2014-12-05Fall out of the std::sync rewriteAlex Crichton-65/+88
2014-12-05std: Rewrite the `sync` moduleAlex Crichton-3048/+2480
2014-12-05std: Close TcpListener with closesocket()Alex Crichton-20/+24
2014-12-05libstd/sys/unix/process.rs: reap a zombie who didn't get through to exec(2).NODA, Kai-10/+33
2014-12-05auto merge of #19303 : nodakai/rust/libsyntax-reject-dirs, r=alexcrichtonbors-10/+24
2014-12-04auto merge of #18980 : erickt/rust/reader, r=ericktbors-6/+78
2014-12-04auto merge of #19167 : japaric/rust/rhs-cmp, r=aturonbors-103/+83
2014-12-03Back io::stdin with a global singleton BufferedReaderSteven Fackler-24/+136
2014-12-04libstd: explicitly disallow io::fs::File to open a directory.NODA, Kai-8/+22
2014-12-04libstd: io::fs::File::stat() need not to take &mut self.NODA, Kai-2/+2
2014-12-03Deprecate EquivJorge Aparicio-0/+2
2014-12-03Fix falloutJorge Aparicio-3/+3
2014-12-03Remove unused transmutes from testsJorge Aparicio-100/+78
2014-11-30std: add Reader impl for &[u8]Erick Tryzelaar-6/+66
2014-11-30std: add tests for the Vec<u8> Writer implErick Tryzelaar-0/+12
2014-11-30std: Change the behavior of `reserve` for HashMap.Piotr Czarnecki-6/+17
2014-11-30std: Remove implicit shrinking from hash_map.Piotr Czarnecki-139/+240
2014-11-28small doc fixesSteve Klabnik-3/+3
2014-11-28auto merge of #19360 : olivren/rust/master, r=Gankrobors-5/+4
2014-11-28auto merge of #19355 : vhbit/rust/ios-backtrace-fix, r=alexcrichtonbors-1/+1
2014-11-28auto merge of #19354 : barosl/rust/strconv-doc-fix, r=steveklabnikbors-41/+35
2014-11-27Fix example code for unreachable!olivren-5/+4
2014-11-27Fixed iOS build after Iter stabValerii Hiora-1/+1
2014-11-27Documentation fix for std::num::strconvBarosl Lee-41/+35
2014-11-27auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichtonbors-2/+0
2014-11-26More test fixes and rebase conflicts!Alex Crichton-99/+108
2014-11-26rollup merge of #19329: steveklabnik/doc_style_cleanup2Alex Crichton-872/+821
2014-11-26/*! -> //!Steve Klabnik-872/+821
2014-11-26Test fixes and rebase conflictsAlex Crichton-5/+6
2014-11-26rollup merge of #19328: sfackler/buffered-get-mutAlex Crichton-10/+26
2014-11-26rollup merge of #19326: huonw/safer-syntaxAlex Crichton-0/+1
2014-11-26rollup merge of #19316: steveklabnik/gh18876Alex Crichton-17/+33
2014-11-26rollup merge of #19301: Gankro/take-fixAlex Crichton-1/+35
2014-11-26rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plusAlex Crichton-5/+5
2014-11-26rollup merge of #19288: steveklabnik/doc_style_cleanupAlex Crichton-123/+94
2014-11-26rollup merge of #19273: ogham/rename-file-typesAlex Crichton-34/+33
2014-11-26Remove special casing for some meta attributesSteven Fackler-2/+0
2014-11-26auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichtonbors-28/+29
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-5/+5
2014-11-26auto merge of #19252 : japaric/rust/cow, r=aturonbors-19/+22
2014-11-26auto merge of #19169 : aturon/rust/fds, r=alexcrichtonbors-19/+287
2014-11-26auto merge of #19212 : steveklabnik/rust/doc_format_specifiers, r=alexcrichtonbors-22/+17
2014-11-25/** -> ///Steve Klabnik-123/+94
2014-11-25remove deprecated stuff from std::fmt docsSteve Klabnik-22/+17
2014-11-25Fallout from stabilizationAaron Turon-28/+29
2014-11-25Allow mutable access to wrapped internal type in Buffered*Steven Fackler-10/+26
2014-11-26Make syntax::owned_slice a Box<[T]> wrapper.Huon Wilson-0/+1