| Age | Commit message (Expand) | Author | Lines |
| 2014-12-08 | auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton | bors | -7/+7 |
| 2014-12-06 | libstd: remove unnecessary `to_string()` calls | Jorge Aparicio | -5/+5 |
| 2014-12-06 | libstd: remove unnecessary `as_slice()` calls | Jorge Aparicio | -2/+2 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -8/+10 |
| 2014-11-25 | Deprecate MaybeOwned[Vector] in favor of Cow | Jorge Aparicio | -9/+11 |
| 2014-11-23 | Rename unwrap functions to into_inner | Alex Crichton | -1/+1 |
| 2014-11-20 | Make most of std::rt private | Aaron Turon | -8/+8 |
| 2014-11-20 | Fallout from libgreen and libnative removal | Aaron Turon | -114/+12 |
| 2014-11-16 | Move ToString to collections::string | Brendan Zabarauskas | -2/+1 |
| 2014-11-10 | note the intent of reforming task spawning | Daniel Micay | -1/+2 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -32/+32 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -46/+0 |
| 2014-10-13 | Clean up rustc warnings. | NODA, Kai | -0/+1 |
| 2014-10-03 | Set the `non_uppercase_statics` lint to warn by default | P1start | -2/+2 |
| 2014-08-13 | std: Clarify what timers do with zero and negative durations | Brian Anderson | -1/+2 |
| 2014-08-13 | std: Rename sleep, periodic, and oneshot timers to sleep_ms, etc. | Brian Anderson | -1/+1 |
| 2014-07-21 | Rename to_str to to_string | Steven Fackler | -1/+1 |
| 2014-07-18 | std: Stabilize task module. | Brian Anderson | -22/+37 |
| 2014-07-13 | Stabilization for `owned` (now `boxed`) and `cell` | Aaron Turon | -6/+6 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -1/+1 |
| 2014-06-30 | libstd: set baseline stability levels. | Aaron Turon | -0/+2 |
| 2014-06-29 | rustuv: Don't zero-out data on clones | Alex Crichton | -1/+1 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -2/+2 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -2/+2 |
| 2014-06-28 | librustc: Match trait self types exactly. | Patrick Walton | -3/+5 |
| 2014-06-26 | rustrt: Reorganize task usage | Alex Crichton | -2/+13 |
| 2014-06-19 | std: Update std::task docs to reflect modern times | Brian Anderson | -9/+25 |
| 2014-06-18 | Revamp TaskBuilder API | Aaron Turon | -381/+460 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -14/+14 |
| 2014-06-08 | Remove the dead code identified by the new lint | Jakub Wieczorek | -2/+2 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -8/+2 |
| 2014-06-06 | std: Deal with fallout of rtio changes | Alex Crichton | -12/+26 |
| 2014-06-04 | std: Improve non-task-based usage | Alex Crichton | -1/+4 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -2/+2 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -2/+2 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -2/+2 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -3/+4 |
| 2014-05-15 | core: Update all tests for fmt movement | Alex Crichton | -1/+0 |
| 2014-05-13 | std: Move the owned module from core to std | Alex Crichton | -2/+3 |
| 2014-05-07 | core: Add unwrap()/unwrap_err() methods to Result | Alex Crichton | -0/+1 |
| 2014-05-07 | core: Inherit possible string functionality | Alex Crichton | -1/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -9/+11 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -2/+2 |
| 2014-04-23 | Move task::task() to TaskBuilder::new() | Steven Fackler | -34/+27 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -4/+5 |
| 2014-04-15 | std: Impl Deref/DerefMut for a borrowed task | Alex Crichton | -6/+3 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -9/+9 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -8/+8 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -2/+2 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -28/+20 |