| Age | Commit message (Expand) | Author | Lines |
| 2014-11-18 | Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem... | Niko Matsakis | -265/+0 |
| 2014-11-06 | Fallout from collection conventions | Alexis Beingessner | -1/+1 |
| 2014-11-04 | Implement flexible target specification | Corey Richardson | -3/+3 |
| 2014-11-01 | Remove unnecessary allocations | Jorge Aparicio | -1/+1 |
| 2014-10-17 | auto merge of #16855 : P1start/rust/help-messages, r=brson | bors | -0/+6 |
| 2014-09-21 | Move -Z lto to -C lto. | Colin Davidson | -1/+1 |
| 2014-09-17 | move feature_gate to libsyntax | Nick Cameron | -3/+3 |
| 2014-09-17 | move most of front to libsyntax | Nick Cameron | -11/+2 |
| 2014-09-14 | Add help diagnostic messages | P1start | -0/+6 |
| 2014-09-14 | rustc: fix fallout from using ptr::P. | Eduard Burtescu | -2/+1 |
| 2014-07-12 | Convert a first batch of diagnostics to have error codes | Jakub Wieczorek | -0/+3 |
| 2014-07-12 | auto merge of #15601 : jbclements/rust/disable-default-macro-behavior, r=alex... | bors | -1/+2 |
| 2014-07-11 | use side table to store exported macros | John Clements | -1/+2 |
| 2014-07-11 | Add scaffolding for assigning alpha-numeric codes to rustc diagnostics | Jakub Wieczorek | -2/+7 |
| 2014-07-05 | rustc: Add a new codegen flag, -C metadata=foo | Alex Crichton | -0/+2 |
| 2014-06-24 | Store the registered lints in the Session | Keegan McAllister | -2/+7 |
| 2014-06-24 | Replace enum LintId with an extensible alternative | Keegan McAllister | -3/+4 |
| 2014-06-24 | Rename lint::Lint to lint::LintId | Keegan McAllister | -2/+2 |
| 2014-06-24 | Move lint.rs out of middle | Keegan McAllister | -1/+1 |
| 2014-06-16 | auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton | bors | -1/+0 |
| 2014-06-13 | Dump results of analysis phase as CSV | Nick Cameron | -0/+1 |
| 2014-06-12 | Basic iOS support | Valerii Hiora | -1/+0 |
| 2014-06-09 | Implement #[plugin_registrar] | Keegan McAllister | -2/+2 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -3/+3 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -1/+2 |
| 2014-05-15 | Add compiler flag to configure output coloring | Hanno Braun | -1/+1 |
| 2014-05-12 | librustc: Remove all uses of `~str` from librustc. | Patrick Walton | -8/+5 |
| 2014-05-11 | Reorganise driver code. | Nick Cameron | -366/+73 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -1/+2 |
| 2014-05-06 | auto merge of #13892 : alexcrichton/rust/mixing-rlib-dylib-deps, r=brson | bors | -2/+2 |
| 2014-05-02 | rustc: Remove the session building_library flag | Alex Crichton | -22/+0 |
| 2014-05-02 | rustc: Add some suppot for mixing rlibs and dylibs | Alex Crichton | -2/+2 |
| 2014-04-23 | Enable use of syntax extensions when cross compiling. | Douglas Young | -6/+14 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -5/+5 |
| 2014-04-17 | auto merge of #13557 : FlaPer87/rust/ls-behind-z, r=brson | bors | -2/+4 |
| 2014-04-16 | Move `--ls` behind `-Z ls` | Flavio Percoco | -2/+4 |
| 2014-04-15 | auto merge of #13489 : JustAPerson/rust/crate-file-name, r=alexcrichton | bors | -33/+41 |
| 2014-04-14 | Only check --crate-type flags if present. | JustAPerson | -33/+41 |
| 2014-04-13 | rustc: Don't link in syntax extensions | Alex Crichton | -1/+1 |
| 2014-04-06 | auto merge of #13340 : FlaPer87/rust/code-model, r=cmr | bors | -0/+2 |
| 2014-04-06 | Add support for different relocation models | Flavio Percoco | -0/+2 |
| 2014-04-05 | Added session.fileline_note() method and support infrastucture for it. | Felix S. Klock II | -0/+3 |
| 2014-03-31 | rustc: Switch field privacy as necessary | Alex Crichton | -40/+40 |
| 2014-03-26 | auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson | bors | -2/+0 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -2/+2 |
| 2014-03-24 | rustc: Remove all crate map support | Alex Crichton | -2/+0 |
| 2014-03-22 | rustc: Fix fallout of removing get() | Alex Crichton | -2/+2 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -2/+1 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -2/+2 |
| 2014-03-17 | De-@ codemap and diagnostic. | Eduard Burtescu | -28/+29 |