| Age | Commit message (Expand) | Author | Lines |
| 2014-11-18 | Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem... | Niko Matsakis | -197/+0 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -1/+1 |
| 2014-11-06 | Fallout from collection conventions | Alexis Beingessner | -1/+1 |
| 2014-10-09 | rustc: Add `const` globals to the language | Alex Crichton | -16/+1 |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -0/+6 |
| 2014-09-14 | rustc: fix fallout from using ptr::P. | Eduard Burtescu | -14/+19 |
| 2014-09-06 | rustc: Refactor middle::trans::inline | Piotr Czarnecki | -7/+23 |
| 2014-09-05 | translate into multiple llvm contexts | Stuart Pernsteiner | -18/+47 |
| 2014-09-05 | make CrateContext fields private | Stuart Pernsteiner | -14/+14 |
| 2014-08-14 | librustc: Stop assuming that implementations and traits only contain | Patrick Walton | -18/+33 |
| 2014-08-12 | Revert "avoid redundant translation of items during monomorphization" | Stuart Pernsteiner | -1/+1 |
| 2014-07-30 | avoid redundant translation of items during monomorphization | Stuart Pernsteiner | -1/+1 |
| 2014-07-15 | change to new trait style for method field refs | John Clements | -4/+3 |
| 2014-07-14 | rustc_llvm: Remove the inner llvm module | Brian Anderson | -1/+1 |
| 2014-07-13 | refactor Method definition to make space for macros | John Clements | -2/+3 |
| 2014-06-17 | librustc: Make addresses of immutable statics insignificant unless | Patrick Walton | -4/+5 |
| 2014-06-13 | Introduce VecPerParamSpace and use it to represent sets of types and | Niko Matsakis | -8/+8 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -3/+3 |
| 2014-06-06 | Stop passing around Option<&substs> in trans and just pass &substs, making th... | Niko Matsakis | -1/+2 |
| 2014-04-24 | Pre-step towards issue #12624 and others: Introduce ExprUseVisitor, remove the | Niko Matsakis | -1/+1 |
| 2014-03-22 | rustc: Fix fallout of removing get() | Alex Crichton | -45/+23 |
| 2014-03-17 | De-@ move maps and rework parts of trans. | Eduard Burtescu | -6/+6 |
| 2014-03-17 | De-@ trans contexts. | Eduard Burtescu | -1/+1 |
| 2014-03-17 | De-@ Session usage. | Eduard Burtescu | -3/+3 |
| 2014-03-01 | librustc: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -1/+1 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -8/+2 |
| 2014-02-02 | rustc: remove use of @[]. | Huon Wilson | -1/+1 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -20/+1 |
| 2014-01-15 | Issue #3511 - Rationalize temporary lifetimes. | Niko Matsakis | -1/+0 |
| 2014-01-11 | Use the right type for self in methods and remove obsoleted items. | Eduard Burtescu | -7/+4 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -13/+12 |
| 2013-12-26 | librustc: De-`@mut` `n_inlines` in the stats | Patrick Walton | -2/+3 |
| 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 | -24/+49 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -2/+2 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -1/+1 |
| 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 | -2/+2 |
| 2013-10-01 | librustc: Inline cross-crate tuple struct constructors | Patrick Walton | -1/+10 |
| 2013-09-30 | rustc: Remove usage of fmt! | Alex Crichton | -2/+2 |
| 2013-09-17 | Prevent a rare linkage issue with an xcrate static | Alex Crichton | -1/+7 |
| 2013-09-16 | Resume inlining globals across crates | Alex Crichton | -1/+22 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -2/+2 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -1/+1 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -1/+1 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -2/+1 |
| 2013-07-11 | Drop a now unnecessary argument from maybe_instantiate_inline. | Michael Sullivan | -9/+5 |
| 2013-07-11 | Get cross crate static default methods working. Closes #7569. | Michael Sullivan | -1/+1 |
| 2013-06-30 | auto merge of #7468 : cmr/rust/great_renaming, r=pcwalton | bors | -2/+1 |
| 2013-06-29 | Avoid double indirection for the "self" arg in methods | Björn Steinbrink | -3/+3 |