| Age | Commit message (Expand) | Author | Lines |
| 2019-09-05 | Rollup merge of #64157 - gilescope:opaque-type-location, r=cramertj,Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-09-05 | Rollup merge of #64083 - estebank:tweak-e0308, r=oli-obk | Mazdak Farrokhzad | -13/+86 |
| 2019-09-05 | Rollup merge of #64063 - JohnTitor:fix-const-err, r=oli-obk | Mazdak Farrokhzad | -49/+468 |
| 2019-09-05 | Rollup merge of #64041 - matklad:token-stream-tt, r=petrochenkov | Mazdak Farrokhzad | -3/+3 |
| 2019-09-05 | Rollup merge of #63930 - estebank:rustdoc-ice, r=GuillaumeGomez | Mazdak Farrokhzad | -0/+32 |
| 2019-09-05 | Opaque type locations in error message for clarity. | Giles Cope | -2/+2 |
| 2019-09-05 | Rollup merge of #64128 - Centril:unused-parens-pat, r=davidtwco | Mazdak Farrokhzad | -47/+192 |
| 2019-09-05 | Rollup merge of #64110 - estebank:receiver-type, r=Centril | Mazdak Farrokhzad | -99/+133 |
| 2019-09-05 | Rollup merge of #64043 - matthewjasper:underscore-import-tests, r=alexcrichton | Mazdak Farrokhzad | -0/+54 |
| 2019-09-05 | Rollup merge of #64038 - matthewjasper:deny-mutual-impl-trait-recursion, r=va... | Mazdak Farrokhzad | -2/+94 |
| 2019-09-05 | Rollup merge of #64031 - Centril:param-attrs-no-macros-test, r=nikomatsakis | Mazdak Farrokhzad | -0/+299 |
| 2019-09-04 | Auto merge of #63825 - nathanwhit:check-run-results, r=Mark-Simulacrum | bors | -82/+30 |
| 2019-09-04 | Add compile flag | Yuki Okushi | -41/+43 |
| 2019-09-03 | use TokenStream rather than &[TokenTree] for built-in macros | Aleksey Kladov | -3/+3 |
| 2019-09-03 | review comments | Esteban Küber | -2/+2 |
| 2019-09-03 | unused_parens: fix for or-patterns + &(mut x) | Mazdak Farrokhzad | -47/+192 |
| 2019-09-03 | Rollup merge of #64104 - Mark-Simulacrum:intrinsic-fn-ptr-ice, r=estebank | Mazdak Farrokhzad | -0/+37 |
| 2019-09-03 | Rollup merge of #64056 - estebank:arbitrary-self-types, r=Centril | Mazdak Farrokhzad | -0/+67 |
| 2019-09-03 | Rollup merge of #64049 - estebank:if-else-type-err, r=Centril | Mazdak Farrokhzad | -96/+9 |
| 2019-09-02 | account for DUMMY_SP and correct wording | Esteban Küber | -9/+11 |
| 2019-09-02 | On object safety violation, point at source when possible | Esteban Küber | -62/+92 |
| 2019-09-02 | Refer to "`self` type" instead of "receiver type" | Esteban Küber | -48/+50 |
| 2019-09-02 | Add match test cases | Esteban Küber | -1/+76 |
| 2019-09-02 | Emit error on intrinsic to fn ptr casts | Mark Rousskov | -0/+37 |
| 2019-09-02 | Auto merge of #63692 - iluuu1994:issue-49660, r=sfackler | bors | -0/+77 |
| 2019-09-01 | Point at appropriate arm on type error on if/else/match with one non-! arm | Esteban Küber | -12/+10 |
| 2019-09-02 | Auto merge of #63834 - andjo403:rustdoc-linker-remove, r=Mark-Simulacrum | bors | -1/+1 |
| 2019-09-02 | Fix tests again | Yuki Okushi | -72/+542 |
| 2019-09-02 | Fix condition and tests' flags | Yuki Okushi | -141/+74 |
| 2019-09-02 | Fix overflow_check | Yuki Okushi | -49/+163 |
| 2019-09-01 | Auto merge of #63870 - estebank:async-fn-call, r=oli-obk | bors | -2081/+1234 |
| 2019-09-02 | Add `overflow_check` check | Yuki Okushi | -6/+0 |
| 2019-09-02 | Add `opt-level` check | Yuki Okushi | -145/+53 |
| 2019-09-01 | Fix const_err with `-(-0.0)` | Yuki Okushi | -14/+12 |
| 2019-09-01 | Account for arbitrary self types in E0599 | Esteban Küber | -0/+67 |
| 2019-09-01 | review comment | Esteban Küber | -2/+2 |
| 2019-09-01 | Auto merge of #64036 - matthewjasper:kill-borrows-on-self-assign, r=estebank | bors | -0/+20 |
| 2019-09-01 | remove the unstable rustdoc parameter --linker | Andreas Jonson | -1/+1 |
| 2019-08-31 | Emit a single error on if expr with expectation and no else clause | Esteban Küber | -96/+9 |
| 2019-08-31 | Fix nll tests | Esteban Küber | -37/+24 |
| 2019-08-31 | Auto merge of #63703 - tommilligan:warn-empty-doctest, r=ollie27 | bors | -0/+32 |
| 2019-08-31 | Add some more tests for underscore imports | Matthew Jasper | -0/+54 |
| 2019-08-31 | Check impl trait substs when checking for recursive types | Matthew Jasper | -0/+92 |
| 2019-08-31 | Slightly clean up the error for recursive `async fn` | Matthew Jasper | -2/+2 |
| 2019-08-31 | Kill borrows from assignments after generating new borrows | Matthew Jasper | -0/+20 |
| 2019-08-31 | Suggest call fn ctor passed as arg to fn with type param bounds | Esteban Küber | -0/+56 |
| 2019-08-31 | Use span label instead of note for cause in E0631 | Esteban Küber | -2044/+1154 |
| 2019-08-31 | Auto merge of #63991 - Centril:unique-improper-ctype, r=rkruppe | bors | -13/+23 |
| 2019-08-31 | Harden param_attrs test wrt. usage of proc macro attrs. | Mazdak Farrokhzad | -0/+299 |
| 2019-08-31 | improper_ctypes: guard against accidental change to Unique<T>. | Mazdak Farrokhzad | -13/+23 |