| Age | Commit message (Expand) | Author | Lines |
| 2013-09-06 | added string_to_tts | John Clements | -0/+6 |
| 2013-09-06 | added gensym_copy mechanism to ensure sharing of pointers in the interner | John Clements | -8/+55 |
| 2013-09-06 | add hygiene support fns, move them around. | John Clements | -8/+7 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -3/+3 |
| 2013-09-02 | Renamed syntax::ast::ident -> Ident | Marvin Löbel | -1/+1 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -2/+2 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -2/+2 |
| 2013-07-25 | syntax: Fix #6416 by aborting on errors after test parse. | Graydon Hoare | -5/+22 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -1/+1 |
| 2013-07-18 | librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes. | Patrick Walton | -1/+1 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -4/+8 |
| 2013-06-28 | librustc: Rename Const to Freeze | Patrick Walton | -1/+1 |
| 2013-06-25 | great renaming propagation: syntax | Corey Richardson | -8/+2 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -2/+2 |
| 2013-06-16 | Add copies to type params with Copy bound | Niko Matsakis | -3/+3 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -41/+41 |
| 2013-06-06 | add test cases for fold traversing macros | John Clements | -0/+78 |
| 2013-06-05 | add hygiene support functions | John Clements | -1/+2 |
| 2013-06-05 | interner just uses uints, not idents with syntax context | John Clements | -4/+14 |
| 2013-06-05 | removed obsolete reference to purity | John Clements | -3/+0 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -17/+17 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+5 |
| 2013-05-20 | getting rid of interner_key! macro | John Clements | -59/+5 |
| 2013-05-20 | hygiene infrastructure. | John Clements | -12/+18 |
| 2013-05-20 | refactoring test functions | John Clements | -0/+96 |
| 2013-05-09 | Use a specialized string interner to reduce the need for owned strings | Björn Steinbrink | -0/+56 |
| 2013-05-08 | librustc: Stop parsing modes and remove them entirely from the language | Patrick Walton | -1/+1 |
| 2013-04-30 | new borrow checker (mass squash) | Niko Matsakis | -2/+2 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -1/+0 |
| 2013-04-19 | librustc: Optimize metadata::decoder::item_name. | Patrick Walton | -0/+9 |
| 2013-04-16 | move interner_key macro | John Clements | -1/+15 |
| 2013-04-16 | libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ... | Huon Wilson | -38/+42 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -3/+3 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -1/+1 |
| 2013-03-22 | librustc: Remove `pure` from libsyntax and librustc. | Patrick Walton | -1/+1 |
| 2013-03-22 | librustc: Remove all uses of `static` from functions. rs=destatic | Patrick Walton | -2/+2 |
| 2013-03-20 | change some uses of fail_unless to assert_eq | John Clements | -41/+17 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -3/+7 |
| 2013-03-08 | syntax: Remove uses of DVec | Alex Crichton | -4/+3 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -17/+17 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -3/+2 |
| 2013-02-22 | libsyntax: Remove all mutable fields from libsyntax. rs=demuting | Patrick Walton | -2/+2 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -3/+3 |
| 2013-02-19 | libsyntax: convert interner into a modern struct | Erick Tryzelaar | -40/+34 |
| 2013-02-15 | librustc: Stop parsing `impl Type : Trait` and fix several declarations that ... | Patrick Walton | -1/+1 |
| 2013-02-15 | libsyntax: Get rid of uses of `move` and don't parse it. | Luqman Aden | -1/+1 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -2/+2 |
| 2013-02-05 | oldmap: use &K instead of K in find and get | Patrick Walton | -1/+1 |
| 2013-02-05 | Revert "oldmap: use &K instead of K in find and get" | Graydon Hoare | -1/+1 |
| 2013-02-03 | oldmap: use &K instead of K in find and get | Daniel Micay | -1/+1 |