| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-05-06 | Step one for 'proper' pub condition: support pub keyword in form. | Felix S. Klock II | -0/+15 |
| 2013-05-07 | libsyntax: add #[deriving(Rand, ToStr)]. | Huon Wilson | -0/+196 |
| 2013-05-07 | libsyntax: convert #[deriving(IterBytes)] to generic deriving | Huon Wilson | -223/+61 |
| 2013-05-07 | libsyntax: extend generic deriving code to handle almost all possible traits. | Huon Wilson | -554/+936 |
| 2013-05-06 | Add assert_approx_eq! macro | Brendan Zabarauskas | -0/+36 |
| 2013-05-05 | Fix two more write guard failures | Niko Matsakis | -1/+1 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -197/+284 |
| 2013-05-04 | Register snapshots | Brian Anderson | -11/+0 |
| 2013-05-04 | auto merge of #6230 : thestinger/rust/whitespace, r=catamorphism | bors | -5/+0 |
| 2013-05-03 | auto merge of #6219 : dotdash/rust/fmt, r=graydon | bors | -4/+2 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -5/+0 |
| 2013-05-03 | auto merge of #6046 : brson/rust/io, r=graydon | bors | -1/+1 |
| 2013-05-03 | Avoid needless creation of unique strings in fmt!() | Björn Steinbrink | -4/+2 |