| Age | Commit message (Expand) | Author | Lines |
| 2013-08-19 | Make supertrait methods callable on object types. | Michael Sullivan | -2/+12 |
| 2013-08-19 | Issue #3678: Remove wrappers and call foreign functions directly | Niko Matsakis | -0/+12 |
| 2013-08-11 | typeck: Modify method resolution to use new object adjustments, and | Niko Matsakis | -3/+2 |
| 2013-08-06 | auto merge of #8313 : msullivan/rust/cleanup, r=catamorphism | bors | -3/+7 |
| 2013-08-06 | Move EnumSet into libextra | Sangeun Kim | -6/+4 |
| 2013-08-05 | Improve debug spew in _match. | Michael Sullivan | -3/+7 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -5/+5 |
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -4/+6 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -5/+5 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -2/+2 |
| 2013-07-25 | auto merge of #8027 : nikomatsakis/rust/issue-4846-multiple-lifetime-paramete... | bors | -13/+34 |
| 2013-07-24 | Generalize the `ty::substs` struct so that it can represent | Niko Matsakis | -13/+34 |
| 2013-07-23 | Major rework of how calls to self and super methods work. | Michael Sullivan | -7/+0 |
| 2013-07-17 | librustc: Remove the `Copy` bound from the language. | Patrick Walton | -2/+0 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -1/+1 |
| 2013-07-12 | auto merge of #7725 : msullivan/rust/default-methods, r=pcwalton | bors | -11/+7 |
| 2013-07-11 | Clean up Repr impls a bit so we can add generic impls for @ and ~. | Michael Sullivan | -11/+7 |
| 2013-07-11 | Silence various warnings | Niko Matsakis | -1/+1 |
| 2013-07-11 | Port region inference code to use new graph | Niko Matsakis | -0/+6 |
| 2013-07-10 | Add an identifier to TypeParameterDefs and use it to pretty print type parame... | Niko Matsakis | -10/+11 |
| 2013-07-01 | Correct merge errors, broken tests | Niko Matsakis | -1/+1 |
| 2013-07-01 | Defer reasoning about region relationships until after regionck. | Niko Matsakis | -0/+19 |
| 2013-06-29 | Warning cleanup | Corey Richardson | -2/+0 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -2/+1 |
| 2013-06-28 | librustc: Fix merge fallout and test cases. | Patrick Walton | -1/+3 |
| 2013-06-28 | librustc: Change Const to Freeze in the compiler | Patrick Walton | -2/+2 |
| 2013-06-28 | librustc: Rename Owned to Send in the compiler | Patrick Walton | -2/+2 |
| 2013-06-25 | Warning police | James Miller | -1/+0 |
| 2013-06-23 | Fix pretty-printing builtin bounds on closures and traits | Ben Blum | -2/+6 |
| 2013-06-23 | Parse and typecheck (not kindcheck) bounds on trait paths. | Ben Blum | -2/+6 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -2/+2 |
| 2013-06-22 | Fix-up PP Code to reflect new lifetime param syntax | James Miller | -37/+44 |
| 2013-06-22 | Initial Type Refactoring done | James Miller | -9/+9 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -1/+0 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -4/+4 |
| 2013-06-11 | option: remove redundant old_iter impls | Daniel Micay | -1/+2 |
| 2013-06-10 | std: remove str::{connect,concat}*. | Huon Wilson | -7/+7 |
| 2013-06-10 | std: remove str::{len, slice, is_empty} in favour of methods. | Huon Wilson | -1/+1 |
| 2013-06-06 | Clean up a handful of build warnings. | Michael Sullivan | -1/+1 |
| 2013-06-05 | token_to_ident takes argument by reference | John Clements | -1/+1 |
| 2013-06-05 | interner just uses uints, not idents with syntax context | John Clements | -1/+1 |
| 2013-06-05 | removed some interner fields | John Clements | -1/+2 |
| 2013-06-01 | syntax: move callee_id into the expr_ variants | Erick Tryzelaar | -1/+0 |
| 2013-05-30 | Add 'Sized' builtin kind; doesn't do anything yet | Ben Blum | -1/+3 |
| 2013-05-30 | Remove a bunch of unnecessary allocations and copies | Björn Steinbrink | -1/+1 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+3 |
| 2013-05-28 | Move checking for moves and initialization of local variables and patterns into | Niko Matsakis | -0/+6 |
| 2013-05-28 | Remove unnecessary allocations flagged by lint | Seo Sanghyeon | -4/+4 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+2 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -5/+5 |