| Age | Commit message (Expand) | Author | Lines |
| 2020-11-04 | Auto merge of #78280 - bugadani:span, r=lcnr | bors | -14/+14 |
| 2020-11-04 | `u128` truncation and sign extension are not just interpreter related | oli | -2/+1 |
| 2020-11-04 | s/Scalar::Raw/Scalar::Int | oli | -2/+2 |
| 2020-11-04 | Split the "raw integer bytes" part out of `Scalar` | Oliver Scherer | -4/+4 |
| 2020-11-03 | Rollup merge of #77950 - arlosi:sha256, r=eddyb | Mara Bos | -0/+2 |
| 2020-11-03 | Auto merge of #78448 - rylev:cache-foreign_modules, r=wesleywiser | bors | -2/+2 |
| 2020-10-31 | Implement -Z relax-elf-relocations=yes|no | Anthony Ramine | -1/+5 |
| 2020-10-30 | Fix even more clippy warnings | Joshua Nelson | -22/+15 |
| 2020-10-28 | Auto merge of #78414 - nox:function-sections, r=nagisa,bjorn3 | bors | -1/+2 |
| 2020-10-27 | Cache foreign_modules query | Ryan Levick | -2/+2 |
| 2020-10-27 | Query span as late as possible | Dániel Buga | -14/+14 |
| 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 | Upgrade to measureme 9.0.0 | Wesley Wiser | -1/+1 |
| 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 | Update to rustc-demangle 0.1.18 | varkor | -1/+1 |
| 2020-10-21 | Update rustc-demangle | varkor | -1/+1 |
| 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 | Add support for SHA256 source file hashing for LLVM 11+. | Arlo Siemsen | -0/+2 |
| 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 |