| Age | Commit message (Expand) | Author | Lines |
| 2013-09-25 | auto merge of #9481 : jbclements/rust/minor-cleanup, r=cmr | bors | -0/+5 |
| 2013-09-25 | auto merge of #9432 : alexcrichton/rust/correct-item-visibility, r=pcwalton | bors | -31/+8 |
| 2013-09-24 | Stop accepting 'impl ...;', require {} instead | Alex Crichton | -1/+3 |
| 2013-09-24 | cleanup | John Clements | -0/+5 |
| 2013-09-24 | Correctly encode item visibility in metadata | Alex Crichton | -31/+8 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -1/+1 |
| 2013-09-14 | auto merge of #9180 : blake2-ppc/rust/reduce-either, r=catamorphism | bors | -21/+15 |
| 2013-09-14 | syntax: Remove use of Either in parse.rs | blake2-ppc | -21/+15 |
| 2013-09-12 | std: Add Option.{result_or_default,or_default} that uses Default | Erick Tryzelaar | -1/+1 |
| 2013-09-12 | std: rename Option::unwrap_or_default() to unwrap_or() | Erick Tryzelaar | -4/+4 |
| 2013-09-11 | Flag unsafe blocks from format! as compiler-generated | Alex Crichton | -1/+1 |
| 2013-09-11 | Implement the notion of a "generated unsafe block" | Alex Crichton | -1/+1 |
| 2013-09-10 | change type of ExprLoop and ExprBreak elts from ident->name. | John Clements | -2/+2 |
| 2013-09-10 | Delay assignment of node ids until after expansion. Ensures that each AST node | Niko Matsakis | -70/+69 |
| 2013-09-09 | auto merge of #9005 : alexcrichton/rust/rusty-log, r=brson | bors | -7/+4 |
| 2013-09-08 | syntax: implement labelled breaks for `for`. | Huon Wilson | -5/+10 |
| 2013-09-06 | add temporarily unused ctxt field to mac_invoc_tt | John Clements | -5/+5 |
| 2013-09-06 | compare macro tokens hygienically (commented out) | John Clements | -1/+4 |
| 2013-09-05 | Remove the __log function for __log_level | Alex Crichton | -7/+4 |
| 2013-09-04 | stop treating char as an integer type | Daniel Micay | -1/+2 |
| 2013-09-03 | auto merge of #8939 : Kimundi/rust/master, r=huonw | bors | -242/+242 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -242/+242 |
| 2013-09-03 | Incorporate review feedback. Fix #8468. | Felix S. Klock II | -4/+1 |
| 2013-09-03 | Allow _ param name in trait default method for #8468. | Felix S. Klock II | -2/+14 |
| 2013-09-02 | Renamed syntax::ast::ident -> Ident | Marvin Löbel | -12/+12 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -23/+23 |
| 2013-08-28 | auto merge of #8718 : bblum/rust/typeof, r=pcwalton | bors | -1/+21 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -6/+6 |
| 2013-08-27 | librustc: Add support for type parameters in the middle of paths. | Patrick Walton | -142/+218 |
| 2013-08-27 | librustc: Remove `&const` and `*const` from the language. | Patrick Walton | -10/+4 |
| 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 | -1/+8 |
| 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 | -4/+0 |
| 2013-08-19 | Don't skip token after @'static | Kevin Ballard | -1/+0 |
| 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 | -4/+0 |
| 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 | -18/+5 |
| 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 | -2/+2 |
| 2013-08-11 | libsyntax: Update from `@Object` to `@mut Object` as required | Niko Matsakis | -2/+2 |
| 2013-08-11 | syntax: Shrink enum Token and enum nonterminal | blake2-ppc | -7/+7 |
| 2013-08-10 | Merge branch 'issue-8393-attributes-in-macros' of https://github.com/nikomats... | Erick Tryzelaar | -1/+13 |
| 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 |