| Age | Commit message (Expand) | Author | Lines |
| 2018-12-04 | Remove unnecessary parts of run_fat_lto signature | Nikita Popov | -15/+7 |
| 2018-12-04 | Separate out methods for running thin and fat LTO | Nikita Popov | -39/+60 |
| 2018-12-04 | Auto merge of #55871 - ljedrz:llvm_back_allocations, r=nagisa | bors | -18/+19 |
| 2018-12-04 | s/alloc_type/alloc_kind/ | Oliver Scherer | -2/+2 |
| 2018-12-03 | s/AllocType/AllocKind/ | Oliver Scherer | -4/+4 |
| 2018-12-03 | Auto merge of #55010 - tromey:Bug-9224-generic-parameters, r=michaelwoerister | bors | -8/+65 |
| 2018-12-03 | codegen_llvm_back: improve allocations | ljedrz | -18/+19 |
| 2018-12-03 | Auto merge of #56358 - nikic:mergefunc-aliases, r=rkruppe | bors | -4/+9 |
| 2018-12-02 | Auto merge of #56198 - bjorn3:cg_ssa_refactor, r=eddyb | bors | -246/+349 |
| 2018-12-02 | Run name-anon-globals after all other passes | Nikita Popov | -4/+5 |
| 2018-12-01 | Rollup merge of #56341 - frewsxcv:frewsxcv-util-cstr, r=Mark-Simulacrum | kennytm | -23/+11 |
| 2018-11-30 | Enable -mergefunc-use-aliases | Nikita Popov | -0/+4 |
| 2018-11-29 | Add template parameter debuginfo to generic types | Tom Tromey | -8/+65 |
| 2018-11-29 | Auto merge of #49878 - dlrobertson:va_list_pt0, r=eddyb | bors | -13/+215 |
| 2018-11-29 | Move get_static from CodegenCx to Builder | bjorn3 | -29/+36 |
| 2018-11-29 | Use implicit deref instead of BuilderMethods::cx() | bjorn3 | -166/+166 |
| 2018-11-29 | Require Deref to CodegenCx for HasCodegen | bjorn3 | -1/+8 |
| 2018-11-29 | Rename static_bitcast to const_bitcast | bjorn3 | -6/+6 |
| 2018-11-29 | Remove static_addr_of_mut from cg_ssa | bjorn3 | -3/+3 |
| 2018-11-29 | Rename StaticMethods::static_ptrcast to ConstMethods::const_ptrcast | bjorn3 | -5/+5 |
| 2018-11-29 | Remove static_bitcast from cg_ssa | bjorn3 | -7/+8 |
| 2018-11-29 | Remove an unnecessary reference | bjorn3 | -1/+1 |
| 2018-11-29 | Move IntrinsicCallMethods::call_overflow_intrinsics to BuilderMethods::checke... | bjorn3 | -74/+74 |
| 2018-11-29 | Remove call_lifetime_intrinsic from cg_ssa | bjorn3 | -16/+18 |
| 2018-11-29 | Don't use llvm intrinsic names in cg_ssa | bjorn3 | -2/+91 |
| 2018-11-29 | Remove static_replace_all_uses and statics_to_rauw from cg_ssa | bjorn3 | -10/+7 |
| 2018-11-29 | Make ConstMethods and StaticMethods require BackendTypes instead of Backend | bjorn3 | -1/+1 |
| 2018-11-29 | Some refactorings | bjorn3 | -16/+16 |
| 2018-11-29 | Rename conversion util; remove duplicate util in librustc_codegen_llvm. | Corey Farwell | -23/+11 |
| 2018-11-29 | Rollup merge of #56257 - mark-i-m:rustc-guide-links, r=nikomatsakis | Guillaume Gomez | -1/+1 |
| 2018-11-29 | rustc_codegen_llvm: don't overalign loads of pair operands. | Eduard-Mihai Burtescu | -3/+9 |
| 2018-11-26 | libcore: Add va_list lang item and intrinsics | Dan Robertson | -13/+215 |
| 2018-11-26 | rustc-guide has moved | Mark Mansi | -1/+1 |
| 2018-11-25 | Rollup merge of #56075 - alexcrichton:wasm-producer-section, r=estebank | Pietro Albini | -0/+112 |
| 2018-11-24 | Introduce `TyKind::Placeholder` variant | scalexm | -0/+1 |
| 2018-11-24 | Rollup merge of #56154 - petrhosek:fuchsia-linker-args, r=alexcrichton | kennytm | -1/+9 |
| 2018-11-24 | Rollup merge of #56048 - bjorn3:cg_ssa_sysroot, r=eddyb | kennytm | -1/+0 |
| 2018-11-23 | Auto merge of #54071 - eddyb:alignsssss, r=oli-obk | bors | -77/+74 |
| 2018-11-22 | Add rustc_codegen_ssa to sysroot | bjorn3 | -1/+0 |
| 2018-11-22 | Pass additional linker flags when targeting Fuchsia | Petr Hosek | -1/+9 |
| 2018-11-22 | rustc_target: avoid using AbiAndPrefAlign where possible. | Eduard-Mihai Burtescu | -84/+84 |
| 2018-11-22 | rustc_target: separate out an individual Align from AbiAndPrefAlign. | Eduard-Mihai Burtescu | -42/+42 |
| 2018-11-22 | rustc_target: rename abi::Align to AbiAndPrefAlign. | Eduard-Mihai Burtescu | -39/+36 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-19 | Encode a custom "producers" section in wasm files | Alex Crichton | -0/+112 |
| 2018-11-16 | [eddyb] rustc_codegen_llvm: remove unused parametrization of `CodegenCx` and ... | Eduard-Mihai Burtescu | -18/+18 |
| 2018-11-16 | [eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`. | Eduard-Mihai Burtescu | -23/+23 |
| 2018-11-16 | [eddyb] rustc_codegen_ssa: avoid a `Clone` bound on `TargetMachine`. | Eduard-Mihai Burtescu | -12/+1 |
| 2018-11-16 | [eddyb] rustc_codegen_llvm: remove unnecessary `'a` from `LlvmCodegenBackend`... | Eduard-Mihai Burtescu | -3/+3 |
| 2018-11-16 | [eddyb] rustc_codegen_ssa: handle LLVM unsafety correctly. | Eduard-Mihai Burtescu | -16/+21 |