| Age | Commit message (Expand) | Author | Lines |
| 2013-03-18 | Fix pretty printer for fixed length vectors. | Luqman Aden | -3/+3 |
| 2013-03-18 | Allow constant expressions in [Type * n]. | Luqman Aden | -3/+3 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -5/+8 |
| 2013-03-18 | Make &self permit explicit lifetimes, but don't really use them | Niko Matsakis | -11/+14 |
| 2013-03-16 | auto merge of #5374 : z0w0/rust/rustdoc-explicit-self, r=z0w0 | bors | -2/+3 |
| 2013-03-16 | syntax: Fix fun_to_str test | Zack Corr | -1/+1 |
| 2013-03-15 | Actually pass inline asm operands around. | Luqman Aden | -2/+18 |
| 2013-03-14 | rustdoc: Document explicit self in methods. Closes #5254 | Zack Corr | -1/+2 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -5/+10 |
| 2013-03-13 | Remove `++` mode from the compiler (it is parsed as `+` mode) | Niko Matsakis | -1/+0 |
| 2013-03-13 | auto merge of #5293 : brson/rust/logging, r=brson | bors | -1/+1 |
| 2013-03-12 | Add alignstack option for inline asm. | Luqman Aden | -1/+1 |
| 2013-03-12 | Parse operands properly and add a way to indicate volatile asm. | Luqman Aden | -2/+6 |
| 2013-03-12 | Create asm! syntax extension. | Luqman Aden | -1/+1 |
| 2013-03-12 | Parse inline assembly. | Luqman Aden | -0/+8 |
| 2013-03-11 | Remove uses of log | Brian Anderson | -1/+1 |
| 2013-03-11 | auto merge of #5304 : jld/rust/const-adjustments, r=graydon | bors | -0/+5 |
| 2013-03-11 | librustc: Lint the old `drop` destructor notation off | Patrick Walton | -27/+2 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -2/+2 |
| 2013-03-11 | Implement vector destructuring from tail | Seo Sanghyeon | -5/+11 |
| 2013-03-09 | Don't print addr_of(addr_of(e)) as `&&e`, which means something else. | Jed Davis | -0/+5 |
| 2013-03-09 | Remove @ast::Region and replace with @ast::Lifetime. | Niko Matsakis | -33/+26 |
| 2013-03-08 | syntax: Remove uses of DVec | Alex Crichton | -4/+3 |
| 2013-03-07 | test: Fix tests. | Patrick Walton | -1/+3 |
| 2013-03-07 | librustc: Stop parsing `assert`. | Patrick Walton | -4/+0 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -14/+14 |
| 2013-03-07 | librustc: Remove record patterns from the compiler | Patrick Walton | -19/+0 |
| 2013-03-07 | libsyntax: Remove struct literal expressions from the compiler | Patrick Walton | -16/+0 |
| 2013-03-07 | librustc: Remove structural record types from the compiler | Patrick Walton | -14/+0 |
| 2013-03-06 | patch up pretty printing of things with both lifetime and type parameters | Niko Matsakis | -0/+1 |
| 2013-03-06 | Improve error messages when illegal lifetimes are used | Niko Matsakis | -0/+4 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -2/+2 |
| 2013-03-06 | Fix a bug with region-parameterized enums etc where trans considered | Niko Matsakis | -1/+1 |
| 2013-03-05 | libsyntax: Separate multiple inherited traits with `+` | Patrick Walton | -1/+4 |
| 2013-03-05 | Update region inference for traits so that a method with | Niko Matsakis | -1/+0 |
| 2013-03-05 | auto merge of #5212 : thestinger/rust/iter, r=graydon | bors | -6/+6 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -7/+0 |
| 2013-03-03 | replace option::iter with a BaseIter impl | Daniel Micay | -6/+6 |
| 2013-03-02 | librustc: Stop parsing `fn@`, `fn~`, and `fn&` | Patrick Walton | -11/+0 |
| 2013-03-02 | libsyntax: Remove `fn@`, `fn~`, and `fn&` from libsyntax. rs=defun | Patrick Walton | -3/+3 |
| 2013-03-02 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -17/+13 |
| 2013-03-02 | auto merge of #5137 : yjh0502/rust/empty_struct, r=nikomatsakis | bors | -1/+1 |
| 2013-03-02 | Remove REC, change related tests/docs | Jihyun Yu | -1/+1 |
| 2013-03-02 | Fix some struct-tuple def prettyprint issues | Seth Pink | -16/+12 |
| 2013-03-01 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -2/+5 |
| 2013-02-28 | Fix implicit leaks of imports throughout libraries | Alex Crichton | -2/+5 |
| 2013-02-28 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -52/+76 |
| 2013-02-27 | Introduce lifetime declarations into the lists of type parameters. | Niko Matsakis | -39/+63 |
| 2013-02-26 | libsyntax: remove vecs_implicitly_copyable from the printer | Erick Tryzelaar | -25/+26 |
| 2013-02-26 | libsyntax: change token::to_str to take &Token | Erick Tryzelaar | -2/+2 |