| Age | Commit message (Expand) | Author | Lines |
| 2013-03-10 | Correct copyright year to be 2012-2013. | Ben Kelly | -1/+1 |
| 2013-03-10 | Fix formatting and errors in std::getopts example. | Ben Kelly | -5/+8 |
| 2013-03-10 | auto merge of #5309 : nikomatsakis/rust/simplify_check_fn, r=nikomatsakis | bors | -39/+56 |
| 2013-03-10 | Simplify the interface to check_fn by pulling some of the madness out to its ... | Niko Matsakis | -39/+56 |
| 2013-03-10 | add a TotalOrd impl for the unit type | Daniel Micay | -1/+6 |
| 2013-03-09 | auto merge of #5285 : jld/rust/emacs-refix, r=brson | bors | -0/+1 |
| 2013-03-09 | Const dereference works now, so allow it. | Jed Davis | -2/+22 |
| 2013-03-09 | Don't copy const data to do an autoderef+autoref. | Jed Davis | -3/+27 |
| 2013-03-09 | Add some tests for const auto-deref. | Jed Davis | -0/+36 |
| 2013-03-09 | Don't print addr_of(addr_of(e)) as `&&e`, which means something else. | Jed Davis | -0/+5 |
| 2013-03-09 | Make a const translation test match TESTNAME=const | Jed Davis | -0/+0 |
| 2013-03-09 | Let const_deref "dereference" newtypes. | Jed Davis | -10/+47 |
| 2013-03-09 | Implement most of adjustment handling for consts. | Jed Davis | -40/+53 |
| 2013-03-09 | Break out const_addr_of. | Jed Davis | -7/+12 |
| 2013-03-09 | auto merge of #5302 : thestinger/rust/vec, r=nikomatsakis | bors | -246/+227 |
| 2013-03-09 | auto merge of #5296 : nikomatsakis/rust/region-syntax-expl-lifetimes-2, r=nik... | bors | -245/+195 |
| 2013-03-09 | Remove @ast::Region and replace with @ast::Lifetime. | Niko Matsakis | -245/+195 |
| 2013-03-09 | vec: cleanup | Daniel Micay | -219/+218 |
| 2013-03-09 | auto merge of #5295 : apasel422/rust/kate, r=brson | bors | -1/+1 |
| 2013-03-09 | vec: renovate the BaseIter impl | Daniel Micay | -27/+9 |
| 2013-03-09 | auto merge of #5294 : apasel422/rust/clone, r=nikomatsakis | bors | -3/+47 |
| 2013-03-09 | kate: remove assert keyword | Andrew Paseltiner | -1/+0 |
| 2013-03-09 | kate: add Not to list of traits | Andrew Paseltiner | -0/+1 |
| 2013-03-09 | core: implement Clone for primitive types | Andrew Paseltiner | -3/+47 |
| 2013-03-08 | auto merge of #5290 : bstrie/rust/dis, r=pcwalton | bors | -22/+28 |
| 2013-03-08 | Finish de-implicit-selfing everything but the test suite | Ben Striegel | -22/+28 |
| 2013-03-08 | auto merge of #5287 : thestinger/rust/iter-trait, r=pcwalton | bors | -151/+43 |
| 2013-03-08 | implement BaseIter for dlist (removing iter-trait) | Daniel Micay | -151/+43 |
| 2013-03-08 | rust-mode.el uses the 'cl macros, so it should actually require them | Jed Davis | -0/+1 |
| 2013-03-08 | auto merge of #5278 : brson/rust/logplusplus, r=brson | bors | -8/+42 |
| 2013-03-08 | auto merge of #5284 : thestinger/rust/iter-trait, r=brson | bors | -32/+0 |
| 2013-03-08 | rm obsolete iter-trait/option.rs file | Daniel Micay | -32/+0 |
| 2013-03-08 | auto merge of #5279 : alexcrichton/rust/no-dvec, r=pcwalton | bors | -902/+327 |
| 2013-03-08 | Fix dvec-related fallout in tests | Alex Crichton | -53/+17 |
| 2013-03-08 | core: Remove the dvec module | Alex Crichton | -400/+4 |
| 2013-03-08 | test: Removing dvec uses | Alex Crichton | -142/+9 |
| 2013-03-08 | syntax: Remove uses of DVec | Alex Crichton | -39/+29 |
| 2013-03-08 | rustc: Remove uses of DVec | Alex Crichton | -206/+191 |
| 2013-03-08 | std: Remove uses of DVec | Alex Crichton | -59/+78 |
| 2013-03-08 | core: Remove uses of DVec in io/repr | Alex Crichton | -38/+34 |
| 2013-03-07 | auto merge of #5260 : pcwalton/rust/assert, r=pcwalton | bors | -9459/+9613 |
| 2013-03-07 | librustc: Add #[link_args] to metadata | Patrick Walton | -1/+50 |
| 2013-03-07 | test: Fix tests. | Patrick Walton | -272/+397 |
| 2013-03-07 | librustc: Stop parsing `assert`. | Patrick Walton | -77/+38 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -6375/+6418 |
| 2013-03-07 | librustc: Remove record patterns from the compiler | Patrick Walton | -74/+31 |
| 2013-03-07 | libsyntax: Remove struct literal expressions from the compiler | Patrick Walton | -143/+24 |
| 2013-03-07 | librustc: Remove structural record types from the compiler | Patrick Walton | -371/+28 |
| 2013-03-07 | libsyntax: Stop parsing structural record types | Patrick Walton | -37/+21 |
| 2013-03-07 | librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r... | Patrick Walton | -1367/+1623 |