| Age | Commit message (Expand) | Author | Lines |
| 2013-05-22 | syntax/ext: collect the ast building traits into a single trait. | Huon Wilson | -493/+420 |
| 2013-05-22 | syntax/ext: modernise ext_ctxt to be CamelCase and use new. | Huon Wilson | -324/+323 |
| 2013-05-22 | syntax/ext: Remove the trait-object indirection of the ext_ctxt object. | Huon Wilson | -106/+82 |
| 2013-05-21 | syntax/ext: remove the ~str dependence of the deriving code. | Huon Wilson | -79/+81 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -45/+42 |
| 2013-05-20 | Implement a lint mode to detect unnecessary allocations | Alex Crichton | -3/+3 |
| 2013-05-20 | getting rid of interner_key! macro | John Clements | -1/+1 |
| 2013-05-20 | hygiene infrastructure. | John Clements | -35/+58 |
| 2013-05-19 | Register snapshots | Brian Anderson | -15/+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 | -6/+7 |
| 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/+30 |
| 2013-05-16 | syntax: implement #[deriving(DeepClone)]. Fixes #6514. | Huon Wilson | -6/+42 |
| 2013-05-16 | Implement bytes! syntax extension | Sangeun Kim | -0/+30 |
| 2013-05-15 | auto merge of #6502 : huonw/rust/no-auto-code, r=graydon | bors | -1485/+629 |
| 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 | -1485/+629 |
| 2013-05-15 | auto merge of #6499 : dotdash/rust/static_keywords, r=thestinger | bors | -2/+2 |
| 2013-05-15 | auto merge of #6487 : recrack/rust/vec_len, r=thestinger | bors | -3/+3 |
| 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 | -2/+2 |
| 2013-05-14 | rustc: rename ast::self_ty and related fields to explicit_self | Erick Tryzelaar | -32/+31 |
| 2013-05-15 | Rename vec::len(var) to var.len() | Youngmin Yoo | -3/+3 |
| 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 | Fix test fallout from removing vecs_implicitly_copyable | Alex Crichton | -12/+8 |
| 2013-05-14 | syntax: Remove #[allow(vecs_implicitly_copyable)] | Alex Crichton | -136/+137 |
| 2013-05-14 | Fix cosmetics for fail!() calls | Marvin Löbel | -1/+1 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -10/+10 |
| 2013-05-12 | librustc: Make `self` and `static` into keywords | Patrick Walton | -27/+24 |
| 2013-05-11 | Warning police | Tim Chevalier | -5/+3 |
| 2013-05-11 | auto merge of #6389 : sonwow/rust/issue-3356, r=bstrie | bors | -8/+8 |
| 2013-05-10 | auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwalton | bors | -23/+33 |
| 2013-05-10 | renamed str::from_slice to str::to_owned | Youngsoo Son | -1/+1 |
| 2013-05-10 | renamed vec::from_slice to vec::to_owned | Youngsoo Son | -7/+7 |
| 2013-05-10 | auto merge of #6356 : dotdash/rust/strinterner, r=pcwalton | bors | -247/+246 |
| 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/+18 |
| 2013-05-09 | Use a specialized string interner to reduce the need for owned strings | Björn Steinbrink | -247/+246 |
| 2013-05-09 | auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn | bors | -1/+1 |
| 2013-05-08 | libcore: Fix more merge fallout. | Patrick Walton | -5/+28 |
| 2013-05-08 | librustc: Fix merge fallout. | Patrick Walton | -8/+4 |
| 2013-05-08 | test: Fix tests and the pipe compiler | Patrick Walton | -4/+5 |
| 2013-05-08 | librustc: Remove mutable fields from the language. | Patrick Walton | -15/+9 |
| 2013-05-09 | Fix typos | Sean Moon | -1/+1 |
| 2013-05-08 | auto merge of #6267 : huonw/rust/syntax-deriving-generaliseder, r=nikomatsakis | bors | -777/+1193 |
| 2013-05-07 | auto merge of #6271 : pnkfelix/rust/issue6009-condition-pub-priv-variants, r=... | bors | -0/+15 |
| 2013-05-06 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -0/+36 |