| Age | Commit message (Expand) | Author | Lines |
| 2014-10-26 | Rename TokenTree variants for clarity | Brendan Zabarauskas | -91/+94 |
| 2014-10-26 | Add Span and separate open/close delims to TTDelim | Brendan Zabarauskas | -88/+135 |
| 2014-10-24 | Make the Vec data structure layout match raw::Slice. | Clark Gaebel | -1/+1 |
| 2014-10-24 | Add a lint for not using field pattern shorthands | P1start | -29/+44 |
| 2014-10-23 | Add syntax::print::pprint::view_item_to_string | Simon Sapin | -0/+4 |
| 2014-10-22 | auto merge of #18141 : phildawes/rust/master, r=brson | bors | -3/+49 |
| 2014-10-21 | Change method lookup infrastructure to use the trait methods. Instead | Niko Matsakis | -0/+8 |
| 2014-10-20 | auto merge of #18070 : alexcrichton/rust/spring-cleaning, r=aturon | bors | -411/+209 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -411/+209 |
| 2014-10-19 | fix printing signed literal in print_literal | Aleksandr Koshlo | -1/+10 |
| 2014-10-18 | Parser: Fix spans of explicit self arg idents | Phil Dawes | -3/+49 |
| 2014-10-18 | auto merge of #18099 : jakub-/rust/fixed-issues, r=alexcrichton | bors | -1/+1 |
| 2014-10-17 | auto merge of #16855 : P1start/rust/help-messages, r=brson | bors | -11/+31 |
| 2014-10-17 | Add tests for a few fixed issues | Jakub Wieczorek | -1/+1 |
| 2014-10-16 | libsyntax: Don't accept :? as a format specifier. | Luqman Aden | -1/+0 |
| 2014-10-16 | libsyntax: Remove all uses of {:?}. | Luqman Aden | -22/+23 |
| 2014-10-16 | Remove libdebug and update tests. | Luqman Aden | -1/+0 |
| 2014-10-13 | rollup merge of #17927 : alexcrichton/more-const | Alex Crichton | -1/+3 |
| 2014-10-13 | auto merge of #17733 : jgallagher/rust/while-let, r=alexcrichton | bors | -2/+95 |
| 2014-10-13 | auto merge of #17963 : sfackler/rust/cfg-error, r=alexcrichton | bors | -99/+22 |
| 2014-10-13 | auto merge of #17757 : gamazeps/rust/issue17709, r=alexcrichton | bors | -5/+14 |
| 2014-10-12 | rustc: Warn about dead constants | Alex Crichton | -1/+3 |
| 2014-10-12 | Continue cfg syntax transition | Steven Fackler | -99/+22 |
| 2014-10-11 | Remove `virtual` structs from the language | Jakub Wieczorek | -59/+10 |
| 2014-10-10 | Move `while let` behind `while_let` feature gate | John Gallagher | -0/+5 |
| 2014-10-10 | Desugar `while let` into `loop { match { ... } }` | John Gallagher | -1/+10 |
| 2014-10-10 | Teach libsyntax about `while let` | John Gallagher | -1/+80 |
| 2014-10-10 | auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwalton | bors | -62/+82 |
| 2014-10-09 | Use the same html_root_url for all docs | Brian Anderson | -1/+1 |
| 2014-10-09 | Revert "Update html_root_url for 0.12.0 release" | Brian Anderson | -1/+1 |
| 2014-10-09 | syntax: Tweak the return value of bytes!() | Alex Crichton | -14/+9 |
| 2014-10-09 | syntax: Convert statics to constants | Alex Crichton | -23/+23 |
| 2014-10-09 | rustc: Add `const` globals to the language | Alex Crichton | -25/+50 |
| 2014-10-09 | Merge tag '0.12.0' | Brian Anderson | -1/+1 |
| 2014-10-08 | auto merge of #17866 : jgallagher/rust/reserve-inheritance-keywords, r=huonw | bors | -0/+3 |
| 2014-10-08 | auto merge of #17838 : vadimcn/rust/macros, r=alexcrichton | bors | -1/+10 |
| 2014-10-07 | Add `abstract`, `final`, and `override` to reserved keywords | John Gallagher | -0/+3 |
| 2014-10-07 | auto merge of #17787 : bgamari/rust/fix-quote-method, r=huonw | bors | -7/+9 |
| 2014-10-07 | Update html_root_url for 0.12.0 release | Brian Anderson | -1/+1 |
| 2014-10-07 | Fix the most egregious instances of "local ambiguity: multiple parsing option... | Vadim Chugunov | -1/+10 |
| 2014-10-07 | Rename slice::Slice | Nick Cameron | -1/+1 |
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+8 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -2/+2 |
| 2014-10-06 | syntax: Parse outer attributes in quote_method! | Ben Gamari | -7/+9 |
| 2014-10-06 | auto merge of #17781 : P1start/rust/bitflags-lints, r=alexcrichton | bors | -19/+19 |
| 2014-10-06 | Remove the #[allow(non_uppercase_statics)] attr from bitflags! | P1start | -19/+19 |
| 2014-10-05 | Give a more descriptive error when marking non-test items as #[test] | P1start | -12/+25 |
| 2014-10-04 | Changed `extern crate foo as bar;` error message | Felix Raimundo | -5/+14 |
| 2014-10-04 | Register new snapshots | Björn Steinbrink | -6/+2 |
| 2014-10-03 | rollup merge of #17729 : alexcrichton/issue-17718-start | Alex Crichton | -3/+21 |