| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-02-27 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -7/+7 |
| 2013-02-25 | libsyntax: progress on making syntax::visit vecs_implicitly_copyable-free | Erick Tryzelaar | -5/+5 |
| 2013-02-23 | Fix slice printing | oncemoreification | -3/+1 |
| 2013-02-22 | Fix vector syntax in error messages | oncemoreification | -6/+8 |
| 2013-02-19 | librustc: change driver::session::Session::str_of to return @~str | Erick Tryzelaar | -3/+4 |
| 2013-02-15 | librustc: Get rid of `move`. | Luqman Aden | -1/+1 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -74/+85 |
| 2013-02-05 | oldmap: use &K instead of K in find and get | Patrick Walton | -3/+3 |
| 2013-02-05 | Revert "oldmap: use &K instead of K in find and get" | Graydon Hoare | -3/+3 |
| 2013-02-03 | oldmap: use &K instead of K in find and get | Daniel Micay | -3/+3 |
| 2013-02-03 | rename map -> oldmap and mark it as deprecated | Daniel Micay | -2/+2 |