| Age | Commit message (Expand) | Author | Lines |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -1/+1 |
| 2013-05-12 | librustc: Make `self` and `static` into keywords | Patrick Walton | -18/+9 |
| 2013-05-10 | auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwalton | bors | -0/+7 |
| 2013-05-10 | auto merge of #6329 : sonwow/rust/issue-6306, r=ILyoan | bors | -2/+2 |
| 2013-05-10 | syntax: Use the new `for` protocol | Alex Crichton | -0/+7 |
| 2013-05-10 | Move core::task::local_data to core::local_data | Youngsoo Son | -2/+2 |
| 2013-05-09 | Use a specialized string interner to reduce the need for owned strings | Björn Steinbrink | -41/+41 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -8/+0 |
| 2013-05-01 | auto merge of #6148 : erickt/rust/remove-drop, r=pcwalton | bors | -75/+70 |
| 2013-05-01 | syntax: remove parse::token::{dtor,literally_dtor} | Erick Tryzelaar | -75/+70 |
| 2013-05-01 | Revert rename of Div to Quot | Brendan Zabarauskas | -1/+1 |
| 2013-04-28 | get rid of prec.rs | John Clements | -0/+28 |
| 2013-04-28 | refactoring mod.rs | John Clements | -49/+57 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -6/+0 |
| 2013-04-19 | librustc: Fix botched merge. rs=merge | Patrick Walton | -4/+4 |
| 2013-04-19 | librustc: Optimize metadata::decoder::item_name. | Patrick Walton | -0/+22 |
| 2013-04-16 | added MTWT functions | John Clements | -40/+40 |
| 2013-04-16 | move interner_key macro | John Clements | -10/+0 |
| 2013-04-10 | path -> Path | John Clements | -1/+1 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -9/+9 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -1/+1 |
| 2013-03-26 | syntax: Removing uses of HashMap | Alex Crichton | -28/+26 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -38/+38 |
| 2013-03-22 | libsyntax: Introduce the new `assert!` macro; make `assert` no longer a keyword | Patrick Walton | -1/+1 |
| 2013-03-22 | librustc: Remove `pure` from libsyntax and librustc. | Patrick Walton | -7/+7 |
| 2013-03-22 | syntax: replace uses of old deriving attribute with new one | Andrew Paseltiner | -3/+3 |
| 2013-03-11 | Remove the log keyword (by renaming it to __log) | Brian Anderson | -1/+1 |
| 2013-03-07 | add deriving_eq for tokens | John Clements | -273/+2 |
| 2013-03-03 | libsyntax: add &self to parser methods | Erick Tryzelaar | -4/+4 |
| 2013-02-27 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -1/+3 |
| 2013-02-26 | libsyntax: add explicit copies | Erick Tryzelaar | -7/+7 |
| 2013-02-26 | Macros now leave scope | John Clements | -1/+3 |
| 2013-02-26 | libsyntax: change binop_to_str to be pure | Erick Tryzelaar | -1/+1 |
| 2013-02-26 | libsyntax: change token fns to take &Token | Erick Tryzelaar | -18/+18 |
| 2013-02-26 | libsyntax: change token::to_str to take &Token | Erick Tryzelaar | -2/+2 |
| 2013-02-25 | libsyntax: change flip_delimiter to take a &token::Token | Erick Tryzelaar | -2/+2 |
| 2013-02-19 | libsyntax: convert interner into a modern struct | Erick Tryzelaar | -2/+2 |
| 2013-02-15 | libsyntax: Remove move as a keyword. | 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 | auto merge of #4922 : jbclements/rust/add-deriving-eq-to-asts, r=catamorphism | bors | -6/+2 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -2/+2 |
| 2013-02-13 | deriving_eq for tokens and binops | John Clements | -6/+1 |
| 2013-02-13 | Commenting, test cases, cleanup | John Clements | -0/+1 |
| 2013-02-09 | auto merge of #4854 : thestinger/rust/oldmap, r=catamorphism | bors | -3/+3 |
| 2013-02-08 | oldmap: get rid of legacy _ref suffixes | Daniel Micay | -3/+3 |
| 2013-02-08 | Add and lex LIFETIME tokens | Niko Matsakis | -1/+8 |
| 2013-02-03 | oldmap: get rid of the legacy each_key method | Daniel Micay | -3/+3 |
| 2013-02-03 | rename map -> oldmap and mark it as deprecated | Daniel Micay | -1/+1 |
| 2013-02-01 | Remove fail keyword from lexer & parser and clean up remaining calls to | Nick Desaulniers | -1/+1 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -2/+2 |