| Age | Commit message (Expand) | Author | Lines |
| 2014-12-14 | Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`) | Niko Matsakis | -114/+117 |
| 2014-12-13 | libstd: use unboxed closures | Jorge Aparicio | -37/+62 |
| 2014-12-13 | Add `Copy` to bitflags-generated structures | Valerii Hiora | -1/+0 |
| 2014-12-11 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-12-10 | Fix inappropriate ## headings | Steve Klabnik | -4/+4 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+43 |
| 2014-12-08 | auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton | bors | -59/+56 |
| 2014-12-07 | Fix syntax error on android tests | Jorge Aparicio | -2/+2 |
| 2014-12-06 | libstd: remove unnecessary `to_string()` calls | Jorge Aparicio | -19/+19 |
| 2014-12-06 | libstd: remove unnecessary `as_slice()` calls | Jorge Aparicio | -40/+37 |
| 2014-12-07 | auto merge of #19407 : frewsxcv/rust/rm-reexports, r=cmr | bors | -25/+35 |
| 2014-12-06 | auto merge of #19431 : erickt/rust/buf-writer-error, r=alexcrichton | bors | -17/+27 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -25/+35 |
| 2014-12-05 | rollup merge of #19416: sfackler/global-stdin | Corey Richardson | -24/+136 |
| 2014-12-05 | rollup merge of #19364: steveklabnik/doc_buffered_reader | Corey Richardson | -3/+3 |
| 2014-12-05 | std: change BufWriter to return ShortWrite/EndOfFile | Erick Tryzelaar | -17/+27 |
| 2014-12-05 | auto merge of #19303 : nodakai/rust/libsyntax-reject-dirs, r=alexcrichton | bors | -9/+23 |
| 2014-12-04 | auto merge of #18980 : erickt/rust/reader, r=erickt | bors | -6/+78 |
| 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 | -1/+1 |
| 2014-12-03 | Fix fallout | Jorge Aparicio | -1/+1 |
| 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-28 | small doc fixes | Steve Klabnik | -3/+3 |
| 2014-11-26 | rollup merge of #19329: steveklabnik/doc_style_cleanup2 | Alex Crichton | -299/+278 |
| 2014-11-26 | /*! -> //! | Steve Klabnik | -299/+278 |
| 2014-11-26 | rollup merge of #19328: sfackler/buffered-get-mut | Alex Crichton | -10/+26 |
| 2014-11-26 | rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus | Alex Crichton | -2/+2 |
| 2014-11-26 | rollup merge of #19273: ogham/rename-file-types | Alex Crichton | -22/+21 |
| 2014-11-26 | auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichton | bors | -6/+4 |
| 2014-11-26 | Fixup various places that were doing `&T+'a` and do `&(T+'a)` | Niko Matsakis | -2/+2 |
| 2014-11-26 | auto merge of #19169 : aturon/rust/fds, r=alexcrichton | bors | -4/+51 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -6/+4 |
| 2014-11-25 | Allow mutable access to wrapped internal type in Buffered* | Steven Fackler | -10/+26 |
| 2014-11-25 | auto merge of #19149 : alexcrichton/rust/issue-19091, r=aturon | bors | -11/+47 |
| 2014-11-24 | Clean up FileType enum following enum namespacing | Ben S | -22/+21 |
| 2014-11-24 | Don't call drop in tcpstream docs | Steve Klabnik | -6/+10 |
| 2014-11-23 | std: Add a new top-level thread_local module | Alex Crichton | -8/+23 |
| 2014-11-23 | Rename unwrap functions to into_inner | Alex Crichton | -11/+47 |
| 2014-11-21 | sys: reveal std::io representation to sys module | Aaron Turon | -4/+51 |
| 2014-11-20 | Disable dubious pipe test | Aaron Turon | -1/+1 |
| 2014-11-20 | Make most of std::rt private | Aaron Turon | -4/+4 |
| 2014-11-20 | Fallout from libgreen and libnative removal | Aaron Turon | -2/+0 |
| 2014-11-18 | std: Stabilize std::fmt | Alex Crichton | -7/+5 |
| 2014-11-19 | Make os::getcwd() return IoResult<Path> | Barosl Lee | -4/+5 |
| 2014-11-18 | implement Writer for Vec<u8> | Daniel Micay | -43/+54 |
| 2014-11-18 | rollup merge of #19016: gkoz/use_util_copy | Jakub Bukaj | -9/+1 |
| 2014-11-17 | Return proper errors with update_err | Gleb Kozyrev | -1/+1 |
| 2014-11-17 | Remove duplicate code by using util::copy() | Gleb Kozyrev | -9/+1 |