| Age | Commit message (Expand) | Author | Lines |
| 2013-08-30 | fix various warnings | Erick Tryzelaar | -1/+1 |
| 2013-08-28 | auto merge of #8718 : bblum/rust/typeof, r=pcwalton | bors | -3/+26 |
| 2013-08-27 | librustc: Fix merge fallout. | Patrick Walton | -45/+3 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -8/+8 |
| 2013-08-27 | librustc: Add support for type parameters in the middle of paths. | Patrick Walton | -220/+367 |
| 2013-08-27 | librustc: Remove `&const` and `*const` from the language. | Patrick Walton | -15/+10 |
| 2013-08-23 | Emit a better error for attempted unsafe-pointer-self. Close #8306. | Ben Blum | -0/+13 |
| 2013-08-23 | Parse and reserve typeof keyword. #3228 | Ben Blum | -3/+13 |
| 2013-08-22 | auto merge of #8626 : kballard/rust/issue-8615, r=catamorphism | bors | -1/+0 |
| 2013-08-21 | std/extra: changing XXX to FIXME; cleanup | Tim Chevalier | -2/+9 |
| 2013-08-20 | auto merge of #8573 : mrordinaire/rust/struct-new-as-field-name, r=alexcrichton | bors | -23/+0 |
| 2013-08-19 | Don't skip token after @'static | Kevin Ballard | -1/+0 |
| 2013-08-18 | auto merge of #8560 : kballard/rust/reserve-yield, r=pcwalton | bors | -4/+7 |
| 2013-08-18 | auto merge of #8550 : kballard/rust/token-start-err-msg, r=catamorphism | bors | -1/+3 |
| 2013-08-17 | auto merge of #8547 : kballard/rust/trait-parse-err-msg, r=alexcrichton | bors | -1/+1 |
| 2013-08-18 | fix for #8088 (Cannot name a struct field `new` due to ancient syntax) | Do Nhat Minh | -23/+0 |
| 2013-08-17 | Fix warnings in librustc and libsyntax | Erick Tryzelaar | -1/+0 |
| 2013-08-16 | Reserve 'yield' keyword | Kevin Ballard | -4/+7 |
| 2013-08-15 | Better error message for unknown start of token | Kevin Ballard | -1/+3 |
| 2013-08-15 | Fix error message when trait method ends with wrong token | Kevin Ballard | -1/+1 |
| 2013-08-15 | std: Change either::{lefts, rights} to return an iterator | blake2-ppc | -3/+3 |
| 2013-08-12 | Forbid pub/priv where it has no effect | Alex Crichton | -26/+18 |
| 2013-08-12 | auto merge of #8418 : pnkfelix/rust/fsk-issue3192-improve-parse-error-for-emp... | bors | -31/+114 |
| 2013-08-11 | auto merge of #8455 : nikomatsakis/rust/issue-5762-objects-dralston-d, r=graydon | bors | -18/+19 |
| 2013-08-11 | libsyntax: Update from `@Object` to `@mut Object` as required | Niko Matsakis | -18/+19 |
| 2013-08-11 | syntax: Shrink enum Token and enum nonterminal | blake2-ppc | -11/+11 |
| 2013-08-10 | Merge branch 'issue-8393-attributes-in-macros' of https://github.com/nikomats... | Erick Tryzelaar | -59/+95 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -1/+1 |
| 2013-08-09 | auto merge of #8176 : catamorphism/rust/rustpkg-extern-mod, r=catamorphism | bors | -5/+18 |
| 2013-08-09 | std/rustc/rustpkg/syntax: Support the `extern mod = ...` form | Tim Chevalier | -5/+18 |
| 2013-08-09 | Add parse-error recovery for erroneous `struct_id { }` form. | Felix S. Klock II | -31/+114 |
| 2013-08-08 | Allow attributes to appear as macro arguments | Niko Matsakis | -59/+95 |
| 2013-08-07 | Forbid `priv` where it has no effect | Alex Crichton | -6/+23 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -2/+2 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -4/+4 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -21/+16 |
| 2013-08-03 | make `for` parse as `foreach` does | Daniel Micay | -6/+5 |
| 2013-08-02 | librustc: Disallow "unsafe" for external functions | Patrick Walton | -3/+16 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -10/+9 |
| 2013-08-01 | convert `pure` to a reserved keyword | Daniel Micay | -31/+31 |
| 2013-08-01 | make `in` and `foreach` get treated as keywords | Daniel Micay | -13/+13 |
| 2013-07-31 | remove `copy` as a keyword | Daniel Micay | -70/+68 |
| 2013-07-31 | rm ancient error for lowercase kinds | Daniel Micay | -32/+3 |
| 2013-07-30 | syntax: implement foreach .. in .. { .. } via desugaring. | Graydon Hoare | -1/+19 |
| 2013-07-30 | syntax: add temporary 'foreach' keyword. | Graydon Hoare | -0/+3 |
| 2013-07-30 | syntax: add 'in' keyword | Graydon Hoare | -0/+3 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -32/+30 |
| 2013-07-27 | auto merge of #8060 : Blei/rust/fix-obsolete-extern-visibility-span, r=pcwalton | bors | -1/+1 |
| 2013-07-26 | syntax: fix span for obsolete extern visibility error | Philipp Brüschweiler | -1/+1 |