| Age | Commit message (Expand) | Author | Lines |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -10/+29 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -19/+19 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -1/+1 |
| 2013-03-27 | Fix pretty-printer test failure by carrying the bound lifetime names through | Niko Matsakis | -1/+4 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -1/+2 |
| 2013-03-26 | rustc: Remove uses of oldmap::HashMap | Alex Crichton | -1/+1 |
| 2013-03-20 | Refactor the self-info so that the def-id is carried in ty_self() | Niko Matsakis | -1/+2 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -1/+1 |
| 2013-03-13 | librustc: Separate out trait storage from evec/estr storage | Patrick Walton | -2/+12 |
| 2013-03-13 | Remove `++` mode from the compiler (it is parsed as `+` mode) | Niko Matsakis | -1/+0 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -1/+1 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -19/+19 |
| 2013-03-07 | librustc: Remove structural record types from the compiler | Patrick Walton | -10/+0 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -1/+1 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -2/+0 |
| 2013-03-02 | librustc: Remove `fn@`, `fn~`, and `fn&` from librustc. rs=defun | Patrick Walton | -1/+1 |
| 2013-02-14 | Convert all uses of vec::slice to vec::view Issue #3869 | Nick Desaulniers | -2/+2 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -13/+13 |
| 2013-02-07 | librustc: Lots of de-muting. rs=demuting | Patrick Walton | -28/+38 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -31/+48 |
| 2013-02-05 | oldmap: use &K instead of K in find and get | Patrick Walton | -1/+1 |
| 2013-02-05 | Revert "oldmap: use &K instead of K in find and get" | Graydon Hoare | -1/+1 |
| 2013-02-03 | oldmap: use &K instead of K in find and get | Daniel Micay | -1/+1 |
| 2013-02-03 | rename map -> oldmap and mark it as deprecated | Daniel Micay | -1/+1 |
| 2013-01-31 | test cases, cleanup | John Clements | -3/+2 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -14/+14 |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -1/+1 |
| 2013-01-29 | librustc: De-export metadata. rs=deexporting | Patrick Walton | -22/+13 |
| 2013-01-29 | libstd: Remove "dual impls" from the language and enforce coherence rules. r=... | Patrick Walton | -10/+13 |
| 2013-01-28 | Do not try to encode/decode inference types, should not be necessary | Niko Matsakis | -3/+0 |
| 2013-01-17 | When decoding types, indicate to the def-id conversion function what kind of | Niko Matsakis | -12/+30 |
| 2013-01-14 | convert ast::{field_,capture_item_,mt} and middle::ty::mt into structs | Erick Tryzelaar | -1/+1 |
| 2013-01-14 | Convert ast::def_id into a struct. | Erick Tryzelaar | -1/+1 |
| 2013-01-14 | Change ast::path into a struct. | Erick Tryzelaar | -3/+5 |
| 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 | Remove ret_style and instead check whether fn return type is bot | Niko Matsakis | -10/+2 |
| 2013-01-07 | librustc: Make vectors no longer implicitly copyable in rustc. r=graydon | Patrick Walton | -0/+1 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -0/+4 |
| 2012-12-13 | Rename Send trait to Owned | Brian Anderson | -1/+1 |
| 2012-12-13 | Rename Owned trait to Durable | Brian Anderson | -1/+1 |
| 2012-12-13 | librustc: Make `use` statements crate-relative by default. r=brson | Patrick Walton | -2/+3 |
| 2012-12-10 | Remove un-needed code for obsolete classes | Tim Chevalier | -1/+1 |
| 2012-12-05 | librustc: Fix handling of `~` and `@` unary operators in mode computation. Cl... | Patrick Walton | -1/+1 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-07 | Rename src/rustc to src/librustc. Use the driver crate | Brian Anderson | -0/+496 |