| Age | Commit message (Expand) | Author | Lines |
| 2020-06-15 | Add EMIR_MIR_FOR_EACH_BIT_WIDTH to failing test | Wesley Wiser | -0/+43 |
| 2020-06-15 | [const-prop] Remove `ConstPropMode::NoPropagation` | Wesley Wiser | -19/+24 |
| 2020-06-15 | updated mir-opt test due to other recent changes to MIR | Rich Kadel | -12/+12 |
| 2020-06-15 | added test, Operand::const_from_scalar, require_lang_item, & comments | Rich Kadel | -0/+142 |
| 2020-06-15 | removed experiments for cleaner github PR | Rich Kadel | -2332/+0 |
| 2020-06-15 | [WIP] injects llvm intrinsic instrprof.increment for coverage reports | Rich Kadel | -0/+2332 |
| 2020-06-15 | make all uses of ty::Error or ConstKind::Error delay a span bug | mark | -2/+2 |
| 2020-06-15 | elaborate, add check for exact bounds | Erik Desjardins | -1/+18 |
| 2020-06-15 | asm: Allow multiple template strings; interpret them as newline-separated | Josh Triplett | -5/+342 |
| 2020-06-15 | Only display other method receiver candidates if they actually apply | Aaron Hill | -25/+0 |
| 2020-06-15 | review comments | Esteban Küber | -25/+25 |
| 2020-06-15 | Add test | Jonas Schievink | -0/+28 |
| 2020-06-15 | Expand "recursive opaque type" diagnostic | Esteban Küber | -99/+179 |
| 2020-06-15 | Change E0758 to E0759 to avoid conflict with #72912 | Esteban Küber | -37/+37 |
| 2020-06-15 | small tweaks | Esteban Küber | -25/+16 |
| 2020-06-15 | Register new eror code | Esteban Küber | -4/+15 |
| 2020-06-15 | Use note for requirement source span | Esteban Küber | -35/+75 |
| 2020-06-15 | review comments: wording | Esteban Küber | -54/+54 |
| 2020-06-15 | Tweak wording and add error code | Esteban Küber | -78/+78 |
| 2020-06-15 | Tweak output for overlapping required/captured spans | Esteban Küber | -66/+11 |
| 2020-06-15 | Move overlapping span to a note | Esteban Küber | -45/+69 |
| 2020-06-15 | Reduce verbosity of suggestion message and mention lifetime in label | Esteban Küber | -46/+48 |
| 2020-06-15 | When `'static` is explicit, suggest constraining argument with it | Esteban Küber | -114/+158 |
| 2020-06-15 | Suggest substituting `'static` lifetime in impl/dyn `Trait + 'static` return ... | Esteban Küber | -13/+163 |
| 2020-06-15 | Tweak "non-primitive cast" error | Esteban Küber | -101/+113 |
| 2020-06-15 | Always capture tokens for `macro_rules!` arguments | Aaron Hill | -0/+179 |
| 2020-06-15 | Auto merge of #72357 - ortem:new-dbg-pretty-printers, r=pnkfelix | bors | -302/+392 |
| 2020-06-15 | Change how compiler-builtins gets many CGUs | Alex Crichton | -40/+0 |
| 2020-06-15 | Enable static-pie for the x86_64-unknown-linux-musl target | Harald Hoyer | -0/+58 |
| 2020-06-15 | Auto merge of #73369 - RalfJung:rollup-hl8g9zf, r=RalfJung | bors | -79/+160 |
| 2020-06-15 | Update sanitizer test | Nathan Corbyn | -1/+2 |
| 2020-06-15 | Rollup merge of #72879 - RalfJung:miri-tctx-at, r=oli-obk | Ralf Jung | -32/+35 |
| 2020-06-15 | Rollup merge of #72740 - estebank:recursive-indirection, r=matthewjasper | Ralf Jung | -47/+125 |
| 2020-06-15 | Fix sanitizer test | Nathan Corbyn | -2/+1 |
| 2020-06-15 | Fix whitespace | Nathan Corbyn | -1/+1 |
| 2020-06-15 | Fix exports with `#[inline(always)]` | Nathan Corbyn | -8/+63 |
| 2020-06-15 | Fix whitespace | Nathan Corbyn | -1/+1 |
| 2020-06-15 | Export all fns with extern indicator | Nathan Corbyn | -26/+61 |
| 2020-06-15 | Export `#[inline] #[no_mangle]` fns in cdylibs and staticlibs | Nathan Corbyn | -0/+26 |
| 2020-06-15 | Auto merge of #73367 - RalfJung:rollup-4ewvk9b, r=RalfJung | bors | -56/+624 |
| 2020-06-15 | Rollup merge of #73353 - davidtwco:issue-73003-non-structural-match-ty-closur... | Ralf Jung | -0/+19 |
| 2020-06-15 | Rollup merge of #72598 - Aaron1011:feature/fnmut-capture-span, r=nikomatsakis | Ralf Jung | -5/+70 |
| 2020-06-15 | Rollup merge of #72556 - matthew-mcallister:trait-alias-inherent-impl, r=este... | Ralf Jung | -0/+33 |
| 2020-06-15 | Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikomatsakis | Ralf Jung | -42/+453 |
| 2020-06-15 | Rollup merge of #71824 - ecstatic-morse:const-check-post-drop-elab, r=oli-obk | Ralf Jung | -9/+49 |
| 2020-06-15 | Test that bounds checks are elided when slice len is checked up-front | Erik Desjardins | -0/+26 |
| 2020-06-15 | Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis | bors | -331/+440 |
| 2020-06-15 | Add ui tests for issue 68590 and 72225 | Gary Guo | -0/+46 |
| 2020-06-14 | UI test for deprecation warning of casting enum implementing Drop | oddg | -0/+34 |
| 2020-06-14 | structural_match: non-structural-match ty closures | David Wood | -0/+19 |