| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-10-03 | Support vectors with fewer than 8 elements for simd_select_bitmask | Amanieu d'Antras | -3/+7 |
| 2020-10-02 | Implement Make `handle_alloc_error` default to panic (for no_std + liballoc) | Harald Hoyer | -2/+46 |
| 2020-09-30 | Add support for cmse_nonsecure_entry attribute | Hugues de Valon | -0/+9 |
| 2020-09-30 | Update LLVM and add Unsupported diagnostic | Hugues de Valon | -0/+10 |
| 2020-09-27 | Rollup merge of #76839 - lzutao:mips-asm, r=Amanieu | Jonas Schievink | -0/+25 |
| 2020-09-27 | Add MIPS asm! support | Lzu Tao | -0/+25 |
| 2020-09-26 | Rollup merge of #77211 - est31:remove_unused_allow, r=oli-obk | Ralf Jung | -5/+0 |
| 2020-09-26 | Rollup merge of #77161 - est31:swich_len_already_trusted, r=petrochenkov | Ralf Jung | -3/+1 |
| 2020-09-26 | Remove unused #[allow(...)] statements from compiler/ | est31 | -5/+0 |
| 2020-09-25 | Address review comment | marmeladema | -4/+10 |
| 2020-09-25 | Simplify some match statements on `DefPathDataName' | marmeladema | -7/+2 |
| 2020-09-25 | Rename `DefPathData::get_name()` to `DefPathData::name()` | marmeladema | -1/+1 |
| 2020-09-25 | Move from {{closure}}#0 syntax to {closure#0} for (def) path components | marmeladema | -2/+8 |
| 2020-09-24 | Remove TrustedLen requirement from BuilderMethods::switch | est31 | -3/+1 |
| 2020-09-23 | /nightly/nightly-rustc | Erik Hofmayer | -1/+1 |
| 2020-09-23 | Updated html_root_url for compiler crates | Erik Hofmayer | -1/+1 |
| 2020-09-21 | Rollup merge of #76962 - est31:const_cstr, r=oli-obk | Ralf Jung | -4/+3 |
| 2020-09-21 | Rollup merge of #76958 - est31:ns, r=oli-obk | Ralf Jung | -1/+1 |
| 2020-09-21 | Rollup merge of #76872 - khyperia:remove_declare_methods, r=eddyb | Ralf Jung | -8/+46 |
| 2020-09-21 | Auto merge of #76295 - mati865:remove-mmx, r=Amanieu,oli-obk | bors | -23/+2 |
| 2020-09-20 | Remove MMX from Rust | Mateusz MikuĊa | -23/+2 |
| 2020-09-20 | Auto merge of #76964 - RalfJung:rollup-ybn06fs, r=RalfJung | bors | -520/+7 |
| 2020-09-20 | Use const_cstr macro in consts.rs | est31 | -4/+3 |
| 2020-09-20 | Use as_nanos in bench.rs and base.rs | est31 | -1/+1 |
| 2020-09-19 | Stop using the `const_eval` query for initializers of statics | Oliver Scherer | -5/+2 |
| 2020-09-18 | Remove DeclareMethods | khyperia | -8/+46 |
| 2020-09-17 | Use llvm::computeLTOCacheKey to determine post-ThinLTO CGU reuse | Aaron Hill | -192/+75 |
| 2020-09-15 | Extract some intrinsics out of rustc_codegen_llvm | khyperia | -520/+7 |
| 2020-09-09 | Rollup merge of #74787 - petrochenkov:rustllvm, r=cuviper | Tyler Mandry | -2/+2 |