| Age | Commit message (Expand) | Author | Lines |
| 2019-01-22 | Fix some cross crate existential type ICEs | Oliver Scherer | -0/+1 |
| 2019-01-20 | Remove unnecessary dummy span checks | Esteban Küber | -9/+5 |
| 2019-01-19 | Rollup merge of #57699 - euclio:applicability-ify, r=petrochenkov | Mazdak Farrokhzad | -3/+15 |
| 2019-01-19 | Rollup merge of #57502 - nikomatsakis:fix-trait-alias-1b, r=nikomatsakis | Mazdak Farrokhzad | -0/+3 |
| 2019-01-18 | Rollup merge of #57725 - estebank:parens, r=michaelwoerister | Mazdak Farrokhzad | -5/+37 |
| 2019-01-18 | Rollup merge of #57635 - euclio:path-separators, r=michaelwoerister | Mazdak Farrokhzad | -5/+19 |
| 2019-01-17 | Use structured suggestion to surround struct literal with parenthesis | Esteban Küber | -5/+37 |
| 2019-01-17 | properly deprecate suggestion methods | Andy Russell | -3/+15 |
| 2019-01-16 | Auto merge of #57392 - Xanewok:always-calc-glob-map, r=petrochenkov | bors | -16/+7 |
| 2019-01-15 | use structured macro and path resolve suggestions | Andy Russell | -5/+19 |
| 2019-01-14 | stabilize extern_crate_self | Ryan Leckey | -5/+1 |
| 2019-01-14 | Rollup merge of #57572 - Centril:unaccept-extern-in-path, r=petrochenkov | Mazdak Farrokhzad | -5/+4 |
| 2019-01-14 | Rollup merge of #57477 - euclio:clarify-lev-suggestion, r=zackmdavis | Mazdak Farrokhzad | -18/+69 |
| 2019-01-13 | remove extern_in_paths. | Mazdak Farrokhzad | -5/+4 |
| 2019-01-13 | Always calculate glob map but only for glob uses | Igor Matuszewski | -16/+7 |
| 2019-01-13 | Rollup merge of #57560 - petrochenkov:selfinmac, r=alexreg | Mazdak Farrokhzad | -9/+7 |
| 2019-01-13 | Rollup merge of #57557 - petrochenkov:ecused, r=varkor | Mazdak Farrokhzad | -0/+3 |
| 2019-01-13 | hygiene: Do not treat `Self` ctor as a local variable | Vadim Petrochenkov | -9/+7 |
| 2019-01-13 | resolve: Mark extern crate items as used in more cases | Vadim Petrochenkov | -0/+3 |
| 2019-01-12 | Fix a hole in generic parameter import future-proofing | Vadim Petrochenkov | -5/+26 |
| 2019-01-12 | Stabilize `uniform_paths` | Vadim Petrochenkov | -19/+10 |
| 2019-01-12 | resolve: Prohibit use of imported tool modules | Vadim Petrochenkov | -0/+7 |
| 2019-01-12 | resolve: Prohibit use of imported non-macro attributes | Vadim Petrochenkov | -1/+18 |
| 2019-01-12 | resolve: Prohibit use of uniform paths in macros originating from 2015 edition | Vadim Petrochenkov | -4/+9 |
| 2019-01-12 | resolve: Assign `pub` and `pub(crate)` visibilities to `macro_rules` items | Vadim Petrochenkov | -3/+7 |
| 2019-01-10 | integrate trait aliases into def-paths / metadata | Niko Matsakis | -0/+3 |
| 2019-01-09 | clarify resolve typo suggestion | Andy Russell | -18/+69 |
| 2019-01-03 | Fix repeated word typos | Wiktor Kuchta | -1/+1 |
| 2019-01-01 | Auto merge of #57199 - petrochenkov:ambig, r=estebank | bors | -52/+50 |
| 2018-12-31 | Auto merge of #57208 - estebank:issue-57198, r=petrochenkov | bors | -2/+5 |
| 2018-12-30 | Address review comments: Remove new `PathResult` variant | Esteban Küber | -15/+6 |
| 2018-12-30 | Auto merge of #57185 - petrochenkov:impice4, r=estebank | bors | -0/+4 |
| 2018-12-29 | Do not complain about missing crate named as a keyword | Esteban Küber | -5/+17 |
| 2018-12-29 | Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkov | bors | -1/+1 |
| 2018-12-29 | resolve: Simplify treatment of ambiguity errors | Vadim Petrochenkov | -52/+50 |
| 2018-12-29 | Auto merge of #57181 - petrochenkov:impice3, r=estebank | bors | -5/+5 |
| 2018-12-29 | Auto merge of #57160 - petrochenkov:impice2, r=estebank | bors | -6/+12 |
| 2018-12-29 | resolve: Never override real bindings with `Def::Err`s from error recovery | Vadim Petrochenkov | -0/+4 |
| 2018-12-29 | resolve: Fix another ICE in import validation | Vadim Petrochenkov | -5/+5 |
| 2018-12-28 | Auto merge of #57155 - petrochenkov:dcrate3, r=dtolnay | bors | -13/+23 |
| 2018-12-28 | resolve: Fix an ICE in import validation | Vadim Petrochenkov | -6/+12 |
| 2018-12-28 | Resolve `$crate`s for pretty-printing at more appropriate time | Vadim Petrochenkov | -13/+23 |
| 2018-12-27 | Address review comments and CI failures | Vadim Petrochenkov | -1/+1 |
| 2018-12-27 | Do not abort compilation if expansion produces errors | Vadim Petrochenkov | -12/+26 |
| 2018-12-26 | Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`. | Alexander Regueiro | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -71/+0 |
| 2018-12-24 | Rollup merge of #57074 - Zoxc:pq-rec-limits, r=oli-obk | Mazdak Farrokhzad | -0/+2 |
| 2018-12-23 | Fix recursion limits | John Kåre Alsaker | -0/+2 |
| 2018-12-22 | adjust enum type instead of variant suggestions for prelude enums | Zack M. Davis | -1/+11 |
| 2018-12-22 | enum type instead of variant suggestion unification | Zack M. Davis | -18/+28 |