| Age | Commit message (Expand) | Author | Lines |
| 2019-12-14 | Rebase fixes | Mark Rousskov | -1/+0 |
| 2019-12-14 | resolve: Make visibility resolution more speculative | Vadim Petrochenkov | -59/+85 |
| 2019-12-14 | resolve: Cleanup some field processing code | Vadim Petrochenkov | -32/+31 |
| 2019-12-14 | expand: Fully preserve visibilities on unnamed fields with attributes | Vadim Petrochenkov | -1/+1 |
| 2019-12-14 | resolve: Resolve visibilities on fields with non-builtin attributes | Vadim Petrochenkov | -4/+17 |
| 2019-12-14 | resolve: Always resolve visibilities on impl items | Vadim Petrochenkov | -12/+12 |
| 2019-11-03 | Delete lint buffer from Session | Mark Rousskov | -4/+7 |
| 2019-11-03 | Utilize Resolver lint buffer during HIR lowering | Mark Rousskov | -0/+4 |
| 2019-11-03 | Migrate resolver over to internal lint buffer | Mark Rousskov | -23/+31 |
| 2019-10-31 | Add long error explanation for E0578 | Guillaume Gomez | -1/+28 |
| 2019-10-30 | Add long error explanation for E0577 | Guillaume Gomez | -1/+27 |
| 2019-10-29 | Rollup merge of #65539 - traxys:fix_62334, r=petrochenkov | Tyler Mandry | -2/+3 |
| 2019-10-29 | Change E0741 into E0742 | Guillaume Gomez | -3/+4 |
| 2019-10-29 | Add long error explanation for E0740 | Guillaume Gomez | -1/+38 |
| 2019-10-29 | Create new error code E0740 for visibility restrictions to ancestor module is... | Guillaume Gomez | -3/+4 |
| 2019-10-29 | Rollup merge of #65294 - varkor:lint-inline-prototype, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2019-10-28 | Auto merge of #65421 - estebank:variants, r=petrochenkov | bors | -43/+74 |
| 2019-10-28 | fix tidy | Quentin Boyer | -1/+1 |
| 2019-10-28 | Rollup merge of #65792 - Centril:split-syntax-2, r=petrochenkov | Mazdak Farrokhzad | -18/+19 |
| 2019-10-28 | changing non-empty glob must import something to a lint | Quentin Boyer | -2/+3 |
| 2019-10-27 | Point at local similarly named element and tweak references to variants | Esteban Küber | -43/+74 |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -18/+19 |
| 2019-10-26 | review comment: use `Default` | Esteban Küber | -9/+2 |
| 2019-10-26 | review comments and tweaks | Esteban Küber | -67/+91 |
| 2019-10-26 | Use heuristics to suggest assignment | Esteban Küber | -3/+37 |
| 2019-10-25 | Update bitflags | varkor | -1/+1 |
| 2019-10-25 | Rollup merge of #65390 - GuillaumeGomez:long-err-explanation-E0576, r=matthew... | Mazdak Farrokhzad | -1/+25 |
| 2019-10-24 | Rollup merge of #65627 - varkor:const-generics-forbid-non-structural_match, r... | Mazdak Farrokhzad | -48/+7 |
| 2019-10-24 | Turn crate store into a resolver output | Vadim Petrochenkov | -20/+25 |
| 2019-10-24 | rustc: Combine resolver outputs into a single struct | Vadim Petrochenkov | -33/+29 |
| 2019-10-24 | resolve: Privatize all resolver fields | Vadim Petrochenkov | -10/+54 |
| 2019-10-23 | Rollup merge of #65691 - GuillaumeGomez:2018-edition-E0659, r=Dylan-DPC | Mazdak Farrokhzad | -9/+9 |
| 2019-10-23 | Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb | Mazdak Farrokhzad | -2/+2 |
| 2019-10-23 | Add long error explanation for E0576 | Guillaume Gomez | -1/+25 |
| 2019-10-22 | Use E0741 for structural match error | varkor | -1/+1 |
| 2019-10-22 | Remove "type parameter depends on const parameter" error from resolution | varkor | -48/+7 |
| 2019-10-22 | Update E0659 error code long explanation to 2018 edition | Guillaume Gomez | -9/+9 |
| 2019-10-21 | Rollup merge of #65620 - ryoqun:remove-unneeded-comment, r=varkor | Yuki Okushi | -1/+1 |
| 2019-10-21 | Convert fields within `DefPathData` from `InternedString` to `Symbol`. | Nicholas Nethercote | -2/+2 |
| 2019-10-21 | Correctly note code as Ok not error for E0573 | Ryo Onodera | -1/+1 |
| 2019-10-21 | Rollup merge of #65460 - sinkuu:contains_insert, r=varkor | Yuki Okushi | -2/+1 |
| 2019-10-19 | Rollup merge of #65542 - estebank:kill-static-methods, r=Centril | Mazdak Farrokhzad | -21/+37 |
| 2019-10-19 | Rollup merge of #65252 - petrochenkov:deriveholders2, r=matthewjasper | Mazdak Farrokhzad | -19/+14 |
| 2019-10-19 | expand: Simplify expansion of derives | Vadim Petrochenkov | -16/+2 |
| 2019-10-19 | resolve: Mark macros starting with an underscore as used | Vadim Petrochenkov | -3/+12 |
| 2019-10-18 | Rollup merge of #65334 - GuillaumeGomez:long-err-explanation-E0575, r=kinnison | Tyler Mandry | -1/+53 |
| 2019-10-18 | review comments | Esteban Küber | -5/+7 |
| 2019-10-18 | review comments: help wording | Esteban Küber | -10/+11 |
| 2019-10-17 | Point at enclosing function without `self` receiver | Esteban Küber | -1/+10 |
| 2019-10-17 | Refer to "associated functions" instead of "static methods" | Esteban Küber | -20/+24 |