| Age | Commit message (Expand) | Author | Lines |
| 2014-04-24 | Pre-step towards issue #12624 and others: Introduce ExprUseVisitor, remove the | Niko Matsakis | -16/+4 |
| 2014-04-24 | use option_env! instead of env! | Niko Matsakis | -1/+2 |
| 2014-04-24 | auto merge of #13559 : FlaPer87/rust/remove-special-root, r=nikomatsakis | bors | -9/+4 |
| 2014-04-24 | auto merge of #13531 : alexcrichton/rust/fix-some-ices, r=brson | bors | -19/+25 |
| 2014-04-23 | Enable use of syntax extensions when cross compiling. | Douglas Young | -12/+18 |
| 2014-04-23 | rustc: Give a friendlier error when writing deps | Alex Crichton | -19/+25 |
| 2014-04-23 | rustc: Remove moved_variables_set | Flavio Percoco | -4/+1 |
| 2014-04-23 | rustc: remove usage of root_map from astencode | Flavio Percoco | -6/+4 |
| 2014-04-22 | rustc: de-@ some RefCell's. | Eduard Burtescu | -1/+1 |
| 2014-04-22 | rustc: de-@ lang_items. | Eduard Burtescu | -1/+1 |
| 2014-04-22 | rustc: move the method and vtable maps into ty::ctxt. | Eduard Burtescu | -18/+12 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -10/+10 |
| 2014-04-17 | auto merge of #13557 : FlaPer87/rust/ls-behind-z, r=brson | bors | -3/+4 |
| 2014-04-16 | rustc: Slightly reword the --no-analysis description for clarity | Brian Anderson | -2/+5 |
| 2014-04-16 | Move `--ls` behind `-Z ls` | Flavio Percoco | -3/+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 | -4/+4 |
| 2014-04-10 | Generalized the pretty-print entry points to support `-o <file>`. | Felix S. Klock II | -4/+16 |
| 2014-04-08 | rustc: Never register syntax crates in CStore | Alex Crichton | -2/+0 |
| 2014-04-06 | auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichton | bors | -1/+1 |
| 2014-04-06 | De-~[] Mem{Reader,Writer} | Steven Fackler | -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 | auto merge of #13330 : huonw/rust/loop-error, r=alexcrichton | bors | -3/+3 |
| 2014-04-04 | auto merge of #13284 : pnkfelix/rust/more-fs-info-on-crate-mismatch, r=alexcr... | bors | -0/+3 |
| 2014-04-05 | Added session.fileline_note() method and support infrastucture for it. | Felix S. Klock II | -0/+3 |
| 2014-04-05 | rustc: move the check_loop pass earlier. | Huon Wilson | -3/+3 |
| 2014-04-03 | std: Remove `RefCell::set()` | Erick Tryzelaar | -3/+1 |
| 2014-03-31 | rustc: Switch field privacy as necessary | Alex Crichton | -55/+55 |
| 2014-03-31 | vec: convert `append` and `append_one` to methods | Daniel Micay | -6/+2 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -2/+2 |
| 2014-03-29 | Register new snapshot | Flavio Percoco | -13/+2 |
| 2014-03-27 | serialize: use Result | Sean McArthur | -2/+16 |
| 2014-03-27 | auto merge of #13151 : brson/rust/dist, r=alexcrichton,brson | bors | -1/+1 |
| 2014-03-26 | auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson | bors | -2/+0 |
| 2014-03-25 | mk: Rename CFG_COMPILER to CFG_COMPILER_HOST_TRIPLE | Brian Anderson | -1/+1 |
| 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: Remove all usage of manual deref() | Alex Crichton | -3/+3 |
| 2014-03-22 | rustc: Fix fallout of removing get() | Alex Crichton | -5/+4 |
| 2014-03-22 | auto merge of #13052 : sfackler/rust/clean-refcell, r=alexcrichton | bors | -2/+2 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -1/+1 |
| 2014-03-20 | Remove RefCell::{with, with_mut} | Steven Fackler | -2/+2 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -3/+1 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -6/+6 |
| 2014-03-19 | Discard MTWT & interner tables from TLD after they stop being useful. | Eduard Burtescu | -0/+7 |
| 2014-03-18 | syntax: Don't parameterize the the pretty printer | Alex Crichton | -4/+4 |
| 2014-03-18 | rustc: buffer the output writer for -Z ast-json[-noexpand]. | Huon Wilson | -2/+2 |
| 2014-03-17 | Fix rustdoc and tests. | Eduard Burtescu | -2/+2 |