| Age | Commit message (Expand) | Author | Lines |
| 2013-02-20 | librustc: Get rid of structural records save for front/test.rs. | Luqman Aden | -79/+81 |
| 2013-02-19 | librustc: change driver::session::Session::str_of to return @~str | Erick Tryzelaar | -4/+4 |
| 2013-02-17 | Removed more capture claueses. | Seth Pink | -1/+1 |
| 2013-02-15 | librustc: Get rid of `move`. | Luqman Aden | -1/+1 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -23/+23 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -3/+3 |
| 2013-02-07 | librustc: Lots of de-muting. rs=demuting | Patrick Walton | -2/+2 |
| 2013-02-05 | oldmap: use &K instead of K in find and get | Patrick Walton | -14/+14 |
| 2013-02-05 | Revert "oldmap: use &K instead of K in find and get" | Graydon Hoare | -14/+14 |
| 2013-02-03 | oldmap: use &K instead of K in find and get | Daniel Micay | -14/+14 |
| 2013-02-03 | rename map -> oldmap and mark it as deprecated | Daniel Micay | -1/+1 |
| 2013-01-31 | test cases, cleanup | John Clements | -5/+5 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -3/+3 |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -19/+77 |
| 2013-01-30 | librustc: Change `self` as a type to `Self` everywhere. r=brson | Patrick Walton | -1/+1 |
| 2013-01-30 | librustc: De-export rustc. rs=deexporting | Patrick Walton | -15/+12 |
| 2013-01-29 | Handle supertrait calls in default methods | Tim Chevalier | -3/+6 |
| 2013-01-24 | syntax/rustc: Less copy | Tim Chevalier | -12/+13 |
| 2013-01-22 | Add is_mutbl field to def_arg | Seo Sanghyeon | -1/+1 |
| 2013-01-22 | syntax/rustc: Make some metadata-related functions take slices, kill bad copies | Tim Chevalier | -1/+1 |
| 2013-01-20 | Convert many libsyntax records into structs | Erick Tryzelaar | -1/+1 |
| 2013-01-20 | convert librustc record types to structs | Erick Tryzelaar | -20/+31 |
| 2013-01-17 | When decoding types, indicate to the def-id conversion function what kind of | Niko Matsakis | -4/+71 |
| 2013-01-17 | librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma... | Patrick Walton | -0/+1 |
| 2013-01-14 | Convert ast::{pat,field_pat,local_,arm} into structs | Erick Tryzelaar | -1/+4 |
| 2013-01-14 | convert ast::struct_dtor_ into a struct | Erick Tryzelaar | -10/+15 |
| 2013-01-14 | Convert ast::def_id into a struct. | Erick Tryzelaar | -3/+3 |
| 2013-01-09 | A collection of refactorings that I found it hard/tiresome to divide: | Niko Matsakis | -7/+7 |
| 2013-01-09 | core: rename vec.filter to vec.filtered | Erick Tryzelaar | -1/+1 |
| 2013-01-09 | syntax: convert ast::spanned into a struct | Erick Tryzelaar | -8/+13 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+1 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -1/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+1 |
| 2013-01-08 | Implement GLB algorithm. (Issue #2263) | Niko Matsakis | -1/+2 |
| 2013-01-07 | librustc: Fix some librustc test modes. rs=bustage | Patrick Walton | -2/+2 |
| 2013-01-07 | librustc: Make vectors no longer implicitly copyable in rustc. r=graydon | Patrick Walton | -18/+22 |
| 2012-12-27 | librustc: Fix some unresolved imports in the test runner. rs=bustage | Patrick Walton | -3/+4 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -1/+4 |
| 2012-12-20 | Remove the cfg(stageN)-specific serialize code. | Erick Tryzelaar | -4/+0 |
| 2012-12-19 | Remove serialize::traits submodule. | Erick Tryzelaar | -0/+4 |
| 2012-12-18 | Stop resolving static methods at the module level. Closes #4179 | Brian Anderson | -12/+14 |
| 2012-12-17 | Switch from serialization to std::serialize. (snapshot) | Erick Tryzelaar | -63/+62 |
| 2012-12-13 | librustc: Allow moves out of `self`. r=nmatsakis | Patrick Walton | -1/+2 |
| 2012-12-13 | librustc: Make `use` statements crate-relative by default. r=brson | Patrick Walton | -31/+25 |
| 2012-12-12 | syntax: remove all remaining uses of #ast, and #ast / qquote itself. | Graydon Hoare | -11/+24 |
| 2012-12-10 | Remove un-needed code for obsolete classes | Tim Chevalier | -2/+2 |
| 2012-12-06 | Rename std::ebml::Reader => std::ebml::reader, same for writer | Tim Chevalier | -30/+30 |
| 2012-12-04 | librustc: Implement moves based on type. r=nmatsakis | Patrick Walton | -0/+12 |
| 2012-12-04 | librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=... | Patrick Walton | -12/+12 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |