| Age | Commit message (Expand) | Author | Lines |
| 2019-10-08 | resolve: prohibit foreign statics w/ generics | David Wood | -3/+105 |
| 2019-10-04 | Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton | bors | -177/+177 |
| 2019-10-04 | Add ignore-asmjs to new test | Thomas Lively | -0/+1 |
| 2019-10-04 | Fix ABI, run and fix more tests, re-enable CI for PRs | Thomas Lively | -101/+113 |
| 2019-10-04 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -76/+63 |
| 2019-10-04 | Rollup merge of #65073 - ecstatic-morse:issue-65071, r=petrochenkov | Mazdak Farrokhzad | -2/+1 |
| 2019-10-04 | Rollup merge of #65026 - petrochenkov:ice1, r=eddyb | Mazdak Farrokhzad | -2/+2 |
| 2019-10-04 | Rollup merge of #64874 - matthewjasper:simplify-euv, r=eddyb | Mazdak Farrokhzad | -24/+18 |
| 2019-10-04 | Rollup merge of #64749 - matthewjasper:liveness-opt, r=nikomatsakis | Mazdak Farrokhzad | -478/+24 |
| 2019-10-03 | Rollup merge of #65057 - mathstuf:fix-warning-typo, r=Centril | Tyler Mandry | -20/+20 |
| 2019-10-03 | Rollup merge of #65055 - GuillaumeGomez:long-err-explanation-E0556, r=petroch... | Tyler Mandry | -1/+2 |
| 2019-10-03 | Rollup merge of #65018 - Aaron1011:fix/backtrace-stderr, r=nikomatsakis | Tyler Mandry | -4/+8 |
| 2019-10-03 | Rollup merge of #64842 - pnkfelix:fix-issue-61631-self-in-type-param-default,... | Tyler Mandry | -0/+116 |
| 2019-10-03 | Rollup merge of #64741 - GuillaumeGomez:prevent-rustdoc-feature-doctests, r=Q... | Tyler Mandry | -0/+20 |
| 2019-10-03 | Rollup merge of #64706 - nikomatsakis:issue-60218-test-case, r=centril | Tyler Mandry | -0/+34 |
| 2019-10-03 | Rollup merge of #64690 - petrochenkov:mixed, r=dtolnay | Tyler Mandry | -35/+152 |
| 2019-10-03 | Rollup merge of #64675 - Centril:deprecate-plugin, r=oli-obk | Tyler Mandry | -240/+562 |
| 2019-10-03 | Bless test | Dylan MacKenzie | -1/+1 |
| 2019-10-04 | metadata: Remove `locator::Context::ident` | Vadim Petrochenkov | -2/+2 |
| 2019-10-03 | Remove `borrowck_graphviz_postflow` from test | Dylan MacKenzie | -1/+0 |
| 2019-10-03 | Regression tests. | Felix S. Klock II | -0/+116 |
| 2019-10-03 | Auto merge of #64938 - estebank:ice-ice-baby, r=matthewjasper | bors | -0/+22 |
| 2019-10-03 | typo: fix typo in E0392 | Ben Boeckel | -20/+20 |
| 2019-10-03 | Auto merge of #64999 - nikomatsakis:issue-60424-async-return-inference, r=cra... | bors | -475/+549 |
| 2019-10-03 | update ui tests | Guillaume Gomez | -1/+2 |
| 2019-10-03 | add regression test for #60218 | Niko Matsakis | -0/+34 |
| 2019-10-03 | proc_macro: Add `Span::mixed_site` exposing `macro_rules` hygiene | Vadim Petrochenkov | -35/+152 |
| 2019-10-03 | ./x.py test --bless --compare-mode=nll | Niko Matsakis | -288/+258 |
| 2019-10-03 | --bless ui-fulldeps tests | Mazdak Farrokhzad | -24/+210 |
| 2019-10-03 | plugin_registrary: use normal deprecation instead of hard coded warning. | Mazdak Farrokhzad | -259/+303 |
| 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 | 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 | 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 | 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 |