| Age | Commit message (Expand) | Author | Lines |
| 2020-02-22 | Auto merge of #69374 - Dylan-DPC:rollup-x7mjd5z, r=Dylan-DPC | bors | -33/+49 |
| 2020-02-22 | Rollup merge of #69348 - LeSeulArtichaut:patch-1, r=Centril | Dylan DPC | -33/+33 |
| 2020-02-22 | Rollup merge of #69339 - wesleywiser:test_for_69312, r=Centril | Dylan DPC | -0/+10 |
| 2020-02-22 | Rollup merge of #68984 - ecstatic-morse:const-u8-is-ascii, r=sfackler | Dylan DPC | -0/+6 |
| 2020-02-22 | Auto merge of #69333 - ecstatic-morse:revert-simd-shuffle, r=petrochenkov | bors | -30/+19 |
| 2020-02-22 | Auto merge of #69302 - jonas-schievink:yield-needs-storage, r=Zoxc | bors | -0/+30 |
| 2020-02-21 | Fix error message | LeSeulArtichaut | -33/+33 |
| 2020-02-21 | Auto merge of #69330 - Centril:literally-melting-ice, r=eddyb | bors | -0/+26 |
| 2020-02-20 | Add test for #69312 | Wesley Wiser | -0/+10 |
| 2020-02-20 | Revert "Rollup merge of #69280 - ecstatic-morse:promote-shuffle-no-special-ca... | Dylan MacKenzie | -30/+19 |
| 2020-02-20 | lit_to_const: gracefully bubble up type errors. | Mazdak Farrokhzad | -0/+26 |
| 2020-02-20 | Rollup merge of #69305 - estebank:consider-lt, r=Dylan-DPC | Mazdak Farrokhzad | -51/+50 |
| 2020-02-20 | Rollup merge of #69185 - RalfJung:const-prop-lints, r=oli-obk | Mazdak Farrokhzad | -973/+1494 |
| 2020-02-20 | Rollup merge of #68877 - estebank:point-at-params, r=petrochenkov | Mazdak Farrokhzad | -98/+167 |
| 2020-02-20 | Auto merge of #69145 - matthewjasper:mir-typeck-static-ty, r=nikomatsakis | bors | -0/+107 |
| 2020-02-20 | Auto merge of #69309 - Dylan-DPC:rollup-gjdqx7l, r=Dylan-DPC | bors | -0/+37 |
| 2020-02-20 | Rollup merge of #68978 - ecstatic-morse:const-int-pow, r=oli-obk | Dylan DPC | -0/+37 |
| 2020-02-20 | Auto merge of #68847 - ecstatic-morse:const-impl, r=oli-obk | bors | -38/+313 |
| 2020-02-19 | Tweak binding lifetime suggestion text | Esteban Küber | -51/+50 |
| 2020-02-20 | Add regression test | Jonas Schievink | -0/+30 |
| 2020-02-19 | fix 32bit-only test | Ralf Jung | -1/+1 |
| 2020-02-19 | Update tests | Dylan MacKenzie | -6/+28 |
| 2020-02-19 | Rollup merge of #69280 - ecstatic-morse:promote-shuffle-no-special-case, r=pe... | Dylan DPC | -19/+30 |
| 2020-02-19 | avoid excessive number of revisions | Ralf Jung | -452/+6 |
| 2020-02-18 | Add `#[rustc_args_required_const]` to `simd_shuffle` tests | Dylan MacKenzie | -19/+30 |
| 2020-02-18 | Add passing test for `Add` on generic struct | Dylan MacKenzie | -0/+32 |
| 2020-02-18 | Add ignored test for associated types in const impl | Dylan MacKenzie | -0/+28 |
| 2020-02-18 | Test `rustc_const_unstable` on trait fns | Dylan MacKenzie | -0/+45 |
| 2020-02-18 | Ensure const impl cannot coexist with non-const impl | Dylan MacKenzie | -0/+67 |
| 2020-02-18 | Split const trait method test and impl `ops::Add` | Dylan MacKenzie | -2/+43 |
| 2020-02-18 | Add tests for calling trait methods on concrete types | Dylan MacKenzie | -38/+78 |
| 2020-02-19 | Auto merge of #69113 - ecstatic-morse:unified-dataflow-borrowed, r=wesleywiser | bors | -2/+7 |
| 2020-02-19 | Auto merge of #69241 - shahn:checked_add_revert, r=Mark-Simulacrum,lqd | bors | -0/+31 |
| 2020-02-18 | Revert "Remove `checked_add` in `Layout::repeat`" | Sebastian Hahn | -0/+31 |
| 2020-02-18 | better lint names | Ralf Jung | -70/+70 |
| 2020-02-18 | Rollup merge of #69236 - Centril:mut-parens-at-recovery, r=estebank | Mazdak Farrokhzad | -11/+21 |
| 2020-02-18 | Rollup merge of #69217 - LeSeulArtichaut:remove-lint-impl-op, r=estebank | Mazdak Farrokhzad | -61/+0 |
| 2020-02-18 | Rollup merge of #69211 - petrochenkov:prevtok, r=Centril | Mazdak Farrokhzad | -6/+41 |
| 2020-02-18 | Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkov | Mazdak Farrokhzad | -122/+706 |
| 2020-02-18 | Rollup merge of #69159 - estebank:use-appropriate-lt-name, r=ecstatic-morse | Mazdak Farrokhzad | -7/+27 |
| 2020-02-18 | Rollup merge of #69192 - JohnTitor:add-tests, r=Centril | Dylan DPC | -0/+159 |
| 2020-02-18 | Rollup merge of #69175 - estebank:shall-not-ice, r=petrochenkov | Yuki Okushi | -0/+15 |
| 2020-02-18 | Rollup merge of #67272 - fisherdarling:master, r=varkor,hellow554 | Yuki Okushi | -0/+71 |
| 2020-02-17 | Add a test for proc macro generating `$ IDENT` | Vadim Petrochenkov | -0/+35 |
| 2020-02-17 | parser: Do not call `bump` recursively | Vadim Petrochenkov | -6/+6 |
| 2020-02-17 | parse: recover `mut (x @ y)` as `(mut x @ mut y)`. | Mazdak Farrokhzad | -11/+21 |
| 2020-02-17 | Do not emit note suggesting to implement trait to foreign type | LeSeulArtichaut | -61/+0 |
| 2020-02-17 | Auto merge of #69129 - Centril:macro-legacy-errors, r=petrochenkov | bors | -36/+21 |
| 2020-02-16 | Do not ICE when encountering `yield` inside `async` block | Esteban Küber | -0/+15 |
| 2020-02-16 | Select an appropriate unused lifetime name in suggestion | Esteban Küber | -7/+27 |