| Age | Commit message (Expand) | Author | Lines |
| 2020-10-10 | Move finalize_session_directory call out of cg_llvm | bjorn3 | -7/+0 |
| 2020-10-10 | Move save_work_product_index call out of cg_llvm | bjorn3 | -3/+3 |
| 2020-10-09 | Move supported_target_features query provider to cg_ssa | bjorn3 | -0/+16 |
| 2020-10-06 | Let backends access span information | khyperia | -0/+3 |
| 2020-10-05 | Auto merge of #77080 - richkadel:llvm-coverage-counters-2, r=tmandry | bors | -3/+10 |
| 2020-10-05 | Updates to experimental coverage counter injection | Rich Kadel | -3/+10 |
| 2020-10-05 | Instruct lld that our @ files are posix-style, not Windows | Mark Rousskov | -0/+6 |
| 2020-10-05 | Pass tune-cpu to LLVM | Mingye Wang | -0/+1 |
| 2020-10-04 | Rollup merge of #77521 - bjorn3:target_feature_whitelist, r=lcnr | Jonas Schievink | -0/+151 |
| 2020-10-04 | Move target feature whitelist from cg_llvm to cg_ssa | bjorn3 | -0/+151 |
| 2020-10-02 | Implement Make `handle_alloc_error` default to panic (for no_std + liballoc) | Harald Hoyer | -2/+4 |
| 2020-10-01 | Rollup merge of #77202 - ehuss:defer-apple-sdkroot, r=petrochenkov | Dylan DPC | -0/+86 |
| 2020-09-26 | Move add_apple_sdk out of add_pre_link_args. | Eric Huss | -1/+3 |
| 2020-09-27 | Rollup merge of #77208 - mati865:late-link-args-order, r=petrochenkov | Jonas Schievink | -3/+3 |
| 2020-09-26 | Rollup merge of #77211 - est31:remove_unused_allow, r=oli-obk | Ralf Jung | -3/+1 |
| 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 | -3/+1 |
| 2020-09-25 | Simplify some match statements on `DefPathDataName' | marmeladema | -8/+1 |
| 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 | -1/+9 |
| 2020-09-25 | Defer Apple SDKROOT detection to link time. | Eric Huss | -0/+84 |
| 2020-09-25 | Rollup merge of #76973 - lzutao:unstably-const-assume, r=oli-obk | Jonas Schievink | -3/+3 |
| 2020-09-25 | Auto merge of #73453 - erikdesjardins:tuplayout, r=eddyb | bors | -9/+27 |
| 2020-09-25 | Link dynamic and static late_link_args before generic ones | Mateusz Mikuła | -3/+3 |
| 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 #76872 - khyperia:remove_declare_methods, r=eddyb | Ralf Jung | -58/+16 |
| 2020-09-20 | Rollup merge of #76832 - khyperia:backend_target_override, r=eddyb | Ralf Jung | -0/+7 |
| 2020-09-20 | Correct file path after some restructures in compiler | Lzu Tao | -3/+3 |
| 2020-09-20 | Auto merge of #76964 - RalfJung:rollup-ybn06fs, r=RalfJung | bors | -3/+599 |
| 2020-09-20 | Rollup merge of #76821 - est31:remove_redundant_nightly_features, r=oli-obk,M... | Ralf Jung | -2/+0 |
| 2020-09-19 | Stop using the `const_eval` query for initializers of statics | Oliver Scherer | -19/+7 |
| 2020-09-18 | Remove DeclareMethods | khyperia | -58/+16 |
| 2020-09-17 | PR feedback | khyperia | -2/+4 |
| 2020-09-17 | Let backends define custom targets | khyperia | -0/+5 |
| 2020-09-17 | Remove redundant #![feature(...)] 's from compiler/ | est31 | -2/+0 |
| 2020-09-15 | Extract some intrinsics out of rustc_codegen_llvm | khyperia | -1/+599 |
| 2020-09-10 | use push(char) instead of push_str(&str) to add single chars to strings | Matthias Krüger | -2/+2 |
| 2020-09-09 | Add `-Z combine_cgu` flag | Victor Ding | -12/+53 |
| 2020-09-04 | Change ty.kind to a method | LeSeulArtichaut | -19/+19 |
| 2020-09-03 | Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkov | bors | -8/+11 |
| 2020-09-03 | Rollup merge of #76167 - mati865:mingw-self-contained-heuristic, r=petrochenkov | Dylan DPC | -92/+25 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -8/+11 |
| 2020-09-01 | Rollup merge of #76158 - mati865:self-contained-option, r=petrochenkov | Tyler Mandry | -3/+3 |
| 2020-09-01 | Replace MinGW library hack with heuristic controlling link mode | Mateusz Mikuła | -92/+25 |
| 2020-09-01 | Auto merge of #75529 - bugadani:bounds-check, r=nagisa | bors | -5/+21 |
| 2020-09-01 | Auto merge of #76071 - khyperia:configurable_to_immediate, r=eddyb | bors | -63/+38 |
| 2020-08-31 | Rollup merge of #76002 - richkadel:llvm-coverage-map-gen-6b.3, r=tmandry | Tyler Mandry | -1/+1 |
| 2020-08-31 | Fix `-Z instrument-coverage` on MSVC | Rich Kadel | -1/+1 |