| Age | Commit message (Expand) | Author | Lines |
| 2016-03-27 | rustc_trans: move the contents of the trans module to top-level. | Eduard Burtescu | -186/+0 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -1/+1 |
| 2016-03-27 | rustc: move middle::subst into middle::ty. | Eduard Burtescu | -1/+1 |
| 2016-03-25 | Add missing entries for enum variants in trans::CrateContext::external_srcs. | Michael Woerister | -0/+2 |
| 2016-03-24 | remove `empty_substs_for_node_id` | Niko Matsakis | -1/+1 |
| 2016-03-24 | remove ErasedRegions from substitutions | Niko Matsakis | -2/+2 |
| 2016-03-17 | trans: Load and cache cross-crate Mir instances in the shared context. | Eduard Burtescu | -2/+1 |
| 2016-03-17 | trans: Get functions and do calls only through Callee. | Eduard Burtescu | -44/+35 |
| 2016-03-17 | metadata: Constrain FoundAst::FoundParent to an Item. | Eduard Burtescu | -6/+2 |
| 2016-02-12 | Autoderef in librustc_trans | Jonas Schievink | -1/+1 |
| 2016-01-06 | Auto merge of #30532 - nikomatsakis:cross-item-dependencies, r=mw | bors | -2/+3 |
| 2016-01-05 | Annotate the compiler with information about what it is doing when. | Niko Matsakis | -2/+3 |
| 2015-12-31 | Forward attributes of translated function/closure to trans_fn/trans_closure. | Michael Woerister | -1/+1 |
| 2015-11-26 | split the metadata code into rustc_metadata | Ariel Ben-Yehuda | -1/+1 |
| 2015-11-26 | make CrateStore a trait object | Ariel Ben-Yehuda | -1/+0 |
| 2015-11-26 | remove csearch from the rest of rustc | Ariel Ben-Yehuda | -16/+10 |
| 2015-11-16 | ImplItem_ -> ImplItemKind rename | Oliver Schneider | -1/+1 |
| 2015-11-16 | rename ImplItem_::*ImplItem to ImplItem_::* | Oliver Schneider | -1/+1 |
| 2015-10-13 | Merge VariantData and VariantData_ | Vadim Petrochenkov | -4/+4 |
| 2015-10-13 | Merge struct fields and struct kind | Vadim Petrochenkov | -7/+6 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -3/+3 |
| 2015-10-13 | Remove now redundant NodeId from Variant | Vadim Petrochenkov | -2/+2 |
| 2015-10-13 | Decouple structure kinds from NodeIds | Vadim Petrochenkov | -6/+6 |
| 2015-10-02 | Merge branch 'master' into metadiet | Ariel Ben-Yehuda | -5/+8 |
| 2015-10-01 | Convert DefId to use DefIndex, which is an index into a list of | Niko Matsakis | -1/+1 |
| 2015-10-01 | move direct accesses of `node` to go through `as_local_node_id`, unless | Niko Matsakis | -1/+1 |
| 2015-10-01 | move job of creating local-def-ids to ast-map (with a few stragglers) | Niko Matsakis | -3/+6 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -6/+7 |
| 2015-08-24 | convert to use `is_local` instead of `== LOCAL_CRATE` | Niko Matsakis | -2/+2 |
| 2015-08-24 | fallout from moving def-id | Niko Matsakis | -10/+10 |
| 2015-08-14 | move InlinedItem into librustc, where it belongs | Niko Matsakis | -5/+6 |
| 2015-08-06 | use VariantDef instead of struct_fields | Ariel Ben-Yehuda | -22/+24 |
| 2015-06-26 | rustc: switch most remaining middle::ty functions to methods. | Eduard Burtescu | -6/+5 |
| 2015-06-08 | Tidying up, fix some minor linkage bugs, use ty flags to avoid caching closur... | Nick Cameron | -7/+13 |
| 2015-05-21 | syntax: parse `const fn` for free functions and inherent methods. | Eduard Burtescu | -1/+1 |
| 2015-04-23 | Fix a number of bugs that interfered with cross-crate usage of associated con... | Sean Patrick Santos | -0/+8 |
| 2015-03-11 | syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int... | Eduard Burtescu | -9/+9 |
| 2015-03-11 | syntax: rename TypeMethod to MethodSig and use it in MethDecl. | Eduard Burtescu | -2/+2 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -41/+29 |
| 2015-03-11 | syntax: move indirection around {Trait,Impl}Item, from within. | Eduard Burtescu | -35/+33 |
| 2015-03-03 | Switched to Box::new in many places. | Felix S. Klock II | -1/+1 |
| 2015-02-16 | rustc_trans: promote constant rvalues in functions as an optimization. | Eduard Burtescu | -1/+2 |
| 2015-01-28 | Rename found_ast to FoundAst and qualify uses. | Ms2ger | -8/+8 |
| 2015-01-05 | DecodeInlinedItem: convert to "unboxed" closures | Jorge Aparicio | -1/+1 |
| 2014-11-19 | rustc: fix fallout of making `Ty` an alias for `&TyS` instead of a wrapper. | Eduard Burtescu | -1/+2 |
| 2014-11-18 | Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem... | Niko Matsakis | -0/+197 |