| Age | Commit message (Expand) | Author | Lines |
| 2018-12-23 | Fix recursion limits | John Kåre Alsaker | -0/+2 |
| 2018-12-21 | Fix alignment for array indexing | Nikita Popov | -3/+13 |
| 2018-12-18 | treat ref-to-raw cast like a reborrow: do a special kind of retag | Ralf Jung | -1/+0 |
| 2018-12-17 | Auto merge of #56642 - nikic:llvm-6, r=alexcrichton | bors | -25/+2 |
| 2018-12-14 | Rollup merge of #56562 - pnkfelix:issue-55465-update-libc-version, r=alexcric... | kennytm | -1/+1 |
| 2018-12-14 | Auto merge of #56351 - davidtwco:issue-55396-stabilize-linker-flavor, r=nagisa | bors | -5/+1 |
| 2018-12-13 | Stabilize `linker-flavor` flag. | David Wood | -5/+1 |
| 2018-12-12 | Increase required version for crates.io `libc` to get fix from PR rust-lang/l... | Felix S. Klock II | -1/+1 |
| 2018-12-12 | Remove `Session::sysroot()`. | Nicholas Nethercote | -2/+1 |
| 2018-12-11 | Remove env_alloca hack | Nikita Popov | -25/+2 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -16/+16 |
| 2018-12-07 | Auto merge of #56502 - Zoxc:hir-func, r=eddyb | bors | -11/+11 |
| 2018-12-07 | Auto merge of #56487 - nikic:discard-modules-earlier, r=alexcrichton | bors | -94/+139 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -11/+11 |
| 2018-12-06 | Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavis | Pietro Albini | -1/+1 |
| 2018-12-04 | Serialize modules into ThinBuffer after initial optimization | Nikita Popov | -16/+24 |
| 2018-12-04 | Remove unnecessary parts of run_fat_lto signature | Nikita Popov | -4/+5 |
| 2018-12-04 | Separate out methods for running thin and fat LTO | Nikita Popov | -8/+14 |
| 2018-12-04 | Separate codepaths for fat and thin LTO in write.rs | Nikita Popov | -27/+56 |
| 2018-12-04 | Refactor LTO type determination | Nikita Popov | -35/+41 |
| 2018-12-04 | Extract free_worker closure | Nikita Popov | -23/+18 |
| 2018-12-04 | cleanup: remove static lifetimes from consts | ljedrz | -1/+1 |
| 2018-12-03 | codegen_llvm_back: improve allocations | ljedrz | -3/+4 |
| 2018-12-02 | Auto merge of #56198 - bjorn3:cg_ssa_refactor, r=eddyb | bors | -276/+187 |
| 2018-12-01 | Rollup merge of #56349 - davidtwco:issue-55396-inference-extension, r=nagisa | kennytm | -1/+5 |
| 2018-11-30 | proc_macro: introduce a "bridge" between clients (proc macros) and servers (c... | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-29 | Only consider stem when extension is exe. | David Wood | -1/+5 |
| 2018-11-29 | Move get_static from CodegenCx to Builder | bjorn3 | -4/+8 |
| 2018-11-29 | Use implicit deref instead of BuilderMethods::cx() | bjorn3 | -105/+104 |
| 2018-11-29 | Require Deref to CodegenCx for HasCodegen | bjorn3 | -1/+3 |
| 2018-11-29 | Remove static_addr_of_mut from cg_ssa | bjorn3 | -1/+0 |
| 2018-11-29 | Rename StaticMethods::static_ptrcast to ConstMethods::const_ptrcast | bjorn3 | -3/+3 |
| 2018-11-29 | Remove static_bitcast from cg_ssa | bjorn3 | -1/+0 |
| 2018-11-29 | Move IntrinsicCallMethods::call_overflow_intrinsics to BuilderMethods::checke... | bjorn3 | -18/+19 |
| 2018-11-29 | Remove call_lifetime_intrinsic from cg_ssa | bjorn3 | -10/+4 |
| 2018-11-29 | Use BackendTypes instead of Backend or HasCodegen in a few places | bjorn3 | -18/+18 |
| 2018-11-29 | Rustfmt on cg_ssa/traits | bjorn3 | -3/+7 |
| 2018-11-29 | Don't use llvm intrinsic names in cg_ssa | bjorn3 | -106/+22 |
| 2018-11-29 | Remove static_replace_all_uses and statics_to_rauw from cg_ssa | bjorn3 | -2/+0 |
| 2018-11-29 | Make ConstMethods and StaticMethods require BackendTypes instead of Backend | bjorn3 | -6/+6 |
| 2018-11-29 | Some refactorings | bjorn3 | -15/+10 |
| 2018-11-28 | Fix alignment of stores to scalar pair | Nikita Popov | -5/+15 |
| 2018-11-25 | Pass `--export-dynamic` to LLD for wasm | Alex Crichton | -0/+6 |
| 2018-11-25 | wasm: Pass `--no-demangle` to LLD | Alex Crichton | -0/+5 |
| 2018-11-25 | Rollup merge of #56101 - frewsxcv:frewsxcv-dyn, r=steveklabnik | Pietro Albini | -1/+1 |
| 2018-11-25 | Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis | bors | -1/+0 |
| 2018-11-23 | Merge branch 'master' into frewsxcv-dyn | Corey Farwell | -65/+58 |
| 2018-11-24 | Rollup merge of #56097 - ogoffart:union-abi, r=eddyb | kennytm | -3/+14 |
| 2018-11-24 | Rollup merge of #56048 - bjorn3:cg_ssa_sysroot, r=eddyb | kennytm | -0/+19 |
| 2018-11-23 | Auto merge of #54071 - eddyb:alignsssss, r=oli-obk | bors | -57/+52 |