| Age | Commit message (Expand) | Author | Lines |
| 2017-12-18 | Rename more functions from trans to mono | Maik Klein | -1/+1 |
| 2017-12-18 | Rename TransItemExt to MonoItemExt | Maik Klein | -7/+7 |
| 2017-12-18 | Rename TransItemCollectionMode to MonoItemCollectionMode | Maik Klein | -4/+4 |
| 2017-12-18 | Rename TransItem to MonoItem | Maik Klein | -54/+54 |
| 2017-12-18 | Move trans_item and monomorphize to rustc_mir | Maik Klein | -4/+4 |
| 2017-12-18 | Move collector to monomorphize | Maik Klein | -3/+4 |
| 2017-12-18 | Fix the wrong subtraction in align_offset intrinsic. | kennytm | -2/+2 |
| 2017-12-18 | incr.comp.: Add -Cincremental in addition to -Zincremental | Michael Woerister | -1/+1 |
| 2017-12-17 | Auto merge of #46436 - eddyb:unpacked, r=arielb1,oli-obk | bors | -200/+167 |
| 2017-12-17 | rustc_trans: always require alignment for load/store/memcpy. | Eduard-Mihai Burtescu | -61/+56 |
| 2017-12-17 | rustc_trans: always keep track of the Align in LvalueRef. | Eduard-Mihai Burtescu | -124/+86 |
| 2017-12-17 | rustc: don't track whether layouts are "packed". | Eduard-Mihai Burtescu | -43/+53 |
| 2017-12-17 | Add sync module to rustc_data_structures | John Kåre Alsaker | -3/+1 |
| 2017-12-16 | Auto merge of #46750 - varkor:imp-llmod, r=estebank | bors | -1/+4 |
| 2017-12-15 | Improve error messages on LLVM bitcode parsing failure | varkor | -1/+4 |
| 2017-12-15 | rustc_trans: approximate ABI alignment for padding/union fillers. | Eduard-Mihai Burtescu | -11/+23 |
| 2017-12-15 | Auto merge of #46701 - eddyb:vector-newtypes, r=nagisa | bors | -73/+70 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -21/+23 |
| 2017-12-13 | rustc: unpack newtyped of #[repr(simd)] vector types. | Eduard-Mihai Burtescu | -73/+70 |
| 2017-12-10 | rustc_trans: Fix indentation in trans_set_discr. | Emilio Cobos Álvarez | -4/+4 |
| 2017-12-09 | Use Try syntax for Option in place of macros or match | Matt Brubeck | -4/+1 |
| 2017-12-08 | Auto merge of #46563 - michaelwoerister:make-anon-globals-private, r=alexcric... | bors | -1/+1 |
| 2017-12-07 | Make CGU-local globals private so they don't show up in the local symbol table. | Michael Woerister | -1/+1 |
| 2017-12-07 | make `fn_sig().subst()` ICE when used with a closure | Niko Matsakis | -5/+4 |
| 2017-12-05 | rustc_trans: don't write discriminants for uninhabited variants | Simon Sapin | -7/+5 |
| 2017-12-05 | Auto merge of #46305 - irinagpopa:backstory, r=alexcrichton,eddyb | bors | -1/+3 |
| 2017-12-04 | rustc_back: replace tempdir with crates.io version. | Irina-Gabriela Popa | -1/+3 |
| 2017-12-04 | introduce `closure_env_ty` helper to compute ty of closure env arg | Niko Matsakis | -8/+2 |
| 2017-12-02 | Auto merge of #46382 - alexcrichton:thinlto-default, r=michaelwoerister | bors | -3/+4 |
| 2017-12-01 | MIR: s/lv(al(ue)?)?/place in function/variable/module names. | Eduard-Mihai Burtescu | -173/+173 |
| 2017-12-01 | MIR: s/Lvalue/Place in type names. | Eduard-Mihai Burtescu | -139/+139 |
| 2017-12-01 | Auto merge of #46370 - michaelwoerister:rm-metadata-hashing, r=eddyb | bors | -21/+11 |
| 2017-11-30 | rustc: Prepare to enable ThinLTO by default | Alex Crichton | -3/+4 |
| 2017-11-29 | incr.comp.: Remove on-export crate metadata hashing. | Michael Woerister | -21/+11 |
| 2017-11-29 | Rollup merge of #46322 - gnzlbg:mmx, r=alexcrichton | kennytm | -1/+4 |
| 2017-11-29 | Rollup merge of #46287 - SimonSapin:stable-constness, r=aturon | kennytm | -3/+0 |
| 2017-11-28 | white list MMX and MSA target features | gnzlbg | -1/+4 |
| 2017-11-28 | MIR: split Operand::Consume into Copy and Move. | Eduard-Mihai Burtescu | -15/+27 |
| 2017-11-26 | Stabilize const-calling existing const-fns in std | Simon Sapin | -3/+0 |
| 2017-11-26 | Auto merge of #46253 - eddyb:return-aliasing, r=nagisa | bors | -1/+2 |
| 2017-11-25 | rustc: Add support for some more x86 SIMD ops | Alex Crichton | -4/+62 |
| 2017-11-25 | rustc_trans: don't apply noalias on returned references. | Eduard-Mihai Burtescu | -1/+2 |
| 2017-11-21 | Auto merge of #45879 - nikomatsakis:nll-kill-cyclic-closures, r=arielb1 | bors | -2/+2 |
| 2017-11-20 | Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturon | bors | -29/+162 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -29/+162 |
| 2017-11-19 | Auto merge of #45225 - eddyb:trans-abi, r=arielb1 | bors | -4030/+3248 |
| 2017-11-19 | rustc_trans: remove primitive_align optimization. | Eduard-Mihai Burtescu | -18/+6 |
| 2017-11-19 | rustc_trans: work around i686-pc-windows-msvc byval align LLVM bug. | Eduard-Mihai Burtescu | -1/+3 |
| 2017-11-19 | rustc_trans: (hack) use preferred alignment for atomic loads/stores. | Eduard-Mihai Burtescu | -2/+7 |
| 2017-11-19 | rustc: extend the niche-filling enum optimization past 2 variants. | Eduard-Mihai Burtescu | -18/+44 |