| Age | Commit message (Expand) | Author | Lines |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -3/+0 |
| 2013-04-19 | syntax: de-mode and prepare for de-modeing rustc | Alex Crichton | -3/+3 |
| 2013-04-10 | Issue #5656: Make &self not mean "&'self self" | Niko Matsakis | -0/+13 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -9/+9 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -2/+2 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -3/+3 |
| 2013-03-22 | librustc: Remove `pure` from libsyntax and librustc. | Patrick Walton | -5/+5 |
| 2013-03-22 | librustc: Remove all uses of `static` from functions. rs=destatic | Patrick Walton | -1/+1 |
| 2013-03-22 | syntax: make old `#[deriving_foo]` attribute obsolete | Andrew Paseltiner | -3/+3 |
| 2013-03-20 | change some uses of fail_unless to assert_eq | John Clements | -13/+12 |
| 2013-03-19 | syntax: split deriving module into submodules for each trait | Andrew Paseltiner | -4/+4 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -2/+2 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -10/+10 |
| 2013-03-12 | auto merge of #5320 : apasel422/rust/metaderive, r=graydon | bors | -0/+3 |
| 2013-03-12 | syntax: implement #[deriving] meta-attribute | Andrew Paseltiner | -0/+3 |
| 2013-03-12 | Create asm! syntax extension. | Luqman Aden | -0/+2 |
| 2013-03-05 | auto merge of #5179 : alexcrichton/rust/default-warn-unused-import, r=graydon | bors | -2/+0 |
| 2013-03-04 | libsyntax: Implement `#[deriving_clone]` | Patrick Walton | -0/+3 |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -1/+0 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -1/+0 |
| 2013-03-02 | libsyntax: Remove `fn@`, `fn~`, and `fn&` from libsyntax. rs=defun | Patrick Walton | -7/+17 |
| 2013-03-01 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -2/+3 |
| 2013-02-28 | Fix implicit leaks of imports throughout libraries | Alex Crichton | -2/+3 |
| 2013-02-27 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -24/+197 |
| 2013-02-26 | libsyntax: remove vecs_implicitly_copyable from the syntax extensions | Erick Tryzelaar | -8/+7 |
| 2013-02-26 | typo-fixing and name-changes | John Clements | -12/+12 |
| 2013-02-26 | Macros now leave scope | John Clements | -24/+197 |
| 2013-02-25 | libsyntax: change eat to take a &token | Erick Tryzelaar | -1/+1 |
| 2013-02-25 | libsyntax: convert visit to pass ty_params by reference | Erick Tryzelaar | -3/+3 |
| 2013-02-25 | libsyntax: Convert ast::attribute_ to store a @meta_item | Erick Tryzelaar | -1/+1 |
| 2013-02-22 | libsyntax: De-mut the parser. rs=demuting | Patrick Walton | -1/+1 |
| 2013-02-21 | librustc: De-mut some of trans | Patrick Walton | -8/+8 |
| 2013-02-21 | Get rid of structural records in libsyntax and the last bit in librustc. | Luqman Aden | -9/+10 |
| 2013-02-19 | convert SyntaxExtensions's key to a @~str | Erick Tryzelaar | -26/+26 |
| 2013-02-19 | Alias HashMap<~str, SyntaxExtension> to SyntaxExtensions | Erick Tryzelaar | -1/+3 |
| 2013-02-15 | libsyntax: Get rid of uses of `move` and don't parse it. | Luqman Aden | -1/+1 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -1/+1 |
| 2013-02-13 | cleanup, fix test case | John Clements | -1/+1 |
| 2013-02-13 | Commenting, test cases, cleanup | John Clements | -5/+7 |
| 2013-02-07 | librustc: Lots of de-muting. rs=demuting | Patrick Walton | -55/+57 |
| 2013-02-03 | rename map -> oldmap and mark it as deprecated | Daniel Micay | -1/+1 |
| 2013-01-31 | test cases, cleanup | John Clements | -2/+1 |
| 2013-01-29 | libsyntax: De-export libsyntax. rs=deexporting | Patrick Walton | -23/+25 |
| 2013-01-23 | renaming to adhere to conventions | John Clements | -33/+33 |
| 2013-01-20 | Convert many libsyntax records into structs | Erick Tryzelaar | -6/+16 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+2 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -2/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+2 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -5/+11 |
| 2012-12-19 | Remove the old serialization code | Erick Tryzelaar | -6/+0 |