| Age | Commit message (Expand) | Author | Lines |
| 2015-01-21 | Test fixes and rebase conflicts | Alex Crichton | -23/+0 |
| 2015-01-21 | rollup merge of #21441: alexcrichton/rustc-opts | Alex Crichton | -89/+24 |
| 2015-01-21 | rollup merge of #21342: Diggsey/issue-21310 | Alex Crichton | -0/+28 |
| 2015-01-21 | Display negative trait implementations correctly in rustdoc | Diggory Blake | -0/+28 |
| 2015-01-20 | Make error code registration work again. #19624 | Brian Anderson | -1/+1 |
| 2015-01-20 | rustc: Remove deprecated flags | Alex Crichton | -89/+24 |
| 2015-01-20 | Auto merge of #21304 - lifthrasiir:htmldocck, r=alexcrichton | bors | -98/+34 |
| 2015-01-18 | tests: Tidy and allows multi-line htmldocck commands. | Kang Seonghoon | -4/+8 |
| 2015-01-18 | tests: Add htmldocck.py script for the use of Rustdoc tests. | Kang Seonghoon | -98/+30 |
| 2015-01-17 | auto merge of #21233 : huonw/rust/simd-size, r=Aatch | bors | -0/+114 |
| 2015-01-17 | Feature gate SIMD in FFI, due to unknown ABIs. | Huon Wilson | -1/+1 |
| 2015-01-17 | Add comprehensive test for no-ICE behaviour of SIMD FFI. | Huon Wilson | -0/+114 |
| 2015-01-16 | auto merge of #21113 : alexcrichton/rust/plug-a-hole, r=brson | bors | -9/+55 |
| 2015-01-16 | rustc: Fix a leak in dependency= paths | Alex Crichton | -9/+55 |
| 2015-01-15 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-01-13 | graphviz-flowgraph tests: use new `--xpretty flowgraph,unlabelled` option. | Felix S. Klock II | -19/+19 |
| 2015-01-12 | Make the compilation process more easily customisable | Nick Cameron | -2/+4 |
| 2015-01-08 | Update graphviz tests to accommodate new isize/usize types and is/us suffixes. | Felix S. Klock II | -87/+87 |
| 2015-01-07 | Test fixes and rebase conflicts | Alex Crichton | -0/+2 |
| 2015-01-06 | rollup merge of #20615: aturon/stab-2-thread | Alex Crichton | -1/+1 |
| 2015-01-06 | Fallout from stabilization | Aaron Turon | -1/+1 |
| 2015-01-06 | test fallout from isize/usize | Corey Richardson | -335/+335 |
| 2015-01-06 | rustc: Turn off multiple versions of crate warning | Alex Crichton | -36/+1 |
| 2015-01-05 | rollup merge of #20482: kmcallister/macro-reform | Alex Crichton | -8/+2 |
| 2015-01-05 | Un-gate macro_rules | Keegan McAllister | -2/+0 |
| 2015-01-05 | Replace #[phase] with #[plugin] / #[macro_use] / #[no_link] | Keegan McAllister | -6/+2 |
| 2015-01-05 | fix run-make test | Jorge Aparicio | -1/+1 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -10/+9 |
| 2015-01-02 | Merge remote-tracking branch 'origin/master' into rollup | Alex Crichton | -11/+11 |
| 2015-01-02 | Use `derive` rather than `deriving` in tests | Nick Cameron | -11/+11 |
| 2014-12-31 | rustc: Re-jigger -L and -l for MSYS compatibility | Alex Crichton | -18/+18 |
| 2014-12-30 | auto merge of #19941 : alexcrichton/rust/issue-19767, r=brson | bors | -2/+106 |
| 2014-12-28 | Rename TaskRng to ThreadRng | Simonas Kazlauskas | -5/+5 |
| 2014-12-23 | rustc: Add knowledge of separate lookup paths | Alex Crichton | -2/+106 |
| 2014-12-23 | Rename include_bin! to include_bytes! | Chris Wong | -1/+1 |
| 2014-12-22 | fix run-make/ tests now flowgraph printing has moved to the unstable `--xpret... | Felix S. Klock II | -1/+1 |
| 2014-12-21 | rollup merge of #20057: nick29581/array-syntax | Alex Crichton | -3/+3 |
| 2014-12-20 | auto merge of #19900 : alexcrichton/rust/compiler-flags, r=cmr | bors | -19/+17 |
| 2014-12-20 | Allow use of `[_ ; n]` syntax for fixed length and repeating arrays. | Nick Cameron | -3/+3 |
| 2014-12-19 | rustc: Start "stabilizing" some flags | Alex Crichton | -19/+17 |
| 2014-12-18 | Revise std::thread API to join by default | Aaron Turon | -52/+0 |
| 2014-12-14 | Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`) | Niko Matsakis | -4/+5 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+5 |
| 2014-12-05 | Fix various references in late-running tests and things | Niko Matsakis | -4/+4 |
| 2014-12-02 | test/run-make: another missing $(EXTRACFLAGS). | NODA, Kai | -1/+1 |
| 2014-11-29 | Fix rustc panic on second compile_input | Murarth | -0/+71 |
| 2014-11-22 | auto merge of #19133 : nodakai/rust/run-make-tests-missing-extracflags, r=ale... | bors | -2/+2 |
| 2014-11-20 | Fallout from libgreen and libnative removal | Aaron Turon | -2/+2 |
| 2014-11-20 | test/run-make: some test cases lacked $(EXTRACFLAGS). | NODA, Kai | -2/+2 |
| 2014-11-18 | rollup merge of #18890: luqmana/tf | Jakub Bukaj | -0/+40 |