about summary refs log tree commit diff
path: root/src/librustc_resolve
AgeCommit message (Expand)AuthorLines
2019-09-29Rollup merge of #64691 - estebank:unexpected-variant, r=CentrilMazdak Farrokhzad-8/+14
2019-09-28Auto merge of #64455 - GuillaumeGomez:long-error-explanation-E0531, r=Centrilbors-1/+45
2019-09-26Rename `MetaItem.node` to `MetaItem.kind`varkor-1/+1
2019-09-26Rename `ForeignItem.node` to `ForeignItem.kind`varkor-3/+3
2019-09-26Rename `Item.node` to `Item.kind`varkor-9/+9
2019-09-26Rename `Stmt.node` to `Stmt.kind`varkor-3/+3
2019-09-26Rename `Ty.node` to `Ty.kind`varkor-8/+8
2019-09-26Rename `TraitItem.node` to `TraitItem.kind`varkor-4/+4
2019-09-26Rename `ImplItem.node` to `ImplItem.kind`varkor-2/+2
2019-09-26Rename `Pat.node` to `Pat.kind`varkor-5/+5
2019-09-26Rename `Expr.node` to `Expr.kind`varkor-11/+11
2019-09-25Add long error explanation for E0531Guillaume Gomez-1/+45
2019-09-24Rollup merge of #64702 - sinkuu:deps, r=jonas-schievinkMazdak Farrokhzad-1/+0
2019-09-23Remove unused dependenciesShotaro Yamada-1/+0
2019-09-22Point at definition when misusing ADTEsteban Küber-8/+14
2019-09-22reduce visibility of a bunch of stuff in ext::ttAleksey Kladov-2/+2
2019-09-21Rollup merge of #64660 - guanqun:unify-errors-for-tuple-struct, r=estebankMazdak Farrokhzad-0/+6
2019-09-21unify errors for tuple/struct variantsGuanqun Lu-0/+6
2019-09-21Rollup merge of #64632 - guanqun:patch-1, r=jonas-schievinkMazdak Farrokhzad-1/+1
2019-09-21remove the extra comma after the match armguanqun-1/+1
2019-09-20factor out pluralisation remains after #64280gaolei-3/+5
2019-09-15Auto merge of #64483 - petrochenkov:expectattr2, r=Centrilbors-4/+3
2019-09-15resolve: Remove `!` from "cannot find" diagnostics for macrosVadim Petrochenkov-2/+1
2019-09-15resolve: Tweak "cannot find" wording for attributesVadim Petrochenkov-3/+3
2019-09-15Auto merge of #64469 - matthewjasper:increase-hygiene-use, r=petrochenkovbors-22/+22
2019-09-15Prefer `Symbol` to `Ident` when there's no sensible `Span`Matthew Jasper-22/+22
2019-09-14resolve: Tweak some expected/found wordingVadim Petrochenkov-2/+3
2019-09-09Rollup merge of #64054 - estebank:unused-import-is-to-eager, r=petrochenkovMazdak Farrokhzad-34/+55
2019-09-09Resolve attributes in several placesCaio-46/+120
2019-09-08Always emit unresolved import errors and hide unused import lintEsteban Küber-34/+55
2019-09-08Rollup merge of #64265 - petrochenkov:useerr, r=estebankMazdak Farrokhzad-0/+8
2019-09-08Rollup merge of #64177 - petrochenkov:curmod, r=matthewjasperMazdak Farrokhzad-9/+10
2019-09-08Rollup merge of #64066 - petrochenkov:softstab, r=matthewjasperMazdak Farrokhzad-2/+2
2019-09-07Support "soft" feature-gating using a lintVadim Petrochenkov-2/+2
2019-09-07resolve: Mark more erroneous imports as usedVadim Petrochenkov-0/+8
2019-09-07Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkovMazdak Farrokhzad-27/+17
2019-09-07resolve: Adjust `hygienic_lexical_parent` to account for enum and trait modulesVadim Petrochenkov-1/+1
2019-09-07resolve: Do not afraid to set current module to enums and traitsVadim Petrochenkov-8/+9
2019-09-07Rollup merge of #63919 - matthewjasper:remove-gensymmed, r=petrochenkovMazdak Farrokhzad-17/+70
2019-09-05Simplify std lib injectionMatthew Jasper-5/+15
2019-09-05Remove rustc_diagnostic_macros featureMark Rousskov-1/+0
2019-09-05Replace diagnostic plugins with macro_rulesMark Rousskov-26/+17
2019-09-05Add `with_{def_site,call_site,legacy}_ctxt,` methods to `Span`Vadim Petrochenkov-15/+12
2019-09-05Remove `Ident::{gensym, is_gensymed}`Matthew Jasper-6/+2
2019-09-05Make use of hygiene in AST passesMatthew Jasper-10/+0
2019-09-05Allow ast passes to create hygienic spansMatthew Jasper-2/+62
2019-09-05resolve: bool -> enum PatBoundCtxMazdak Farrokhzad-18/+29
2019-09-05or-patterns: address review comments.Mazdak Farrokhzad-4/+23
2019-09-05resolve: merge `resolve_pats` and `resolve_pattern_top`.Mazdak Farrokhzad-19/+6
2019-09-05resolve: account for general or-patterns in consistency checking.Mazdak Farrokhzad-45/+82