| Age | Commit message (Expand) | Author | Lines |
| 2013-03-13 | test: Some test fixes | Patrick Walton | -19/+19 |
| 2013-03-13 | librustc: Remove implicit self from the language, except for old-style drop b... | Patrick Walton | -343/+322 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -35/+35 |
| 2013-03-13 | Remove `++` mode from the compiler (it is parsed as `+` mode) | Niko Matsakis | -48/+31 |
| 2013-03-13 | Revamp foreign code not to consider the Rust modes. This requires | Niko Matsakis | -0/+149 |
| 2013-03-13 | auto merge of #5319 : brson/rust/debuginfo, r=brson | bors | -14/+79 |
| 2013-03-13 | auto merge of #5293 : brson/rust/logging, r=brson | bors | -568/+538 |
| 2013-03-12 | auto merge of #5320 : apasel422/rust/metaderive, r=graydon | bors | -0/+89 |
| 2013-03-12 | syntax: implement #[deriving] meta-attribute | Andrew Paseltiner | -0/+89 |
| 2013-03-12 | auto merge of #5328 : bstrie/rust/optadd, r=graydon | bors | -0/+27 |
| 2013-03-11 | Remove the log keyword (by renaming it to __log) | Brian Anderson | -14/+0 |
| 2013-03-11 | Remove uses of log | Brian Anderson | -554/+538 |
| 2013-03-11 | auto merge of #5304 : jld/rust/const-adjustments, r=graydon | bors | -0/+74 |
| 2013-03-11 | Implement Add on Option types | Ben Striegel | -0/+27 |
| 2013-03-11 | rt/core: port os::list_dir to rust ref #4812 | Jeff Olson | -5/+2 |
| 2013-03-11 | Re-enable struct value printing in debug info tests with gdb pretty printing off | Brian Leibig | -10/+9 |
| 2013-03-11 | Disable struct value printing in debug info tests | Brian Leibig | -8/+4 |
| 2013-03-11 | Debuginfo revamp | Brian Leibig | -12/+82 |
| 2013-03-11 | librustc: Lint the old `drop` destructor notation off | Patrick Walton | -39/+4 |
| 2013-03-11 | test: Fix tests. rs=tests | Patrick Walton | -31/+31 |
| 2013-03-11 | test: Remove newtype enums from the test suite. rs=deenum | Patrick Walton | -110/+42 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -140/+140 |
| 2013-03-11 | Add one more test for vector destructuring | Seo Sanghyeon | -1/+42 |
| 2013-03-11 | Implement vector destructuring from tail | Seo Sanghyeon | -41/+61 |
| 2013-03-09 | Const dereference works now, so allow it. | Jed Davis | -0/+20 |
| 2013-03-09 | Don't copy const data to do an autoderef+autoref. | Jed Davis | -0/+18 |
| 2013-03-09 | Add some tests for const auto-deref. | Jed Davis | -0/+36 |
| 2013-03-09 | Make a const translation test match TESTNAME=const | Jed Davis | -0/+0 |
| 2013-03-09 | Remove @ast::Region and replace with @ast::Lifetime. | Niko Matsakis | -24/+21 |
| 2013-03-09 | core: implement Clone for primitive types | Andrew Paseltiner | -3/+19 |
| 2013-03-08 | auto merge of #5278 : brson/rust/logplusplus, r=brson | bors | -0/+10 |
| 2013-03-08 | Fix dvec-related fallout in tests | Alex Crichton | -30/+2 |
| 2013-03-08 | test: Removing dvec uses | Alex Crichton | -141/+8 |
| 2013-03-08 | std: Remove uses of DVec | Alex Crichton | -0/+27 |
| 2013-03-07 | test: Fix tests. | Patrick Walton | -214/+278 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -1816/+1816 |
| 2013-03-07 | libsyntax: Stop parsing structural record types | Patrick Walton | -2/+2 |
| 2013-03-07 | librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r... | Patrick Walton | -306/+435 |
| 2013-03-07 | Make debug!, etc. macros not require a format string | Brian Anderson | -0/+10 |
| 2013-03-07 | Allow casting integers to unsafe pointers in constant expressions. | Josh Matthews | -0/+15 |
| 2013-03-07 | Inline constants across crates. | Josh Matthews | -0/+61 |
| 2013-03-07 | Permit casting region pointers to unsafe ones. | Josh Matthews | -0/+88 |
| 2013-03-06 | Test for struct-like variants in consts | Jed Davis | -0/+23 |
| 2013-03-06 | Add regression tests for a subtle aspect of expr_struct translation. | Jed Davis | -0/+32 |
| 2013-03-06 | Add a test for enum discriminant range overflow. | Jed Davis | -0/+31 |
| 2013-03-06 | auto merge of #5182 : youknowone/rust/enum-cast, r=brson | bors | -0/+31 |
| 2013-03-06 | fix test to not use fn expr | Niko Matsakis | -1/+2 |
| 2013-03-06 | Cheat and temporarily work around a pretty-printer bug | Niko Matsakis | -2/+2 |
| 2013-03-06 | Improve error messages when illegal lifetimes are used | Niko Matsakis | -8/+8 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -198/+183 |