| Age | Commit message (Expand) | Author | Lines |
| 2020-07-22 | Rollup merge of #74631 - petrochenkov:ehdr2, r=jonas-schievink | Manish Goregaokar | -8/+4 |
| 2020-07-22 | Rollup merge of #73893 - ajpaverd:cfguard-stabilize, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2020-07-22 | build: Remove unnecessary `cargo:rerun-if-env-changed` annotations | Vadim Petrochenkov | -4/+0 |
| 2020-07-22 | rustc_target: Add a target spec option for disabling `--eh-frame-hdr` | Vadim Petrochenkov | -8/+4 |
| 2020-07-22 | [AVR] Correctly set the pointer address space when constructing pointers to f... | Dylan McKay | -4/+12 |
| 2020-07-20 | mir: `unused_generic_params` query | David Wood | -13/+14 |
| 2020-07-20 | debuginfo: add type metadata for params | David Wood | -2/+5 |
| 2020-07-20 | mir: avoid double substitution | David Wood | -2/+1 |
| 2020-07-19 | Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandry | bors | -37/+267 |
| 2020-07-18 | Rollup merge of #74478 - rust-lang:revert-74416-linker-locale-utf8, r=Mark-Si... | Manish Goregaokar | -3/+1 |
| 2020-07-18 | Revert "Use an UTF-8 locale for the linker." | Jonas Schievink | -3/+1 |
| 2020-07-17 | Rollup merge of #74464 - FedericoPonzi:fix-#67108, r=Manishearth | Manish Goregaokar | -31/+3 |
| 2020-07-17 | Run fmt | Manish Goregaokar | -1/+1 |
| 2020-07-18 | fixes #67108 by using the external crate | Federico Ponzi | -31/+3 |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -37/+267 |
| 2020-07-17 | Use an UTF-8 locale for the linker. | Jakub Kądziołka | -1/+3 |
| 2020-07-16 | MinGW: disable self-contained mode when cross compiling | Mateusz Mikuła | -1/+3 |
| 2020-07-15 | Auto merge of #74113 - lcnr:type-dependent-consts-2, r=eddyb | bors | -4/+4 |
| 2020-07-15 | InstanceDef::Item | Bastian Kauschke | -2/+2 |
| 2020-07-15 | const_eval_resolve | Bastian Kauschke | -1/+1 |
| 2020-07-15 | ConstKind::Unevaluated | Bastian Kauschke | -2/+2 |
| 2020-07-15 | Undo the `const_str` changes from the previous commit. | Nicholas Nethercote | -5/+6 |
| 2020-07-15 | Change `SymbolName::name` to a `&str`. | Nicholas Nethercote | -16/+14 |
| 2020-07-15 | Add and use more static symbols. | Nicholas Nethercote | -23/+22 |
| 2020-07-14 | Stabilize control-flow-guard codegen option | Andrew Paverd | -1/+1 |
| 2020-07-11 | Rollup merge of #74167 - jclulow:illumos-linker-eh-frame-hdr-fix, r=petrochenkov | Manish Goregaokar | -1/+1 |
| 2020-07-11 | Rollup merge of #73715 - MaulingMonkey:pr-natvis-tuples, r=Amanieu | Manish Goregaokar | -2/+12 |
| 2020-07-10 | Rollup merge of #74127 - tamird:allowlist, r=oli-obk | Manish Goregaokar | -7/+6 |
| 2020-07-10 | Rollup merge of #74103 - ajpaverd:cfguard-msvc-only, r=nikomatsakis | Manish Goregaokar | -12/+4 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -7/+6 |
| 2020-07-10 | Only add cfguard module flag on windows-msvc | Andrew Paverd | -12/+4 |
| 2020-07-08 | linker: illumos ld does not support --eh-frame-hdr | Joshua M. Clulow | -1/+1 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -9/+9 |
| 2020-07-02 | Rollup merge of #73724 - CryZe:wasm-saturating-casts, r=alexcrichton | Manish Goregaokar | -3/+10 |
| 2020-07-02 | Use WASM's saturating casts if they are available | Christopher Serr | -3/+10 |
| 2020-07-02 | Rollup merge of #73684 - richkadel:llvm-coverage-map-gen-2, r=wesleywiser | Manish Goregaokar | -1/+152 |
| 2020-07-02 | Rollup merge of #73564 - petrochenkov:ehdr, r=Amanieu | Manish Goregaokar | -0/+17 |
| 2020-06-29 | add spans to injected coverage counters | Rich Kadel | -1/+152 |
| 2020-06-27 | Rollup merge of #73525 - cuviper:llvm11, r=nikic | Manish Goregaokar | -0/+2 |
| 2020-06-27 | linker: Create GNU_EH_FRAME header by default when producing ELFs | Vadim Petrochenkov | -0/+17 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -1/+1 |
| 2020-06-25 | Prepare for LLVM 11 | Josh Stone | -0/+2 |
| 2020-06-25 | Rollup merge of #72738 - mati865:self-contained-option, r=petrochenkov | Manish Goregaokar | -26/+54 |
| 2020-06-25 | Rename remaining `fallback` to `self_contained` | Mateusz Mikuła | -12/+20 |
| 2020-06-25 | Rename get_self_contained_lib_path | Mateusz Mikuła | -2/+2 |
| 2020-06-25 | Add unstable rustc option to control self-contained linkage mode | Mateusz Mikuła | -17/+37 |
| 2020-06-24 | Modify type names on MSVC to make tuples .natvis compatible. | MaulingMonkey | -2/+12 |
| 2020-06-23 | rustc: Modernize wasm checks for atomics | Alex Crichton | -3/+2 |
| 2020-06-23 | Rollup merge of #73586 - RalfJung:switch-ty, r=oli-obk | Dylan DPC | -0/+2 |
| 2020-06-21 | remove switch_ty reliance in codegen | Ralf Jung | -0/+2 |