| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -4/+0 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -43/+40 |
| 2014-03-12 | rustc: Remove matching on ~str from the language | Michael Darakananda | -2/+2 |
| 2014-02-16 | Clean up std::task docs, make TaskBuilder a real builder | Kevin Ballard | -95/+26 |
| 2014-02-15 | auto merge of #12302 : alexcrichton/rust/issue-12295, r=brson | bors | -1/+0 |
| 2014-02-15 | auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfackler | bors | -1/+1 |
| 2014-02-15 | Silence some unused import warnings | Alex Crichton | -1/+0 |
| 2014-02-15 | std: clean up ptr a bit | Corey Richardson | -2/+2 |
| 2014-02-14 | Fix all code examples | Alex Crichton | -1/+1 |
| 2014-02-11 | Rewrite channels yet again for upgradeability | Alex Crichton | -3/+2 |
| 2014-02-07 | Delete send_str, rewrite clients on top of MaybeOwned<'static> | Kevin Ballard | -5/+4 |
| 2014-02-04 | Replace NonCopyable usage with NoPod | Flavio Percoco | -4/+3 |
| 2014-02-03 | std: Fix tests with io_error usage | Alex Crichton | -1/+1 |
| 2014-01-29 | Removing do keyword from libstd and librustc | Scott Lawrence | -44/+44 |