| Age | Commit message (Expand) | Author | Lines |
| 2013-02-21 | Moved core::extfmt to core::private::extfmt | Marvin Löbel | -3/+3 |
| 2013-02-21 | Get rid of structural records in libsyntax and the last bit in librustc. | Luqman Aden | -224/+315 |
| 2013-02-21 | Implement #[deriving_eq] on tuple like structs | Seth Pink | -14/+89 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -21/+21 |
| 2013-02-20 | librustc: Get rid of structural records save for front/test.rs. | Luqman Aden | -2/+2 |
| 2013-02-19 | auto merge of #4999 : erickt/rust/incoming, r=brson | bors | -333/+369 |
| 2013-02-19 | convert SyntaxExtensions's key to a @~str | Erick Tryzelaar | -31/+31 |
| 2013-02-19 | convert ast::meta_items to take @~strs | Erick Tryzelaar | -33/+34 |
| 2013-02-19 | convert syntax::attr to use @~strs | Erick Tryzelaar | -88/+84 |
| 2013-02-19 | Alias HashMap<~str, SyntaxExtension> to SyntaxExtensions | Erick Tryzelaar | -6/+8 |
| 2013-02-19 | libsyntax and librustc: minor cleanup | Erick Tryzelaar | -7/+5 |
| 2013-02-19 | libsyntax: change attr:get_attr_name to take a ref | Erick Tryzelaar | -9/+8 |
| 2013-02-19 | libsyntax: make enum variants take refs | Erick Tryzelaar | -104/+150 |
| 2013-02-19 | syntax: fix the indentation of a function | Erick Tryzelaar | -36/+36 |
| 2013-02-19 | Change functions from taking ~str to taking &str | Erick Tryzelaar | -3/+3 |
| 2013-02-19 | libsyntax: convert interner into a modern struct | Erick Tryzelaar | -42/+36 |
| 2013-02-19 | auto merge of #5002 : catamorphism/rust/one-tuples, r=graydon | bors | -8/+37 |
| 2013-02-18 | auto merge of #5005 : alexcrichton/rust/bitv++, r=catamorphism | bors | -4/+8 |
| 2013-02-18 | auto merge of #5004 : luqmana/rust/rename-use-import, r=catamorphism | bors | -14/+14 |
| 2013-02-18 | rustc: For one-tuples, make parsing and printing the type work | Tim Chevalier | -2/+14 |
| 2013-02-17 | Modernize bitv mut fields and explicit self | Alex Crichton | -4/+8 |
| 2013-02-17 | libsyntax: Update view_item_use/import to reflect actual usage | Luqman Aden | -14/+14 |
| 2013-02-17 | syntax: Allow 1-tuple expressions | Tim Chevalier | -6/+23 |
| 2013-02-17 | libsyntax: Long lines. | Luqman Aden | -6/+12 |
| 2013-02-17 | libsyntax: Explicit-self-ify pipes compiler. | Luqman Aden | -122/+110 |
| 2013-02-17 | libsyntax: Remove last use of structural records in pipes compiler. | Luqman Aden | -56/+69 |
| 2013-02-16 | auto merge of #4978 : z0w0/rust/issue-607, r=graydon | bors | -10/+20 |
| 2013-02-17 | syntax: Implement recursive sorting of meta items. Closes #607 | Zack Corr | -10/+20 |
| 2013-02-16 | Parse (and discard) lifetime declarations on function types | Niko Matsakis | -17/+29 |
| 2013-02-16 | Permit lifetimes to appear in type parameter lists and after `&`. Lifetimes in | Niko Matsakis | -11/+105 |
| 2013-02-15 | librustc: Stop parsing `impl Type : Trait` and fix several declarations that ... | Patrick Walton | -66/+67 |
| 2013-02-15 | auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brson | bors | -1/+1 |
| 2013-02-15 | libsyntax: Remove move as a keyword. | Luqman Aden | -2/+2 |
| 2013-02-15 | libsyntax: Get rid of uses of `move` and don't parse it. | Luqman Aden | -130/+123 |
| 2013-02-14 | auto merge of #4941 : nickdesaulniers/rust/issue4524cleanup, r=catamorphism | bors | -9/+0 |
| 2013-02-14 | remove die definition and use in doc tests | Nick Desaulniers | -9/+0 |
| 2013-02-14 | auto merge of #4927 : sanxiyn/rust/remove-dvec, r=catamorphism | bors | -10/+7 |
| 2013-02-14 | auto merge of #4911 : lifthrasiir/rust/comment-exemptions, r=catamorphism | bors | -39/+64 |
| 2013-02-14 | Convert all uses of vec::slice to vec::view Issue #3869 | Nick Desaulniers | -1/+1 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -26/+26 |
| 2013-02-14 | Remove DVec from syntax::parse | Seo Sanghyeon | -10/+7 |
| 2013-02-13 | auto merge of #4922 : jbclements/rust/add-deriving-eq-to-asts, r=catamorphism | bors | -544/+236 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -47/+47 |
| 2013-02-13 | cleanup, fix test case | John Clements | -4/+12 |
| 2013-02-13 | libsyntax: Pretty print using the new impl syntax. r=brson | Patrick Walton | -2/+4 |
| 2013-02-13 | add test case | John Clements | -1/+30 |
| 2013-02-13 | deriving_eq for tokens and binops | John Clements | -6/+1 |
| 2013-02-13 | finish deriving_eq in ast | John Clements | -11/+2 |
| 2013-02-13 | deriving-eq all over ast | John Clements | -502/+81 |
| 2013-02-13 | @mut fix | John Clements | -3/+3 |