| Age | Commit message (Expand) | Author | Lines |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -126/+126 |
| 2013-03-18 | Make &self permit explicit lifetimes, but don't really use them | Niko Matsakis | -0/+21 |
| 2013-03-18 | auto merge of #5420 : boggle/rust/sudoku-with-traits, r=graydon | bors | -106/+201 |
| 2013-03-18 | Refactored sudoku benchmark to use traits and added some tests | Stefan Plantikow | -106/+201 |
| 2013-03-15 | Clonify some of run-pass | Ben Striegel | -61/+64 |
| 2013-03-14 | auto merge of #5366 : tedhorst/rust/threadring, r=brson | bors | -0/+74 |
| 2013-03-14 | auto merge of #5365 : thestinger/rust/map, r=catamorphism | bors | -0/+4 |
| 2013-03-14 | test: Remove deprecated features from benchmark tests. rs=burningtree | Patrick Walton | -7/+15 |
| 2013-03-13 | test: Fix tests. rs=tests | Patrick Walton | -75/+83 |
| 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 | reinstate test/bench/shootout-threadring.rs | Ted Horst | -0/+74 |
| 2013-03-13 | add the mutate_values method to the Map trait | Daniel Micay | -0/+4 |
| 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-13 | Represent enums with regular structs; no more alignment-breaking casts. | Jed Davis | -0/+26 |
| 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 |