| Age | Commit message (Expand) | Author | Lines |
| 2014-08-08 | mk: Don't emit landing pads in stage 0. | Brian Anderson | -0/+4 |
| 2014-08-04 | Use gcc for cross-build linking, not g++. | Vadim Chugunov | -2/+2 |
| 2014-08-01 | mk: Add missing colon | Brian Anderson | -1/+1 |
| 2014-08-01 | auto merge of #16141 : alexcrichton/rust/rollup, r=alexcrichton | bors | -3/+4 |
| 2014-07-31 | remove serialize::ebml, add librbml | Erick Tryzelaar | -3/+4 |
| 2014-07-29 | Port Rust to DragonFlyBSD | Michael Neumann | -1/+32 |
| 2014-07-25 | mk: Print grammar info message like others | Brian Anderson | -3/+3 |
| 2014-07-25 | mk: Remove check-syntax target | Brian Anderson | -4/+1 |
| 2014-07-24 | mk: Some fixes to grammar.mk | Brian Anderson | -2/+8 |
| 2014-07-24 | mk: Add comments to primary check targets | Brian Anderson | -2/+12 |
| 2014-07-24 | mk: Add check-secondary target for tests with no x-platform risk. | Brian Anderson | -0/+6 |
| 2014-07-24 | auto merge of #15922 : poiru/rust/remove-whitespace-mk-backslash, r=brson | bors | -232/+232 |
| 2014-07-23 | mk: Have the various flavors of 'dist' install all targets by default | Brian Anderson | -4/+13 |
| 2014-07-23 | mk: Add space before line continuation backslash | Birunthan Mohanathas | -70/+70 |
| 2014-07-23 | mk: Remove extra whitespace before line continuation backslashes | Birunthan Mohanathas | -162/+162 |
| 2014-07-22 | Revert "Made 'make install' include libs for additional targets" | Brian Anderson | -23/+15 |
| 2014-07-22 | auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton | bors | -0/+57 |
| 2014-07-21 | Don't run lexer tests by default | Corey Richardson | -1/+1 |
| 2014-07-21 | Shuffle around check-lexer conditions | Corey Richardson | -3/+17 |
| 2014-07-21 | lexer tests: makefile/configure | Corey Richardson | -0/+43 |
| 2014-07-21 | rustc: Print a smaller hash on -v | Alex Crichton | -3/+4 |
| 2014-07-18 | Include Strings guide with the others. | Steve Klabnik | -1/+1 |
| 2014-07-16 | mk: Fix LD_LIBRARY_PATH_ENV_NAMES in cross build | klutzy | -1/+1 |
| 2014-07-14 | Extract librustc_back from librustc | Brian Anderson | -2/+4 |
| 2014-07-14 | Move llvm bindings to their own crate | Brian Anderson | -5/+6 |
| 2014-07-12 | auto merge of #15610 : brson/rust/0.12.0, r=alexcrichton | bors | -2/+2 |
| 2014-07-11 | Bump version to 0.12.0-pre | Brian Anderson | -2/+2 |
| 2014-07-11 | auto merge of #15580 : pnkfelix/rust/fsk-fix-15558, r=alexcrichton | bors | -4/+6 |
| 2014-07-10 | More robust install.sh: do runnability test in fresh subdirectory. | Felix S. Klock II | -4/+6 |
| 2014-07-10 | auto merge of #15578 : alexcrichton/rust/fix-dist-again, r=pnkfelix | bors | -1/+0 |
| 2014-07-10 | mk: Don't run rustc manually during distcheck | Alex Crichton | -1/+0 |
| 2014-07-10 | auto merge of #15556 : alexcrichton/rust/snapshots, r=brson | bors | -10/+1 |
| 2014-07-09 | auto merge of #15283 : kwantam/rust/master, r=alexcrichton | bors | -5/+8 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -10/+1 |
| 2014-07-09 | fix test failures | kwantam | -3/+3 |
| 2014-07-08 | auto merge of #14832 : alexcrichton/rust/no-rpath, r=brson | bors | -2/+2 |
| 2014-07-07 | mk: Run tidy after tests in 'make check' | Brian Anderson | -1/+1 |
| 2014-07-07 | Add libunicode; move unicode functions from core | kwantam | -3/+6 |
| 2014-07-06 | mk: Fix bootstrapping the nightly builds | Alex Crichton | -8/+10 |
| 2014-07-05 | rustc: Stop putting hashes in filenames by default | Alex Crichton | -1/+12 |
| 2014-07-04 | auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brson | bors | -1/+1 |
| 2014-07-02 | Build rustc with /LARGEADDRESSAWARE on windows. | Luqman Aden | -0/+1 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -6/+12 |
| 2014-06-30 | Fix distcheck | Steven Fackler | -0/+1 |
| 2014-06-30 | auto merge of #15237 : zzmp/rust/feat/markdown-in-crate-documentation, r=huonw | bors | -4/+4 |
| 2014-06-30 | Allow external html in rustdoc for crates. | zzmp | -4/+4 |
| 2014-06-29 | Extract tests from libcore to a separate crate | Steven Fackler | -2/+7 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -1/+1 |
| 2014-06-24 | Stabilize version output for rustc and rustdoc | Robert Buonpastore | -2/+8 |
| 2014-06-24 | Add the Guide, add warning to tutorial. | Steve Klabnik | -1/+1 |