| Age | Commit message (Expand) | Author | Lines |
| 2020-07-22 | Rollup merge of #74643 - petrochenkov:noenvrerun, r=Mark-Simulacrum | Manish Goregaokar | -6/+0 |
| 2020-07-22 | Improve codegen for unchecked float casts on wasm | Alex Crichton | -18/+65 |
| 2020-07-22 | Rollup merge of #73893 - ajpaverd:cfguard-stabilize, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2020-07-22 | Rollup merge of #73655 - JamieCunliffe:jamie_va-args-c, r=nikic | Manish Goregaokar | -3/+85 |
| 2020-07-22 | build: Remove unnecessary `cargo:rerun-if-env-changed` annotations | Vadim Petrochenkov | -6/+0 |
| 2020-07-22 | polymorphize GlobalAlloc::Function | Bastian Kauschke | -1/+1 |
| 2020-07-22 | [AVR] Ensure that function pointers stored within aggregates are annotated wi... | Dylan McKay | -7/+8 |
| 2020-07-22 | [AVR] Correctly set the pointer address space when constructing pointers to f... | Dylan McKay | -16/+29 |
| 2020-07-21 | Remove the assert on alignment check. | Jamie Cunliffe | -2/+1 |
| 2020-07-20 | mir: `unused_generic_params` query | David Wood | -10/+14 |
| 2020-07-20 | debuginfo: add type metadata for params | David Wood | -0/+16 |
| 2020-07-20 | debuginfo: no type metadata if substs reqd | David Wood | -2/+4 |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -112/+666 |
| 2020-07-15 | Undo the `const_str` changes from the previous commit. | Nicholas Nethercote | -9/+11 |
| 2020-07-15 | Change `SymbolName::name` to a `&str`. | Nicholas Nethercote | -22/+17 |
| 2020-07-15 | Add and use more static symbols. | Nicholas Nethercote | -197/+233 |
| 2020-07-15 | Rename `sym::nontrapping_fptoint`. | Nicholas Nethercote | -2/+2 |
| 2020-07-14 | Stabilize control-flow-guard codegen option | Andrew Paverd | -1/+1 |
| 2020-07-11 | Rollup merge of #73715 - MaulingMonkey:pr-natvis-tuples, r=Amanieu | Manish Goregaokar | -1/+81 |
| 2020-07-10 | Rollup merge of #74127 - tamird:allowlist, r=oli-obk | Manish Goregaokar | -53/+69 |
| 2020-07-10 | Rollup merge of #74103 - ajpaverd:cfguard-msvc-only, r=nikomatsakis | Manish Goregaokar | -7/+12 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -53/+69 |
| 2020-07-10 | Only add cfguard module flag on windows-msvc | Andrew Paverd | -7/+12 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -4/+4 |
| 2020-07-02 | Rollup merge of #73724 - CryZe:wasm-saturating-casts, r=alexcrichton | Manish Goregaokar | -2/+65 |
| 2020-07-02 | Address review comments and add UI test | Christopher Serr | -2/+2 |
| 2020-07-02 | Add comments and format the code | Christopher Serr | -5/+7 |
| 2020-07-02 | Check for feature with pre-interned symbol | Christopher Serr | -10/+9 |
| 2020-07-02 | Use WASM's saturating casts if they are available | Christopher Serr | -2/+64 |
| 2020-06-30 | va_args implementation for AAPCS. | Jamie Cunliffe | -3/+86 |
| 2020-06-29 | add spans to injected coverage counters | Rich Kadel | -7/+211 |
| 2020-06-27 | Rollup merge of #73525 - cuviper:llvm11, r=nikic | Manish Goregaokar | -4/+17 |
| 2020-06-26 | Rollup merge of #73588 - Amanieu:thumb-fp, r=nagisa | Manish Goregaokar | -0/+4 |
| 2020-06-26 | Rollup merge of #72620 - tmiasko:linkage-name, r=eddyb | Manish Goregaokar | -12/+6 |
| 2020-06-25 | Prepare for LLVM 11 | Josh Stone | -4/+17 |
| 2020-06-25 | Rollup merge of #73460 - tmandry:variant-lineinfo, r=oli-obk | Manish Goregaokar | -41/+126 |
| 2020-06-25 | Rollup merge of #73418 - doctorn:variants-intrinsic, r=kennytm | Manish Goregaokar | -1/+1 |
| 2020-06-24 | debuginfo: Define int/float types in terms of MSVC-recognized types. | MaulingMonkey | -1/+81 |
| 2020-06-24 | Add generator-debug test for MSVC | Tyler Mandry | -8/+10 |
| 2020-06-24 | Allow calling GeneratorSubsts::variant_name() without substs | Tyler Mandry | -10/+8 |
| 2020-06-24 | Add Artificial flag to generator variants | Tyler Mandry | -14/+53 |
| 2020-06-24 | Emit line info for generator variants | Tyler Mandry | -10/+56 |
| 2020-06-24 | Implement intrinsic | Nathan Corbyn | -1/+1 |
| 2020-06-23 | Rollup merge of #73665 - alexcrichton:update-wasm-atomics-feature, r=davidtwco | Manish Goregaokar | -1/+2 |
| 2020-06-23 | Rollup merge of #73488 - richkadel:llvm-coverage-map-gen, r=tmandry | Manish Goregaokar | -21/+14 |
| 2020-06-23 | rustc: Modernize wasm checks for atomics | Alex Crichton | -1/+2 |
| 2020-06-23 | Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisa | Manish Goregaokar | -1/+11 |
| 2020-06-22 | Updated query for num_counters to compute from max index | Rich Kadel | -0/+3 |
| 2020-06-22 | moves coverage data computation from pass to query | Rich Kadel | -6/+3 |
| 2020-06-22 | implemented query for coverage data | Rich Kadel | -5/+7 |