| Age | Commit message (Expand) | Author | Lines |
| 2014-12-17 | rollup merge of #19869: sfackler/free-stdin | Alex Crichton | -0/+7 |
| 2014-12-16 | auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brson | bors | -1/+1 |
| 2014-12-15 | rollup merge of #19710: steveklabnik/gh15449 | Brian Anderson | -1/+1 |
| 2014-12-14 | Free stdin on exit | Steven Fackler | -0/+7 |
| 2014-12-14 | std: Collapse SlicePrelude traits | Alex Crichton | -1/+1 |
| 2014-12-14 | Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`) | Niko Matsakis | -2/+2 |
| 2014-12-13 | libstd: use unboxed closures | Jorge Aparicio | -3/+7 |
| 2014-12-10 | Fix inappropriate ## headings | Steve Klabnik | -1/+1 |
| 2014-12-08 | auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton | bors | -2/+2 |
| 2014-12-06 | libstd: remove unnecessary `to_string()` calls | Jorge Aparicio | -1/+1 |
| 2014-12-06 | libstd: remove unnecessary `as_slice()` calls | Jorge Aparicio | -1/+1 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -2/+3 |
| 2014-12-03 | Back io::stdin with a global singleton BufferedReader | Steven Fackler | -20/+132 |
| 2014-11-26 | /*! -> //! | Steve Klabnik | -18/+16 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -1/+0 |
| 2014-11-23 | std: Add a new top-level thread_local module | Alex Crichton | -8/+23 |
| 2014-11-20 | Make most of std::rt private | Aaron Turon | -4/+4 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+2 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -1/+1 |
| 2014-11-08 | Runtime removal: refactor tty | Aaron Turon | -14/+12 |
| 2014-11-08 | Runtime removal: refactor fs | Aaron Turon | -7/+7 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -2/+2 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -4/+4 |
| 2014-10-13 | Clean up rustc warnings. | NODA, Kai | -1/+4 |
| 2014-10-01 | Remove iotest macro | Aaron Turon | -6/+9 |
| 2014-09-08 | auto merge of #16952 : alexcrichton/rust/windows-large-console-write, r=brson | bors | -1/+8 |
| 2014-09-08 | std: Turn down the stdout chunk size | Alex Crichton | -1/+8 |
| 2014-09-03 | Remove cross-borrowing for traits. | Nick Cameron | -1/+1 |
| 2014-08-13 | std: Rename various slice traits for consistency | Brian Anderson | -1/+1 |
| 2014-08-07 | auto merge of #16220 : tshepang/rust/temp, r=steveklabnik | bors | -1/+1 |
| 2014-08-06 | Use byte literals in libstd | nham | -1/+1 |
| 2014-08-03 | doc: make the sentence make more sense | Tshepang Lekhonkhobe | -1/+1 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -1/+1 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -2/+2 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -1/+1 |
| 2014-06-16 | std: Chunk writing to stdout on windows | Alex Crichton | -4/+15 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -6/+6 |
| 2014-06-08 | Fix spelling errors in comments. | Joseph Crail | -1/+1 |
| 2014-06-06 | std: Deal with fallout of rtio changes | Alex Crichton | -64/+36 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -1/+1 |
| 2014-05-22 | auto merge of #14357 : huonw/rust/spelling, r=pnkfelix | bors | -1/+1 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -2/+2 |
| 2014-05-22 | Spelling/doc formatting fixes. | Huon Wilson | -1/+1 |
| 2014-05-20 | Add .isatty() method to StdReader | Kevin Ballard | -0/+10 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -3/+3 |
| 2014-05-07 | core: Add unwrap()/unwrap_err() methods to Result | Alex Crichton | -1/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -10/+10 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -3/+3 |
| 2014-04-22 | Fixed Win64 build | Vadim Chugunov | -14/+2 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -1/+1 |