| Age | Commit message (Expand) | Author | Lines |
| 2014-12-05 | auto merge of #19303 : nodakai/rust/libsyntax-reject-dirs, r=alexcrichton | bors | -10/+24 |
| 2014-12-04 | auto merge of #18980 : erickt/rust/reader, r=erickt | bors | -6/+78 |
| 2014-12-04 | auto merge of #19167 : japaric/rust/rhs-cmp, r=aturon | bors | -103/+83 |
| 2014-12-03 | Back io::stdin with a global singleton BufferedReader | Steven Fackler | -24/+136 |
| 2014-12-04 | libstd: explicitly disallow io::fs::File to open a directory. | NODA, Kai | -8/+22 |
| 2014-12-04 | libstd: io::fs::File::stat() need not to take &mut self. | NODA, Kai | -2/+2 |
| 2014-12-03 | Deprecate Equiv | Jorge Aparicio | -0/+2 |
| 2014-12-03 | Fix fallout | Jorge Aparicio | -3/+3 |
| 2014-12-03 | Remove unused transmutes from tests | Jorge Aparicio | -100/+78 |
| 2014-11-30 | std: add Reader impl for &[u8] | Erick Tryzelaar | -6/+66 |
| 2014-11-30 | std: add tests for the Vec<u8> Writer impl | Erick Tryzelaar | -0/+12 |
| 2014-11-30 | std: Change the behavior of `reserve` for HashMap. | Piotr Czarnecki | -6/+17 |
| 2014-11-30 | std: Remove implicit shrinking from hash_map. | Piotr Czarnecki | -139/+240 |
| 2014-11-28 | small doc fixes | Steve Klabnik | -3/+3 |
| 2014-11-28 | auto merge of #19360 : olivren/rust/master, r=Gankro | bors | -5/+4 |
| 2014-11-28 | auto merge of #19355 : vhbit/rust/ios-backtrace-fix, r=alexcrichton | bors | -1/+1 |
| 2014-11-28 | auto merge of #19354 : barosl/rust/strconv-doc-fix, r=steveklabnik | bors | -41/+35 |
| 2014-11-27 | Fix example code for unreachable! | olivren | -5/+4 |
| 2014-11-27 | Fixed iOS build after Iter stab | Valerii Hiora | -1/+1 |
| 2014-11-27 | Documentation fix for std::num::strconv | Barosl Lee | -41/+35 |
| 2014-11-27 | auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichton | bors | -2/+0 |
| 2014-11-26 | More test fixes and rebase conflicts! | Alex Crichton | -99/+108 |
| 2014-11-26 | rollup merge of #19329: steveklabnik/doc_style_cleanup2 | Alex Crichton | -872/+821 |
| 2014-11-26 | /*! -> //! | Steve Klabnik | -872/+821 |
| 2014-11-26 | Test fixes and rebase conflicts | Alex Crichton | -5/+6 |
| 2014-11-26 | rollup merge of #19328: sfackler/buffered-get-mut | Alex Crichton | -10/+26 |
| 2014-11-26 | rollup merge of #19326: huonw/safer-syntax | Alex Crichton | -0/+1 |
| 2014-11-26 | rollup merge of #19316: steveklabnik/gh18876 | Alex Crichton | -17/+33 |
| 2014-11-26 | rollup merge of #19301: Gankro/take-fix | Alex Crichton | -1/+35 |
| 2014-11-26 | rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus | Alex Crichton | -5/+5 |
| 2014-11-26 | rollup merge of #19288: steveklabnik/doc_style_cleanup | Alex Crichton | -123/+94 |
| 2014-11-26 | rollup merge of #19273: ogham/rename-file-types | Alex Crichton | -34/+33 |
| 2014-11-26 | Remove special casing for some meta attributes | Steven Fackler | -2/+0 |
| 2014-11-26 | auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichton | bors | -28/+29 |
| 2014-11-26 | Fixup various places that were doing `&T+'a` and do `&(T+'a)` | Niko Matsakis | -5/+5 |
| 2014-11-26 | auto merge of #19252 : japaric/rust/cow, r=aturon | bors | -19/+22 |
| 2014-11-26 | auto merge of #19169 : aturon/rust/fds, r=alexcrichton | bors | -19/+287 |
| 2014-11-26 | auto merge of #19212 : steveklabnik/rust/doc_format_specifiers, r=alexcrichton | bors | -22/+17 |
| 2014-11-25 | /** -> /// | Steve Klabnik | -123/+94 |
| 2014-11-25 | remove deprecated stuff from std::fmt docs | Steve Klabnik | -22/+17 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -28/+29 |
| 2014-11-25 | Allow mutable access to wrapped internal type in Buffered* | Steven Fackler | -10/+26 |
| 2014-11-26 | Make syntax::owned_slice a Box<[T]> wrapper. | Huon Wilson | -0/+1 |
| 2014-11-25 | auto merge of #19255 : aturon/rust/merge-sync, r=alexcrichton,alexcrichton | bors | -10/+8719 |
| 2014-11-25 | Improve documentation for unreachable | Steve Klabnik | -17/+33 |
| 2014-11-25 | Deprecate MaybeOwned[Vector] in favor of Cow | Jorge Aparicio | -19/+22 |
| 2014-11-25 | Make HashMap::take not corrupt the map. Fixes #19292 | Alexis Beingessner | -1/+35 |
| 2014-11-25 | auto merge of #19149 : alexcrichton/rust/issue-19091, r=aturon | bors | -14/+58 |
| 2014-11-25 | auto merge of #19285 : alexcrichton/rust/issue-19280, r=aturon | bors | -35/+2 |
| 2014-11-24 | std: Leak all statically allocated TLS keys | Alex Crichton | -35/+2 |