| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -2/+9 |
| 2013-01-29 | librustc: De-export back, lib, and util. rs=deexporting | Patrick Walton | -43/+42 |
| 2013-01-29 | libstd: Remove "dual impls" from the language and enforce coherence rules. r=... | Patrick Walton | -5/+4 |
| 2013-01-28 | Link the lifetimes of regions resulting from borrows of the | Niko Matsakis | -0/+6 |
| 2013-01-24 | remove unnecessary code | ILyoan | -6/+0 |
| 2013-01-22 | Make borrowck's notion of scopes consistent with trans's notion of scopes | Tim Chevalier | -0/+3 |
| 2013-01-20 | rustc: Print out region errors involving a function scope properly | Tim Chevalier | -0/+4 |
| 2013-01-19 | Handle region errors where the actual scope is a statement | Tim Chevalier | -0/+3 |
| 2013-01-15 | librustc: Make the default sigil for block lambdas `&` instead of `@`. | Graydon Hoare | -4/+6 |
| 2013-01-09 | A collection of refactorings that I found it hard/tiresome to divide: | Niko Matsakis | -14/+22 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+2 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -2/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+2 |
| 2013-01-08 | Implement GLB algorithm. (Issue #2263) | Niko Matsakis | -1/+4 |
| 2013-01-08 | Remove ret_style and instead check whether fn return type is bot | Niko Matsakis | -20/+15 |
| 2013-01-08 | Rename identifiers that still use 'alt' to use 'match' | Lindsey Kuper | -1/+1 |
| 2013-01-07 | librustc: Make vectors no longer implicitly copyable in rustc. r=graydon | Patrick Walton | -7/+12 |
| 2013-01-05 | librustc: Remove some string allocations. rs=perf | Patrick Walton | -28/+28 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -2/+10 |
| 2012-12-13 | Rename Send trait to Owned | Brian Anderson | -1/+1 |