| Age | Commit message (Expand) | Author | Lines |
| 2016-03-27 | rustc_trans: move the contents of the trans module to top-level. | Eduard Burtescu | -1088/+0 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -3/+3 |
| 2016-03-27 | rustc: move middle::subst into middle::ty. | Eduard Burtescu | -1/+1 |
| 2016-03-26 | Rollup merge of #32469 - nikomatsakis:shared-cgu, r=eddyb | Manish Goregaokar | -3/+3 |
| 2016-03-25 | Make monomorphized functions use stable symbol names. | Michael Woerister | -1/+2 |
| 2016-03-24 | make available monomorphizations shared by CGU | Niko Matsakis | -3/+3 |
| 2016-03-24 | remove `empty_substs_for_node_id` | Niko Matsakis | -8/+0 |
| 2016-03-24 | remove ErasedRegions from substitutions | Niko Matsakis | -2/+24 |
| 2016-03-17 | trans: Load and cache cross-crate Mir instances in the shared context. | Eduard Burtescu | -2/+20 |
| 2016-03-17 | trans: Condense the fn instantiation logic into callee. | Eduard Burtescu | -13/+1 |
| 2016-03-17 | trans: Rename MonoId to Instance and start using it in more places. | Eduard Burtescu | -8/+8 |
| 2016-03-17 | trans: use Cell instead of RefCell where it suffices. | Eduard Burtescu | -9/+9 |
| 2016-03-17 | trans: Remove unused return type argument from declare_cfn. | Eduard Burtescu | -11/+5 |
| 2016-03-03 | Rename middle::ty::ctxt to TyCtxt | Jeffrey Seyfried | -5/+5 |
| 2016-02-09 | make `MirMap` a struct instead of a type alias for `NodeMap` | Oliver Schneider | -1/+1 |
| 2016-01-30 | Auto merge of #30448 - alexcrichton:llvmup, r=nikomatsakis | bors | -1/+15 |
| 2016-01-29 | trans: Reimplement unwinding on MSVC | Alex Crichton | -1/+15 |
| 2016-01-26 | Implement the translation item collector. | Michael Woerister | -1/+22 |
| 2016-01-25 | Add dependency tracking to trait cache in translation context | Michael Woerister | -5/+23 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -1/+1 |
| 2015-11-26 | split the metadata code into rustc_metadata | Ariel Ben-Yehuda | -1/+1 |
| 2015-11-03 | Pass the mir map to trans | Niko Matsakis | -0/+8 |
| 2015-11-01 | Auto merge of #29177 - vadimcn:rtstuff, r=alexcrichton | bors | -6/+6 |
| 2015-10-27 | add a recursion limit for type representation | Ariel Ben-Yehuda | -0/+23 |
| 2015-10-21 | Add the PNaCl/JS targets to the backend. | Richard Diamond | -1/+0 |
| 2015-10-18 | Revisit implementation of custom unwind resume; | Vadim Chugunov | -6/+6 |
| 2015-09-10 | Auto merge of #28282 - DiamondLovesYou:optional-data-layout, r=alexcrichton | bors | -3/+2 |
| 2015-09-09 | Refactor `TargetOptions::data_layout` into an `Option`al value to reflect cur... | Richard Diamond | -3/+2 |
| 2015-09-06 | Don't add unnamed address attributes to intrinsics. | Richard Diamond | -0/+2 |
| 2015-08-24 | fallout from moving def-id | Niko Matsakis | -4/+5 |
| 2015-08-15 | Improve 'unknown instrinsic' error message | Dylan McKay | -1/+1 |
| 2015-08-15 | Reduce rustc::trans's dependence on pointer width | Dylan McKay | -6/+9 |
| 2015-08-10 | Remove morestack support | Alex Crichton | -5/+0 |
| 2015-07-30 | Implement Win64 eh_personality natively. | Vadim Chugunov | -0/+6 |
| 2015-07-26 | Revert "trans: Be a little more picky about dllimport" | Alex Crichton | -24/+0 |
| 2015-07-24 | Allow recursive static variables. | Eli Friedman | -8/+11 |
| 2015-07-24 | Auto merge of #27208 - alexcrichton:msvc-less-dllimport, r=brson | bors | -0/+24 |
| 2015-07-21 | trans: Be a little more picky about dllimport | Alex Crichton | -0/+24 |
| 2015-07-21 | trans: Move rust_try into the compiler | Alex Crichton | -0/+7 |
| 2015-07-16 | trans: Clean up handling the LLVM data layout | Alex Crichton | -16/+11 |
| 2015-06-26 | rustc: make ty::mk_* constructors into methods on ty::ctxt. | Eduard Burtescu | -4/+4 |
| 2015-06-19 | rustc: remove Repr and UserString. | Eduard Burtescu | -3/+2 |
| 2015-06-19 | rustc: use the TLS type context in Repr and UserString. | Eduard Burtescu | -1/+1 |
| 2015-06-19 | rustc: remove ownership of tcx from trans' context. | Eduard Burtescu | -16/+12 |
| 2015-06-08 | Auto merge of #26088 - tamird:llvm35-fixes, r=alexcrichton | bors | -10/+41 |
| 2015-06-07 | rustc_trans: 'assume' intrinsic is only available on LLVM >= 3.6 | David Voit | -1/+25 |
| 2015-06-07 | rustc_trans: don't hardcode llvm version for conditional intrinsics | Luca Bruno | -10/+17 |
| 2015-06-08 | Tidying up, fix some minor linkage bugs, use ty flags to avoid caching closur... | Nick Cameron | -3/+3 |
| 2015-05-19 | rustc_trans: Apply dllexport attributes for MSVC | Alex Crichton | -0/+55 |
| 2015-04-28 | Add intrinsics for unchecked division and modulo | Nicholas Mazzuca | -0/+1 |