| Age | Commit message (Expand) | Author | Lines |
| 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-18 | privacy: Account for associated existential types | Vadim Petrochenkov | -6/+33 |
| 2019-01-18 | Fix tests | Yuki Okushi | -11/+67 |
| 2019-01-17 | Add signed num::NonZeroI* types | Simon Sapin | -2/+2 |
| 2019-01-17 | Deny the `overflowing_literals` lint for all editions | Oliver Middleton | -17/+30 |
| 2019-01-17 | Auto merge of #57520 - alexreg:tidy-copyright-lint, r=Mark-Simulacrum | bors | -14/+4 |
| 2019-01-17 | Add test for linking non-existent static library | AB1908 | -0/+13 |
| 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 | -339/+0 |
| 2019-01-16 | Remove trailing whitespace | AB1908 | -1/+0 |
| 2019-01-16 | Add regression test to close #53787 | AB1908 | -0/+33 |
| 2019-01-16 | Fix tests | Yuki Okushi | -24/+2 |
| 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 |
| 2019-01-15 | Rollup merge of #57467 - JohnTitor:implement-the-check-attribute-1, r=oli-obk | Mazdak Farrokhzad | -0/+30 |
| 2019-01-15 | Rollup merge of #57352 - arielb1:no-manual-markers, r=nikomatsakis | Mazdak Farrokhzad | -0/+132 |
| 2019-01-15 | Fix tests | Yuki Okushi | -32/+11 |
| 2019-01-14 | stabilize extern_crate_self | Ryan Leckey | -20/+46 |
| 2019-01-15 | fix test output changing in rebase | Ariel Ben-Yehuda | -2/+2 |
| 2019-01-15 | Add error check | Yuki Okushi | -9/+30 |
| 2019-01-15 | Add test | Yuki Okushi | -0/+30 |
| 2019-01-14 | Rollup merge of #57585 - estebank:trailing-semicolon, r=petrochenkov | Mazdak Farrokhzad | -6/+78 |
| 2019-01-14 | Rollup merge of #57572 - Centril:unaccept-extern-in-path, r=petrochenkov | Mazdak Farrokhzad | -113/+48 |
| 2019-01-14 | Rollup merge of #57540 - estebank:eval-more, r=petrochenkov | Mazdak Farrokhzad | -110/+222 |
| 2019-01-14 | Rollup merge of #57481 - euclio:bool-cast-suggestion, r=estebank | Mazdak Farrokhzad | -20/+25 |
| 2019-01-14 | rustc: Remove platform intrinsics crate | Alex Crichton | -339/+0 |
| 2019-01-14 | Add a regression test for mutating a non-mut #[thread_local] | Michael Bradshaw | -0/+36 |
| 2019-01-14 | Auto merge of #57592 - Centril:rollup, r=Centril | bors | -152/+193 |
| 2019-01-14 | Rollup merge of #57556 - petrochenkov:privexist, r=arielb1 | Mazdak Farrokhzad | -0/+15 |
| 2019-01-14 | Rollup merge of #57477 - euclio:clarify-lev-suggestion, r=zackmdavis | Mazdak Farrokhzad | -106/+178 |
| 2019-01-14 | Rollup merge of #57465 - jethrogb:jb/stablize-cfg-target-vendor, r=joshtriple... | Mazdak Farrokhzad | -46/+0 |
| 2019-01-14 | Auto merge of #57322 - Centril:stabilize-identity, r=SimonSapin | bors | -2/+0 |
| 2019-01-14 | Stabilize `cfg_target_vendor`, #29718 | Jethro Beekman | -46/+0 |
| 2019-01-14 | Auto merge of #57387 - euclio:nonstandard-style-suggestions, r=oli-obk | bors | -245/+322 |
| 2019-01-14 | Add 'rustc-env:RUST_BACKTRACE=0' to const-pat-ice test | Aaron Hill | -0/+1 |
| 2019-01-13 | Suggest removal of semicolon when appropriate | Esteban Küber | -23/+73 |
| 2019-01-13 | Tweak output of type mismatch between "then" and `else` `if` arms | Esteban Küber | -7/+139 |
| 2019-01-13 | Recover from item trailing semicolon | Esteban Küber | -6/+78 |
| 2019-01-13 | Auto merge of #57580 - Centril:rollup, r=Centril | bors | -1/+96 |
| 2019-01-13 | Rollup merge of #57538 - dlrobertson:fix_57472, r=zackmdavis | Mazdak Farrokhzad | -0/+55 |
| 2019-01-13 | Rollup merge of #57366 - estebank:point-match-discrim, r=varkor | Mazdak Farrokhzad | -1/+41 |