| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-05-02 | Merge remote-tracking branch 'brson/io' into incoming | Brian Anderson | -1/+1 |
| 2013-05-02 | librustc: Update the serializer to work properly with INHTWAMA, removing muta... | Patrick Walton | -117/+278 |
| 2013-05-03 | Use static strings | Jeong YunWon | -1/+1 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -67/+0 |
| 2013-05-01 | allow parsing attributes on struct fields | Erick Tryzelaar | -1/+2 |
| 2013-05-01 | rustc: remove the rest of drop | Erick Tryzelaar | -1/+0 |
| 2013-04-30 | Merge remote-tracking branch 'brson/io' | Brian Anderson | -1/+1 |
| 2013-04-30 | new borrow checker (mass squash) | Niko Matsakis | -62/+71 |
| 2013-04-30 | adapt to snapshot | Niko Matsakis | -11/+0 |
| 2013-04-29 | librustc: Forbid type implementations on typedefs. | Patrick Walton | -1/+44 |
| 2013-04-29 | librustc: Change labels to use the lifetime notation `'`. | Patrick Walton | -5/+18 |
| 2013-04-29 | test: Fix tests. | Patrick Walton | -1/+3 |
| 2013-04-29 | librustc: Remove the concept of modes from the compiler. | Patrick Walton | -17/+15 |
| 2013-04-29 | librustc: Remove `ptr::addr_of`. | Patrick Walton | -5/+3 |
| 2013-04-28 | change stage1,stage2,stage2 into not(stage0) | John Clements | -3/+1 |