| Age | Commit message (Expand) | Author | Lines |
| 2013-10-16 | path2: Update based on more review feedback | Kevin Ballard | -1/+1 |
| 2013-10-15 | path2: Remove .with_display_str and friends | Kevin Ballard | -2/+2 |
| 2013-10-15 | path2: Adjust the API to remove all the _str mutation methods | Kevin Ballard | -5/+5 |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -21/+16 |
| 2013-10-10 | Remove named extern blocks from the AST | Alex Crichton | -7/+5 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -2/+2 |
| 2013-10-08 | auto merge of #9753 : alexcrichton/rust/macro-attrs, r=brson | bors | -3/+0 |
| 2013-10-08 | Allow attributes on macros | Alex Crichton | -3/+0 |
| 2013-10-08 | auto merge of #9756 : catamorphism/rust/issue-2354, r=alexcrichton | bors | -1/+11 |
| 2013-10-08 | add new enum ast::StrStyle as field to ast::lit_str | Benjamin Herr | -22/+22 |
| 2013-10-07 | syntax: Remove unnecessary @ | Tim Chevalier | -3/+3 |
| 2013-10-07 | syntax: Display spans for open delimiters when a file ends prematurely | Tim Chevalier | -1/+11 |
| 2013-10-08 | add token::LIT_STR_RAW(ident, num of # symbols) | Benjamin Herr | -2/+5 |
| 2013-10-04 | Remove specific errors for very old obsolete syntax | Benjamin Herr | -283/+56 |
| 2013-10-01 | Migrate users of 'loop' to 'continue' | Alex Crichton | -1/+1 |
| 2013-10-01 | Obsolete parsing 'loop' as 'continue' | Alex Crichton | -0/+1 |
| 2013-09-30 | syntax: Remove usage of fmt! | Alex Crichton | -59/+58 |
| 2013-09-29 | Remove all usage of @ast::Crate | Alex Crichton | -2/+2 |
| 2013-09-27 | auto merge of #9540 : alexcrichton/rust/more-rustdoc-improvements, r=brson | bors | -3/+3 |
| 2013-09-26 | auto merge of #9525 : klutzy/rust/obsolete-span-fix, r=alexcrichton | bors | -6/+9 |
| 2013-09-26 | Add 'continue' as a synonym for 'loop' | Brian Anderson | -0/+12 |
| 2013-09-26 | rustdoc: Generate documentation for foreign items | Alex Crichton | -3/+3 |
| 2013-09-26 | syntax: Fix wrong span on trait fn visibility | klutzy | -1/+2 |
| 2013-09-26 | syntax: Fix wrong span on ObsoleteMode | klutzy | -4/+6 |
| 2013-09-26 | syntax: Fix wrong span on ObsoleteEmptyImpl | klutzy | -1/+1 |
| 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 |