| Age | Commit message (Expand) | Author | Lines |
| 2020-07-10 | Rollup merge of #74127 - tamird:allowlist, r=oli-obk | Manish Goregaokar | -5/+5 |
| 2020-07-10 | Rollup merge of #74125 - ayazhafiz:i/74050, r=matthewjasper | Manish Goregaokar | -0/+28 |
| 2020-07-10 | Rollup merge of #74109 - nbdd0121:issue-74082, r=petrochenkov | Manish Goregaokar | -0/+28 |
| 2020-07-10 | Rollup merge of #74103 - ajpaverd:cfguard-msvc-only, r=nikomatsakis | Manish Goregaokar | -0/+6 |
| 2020-07-10 | Rollup merge of #73989 - RalfJung:ub-enum-test, r=oli-obk | Manish Goregaokar | -8/+9 |
| 2020-07-10 | Rollup merge of #73887 - DutchGhost:master, r=oli-obk | Manish Goregaokar | -2/+0 |
| 2020-07-10 | Rollup merge of #73862 - oli-obk:const_array_to_slice, r=RalfJung | Manish Goregaokar | -29/+22 |
| 2020-07-10 | Rollup merge of #71322 - petrochenkov:tuple00, r=nikomatsakis | Manish Goregaokar | -21/+533 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -5/+5 |
| 2020-07-10 | Only add cfguard module flag on windows-msvc | Andrew Paverd | -0/+6 |
| 2020-07-09 | Rollup merge of #74188 - estebank:tweak-ascription-typo-heuristic, r=petroche... | Manish Goregaokar | -18/+11 |
| 2020-07-09 | Tweak `::` -> `:` typo heuristic and reduce verbosity | Esteban Küber | -18/+11 |
| 2020-07-08 | Avoid "blacklist" | Tamir Duberstein | -1/+1 |
| 2020-07-08 | Correctly mark the ending span of a match arm | Ayaz Hafiz | -0/+28 |
| 2020-07-07 | Auto merge of #74059 - RalfJung:miri-uninit-validation, r=oli-obk | bors | -5/+16 |
| 2020-07-06 | Rollup merge of #74102 - oli-obk:const_prop_icde, r=wesleywiser | Manish Goregaokar | -0/+9 |
| 2020-07-06 | Rollup merge of #73969 - davidtwco:issue-73914-checkedadd-temp-generator-inte... | Manish Goregaokar | -0/+30 |
| 2020-07-06 | Rollup merge of #73953 - JohnTitor:audit-hidden-sugg, r=estebank | Manish Goregaokar | -310/+1793 |
| 2020-07-06 | Add UI test for issue 74082 | Gary Guo | -0/+28 |
| 2020-07-05 | Rollup merge of #74000 - lcnr:lazy_normalisation_consts, r=varkor | Manish Goregaokar | -0/+97 |
| 2020-07-05 | Rollup merge of #73973 - Nadrieril:fix-71977, r=matthewjasper | Manish Goregaokar | -12/+51 |
| 2020-07-05 | Rollup merge of #73937 - JohnTitor:note-exhaustive-sized-int, r=varkor | Manish Goregaokar | -0/+61 |
| 2020-07-05 | Rollup merge of #73871 - da-x:private-types-2018-no-extern, r=petrochenkov | Manish Goregaokar | -0/+53 |
| 2020-07-05 | const validation: add test for uninit bool | Ralf Jung | -2/+13 |
| 2020-07-05 | catch errors more locally around read_discriminant | Ralf Jung | -3/+3 |
| 2020-07-04 | Fix #71977 | Nadrieril | -12/+51 |
| 2020-07-05 | Address code reviews | Yuki Okushi | -14/+25 |
| 2020-07-04 | Fix const prop ICE | Oliver Scherer | -0/+9 |
| 2020-07-05 | Explain exhaustive matching on {usize,isize} maximum values | Yuki Okushi | -0/+50 |
| 2020-07-04 | Make `rustc_peek` a safe intrinsic | Oliver Scherer | -78/+78 |
| 2020-07-04 | add `lazy_normalization_consts` feature gate | Bastian Kauschke | -0/+97 |
| 2020-07-03 | Rollup merge of #73861 - GuillaumeGomez:create-e0767, r=Dylan-DPC | Manish Goregaokar | -8/+11 |
| 2020-07-03 | Rollup merge of #73670 - davidhewitt:format-args-capture, r=varkor | Manish Goregaokar | -0/+200 |
| 2020-07-04 | Update UI tests | Guillaume Gomez | -8/+11 |
| 2020-07-03 | Ignore test with panic on wasm targets | David Hewitt | -0/+2 |
| 2020-07-03 | adjust ub-enum test to be endianess-independent | Ralf Jung | -8/+9 |
| 2020-07-02 | Rollup merge of #73726 - davidtwco:issue-73541-labelled-break-through-closure... | Manish Goregaokar | -29/+205 |
| 2020-07-02 | Rollup merge of #73724 - CryZe:wasm-saturating-casts, r=alexcrichton | Manish Goregaokar | -500/+523 |
| 2020-07-02 | Add some requested tests | Vadim Petrochenkov | -0/+64 |
| 2020-07-02 | Update dtolnay's tests that now work | Vadim Petrochenkov | -33/+10 |
| 2020-07-02 | Add test for errors triggered on parts of decomposed index | David Tolnay | -0/+28 |
| 2020-07-02 | Add test for tuple indexed with float in macro input | David Tolnay | -0/+20 |
| 2020-07-02 | Add tests in which the token really is a float | David Tolnay | -0/+21 |
| 2020-07-02 | Test a range, which is not nested indexing | David Tolnay | -0/+3 |
| 2020-07-02 | Test even deeper nested indexing | David Tolnay | -0/+3 |
| 2020-07-02 | Add test of tuple nested indexing | David Tolnay | -0/+6 |
| 2020-07-02 | parser: Break float tokens into parts in tuple field positions | Vadim Petrochenkov | -21/+411 |
| 2020-07-02 | mir: mark mir construction temporaries as internal | David Wood | -0/+30 |
| 2020-07-02 | resolve: disallow label use through closure/async | David Wood | -29/+205 |
| 2020-07-02 | Auto merge of #73954 - Manishearth:rollup-8qvh170, r=Manishearth | bors | -99/+105 |