| Age | Commit message (Expand) | Author | Lines |
| 2018-08-15 | Use CGU name as LLVM module name and add some caching to CGU name generation. | Michael Woerister | -61/+31 |
| 2018-08-14 | Rollup merge of #53290 - whitequark:fix-35741, r=nagisa | kennytm | -1/+5 |
| 2018-08-14 | Rollup merge of #53274 - bjorn3:remove_statics_field, r=nagisa | kennytm | -7/+0 |
| 2018-08-14 | Rollup merge of #53239 - cuviper:llvm5-closure-alloca, r=eddyb | kennytm | -2/+24 |
| 2018-08-13 | Auto merge of #53161 - michaelwoerister:cstrings, r=wesleywiser | bors | -92/+81 |
| 2018-08-12 | Rollup merge of #53230 - memoryruins:nll_bootstrap_4, r=nikomatsakis | Guillaume Gomez | -2/+3 |
| 2018-08-12 | Make LLVM emit assembly comments with -Z asm-comments. | whitequark | -1/+5 |
| 2018-08-12 | Do not generate assumes for plain integer casts | Simonas Kazlauskas | -1/+3 |
| 2018-08-11 | Remove statics field from CodegenCx | bjorn3 | -7/+0 |
| 2018-08-10 | [nll] librustc_codegen_llvm: remove unused mut annotation | memoryruins | -1/+1 |
| 2018-08-10 | [nll] librustc_codegen_llvm: change Child signature to fix error pointed out ... | memoryruins | -1/+1 |
| 2018-08-10 | [nll] librustc_codegen_llvm: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-10 | Introduce SmallCStr and use it where applicable. | Michael Woerister | -75/+68 |
| 2018-08-10 | Introduce const_cstr!() macro and use it where applicable. | Michael Woerister | -17/+13 |
| 2018-08-10 | Auto merge of #53073 - Mark-Simulacrum:data-structures, r=pnkfelix | bors | -8/+9 |
| 2018-08-09 | rustc_codegen_llvm: Restore the closure env alloca hack for LLVM 5. | Josh Stone | -2/+24 |
| 2018-08-09 | address review comments | Jorge Aparicio | -60/+43 |
| 2018-08-09 | try to infer linker flavor from linker name and vice versa | Jorge Aparicio | -34/+96 |
| 2018-08-09 | Export WASM table by default | Marko Mijalkovic | -0/+3 |
| 2018-08-09 | Auto merge of #53216 - kennytm:rollup, r=kennytm | bors | -0/+6 |
| 2018-08-10 | Rollup merge of #53179 - gnzlbg:patch-3, r=alexcrichton | kennytm | -0/+6 |
| 2018-08-09 | Move Fingerprint to data structures | Mark Rousskov | -2/+3 |
| 2018-08-09 | Move path2cstr to rustc_fs_util | Mark Rousskov | -5/+4 |
| 2018-08-09 | Move rustc::util::fs into separate (new) crate | Mark Rousskov | -2/+3 |
| 2018-08-09 | Auto merge of #53031 - michaelwoerister:cross-lto, r=alexcrichton | bors | -14/+70 |
| 2018-08-08 | Address review comments for #53031 and fix some merge fallout. | Michael Woerister | -6/+6 |
| 2018-08-08 | Add wasm32 simd128 target feature | gnzlbg | -0/+6 |
| 2018-08-07 | rustc: Tweak visibility of some lang items | Alex Crichton | -5/+26 |
| 2018-08-07 | Annotate functions in LLVM with target-cpu, same as Clang does. | Michael Woerister | -0/+22 |
| 2018-08-07 | Set 'PrepareForThinLTO' whenever doing cross-language LTO. | Michael Woerister | -1/+2 |
| 2018-08-07 | Make sure upstream object files are added to staticlibs when compiling | Michael Woerister | -1/+5 |
| 2018-08-07 | Fix issue around dllimport and ThinLTO as LLD runs it. | Michael Woerister | -7/+36 |
| 2018-08-07 | Rollup merge of #53028 - Mark-Simulacrum:split-out-codegen, r=alexcrichton | kennytm | -27/+0 |
| 2018-08-07 | Auto merge of #51007 - AstralSorcerer:master, r=nagisa | bors | -14/+60 |
| 2018-08-06 | Building librustc_codegen_llvm in a separate directory | Mark Rousskov | -27/+0 |
| 2018-08-05 | Remove unnecessary feature attributes that sneaked in | varkor | -1/+0 |
| 2018-08-04 | Move share_generics getter onto options directly | Mark Rousskov | -2/+2 |
| 2018-08-04 | Simplify some handling of target_pointer_width | Mark Rousskov | -35/+6 |
| 2018-08-04 | Normalize DebugInfoLevel to standard style | Mark Rousskov | -23/+23 |
| 2018-08-04 | Normalize EntryFnType variants to standard style | Mark Rousskov | -3/+3 |
| 2018-08-04 | Normalize variants of Passes to standard style | Mark Rousskov | -4/+3 |
| 2018-08-04 | Normalize variants of CrateType to standard style | Mark Rousskov | -46/+46 |
| 2018-08-03 | Auto merge of #52712 - oli-obk:const_eval_cleanups, r=RalfJung | bors | -11/+17 |
| 2018-08-03 | Auto merge of #52887 - yurydelendik:disable-lld-symbols, r=alexcrichton | bors | -0/+12 |
| 2018-08-02 | Basic profiling | Wesley Wiser | -0/+6 |
| 2018-08-02 | Second field of ScalarPair can be undef in some cases | Oliver Schneider | -7/+11 |
| 2018-08-01 | Rollup merge of #52799 - Mark-Simulacrum:attr-id-bitvecs, r=michaelwoerister | Pietro Albini | -10/+10 |
| 2018-08-01 | Reintroduce `Undef` and properly check constant value sizes | Oliver Schneider | -4/+6 |
| 2018-08-01 | Split out growth functionality into BitVector type | Mark Rousskov | -10/+10 |
| 2018-08-01 | Make sure we prepare for thin LTO whenever we are emitting bitcode | Colin Pronovost | -0/+31 |