about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2014-11-25auto merge of #19255 : aturon/rust/merge-sync, r=alexcrichton,alexcrichtonbors-10/+8719
2014-11-25Improve documentation for unreachableSteve Klabnik-17/+33
2014-11-25Deprecate MaybeOwned[Vector] in favor of CowJorge Aparicio-19/+22
2014-11-25Make HashMap::take not corrupt the map. Fixes #19292Alexis Beingessner-1/+35
2014-11-25auto merge of #19149 : alexcrichton/rust/issue-19091, r=aturonbors-14/+58
2014-11-25auto merge of #19285 : alexcrichton/rust/issue-19280, r=aturonbors-35/+2
2014-11-24std: Leak all statically allocated TLS keysAlex Crichton-35/+2