| Age | Commit message (Expand) | Author | Lines |
| 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-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 | 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 |
| 2014-11-24 | Clean up FileType enum following enum namespacing | Ben S | -34/+33 |
| 2014-11-24 | Don't call drop in tcpstream docs | Steve Klabnik | -6/+10 |
| 2014-11-24 | Merge libsync into libstd | Aaron Turon | -10/+8719 |
| 2014-11-23 | std: Add a new top-level thread_local module | Alex Crichton | -159/+1634 |
| 2014-11-23 | Rename unwrap functions to into_inner | Alex Crichton | -14/+58 |
| 2014-11-23 | rollup merge of #19205: jashank/docs-fix | Jakub Bukaj | -1/+1 |
| 2014-11-23 | rollup merge of #19194: aturon/stab-ascii | Jakub Bukaj | -21/+72 |
| 2014-11-23 | auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturon | bors | -16/+14 |
| 2014-11-22 | std: Align `raw` modules with unsafe conventions | Alex Crichton | -16/+14 |
| 2014-11-22 | args() doc: Fix a documentation line. | Jashank Jeremy | -1/+1 |