| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-02-13 | Commenting, test cases, cleanup | John Clements | -28/+118 |
| 2013-02-13 | auto merge of #4840 : jbclements/rust/add-json-enum-encoding, r=catamorphism | bors | -11/+162 |
| 2013-02-13 | retabbing | John Clements | -59/+60 |
| 2013-02-13 | libsyntax: don't parse ////, /***/ as doc comments | Kang Seonghoon | -39/+64 |
| 2013-02-12 | added rather elaborate test framework | John Clements | -17/+126 |
| 2013-02-11 | Fix license block | Brian Anderson | -2/+2 |
| 2013-02-11 | Update copyright years | Mikko Perttunen | -1/+1 |
| 2013-02-11 | Use topmost span for macro expansion location. Fixes behaviour of file!, line... | Mikko Perttunen | -7/+28 |
| 2013-02-09 | auto merge of #4861 : sethpink/rust/incoming, r=catamorphism | bors | -52/+24 |
| 2013-02-09 | auto merge of #4854 : thestinger/rust/oldmap, r=catamorphism | bors | -14/+12 |
| 2013-02-09 | tidy | John Clements | -5/+7 |
| 2013-02-09 | fix typos in sample code, add enum to json encoder, add test case | John Clements | -11/+50 |
| 2013-02-09 | Issue #4830 fix | Seth Pink | -52/+24 |
| 2013-02-08 | libsyntax/attr.rs: switch from oldmap to LinearSet | Daniel Micay | -5/+3 |
| 2013-02-08 | oldmap: get rid of legacy _ref suffixes | Daniel Micay | -10/+10 |
| 2013-02-09 | Added related FIXME for 3260 | Matthijs Hofstra | -1/+1 |
| 2013-02-09 | Fix for issue 2174 | Matthijs Hofstra | -4/+16 |