| Age | Commit message (Expand) | Author | Lines |
| 2014-01-03 | librustc: Remove `@mut` support from the parser | Patrick Walton | -5/+3 |
| 2014-01-03 | librustc: Remove `@mut` support from the typechecker and borrow checker | Patrick Walton | -10/+4 |
| 2013-12-29 | Rename PkgId to CrateId | Luis de Bethencourt | -1/+1 |
| 2013-12-27 | librustc: Implement coercion for traits. | Luqman Aden | -3/+24 |
| 2013-12-26 | librustc: De-`@mut` the def map. | Patrick Walton | -1/+5 |
| 2013-12-26 | librustc: De-`@mut` the method map | Patrick Walton | -4/+17 |
| 2013-12-26 | librustc: De-`@mut` `FunctionContext::llself` | Patrick Walton | -2/+2 |
| 2013-12-26 | librustc: De-`@mut` `llargs` and `lllocals` in the function context | Patrick Walton | -2/+4 |
| 2013-12-26 | librustc: De-`@mut` `llupvars` in the translation crate context | Patrick Walton | -1/+2 |
| 2013-12-26 | librustc: De-`@mut` the adjustments table in the type context | Patrick Walton | -6/+17 |
| 2013-12-26 | librustc: De-`@mut` the crate context | Patrick Walton | -1/+1 |
| 2013-12-26 | librustc: De-`@mut` the `external` and `external_srcs` fields of | Patrick Walton | -5/+9 |
| 2013-12-26 | librustc: De-`@mut` `CrateContext::module_data` | Patrick Walton | -4/+14 |
| 2013-12-26 | librustc: De-`@mut` `CrateContext::extern_const_values` | Patrick Walton | -4/+7 |
| 2013-12-26 | librustc: Change `@mut Block` to `@Block`. | Patrick Walton | -47/+47 |
| 2013-12-25 | Method-ify CStore | Steven Fackler | -2/+1 |
| 2013-12-15 | librustc: Remove identifiers named `box`, since it's about to become a keyword. | Patrick Walton | -2/+5 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -1/+1 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -10/+0 |
| 2013-12-06 | librustc: Pass the correct type when adding cleanups. | Luqman Aden | -1/+1 |
| 2013-12-05 | Remove unused upcalls | Alex Crichton | -8/+0 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -6/+6 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -20/+20 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -25/+28 |
| 2013-11-19 | librustc: Change most uses of `&fn()` to `||`. | Patrick Walton | -4/+6 |
| 2013-11-08 | Rename and modernize region enum names | Niko Matsakis | -1/+1 |
| 2013-10-30 | auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichton | bors | -3/+8 |
| 2013-10-29 | librustc: Implement the `proc` type as sugar for `~once fn` and `proc` | Patrick Walton | -2/+3 |
| 2013-10-29 | C-like enums are not always immediate | Jed Davis | -3/+8 |
| 2013-10-29 | Initial implementation of enum discrimnant sizing. | Jed Davis | -1/+1 |
| 2013-10-28 | Field identifiers now include specific spans (Closes #8263). | Joshua Yanovski | -1/+1 |
| 2013-10-27 | mark bounds check failures as the cold path | Daniel Micay | -1/+3 |
| 2013-10-22 | libsyntax/librustc: Allow specifying mut on by-value self. | Luqman Aden | -1/+1 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -15/+15 |
| 2013-10-16 | introduce `base_and_len` fns for element length | Daniel Micay | -11/+5 |
| 2013-10-16 | rename `base_and_len` -> `base_and_byte_len` | Daniel Micay | -3/+3 |
| 2013-10-15 | use element count in slices, not size in bytes | Daniel Micay | -1/+5 |
| 2013-10-15 | fix overflow on bounds checks | Daniel Micay | -4/+2 |
| 2013-10-09 | auto merge of #9664 : alexcrichton/rust/logging, r=huonw | bors | -3/+9 |
| 2013-10-07 | auto merge of #9674 : ben0x539/rust/raw-str, r=alexcrichton | bors | -1/+1 |
| 2013-10-08 | add new enum ast::StrStyle as field to ast::lit_str | Benjamin Herr | -1/+1 |
| 2013-10-07 | Fix existing privacy/visibility violations | Alex Crichton | -3/+3 |
| 2013-10-03 | Use the correct logging crate while monomorphing | Alex Crichton | -3/+9 |
| 2013-10-03 | make C-like enums immediate | Daniel Micay | -1/+3 |
| 2013-10-02 | treat uninhabited enums as voidish | Daniel Micay | -2/+2 |
| 2013-10-01 | auto merge of #9656 : thestinger/rust/immediate, r=alexcrichton | bors | -1/+1 |
| 2013-10-01 | make small (<= size_of::<int>()) tuples immediate | Daniel Micay | -1/+1 |
| 2013-09-30 | rustc: Remove usage of fmt! | Alex Crichton | -44/+44 |
| 2013-09-30 | trans: Change @ast::Expr -> &ast::Expr where possible | blake2-ppc | -24/+24 |
| 2013-09-19 | will not copy trait_callee on stack if it's source expr is a plain borrowed ref | U-NOV2010\eugals | -1/+0 |