| Age | Commit message (Expand) | Author | Lines |
| 2014-02-06 | auto merge of #12039 : alexcrichton/rust/no-conditions, r=brson | bors | -7/+1 |
| 2014-02-06 | Don't include rpath lines in dependency lists | Alex Crichton | -3/+4 |
| 2014-02-06 | Remove std::condition | Alex Crichton | -7/+1 |
| 2014-02-06 | auto merge of #12020 : alexcrichton/rust/output-flags, r=brson | bors | -2/+2 |
| 2014-02-06 | Redesign output flags for rustc | Alex Crichton | -2/+2 |
| 2014-02-06 | Move getopts out of extra | Arcterus | -5/+7 |
| 2014-02-05 | pull extra::{serialize, ebml} into a separate libserialize crate | Jeff Olson | -6/+7 |
| 2014-02-05 | move concurrent stuff from libextra to libsync | JeremyLetang | -4/+5 |
| 2014-02-04 | auto merge of #12018 : alexcrichton/rust/triage, r=sfackler | bors | -3/+4 |
| 2014-02-04 | Run all target crate tests on the windows/try bots | Alex Crichton | -3/+4 |
| 2014-02-04 | extra: Move uuid to libuuid | Birunthan Mohanathas | -1/+2 |
| 2014-02-03 | Move semver out of libextra. | OGINO Masanori | -1/+2 |
| 2014-02-02 | Move term, terminfo out of extra. | xales | -3/+4 |
| 2014-02-02 | Rewrite the doc makefile for doc => src/doc | Alex Crichton | -62/+64 |
| 2014-02-02 | Remove VPATH usage in Makefiles | Alex Crichton | -4/+6 |
| 2014-02-02 | Remove rustpkg. | Corey Richardson | -31/+2 |
| 2014-01-29 | auto merge of #11879 : thestinger/rust/frame-pointer, r=alexcrichton | bors | -7/+0 |
| 2014-01-29 | auto merge of #11867 : dmanescu/rust/8784-arena-glob, r=huonw | bors | -2/+4 |
| 2014-01-29 | auto merge of #11903 : alexcrichton/rust/android-test-deps, r=huonw | bors | -24/+12 |
| 2014-01-29 | Fix android test deps | Alex Crichton | -24/+12 |
| 2014-01-29 | extra: move glob to libglob | David Manescu | -1/+2 |
| 2014-01-29 | extra: move arena to libarena | David Manescu | -2/+3 |
| 2014-01-28 | Add a missing backslash to a makefile | Alex Crichton | -8/+1 |
| 2014-01-28 | mk: remove -fno-omit-frame-pointer | Daniel Micay | -7/+0 |
| 2014-01-27 | Depend on libnative when testing | Alex Crichton | -1/+2 |
| 2014-01-26 | auto merge of #11787 : alexcrichton/rust/refactor, r=brson | bors | -859/+524 |
| 2014-01-26 | Move extra::flate to libflate | Alex Crichton | -6/+9 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -1/+1 |
| 2014-01-26 | Refactor the build system for easily adding crates | Alex Crichton | -857/+519 |
| 2014-01-18 | auto merge of #11619 : adridu59/rust/patch-md, r=cmr | bors | -7/+8 |
| 2014-01-17 | test: Add the ability to force a host target | Alex Crichton | -1/+2 |
| 2014-01-17 | doc: fix version stamp for TeX files | Adrien Tétar | -7/+8 |
| 2014-01-15 | Only build LLVM tools Rust needs. | Vadim Chugunov | -1/+1 |
| 2014-01-14 | auto merge of #11521 : dguenther/rust/hide_libdir_relative, r=alexcrichton | bors | -5/+5 |
| 2014-01-14 | Renamed LIBDIR_RELATIVE to CFG_LIBDIR_RELATIVE | Derek Guenther | -5/+5 |
| 2014-01-13 | auto merge of #11501 : alexcrichton/rust/dox, r=brson | bors | -2/+8 |
| 2014-01-13 | dox: Write a guide to the rust runtime | Alex Crichton | -2/+8 |
| 2014-01-13 | mk: Make TESTNAME and VERBOSE work with android. Closes #10957 | Brian Anderson | -8/+8 |
| 2014-01-11 | doc: build the docs for librustpkg | Kevin Ballard | -1/+3 |
| 2014-01-11 | Trim src/ README, bring back version_info everywhere | Adrien Tétar | -2/+2 |
| 2014-01-11 | auto merge of #11461 : alexcrichton/rust/rustdoc-fixes, r=brson | bors | -0/+1 |
| 2014-01-10 | doc: build the docs for librustuv | Alex Crichton | -0/+1 |
| 2014-01-10 | fix uninstall target with configurable rustlib directory | Ted Horst | -1/+1 |
| 2014-01-09 | Register new snapshots | Alex Crichton | -20/+3 |
| 2014-01-08 | auto merge of #11407 : alexcrichton/rust/fix-snap, r=brson | bors | -0/+4 |
| 2014-01-08 | Fix the snapshot and cross compilation | Alex Crichton | -0/+4 |
| 2014-01-07 | mk: Start testing the cheatsheet | Brian Anderson | -0/+1 |
| 2014-01-07 | auto merge of #11364 : brson/rust/docs, r=alexcrichton | bors | -6/+13 |
| 2014-01-07 | Make CFG_LIBDIR configurable. Fixes #5223 | Jan Niklas Hasse | -10/+8 |
| 2014-01-06 | auto merge of #11355 : alexcrichton/rust/read-waits-forever, r=brson | bors | -24/+20 |