| Age | Commit message (Expand) | Author | Lines |
| 2013-05-20 | parser comment | John Clements | -0/+1 |
| 2013-05-20 | refactoring test functions | John Clements | -70/+105 |
| 2013-05-20 | auto merge of #6635 : brson/rust/snapshot, r=brson | bors | -249/+0 |
| 2013-05-19 | Register snapshots | Brian Anderson | -249/+0 |
| 2013-05-19 | Fix many warnings. | Steve Klabnik | -3/+2 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -7/+7 |
| 2013-05-18 | auto merge of #6603 : thestinger/rust/whitespace, r=thestinger | bors | -1/+0 |
| 2013-05-19 | reduce the usage of explicit version markers | Daniel Micay | -1/+1 |
| 2013-05-18 | minor automated whitespace fixes | Daniel Micay | -1/+0 |
| 2013-05-18 | Made bytes!() accept a list of string, integer or char literals | Marvin Löbel | -5/+50 |
| 2013-05-17 | Re-implement lint with less emphasis on item ids | Alex Crichton | -7/+13 |
| 2013-05-16 | Add BuiltinBounds to closure type: parse and handle subtyping, | Niko Matsakis | -11/+16 |
| 2013-05-16 | auto merge of #6530 : huonw/rust/deriving-deepclone, r=bstrie | bors | -7/+43 |
| 2013-05-16 | syntax: use fmt! over + in deriving/clone | Huon Wilson | -6/+6 |
| 2013-05-16 | auto merge of #6531 : sammykim/rust/bytes, r=luqmana | bors | -0/+31 |
| 2013-05-16 | syntax: implement #[deriving(DeepClone)]. Fixes #6514. | Huon Wilson | -6/+42 |
| 2013-05-16 | Implement bytes! syntax extension | Sangeun Kim | -0/+31 |
| 2013-05-15 | auto merge of #6502 : huonw/rust/no-auto-code, r=graydon | bors | -1738/+714 |
| 2013-05-15 | auto merge of #6500 : kud1ing/rust/cleanup, r=bstrie | bors | -36/+0 |
| 2013-05-16 | syntax: deprecate #[auto_{en,de}code] in favour of #[deriving({En,De}codable)]. | Huon Wilson | -1738/+714 |
| 2013-05-15 | auto merge of #6499 : dotdash/rust/static_keywords, r=thestinger | bors | -127/+127 |
| 2013-05-15 | auto merge of #6487 : recrack/rust/vec_len, r=thestinger | bors | -14/+14 |
| 2013-05-15 | remove deriving_eq, deriving_iter_bytes, deriving_clone (deprecated in 0.6) | Lenny222 | -36/+0 |
| 2013-05-15 | Allow static strings to be used with keyword checks | Björn Steinbrink | -127/+127 |
| 2013-05-14 | auto merge of #6224 : erickt/rust/rustc-cleanup, r=erickt | bors | -76/+176 |
| 2013-05-14 | auto merge of #6478 : dotdash/rust/inlining, r=catamorphism | bors | -0/+4 |
| 2013-05-14 | rustc: rename ast::self_ty and related fields to explicit_self | Erick Tryzelaar | -78/+77 |
| 2013-05-14 | syntax: add IterBytes impls for some ast types | Erick Tryzelaar | -0/+101 |
| 2013-05-15 | Rename vec::len(var) to var.len() | Youngmin Yoo | -14/+14 |
| 2013-05-15 | Use parentheses for cond! macro instead of preceding pipes | Brendan Zabarauskas | -4/+4 |
| 2013-05-15 | Add Scheme-style `cond!` macro to syntax::ext::expand | Brendan Zabarauskas | -1/+35 |
| 2013-05-14 | Add inlining for iter_bytes for types used as hashmap keys | Björn Steinbrink | -0/+4 |
| 2013-05-14 | Fix test fallout from removing vecs_implicitly_copyable | Alex Crichton | -28/+23 |
| 2013-05-14 | syntax: Remove #[allow(vecs_implicitly_copyable)] | Alex Crichton | -236/+239 |
| 2013-05-14 | Fix cosmetics for fail!() calls | Marvin Löbel | -4/+3 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -27/+27 |
| 2013-05-12 | libsyntax: Tighten up expressions in patterns to only allow identifiers or li... | Patrick Walton | -3/+30 |
| 2013-05-12 | librustc: Make `self` and `static` into keywords | Patrick Walton | -82/+76 |
| 2013-05-12 | libsyntax: Remove `extern mod foo { ... }` from the language. | Patrick Walton | -6/+17 |
| 2013-05-11 | clean up the last bit of warnings | Corey Richardson | -1/+0 |
| 2013-05-11 | Warning police | Tim Chevalier | -11/+8 |
| 2013-05-11 | auto merge of #6389 : sonwow/rust/issue-3356, r=bstrie | bors | -9/+9 |
| 2013-05-10 | Remove the '<->' operator from the language | Alex Crichton | -18/+11 |
| 2013-05-10 | auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwalton | bors | -23/+197 |
| 2013-05-10 | renamed str::from_slice to str::to_owned | Youngsoo Son | -1/+1 |
| 2013-05-10 | auto merge of #6329 : sonwow/rust/issue-6306, r=ILyoan | bors | -4/+4 |
| 2013-05-10 | renamed vec::from_slice to vec::to_owned | Youngsoo Son | -8/+8 |
| 2013-05-10 | auto merge of #6356 : dotdash/rust/strinterner, r=pcwalton | bors | -319/+374 |
| 2013-05-10 | Fix deriving(IterBytes) to use the new for-loop protocol | Alex Crichton | -11/+15 |
| 2013-05-10 | syntax: Use the new `for` protocol | Alex Crichton | -12/+182 |