| Age | Commit message (Expand) | Author | Lines |
| 2013-03-22 | librustc: Remove all uses of `static` from functions. rs=destatic | Patrick Walton | -3/+3 |
| 2013-03-22 | Pass the fmt! buffer to each conversion method | Alex Crichton | -58/+59 |
| 2013-03-22 | Build up the result of fmt! in a buffer instead of a vector | Alex Crichton | -30/+44 |
| 2013-03-22 | syntax: make old `#[deriving_foo]` attribute obsolete | Andrew Paseltiner | -3/+31 |
| 2013-03-22 | syntax: replace uses of old deriving attribute with new one | Andrew Paseltiner | -4/+4 |
| 2013-03-21 | auto merge of #5407 : jbclements/rust/add-assert-eq-macro, r=jbclements | bors | -18/+25 |
| 2013-03-21 | back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli... | Marvin Löbel | -1/+1 |
| 2013-03-21 | renamed str::view -> slice_DBG_BRWD | Marvin Löbel | -1/+1 |
| 2013-03-20 | change some uses of fail_unless to assert_eq | John Clements | -18/+15 |
| 2013-03-20 | add assert_eq! macro | John Clements | -0/+10 |
| 2013-03-20 | auto merge of #5434 : apasel422/rust/deriving, r=nikomatsakis | bors | -1271/+1356 |
| 2013-03-20 | syntax: Removing some bad copies | Alex Crichton | -7/+7 |
| 2013-03-19 | syntax: split deriving module into submodules for each trait | Andrew Paseltiner | -977/+1062 |
| 2013-03-19 | auto merge of #5436 : alexcrichton/rust/assert-message, r=pcwalton | bors | -0/+5 |
| 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 |