| Age | Commit message (Expand) | Author | Lines |
| 2013-03-19 | syntax: move ext/deriving.rs to ext/deriving/mod.rs | Andrew Paseltiner | -0/+0 |
| 2013-03-19 | auto merge of #5426 : nikomatsakis/rust/issue-4846-lifetimes-in-expl-self, r=... | bors | -5/+7 |
| 2013-03-19 | Allow custom messages on assert statements | Alex Crichton | -0/+5 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -17/+35 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -4/+10 |
| 2013-03-18 | Make &self permit explicit lifetimes, but don't really use them | Niko Matsakis | -5/+7 |
| 2013-03-15 | auto merge of #5359 : luqmana/rust/inline-asm, r=pcwalton | bors | -1/+9 |
| 2013-03-15 | Tidy. | Luqman Aden | -1/+1 |
| 2013-03-15 | Implicitly use addr_of for output operands in asm. | Luqman Aden | -0/+7 |
| 2013-03-15 | Actually pass inline asm operands around. | Luqman Aden | -1/+2 |
| 2013-03-15 | impl Clone for ~T, ~[T], ~str | Ben Striegel | -1/+1 |
| 2013-03-13 | librustc: Remove "base types" from the language. | Patrick Walton | -4/+8 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -237/+247 |
| 2013-03-13 | auto merge of #5293 : brson/rust/logging, r=brson | bors | -19/+18 |
| 2013-03-12 | auto merge of #5320 : apasel422/rust/metaderive, r=graydon | bors | -0/+45 |
| 2013-03-12 | syntax: implement #[deriving] meta-attribute | Andrew Paseltiner | -0/+45 |
| 2013-03-12 | Add alignstack option for inline asm. | Luqman Aden | -1/+4 |
| 2013-03-12 | Keep everything tidy. | Luqman Aden | -9/+8 |
| 2013-03-12 | Parse operands properly and add a way to indicate volatile asm. | Luqman Aden | -11/+129 |
| 2013-03-12 | Create asm! syntax extension. | Luqman Aden | -0/+56 |
| 2013-03-11 | Remove the log keyword (by renaming it to __log) | Brian Anderson | -8/+8 |
| 2013-03-11 | core: Remove logging constants | Brian Anderson | -8/+8 |
| 2013-03-11 | Remove uses of log | Brian Anderson | -11/+10 |
| 2013-03-11 | libsyntax: Remove newtype enums from libsyntax. rs=deenum | Patrick Walton | -15/+1 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -17/+17 |
| 2013-03-09 | Remove @ast::Region and replace with @ast::Lifetime. | Niko Matsakis | -11/+4 |
| 2013-03-08 | auto merge of #5278 : brson/rust/logplusplus, r=brson | bors | -8/+32 |
| 2013-03-08 | syntax: Remove uses of DVec | Alex Crichton | -24/+18 |
| 2013-03-07 | test: Fix tests. | Patrick Walton | -1/+2 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -3/+3 |
| 2013-03-07 | libsyntax: Remove struct literal expressions from the compiler | Patrick Walton | -8/+4 |
| 2013-03-07 | Make debug!, etc. macros not require a format string | Brian Anderson | -8/+32 |
| 2013-03-06 | auto merge of #5255 : jbclements/rust/remove-parse-value-ident, r=graydon | bors | -0/+1 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -16/+15 |
| 2013-03-06 | removed unused abstraction over paths and value_paths | John Clements | -0/+1 |
| 2013-03-05 | core: convert vec::{last,last_opt} to return references | Erick Tryzelaar | -1/+1 |
| 2013-03-05 | auto merge of #5231 : jbclements/rust/better-macro-error-message, r=graydon | bors | -5/+13 |
| 2013-03-05 | auto merge of #5179 : alexcrichton/rust/default-warn-unused-import, r=graydon | bors | -35/+1 |
| 2013-03-04 | simplified msg (TMI on old one) | John Clements | -2/+2 |
| 2013-03-04 | better error message for macros with MOD_SEPs | John Clements | -5/+13 |
| 2013-03-04 | libsyntax: Implement `#[deriving_clone]` | Patrick Walton | -16/+288 |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -9/+0 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -26/+1 |
| 2013-03-03 | libsyntax: add &self to extensions | Erick Tryzelaar | -24/+34 |
| 2013-03-02 | auto merge of #5203 : erickt/rust/incoming, r=brson | bors | -7/+8 |
| 2013-03-02 | librustc: Stop parsing `fn@`, `fn~`, and `fn&` | Patrick Walton | -3/+3 |
| 2013-03-02 | libsyntax: Remove `fn@`, `fn~`, and `fn&` from libsyntax. rs=defun | Patrick Walton | -26/+46 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -1/+2 |
| 2013-03-02 | libsyntax: add some more explicit copies for vecs_implicitly_copyable) | Erick Tryzelaar | -7/+8 |
| 2013-03-02 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -2/+2 |