| Age | Commit message (Expand) | Author | Lines |
| 2019-10-03 | Deprecate `#![plugin]` and `#[plugin_registrar]`. | Mazdak Farrokhzad | -15/+107 |
| 2019-10-03 | Rollup merge of #64959 - davidtwco:issue-64252-self-type-help, r=Centril,este... | Mazdak Farrokhzad | -0/+68 |
| 2019-10-03 | Rollup merge of #64931 - estebank:missing-param-ref, r=matthewjasper,Centril | Mazdak Farrokhzad | -20/+20 |
| 2019-10-03 | Rollup merge of #63678 - Aaron1011:fix/hrtb-leak, r=nikomatsakis | Mazdak Farrokhzad | -4/+54 |
| 2019-10-02 | Revert changes to `src/test/ui/reify-intrinsic.stderr` | Aaron Hill | -2/+2 |
| 2019-10-02 | review comments | Esteban Küber | -0/+5 |
| 2019-10-02 | fix example (le sigh) | Niko Matsakis | -2/+2 |
| 2019-10-02 | add unsize slice-str coercion | Niko Matsakis | -0/+11 |
| 2019-10-02 | review comment | Esteban Küber | -20/+20 |
| 2019-10-02 | fix typo | Felix S Klock II | -1/+1 |
| 2019-10-02 | Do not mark unitinitialized locals as requiring storage | Matthew Jasper | -5/+109 |
| 2019-10-02 | Regression tests for issue 64655. | Felix S. Klock II | -0/+145 |
| 2019-10-02 | Make lifetimes in constants live at the point of use | Matthew Jasper | -4/+17 |
| 2019-10-02 | Calculate liveness for the same locals with and without -Zpolonius | Matthew Jasper | -474/+7 |
| 2019-10-02 | Set RUST_BACKTRACE=0 in tests that include a backtrace in stderr | Aaron Hill | -4/+8 |
| 2019-10-02 | Avoid ICE on ReFree region from malformed code | Esteban Küber | -0/+17 |
| 2019-10-02 | s/`async` fn/`async fn`/ | Niko Matsakis | -7/+7 |
| 2019-10-02 | correct coercion comments | Niko Matsakis | -3/+3 |
| 2019-10-02 | Do not ICE when dereferencing non-Copy raw pointer | Esteban Küber | -0/+34 |
| 2019-10-02 | WIP fix tests | Niko Matsakis | -187/+221 |
| 2019-10-02 | Rollup merge of #64991 - wesleywiser:fix_too_eager_const_prop, r=oli-obk | Mazdak Farrokhzad | -0/+23 |
| 2019-10-02 | Rollup merge of #64989 - sinkuu:fix_ice_64964, r=davidtwco | Mazdak Farrokhzad | -0/+22 |
| 2019-10-02 | Rollup merge of #64980 - ecstatic-morse:better-rustc-peek, r=oli-obk | Mazdak Farrokhzad | -0/+52 |
| 2019-10-02 | Rollup merge of #64973 - ecstatic-morse:fix-debuginfo-test, r=alexcrichton | Mazdak Farrokhzad | -2/+2 |
| 2019-10-02 | Rollup merge of #64967 - ecstatic-morse:issue-64945, r=oli-obk | Mazdak Farrokhzad | -0/+61 |
| 2019-10-02 | Rollup merge of #64914 - pnkfelix:issue-64453-regression-test, r=nikomatsakis | Mazdak Farrokhzad | -0/+58 |
| 2019-10-02 | Rollup merge of #64581 - ztlpn:fix-ok-wrapping-unreachable-code, r=Centril | Mazdak Farrokhzad | -0/+114 |
| 2019-10-02 | extract expected return type from `-> impl Future` obligation | Niko Matsakis | -0/+59 |
| 2019-10-02 | [const-prop] Correctly handle locals that can't be propagated | Wesley Wiser | -0/+23 |
| 2019-10-02 | Do not collect to vec for debug output | Shotaro Yamada | -1/+1 |
| 2019-10-02 | Fix async/await ICE #64964 | Shotaro Yamada | -0/+22 |
| 2019-10-02 | Compute the layout of uninhabited structs | Oliver Scherer | -0/+20 |
| 2019-10-02 | syntax: improve parameter without type suggestions | David Wood | -0/+68 |
| 2019-10-01 | Rollup merge of #64649 - estebank:returnator, r=varkor | Tyler Mandry | -0/+14 |
| 2019-10-01 | Add test exposing unsoundness in `IndirectlyMutableLocals` | Dylan MacKenzie | -0/+52 |
| 2019-10-02 | Add support for 'extern const fn' | Aaron Hill | -2/+253 |
| 2019-10-01 | Fixup tests | Aaron Hill | -4/+11 |
| 2019-10-02 | fix unit tests | Guanqun Lu | -4/+4 |
| 2019-10-02 | comment fixes | Guanqun Lu | -4/+4 |
| 2019-10-02 | add test files | Guanqun Lu | -0/+48 |
| 2019-10-01 | Improve HRTB error span when -Zno-leak-check is used | Aaron Hill | -0/+43 |
| 2019-10-01 | This needs to be build-pass since it involves debuginfo | Dylan MacKenzie | -1/+1 |
| 2019-10-01 | Fix typo passing flags to rustc | Dylan MacKenzie | -1/+1 |
| 2019-10-01 | Add test cases for #64945 | Dylan MacKenzie | -0/+61 |
| 2019-10-01 | Rollup merge of #64933 - sam09:master, r=estebank | Mazdak Farrokhzad | -6/+43 |
| 2019-10-01 | Rollup merge of #64910 - Centril:params-cleanup, r=petrochenkov | Mazdak Farrokhzad | -6/+6 |
| 2019-10-01 | fix test after rebase | Alex Zatelepin | -4/+14 |
| 2019-10-01 | address review comments | Alex Zatelepin | -4/+4 |
| 2019-10-01 | add tests | Alex Zatelepin | -4/+108 |
| 2019-10-01 | regression test for 64453 borrow check error. | Felix S. Klock II | -0/+58 |