| Age | Commit message (Expand) | Author | Lines |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+8 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -5/+5 |
| 2013-05-19 | Register snapshots | Brian Anderson | -19/+0 |
| 2013-05-16 | fix warnings | Corey Richardson | -0/+1 |
| 2013-05-16 | Add BuiltinBounds to closure type: parse and handle subtyping, | Niko Matsakis | -1/+11 |
| 2013-05-15 | auto merge of #6487 : recrack/rust/vec_len, r=thestinger | bors | -1/+1 |
| 2013-05-14 | rustc: rename ty::method to ty::Method and add ctor | Erick Tryzelaar | -3/+3 |
| 2013-05-14 | rustc: rename ast::self_ty and related fields to explicit_self | Erick Tryzelaar | -3/+3 |
| 2013-05-14 | rustc: Remove ty::arg | Erick Tryzelaar | -10/+4 |
| 2013-05-15 | Rename vec::len(var) to var.len() | Youngmin Yoo | -1/+1 |
| 2013-05-14 | Fix test fallout from removing vecs_implicitly_copyable | Alex Crichton | -1/+0 |
| 2013-05-13 | Remove re-exports from libcore/core.rc | Alex Crichton | -3/+3 |
| 2013-05-10 | Fix merge "failures" | Alex Crichton | -0/+17 |
| 2013-05-09 | rustc: Add EnumSet tests | Niko Matsakis | -4/+149 |
| 2013-05-09 | Refactor representation of bounds to separate out BuiltinBounds into | Niko Matsakis | -21/+159 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -18/+0 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -18/+0 |
| 2013-04-30 | allover: numerous unused muts etc | Niko Matsakis | -1/+2 |
| 2013-04-30 | new borrow checker (mass squash) | Niko Matsakis | -1/+16 |
| 2013-04-29 | librustc: Remove the concept of modes from the compiler. | Patrick Walton | -28/+13 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -8/+0 |
| 2013-04-19 | rustc: de-mode + fallout from libsyntax changes | Alex Crichton | -7/+7 |
| 2013-04-17 | Allow casting to mutable trait objects. | Josh Matthews | -7/+11 |
| 2013-04-10 | Issue #5656: Make &self not mean "&'self self" | Niko Matsakis | -0/+6 |
| 2013-04-10 | Reason about nested free variables that appear in a function | Niko Matsakis | -18/+21 |
| 2013-04-09 | Cleanup substitutions and treatment of generics around traits in a number of ... | Niko Matsakis | -14/+264 |
| 2013-04-06 | librustc: use new `[ty, .. len]` syntax for fixed vector errors. | Huon Wilson | -1/+1 |
| 2013-04-05 | Refactor so that references to traits are not represented using a type with a | Niko Matsakis | -1/+6 |
| 2013-04-05 | Rather than storing a list of ty::method per trait, store one ty::method | Niko Matsakis | -1/+1 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -2/+2 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -1/+1 |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -6/+6 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -2/+2 |
| 2013-03-26 | Move ast_map::map to LinearMap | Alex Crichton | -7/+7 |
| 2013-03-26 | rustc: Remove uses of oldmap::HashMap | Alex Crichton | -4/+2 |
| 2013-03-21 | auto merge of #5466 : Kimundi/rust/view-slice-rename, r=bstrie | bors | -1/+1 |
| 2013-03-21 | auto merge of #5470 : sanxiyn/rust/remove-oldmap-2, r=sanxiyn | bors | -0/+10 |
| 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 | Move the function to time passes to util | Seo Sanghyeon | -0/+10 |
| 2013-03-21 | renamed str::view -> slice_DBG_BRWD | Marvin Löbel | -1/+1 |
| 2013-03-20 | Refactor the self-info so that the def-id is carried in ty_self() | Niko Matsakis | -1/+1 |
| 2013-03-20 | rustc: Remove some bad copies throughout | Alex Crichton | -10/+10 |
| 2013-03-18 | libsyntax: Stop parsing old lifetimes, except for the ones on data type decla... | Patrick Walton | -22/+21 |
| 2013-03-13 | librustc: Separate out trait storage from evec/estr storage | Patrick Walton | -2/+11 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -1/+1 |
| 2013-03-07 | librustc: Remove structural record types from the compiler | Patrick Walton | -7/+2 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -8/+0 |
| 2013-03-02 | librustc: Remove `fn@`, `fn~`, and `fn&` from librustc. rs=defun | Patrick Walton | -2/+2 |
| 2013-02-28 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -1/+4 |
| 2013-02-27 | Turn old `drop` blocks into `Drop` traits | Ben Striegel | -1/+4 |