| Age | Commit message (Expand) | Author | Lines |
| 2014-12-18 | Fallout from new thread API | Aaron Turon | -0/+2 |
| 2014-12-18 | Introduce std::thread | Aaron Turon | -2/+2 |
| 2014-12-18 | libs: merge librustrt into libstd | Aaron Turon | -6/+3 |
| 2014-12-18 | std: Remove public bool,tuple,unit modules | Alex Crichton | -5/+6 |
| 2014-12-14 | Rewrite threading infrastructure, introducing `Thunk` to represent | Niko Matsakis | -0/+2 |
| 2014-12-13 | libstd: fix fallout | Jorge Aparicio | -0/+1 |
| 2014-12-11 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-12-05 | Fall out of the std::sync rewrite | Alex Crichton | -1/+1 |
| 2014-11-26 | Remove special casing for some meta attributes | Steven Fackler | -2/+0 |
| 2014-11-24 | Merge libsync into libstd | Aaron Turon | -3/+1 |
| 2014-11-23 | std: Add a new top-level thread_local module | Alex Crichton | -15/+16 |
| 2014-11-20 | Make most of std::rt private | Aaron Turon | -2/+1 |
| 2014-11-20 | Fallout from libgreen and libnative removal | Aaron Turon | -1/+0 |
| 2014-11-20 | Remove libnative | Aaron Turon | -3/+1 |
| 2014-11-17 | libcore: add borrow module | Aaron Turon | -0/+1 |
| 2014-11-16 | Move ToString to collections::string | Brendan Zabarauskas | -1/+0 |
| 2014-11-16 | Move FromStr to core::str | Brendan Zabarauskas | -2/+1 |
| 2014-11-10 | Fix broken documentation link | Adam Szkoda | -1/+1 |
| 2014-11-08 | Runtime removal: add private sys, sys_common modules | Aaron Turon | -0/+7 |
| 2014-11-02 | Add error module with Error and FromError traits | Aaron Turon | -0/+2 |
| 2014-10-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -1/+1 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -2/+2 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -1/+1 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -4/+0 |
| 2014-10-16 | Remove libdebug and update tests. | Luqman Aden | -1/+0 |
| 2014-10-10 | improve the performance of the vec![] macro | Daniel Micay | -2/+4 |
| 2014-10-09 | Use the same html_root_url for all docs | Brian Anderson | -1/+1 |
| 2014-10-09 | Revert "Update html_root_url for 0.12.0 release" | Brian Anderson | -1/+1 |
| 2014-10-07 | Update html_root_url for 0.12.0 release | Brian Anderson | -1/+1 |
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+2 |
| 2014-10-02 | rollup merge of #17666 : eddyb/take-garbage-out | Alex Crichton | -5/+1 |
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -2/+1 |
| 2014-10-02 | syntax: mark the managed_boxes feature as Removed. | Eduard Burtescu | -1/+1 |
| 2014-10-02 | std: remove gc module. | Eduard Burtescu | -4/+0 |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+2 |
| 2014-10-01 | Remove all use of librustuv | Aaron Turon | -11/+0 |
| 2014-09-21 | Remove #[allow(deprecated)] from libstd | Alex Crichton | -1/+0 |
| 2014-09-17 | Remove unstable marker from std::rt | Aaron Turon | -1/+0 |
| 2014-09-04 | auto merge of #16986 : bjz/rust/bitflags, r=alexcrichton | bors | -1/+1 |
| 2014-09-05 | Use {} for bitflags! definition and invocations | Brendan Zabarauskas | -1/+1 |
| 2014-09-01 | Updated to new extern crate syntax. | wickerwaka | -4/+4 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -4/+0 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -0/+1 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -2/+2 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -0/+4 |
| 2014-08-13 | std: Rename sleep, periodic, and oneshot timers to sleep_ms, etc. | Brian Anderson | -1/+1 |
| 2014-08-13 | std: Add a Duration type | Brian Anderson | -0/+2 |
| 2014-08-09 | testsuite: implement #[reexport_test_harness_name] to get access to the | Huon Wilson | -5/+3 |
| 2014-07-23 | collections: Move push/pop to MutableSeq | Brian Anderson | -0/+2 |
| 2014-07-21 | Rename to_str to to_string | Steven Fackler | -1/+1 |