| Age | Commit message (Expand) | Author | Lines |
| 2017-01-27 | Rollup merge of #39332 - nagisa:another-bigendian-128, r=eddyb | Alex Crichton | -1/+2 |
| 2017-01-26 | rustc: Don't export builtins/panic/alloc syms | Alex Crichton | -1/+32 |
| 2017-01-27 | Fix another endian-ness issue in i128 trans | Simonas Kazlauskas | -1/+2 |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -46/+46 |
| 2017-01-22 | Remove unused `extern crate`s. | Jeffrey Seyfried | -7/+0 |
| 2017-01-20 | More test fixes from rollup | Alex Crichton | -1/+2 |
| 2017-01-20 | Rollup merge of #39184 - michaelwoerister:no-trans-items-for-meta-crates, r=e... | Alex Crichton | -18/+20 |
| 2017-01-20 | Auto merge of #38955 - estebank:highlighted-diags, r=nikomatsakis | bors | -2/+2 |
| 2017-01-19 | trans: Exit earlier from base::trans_crate() when compiling rmeta crates. | Michael Woerister | -18/+20 |
| 2017-01-18 | calling convention for MSP430 interrupts | Jorge Aparicio | -0/+1 |
| 2017-01-17 | Teach Diagnostics to highlight text | Esteban Küber | -2/+2 |
| 2017-01-14 | Auto merge of #38944 - michaelwoerister:incr-generics-partitioning, r=nikomat... | bors | -111/+102 |
| 2017-01-13 | Avoid using load/stores on first class aggregates | Björn Steinbrink | -2/+1 |
| 2017-01-10 | Simplify code since CEnum is always immediate now. | Mark Simulacrum | -21/+8 |
| 2017-01-10 | Make type_is_fat_ptr not depend on LLVM. | Mark Simulacrum | -9/+4 |
| 2017-01-10 | Make type_is_immediate not depend on LLVM. | Mark Simulacrum | -17/+16 |
| 2017-01-09 | trans/metadata: Remove obsolete CrateStore::can_have_local_instance() | Michael Woerister | -1/+1 |
| 2017-01-09 | Remove some out-dated comments from CGU partitioning docs. | Michael Woerister | -17/+3 |
| 2017-01-09 | trans: Treat generics like regular functions, not like #[inline] functions du... | Michael Woerister | -94/+90 |
| 2017-01-09 | trans: Disambiguate generic instance symbol names by instantiating crate. | Michael Woerister | -0/+9 |
| 2017-01-08 | Auto merge of #38837 - eddyb:issue-38074, r=nikomatsakis | bors | -0/+1 |
| 2017-01-08 | Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakis | bors | -14/+3 |
| 2017-01-08 | Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc | bors | -1/+1 |
| 2017-01-08 | Auto merge of #38822 - michaelwoerister:collect-fn-once-adapter, r=eddyb | bors | -24/+123 |
| 2017-01-08 | Auto merge of #38798 - jsgf:fix-rpath, r=nikomatsakis | bors | -1/+22 |
| 2017-01-06 | rustc: store ty::Tables separately for each body (except closures'). | Eduard-Mihai Burtescu | -10/+0 |
| 2017-01-06 | rustc: keep track of tables everywhere as if they were per-body. | Eduard-Mihai Burtescu | -4/+3 |
| 2017-01-05 | Fix ICE on i686 when calling immediate() on OperandValue::Ref in return | Mark Simulacrum | -1/+5 |
| 2017-01-05 | Allow projections to be promoted to constants in MIR. | Eduard-Mihai Burtescu | -0/+1 |
| 2017-01-04 | trans: Make the trans-item collector see through VTableFnPointer. | Michael Woerister | -4/+13 |
| 2017-01-04 | Fix errors introduced during rebase | Mark Simulacrum | -4/+4 |
| 2017-01-04 | Simplify handling of dropping structs. | Mark Simulacrum | -66/+11 |
| 2017-01-04 | Pull out downcasting into caller of iter_variant | Mark Simulacrum | -14/+23 |
| 2017-01-04 | Remove extraneous setting of builder positions. | Mark Simulacrum | -2/+0 |
| 2017-01-04 | Simplify code further | Mark Simulacrum | -26/+11 |
| 2017-01-04 | Inline and remove Builder::entry_block | Mark Simulacrum | -11/+7 |
| 2017-01-04 | Fix style nit | Mark Simulacrum | -3/+1 |
| 2017-01-04 | Builder.build_new_block -> Builder.build_sibling_block | Mark Simulacrum | -29/+19 |
| 2017-01-04 | Inline trans_switch to simplify code | Mark Simulacrum | -33/+13 |
| 2017-01-04 | Move trans_field_ptr and struct_field_ptr to mir/lvalue | Mark Simulacrum | -181/+167 |
| 2017-01-04 | Move trans_const to mir::constant | Mark Simulacrum | -161/+164 |
| 2017-01-04 | Change trans_field_ptr to utilize LvalueTy to determine discriminant. | Mark Simulacrum | -49/+72 |
| 2017-01-04 | Use LvalueRef instead of MaybeSizedValue | Mark Simulacrum | -123/+119 |
| 2017-01-04 | Simpliy block creation in MirContext | Mark Simulacrum | -11/+3 |
| 2017-01-04 | Add Builder::sess and Builder::tcx methods | Mark Simulacrum | -64/+73 |
| 2017-01-04 | Add method, new_block, to MirContext for block construction. | Mark Simulacrum | -20/+24 |
| 2017-01-04 | Purge FunctionContext | Mark Simulacrum | -145/+82 |
| 2017-01-04 | Replace BlockAndBuilder with Builder. | Mark Simulacrum | -355/+342 |
| 2017-01-04 | trans: Collect drop-glue translation item for closure env in fn-once-adapters. | Michael Woerister | -20/+110 |
| 2017-01-04 | Auto merge of #38670 - dotdash:transmute_align, r=eddyb | bors | -65/+66 |