| Age | Commit message (Expand) | Author | Lines |
| 2014-10-01 | Remove librustuv | Aaron Turon | -3/+2 |
| 2014-09-28 | Keep ExpnId abstract by providing conversions | Keegan McAllister | -1/+1 |
| 2014-09-25 | Move checking of whether fields are Sized or not into wf / trait code. | Niko Matsakis | -0/+1 |
| 2014-09-15 | Take core as a dependency on librlibc. This is needed so that it can | Niko Matsakis | -1/+1 |
| 2014-09-14 | syntax: ast_map: use borrowed references into the AST. | Eduard Burtescu | -1/+1 |
| 2014-08-28 | Allow a regex filter for RUST_LOG | Nick Cameron | -1/+1 |
| 2014-07-31 | remove serialize::ebml, add librbml | Erick Tryzelaar | -3/+4 |
| 2014-07-14 | Extract librustc_back from librustc | Brian Anderson | -2/+4 |
| 2014-07-14 | Move llvm bindings to their own crate | Brian Anderson | -3/+4 |
| 2014-07-09 | fix test failures | kwantam | -1/+1 |
| 2014-07-07 | Add libunicode; move unicode functions from core | kwantam | -3/+6 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -6/+6 |
| 2014-06-09 | Macro crates now depend on librustc | Keegan McAllister | -3/+3 |
| 2014-06-06 | std: Extract librustrt out of libstd | Alex Crichton | -2/+4 |
| 2014-06-05 | mk: Move rust_test_helpers out of libstd | Alex Crichton | -1/+1 |
| 2014-06-05 | std: Recreate a `collections` module | Alex Crichton | -11/+12 |
| 2014-06-04 | auto merge of #14633 : huonw/rust/nodylibc, r=alexcrichton | bors | -0/+1 |
| 2014-06-04 | libc: only provide an rlib. | Huon Wilson | -0/+1 |
| 2014-05-30 | Remove libworkcache | Steven Fackler | -2/+1 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -6/+7 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -5/+6 |
| 2014-05-17 | std: Refactor liballoc out of lib{std,sync} | Alex Crichton | -3/+5 |
| 2014-05-16 | Optimize and fix time::precise_time_ns() on macos | Kevin Ballard | -1/+1 |
| 2014-05-16 | term: add docs and windows support | Corey Richardson | -1/+1 |
| 2014-05-15 | Graphviz based flow graph pretty-printing. | Felix S. Klock II | -1/+2 |
| 2014-05-15 | Add a crate for missing stubs from libcore | Alex Crichton | -1/+3 |
| 2014-05-15 | test: allow the test filter to be a regex. | Huon Wilson | -1/+1 |
| 2014-05-10 | add back jemalloc to the tree | Daniel Micay | -1/+1 |
| 2014-05-08 | std: Extract format string parsing out of libstd | Alex Crichton | -2/+3 |
| 2014-05-07 | mk: Add libcore | Alex Crichton | -2/+5 |
| 2014-05-07 | auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brson | bors | -2/+2 |
| 2014-05-03 | rustdoc: Migrate from sundown to hoedown | Alex Crichton | -2/+2 |
| 2014-05-02 | Add a `graphviz` crate for making .dot files to layout and render graphs. | Felix S. Klock II | -1/+2 |
| 2014-04-25 | Add a regex crate to the Rust distribution. | Andrew Gallant | -2/+4 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -2/+2 |
| 2014-03-25 | mk: Use rwildcard to calculate dependent files | Alex Crichton | -4/+2 |
| 2014-03-15 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -4/+5 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -7/+9 |
| 2014-03-13 | Add basic backtrace functionality | Alex Crichton | -1/+1 |
| 2014-03-12 | std: Move rand to librand. | Huon Wilson | -6/+7 |
| 2014-03-10 | Implement hexadecimal floating point literals via a syntax extension | Douglas Young | -1/+2 |
| 2014-03-09 | mk: rewrite the documentation handling. | Huon Wilson | -0/+1 |
| 2014-02-27 | rustc: Use libnative for the compiler | Alex Crichton | -2/+2 |
| 2014-02-24 | auto merge of #12453 : alexcrichton/rust/move-json, r=brson | bors | -3/+3 |
| 2014-02-24 | Move extra::json to libserialize | Alex Crichton | -3/+3 |
| 2014-02-24 | flate: return CVec<u8> rather than copying into a new vector. | Huon Wilson | -1/+1 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+1 |
| 2014-02-21 | Move time out of extra (cc #8784) | Arcterus | -4/+5 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -3/+5 |