| Age | Commit message (Expand) | Author | Lines |
| 2019-01-19 | Continune parsing after encountering Trait with paren args | Esteban Küber | -12/+40 |
| 2019-01-19 | Rollup merge of #57723 - estebank:fix, r=davidtwco | Mazdak Farrokhzad | -3/+139 |
| 2019-01-19 | Rollup merge of #57649 - petrochenkov:privexist, r=arielb1 | Mazdak Farrokhzad | -6/+33 |
| 2019-01-19 | Rollup merge of #57502 - nikomatsakis:fix-trait-alias-1b, r=nikomatsakis | Mazdak Farrokhzad | -0/+122 |
| 2019-01-19 | Rollup merge of #57698 - michaelwoerister:issue57692, r=Zoxc | Mazdak Farrokhzad | -0/+17 |
| 2019-01-19 | Rollup merge of #57666 - pnkfelix:generalize-huge-enum-test-to-work-cross-pla... | Mazdak Farrokhzad | -5/+3 |
| 2019-01-19 | Rollup merge of #57610 - mark-i-m:nested-matchers, r=petrochenkov | Mazdak Farrokhzad | -20/+243 |
| 2019-01-19 | Rollup merge of #57501 - petrochenkov:highvar, r=alexreg | Mazdak Farrokhzad | -0/+89 |
| 2019-01-19 | Auto merge of #56722 - Aaron1011:fix/blanket-eval-overflow, r=nikomatsakis | bors | -10/+41 |
| 2019-01-19 | Auto merge of #56479 - mark-i-m:unsat, r=nikomatsakis | bors | -94/+89 |
| 2019-01-18 | Rollup merge of #57725 - estebank:parens, r=michaelwoerister | Mazdak Farrokhzad | -3/+9 |
| 2019-01-18 | Rollup merge of #57720 - dlrobertson:fix_57521, r=estebank | Mazdak Farrokhzad | -2/+58 |
| 2019-01-18 | Rollup merge of #57657 - AB1908:regression-test-case, r=nikomatsakis | Mazdak Farrokhzad | -0/+32 |
| 2019-01-18 | Rollup merge of #57650 - AB1908:master, r=petrochenkov | Mazdak Farrokhzad | -0/+13 |
| 2019-01-18 | Rollup merge of #57635 - euclio:path-separators, r=michaelwoerister | Mazdak Farrokhzad | -15/+25 |
| 2019-01-18 | Rollup merge of #57350 - folex:master, r=estebank | Mazdak Farrokhzad | -0/+4 |
| 2019-01-18 | Rollup merge of #57302 - sinkuu:unused_assignments_fp, r=estebank | Mazdak Farrokhzad | -0/+9 |
| 2019-01-18 | Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis | Mazdak Farrokhzad | -0/+36 |
| 2019-01-18 | Auto merge of #57737 - Centril:rollup, r=Centril | bors | -0/+26 |
| 2019-01-18 | Rollup merge of #57551 - petrochenkov:regrtest, r=nikomatsakis | Mazdak Farrokhzad | -0/+26 |
| 2019-01-18 | Point at return type when appropriate | Esteban Küber | -3/+16 |
| 2019-01-17 | Fix test after rebase | Esteban Küber | -4/+6 |
| 2019-01-17 | Point at more cases involving return types | Esteban Küber | -0/+3 |
| 2019-01-17 | Avoid pointing at multiple places on return type error | Esteban Küber | -8/+2 |
| 2019-01-17 | Point more places where expectation comes from | Esteban Küber | -2/+9 |
| 2019-01-17 | Do not give incorrect label for return type mismatch | Esteban Küber | -0/+117 |
| 2019-01-17 | Use structured suggestion to surround struct literal with parenthesis | Esteban Küber | -3/+9 |
| 2019-01-17 | fix compat-mode ui test | Mark Mansi | -1/+1 |
| 2019-01-17 | Update tests | Mark Mansi | -93/+88 |
| 2019-01-18 | Fix suggestions given mulitple bad lifetimes | Dan Robertson | -2/+58 |
| 2019-01-17 | Bless test. | Wesley Norris | -2/+2 |
| 2019-01-17 | Minor changes to wording and formatting. | Wesley Norris | -3/+2 |
| 2019-01-17 | Bless test. | Wesley Norris | -2/+3 |
| 2019-01-18 | privacy: Account for associated existential types | Vadim Petrochenkov | -6/+33 |
| 2019-01-17 | Fix typo bug in DepGraph::try_mark_green(). | Michael Woerister | -0/+17 |
| 2019-01-17 | Auto merge of #57520 - alexreg:tidy-copyright-lint, r=Mark-Simulacrum | bors | -62/+9 |
| 2019-01-17 | Add test for linking non-existent static library | AB1908 | -0/+13 |
| 2019-01-16 | Auto merge of #57392 - Xanewok:always-calc-glob-map, r=petrochenkov | bors | -2/+2 |
| 2019-01-16 | Fix error template | AB1908 | -1/+1 |
| 2019-01-16 | Prioritize variants as inherent associated items during name resolution | Vadim Petrochenkov | -0/+89 |
| 2019-01-16 | Don't explicitly increment the depth for new trait predicates | Aaron Hill | -3/+70 |
| 2019-01-16 | Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakis | bors | -1199/+1065 |
| 2019-01-16 | With this change, I am able to build and test cross-platform `rustc` | Felix S. Klock II | -5/+3 |
| 2019-01-16 | Auto merge of #57416 - alexcrichton:remove-platform-intrinsics, r=nagisa | bors | -363/+0 |
| 2019-01-16 | Remove trailing whitespace | AB1908 | -1/+0 |
| 2019-01-16 | Add regression test to close #53787 | AB1908 | -0/+33 |
| 2019-01-15 | update test output | mark | -12/+60 |
| 2019-01-15 | update/add tests | mark | -8/+183 |
| 2019-01-15 | use structured macro and path resolve suggestions | Andy Russell | -15/+25 |
| 2019-01-15 | Rollup merge of #57587 - Aaron1011:fix/const-pat-ice, r=alexcrichton | Mazdak Farrokhzad | -0/+1 |