| Age | Commit message (Expand) | Author | Lines |
| 2020-10-28 | Auto merge of #78414 - nox:function-sections, r=nagisa,bjorn3 | bors | -1/+2 |
| 2020-10-26 | Implement -Z function-sections=yes|no | Anthony Ramine | -1/+2 |
| 2020-10-26 | Auto merge of #68965 - eddyb:mir-inline-scope, r=nagisa,oli-obk | bors | -162/+188 |
| 2020-10-26 | Rollup merge of #78126 - shepmaster:aarch64-apple-darwin-valist, r=nagisa | Dylan DPC | -10/+8 |
| 2020-10-25 | Properly define va_arg and va_list for aarch64-apple-darwin | Jake Goulding | -2/+2 |
| 2020-10-24 | Switch from tuple matching to match guards | Jake Goulding | -9/+7 |
| 2020-10-24 | Rollup merge of #78307 - rust-lang:revert-77961-embed-bitcode, r=tmandry | Jonas Schievink | -2/+2 |
| 2020-10-23 | Update compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs | Rich Kadel | -4/+4 |
| 2020-10-23 | Revert "Set .llvmbc and .llvmcmd sections as allocatable" | Tyler Mandry | -2/+2 |
| 2020-10-23 | Make codegen coverage_context optional, and check | Rich Kadel | -35/+53 |
| 2020-10-21 | rustc_codegen_llvm: add support for inlined function debuginfo. | Eduard-Mihai Burtescu | -27/+66 |
| 2020-10-21 | rustc_codegen_llvm: expose DILocation to rustc_codegen_ssa. | Eduard-Mihai Burtescu | -90/+77 |
| 2020-10-21 | rustc_codegen_llvm: avoid converting between DILocation and Value. | Eduard-Mihai Burtescu | -9/+12 |
| 2020-10-21 | rustc_codegen_llvm: move DISubprogram creation to a dbg_scope_fn method. | Eduard-Mihai Burtescu | -34/+40 |
| 2020-10-21 | rustc_codegen_llvm: create `DIFile`s from just `SourceFile`s. | Eduard-Mihai Burtescu | -25/+16 |
| 2020-10-18 | Auto merge of #78047 - khyperia:set_span_mut, r=bjorn3 | bors | -1/+1 |
| 2020-10-17 | Make set_span take mut self | khyperia | -1/+1 |
| 2020-10-17 | Auto merge of #77685 - jackh726:binder-map, r=lcnr | bors | -13/+14 |
| 2020-10-17 | Rollup merge of #77961 - glandium:embed-bitcode, r=nagisa | Dylan DPC | -2/+2 |
| 2020-10-16 | Review comments | Jack Huey | -3/+2 |
| 2020-10-16 | Use map_bound(_ref) instead of Binder::bind when possible | Jack Huey | -12/+14 |
| 2020-10-16 | Auto merge of #77972 - Mark-Simulacrum:side-effect-loop, r=nagisa | bors | -5/+5 |
| 2020-10-15 | Prevent miscompilation in trivial loop {} | Mark Rousskov | -5/+5 |
| 2020-10-15 | Remove rustc_session::config::Config | est31 | -1/+0 |
| 2020-10-15 | Replace target.target with target and target.ptr_width with target.pointer_width | est31 | -62/+59 |
| 2020-10-15 | Rename target_pointer_width to pointer_width and turn it into an u32 | est31 | -4/+4 |
| 2020-10-15 | Set .llvmbc and .llvmcmd sections as allocatable | Mike Hommey | -2/+2 |
| 2020-10-15 | Rollup merge of #77739 - est31:remove_unused_code, r=petrochenkov,varkor | Yuki Okushi | -5/+0 |
| 2020-10-14 | Remove unused code from rustc_codegen_* | est31 | -5/+0 |
| 2020-10-14 | Rollup merge of #77795 - bjorn3:codegen_backend_interface_refactor, r=oli-obk | Dylan DPC | -61/+14 |
| 2020-10-14 | Rollup merge of #77765 - amshafer:master, r=petrochenkov | Dylan DPC | -4/+2 |
| 2020-10-13 | Add a target option for selecting a DWARF version | Austin Shafer | -4/+2 |
| 2020-10-13 | Replace absolute paths with relative ones | est31 | -1/+1 |
| 2020-10-13 | Auto merge of #76830 - Artoria2e5:tune, r=nagisa | bors | -6/+37 |
| 2020-10-12 | Remove dump_incremental_data | bjorn3 | -3/+0 |
| 2020-10-11 | Auto merge of #76859 - Aaron1011:fix/llvm-cgu-reuse, r=davidtwco,nikic | bors | -192/+75 |
| 2020-10-10 | Auto merge of #77337 - lzutao:asm-mips64, r=Amanieu | bors | -1/+4 |
| 2020-10-10 | Move llvm_util::time_trace_profiler_finish call to join_codegen | bjorn3 | -6/+6 |
| 2020-10-10 | Use fixed type for CodegenResults | bjorn3 | -22/+4 |
| 2020-10-10 | Move finalize_session_directory call out of cg_llvm | bjorn3 | -4/+0 |
| 2020-10-10 | Move save_work_product_index call out of cg_llvm | bjorn3 | -10/+4 |
| 2020-10-09 | Move supported_target_features query provider to cg_ssa | bjorn3 | -20/+4 |
| 2020-10-08 | Implement the instruction_set attribute | xd009642 | -1/+5 |
| 2020-10-06 | Let backends access span information | khyperia | -1/+3 |
| 2020-10-05 | Updates to experimental coverage counter injection | Rich Kadel | -0/+1 |
| 2020-10-05 | Pass tune-cpu to LLVM | Mingye Wang | -6/+37 |
| 2020-10-04 | Rollup merge of #77521 - bjorn3:target_feature_whitelist, r=lcnr | Jonas Schievink | -154/+4 |
| 2020-10-04 | Rollup merge of #77504 - Amanieu:select_simd_bitmask, r=ecstatic-morse | Jonas Schievink | -3/+7 |
| 2020-10-04 | Add asm! support for mips64 | Lzu Tao | -1/+4 |
| 2020-10-04 | Move target feature whitelist from cg_llvm to cg_ssa | bjorn3 | -154/+4 |