about summary refs log tree commit diff
path: root/compiler/rustc_resolve/src
AgeCommit message (Expand)AuthorLines
2021-04-05Don't concatenate binders across typesJack Huey-61/+110
2021-04-04resolve: Stable order for derive helper attributesVadim Petrochenkov-6/+9
2021-04-04resolve/expand: Cache intermediate results of `#[derive]` expansionVadim Petrochenkov-42/+60
2021-04-01Fixed diagnostic and added test for issue 81508Kevin Jiang-14/+57
2021-04-01Add a suggestion when using a type alias instead of trait aliasYuki Okushi-1/+8
2021-03-31Cleanups and commentsJack Huey-257/+211
2021-03-31Add var to BoundRegion. Add query to get bound vars for applicable items.Jack Huey-87/+635
2021-03-31Make late and late_anon regions track the bound var positionJack Huey-39/+75
2021-03-29Do not emit the advanced diagnostics on macrosJohnTitor-1/+3
2021-03-27Auto merge of #83103 - petrochenkov:unilex, r=Aaron1011bors-138/+87
2021-03-27resolve: Partially unify early and late scope-relative ident resolutionVadim Petrochenkov-138/+87
2021-03-27Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-seDylan DPC-3/+4
2021-03-28Rollup merge of #83526 - klensy:lazy-too, r=petrochenkovYuki Okushi-6/+6
2021-03-27lazily calls some fnsklensy-6/+6
2021-03-26Auto merge of #83488 - Aaron1011:ban-expr-inner-attrs, r=petrochenkovbors-6/+15
2021-03-26Use iter::zip in compiler/Josh Stone-3/+4
2021-03-25Ban custom inner attributes in expressions and statementsAaron Hill-6/+15
2021-03-25write-up what is happeningNiko Matsakis-0/+28
2021-03-24Review commentsJack Huey-16/+37
2021-03-24resolve late lifetimes by itemJack Huey-157/+269
2021-03-23progress, stuff compiles nowlcnr-2/+2
2021-03-23Some refactoringvarkor-21/+25
2021-03-23Add has_default to GenericParamDefKind::Constkadmin-1/+4
2021-03-22Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakisbors-1/+1
2021-03-21Fix ICE with `use clippy::a::b;`Camelid-2/+2
2021-03-19stabilize or_patternsmark-1/+1
2021-03-18hir: Preserve used syntax in `TyKind::TraitObject`Vadim Petrochenkov-2/+2
2021-03-16ast: Reduce size of `ExprKind` by boxing fields of `ExprKind::Struct`Vadim Petrochenkov-2/+2
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-13/+17
2021-03-15Rollup merge of #82989 - Smittyvb:other-lang-literal-errors, r=varkorDylan DPC-0/+26
2021-03-15Custom error on literal names from other languagesSmitty-0/+26
2021-03-14expand: Resolve and expand inner attributes on out-of-line modulesVadim Petrochenkov-2/+25
2021-03-12Make def_key and HIR parenting consistent.Camille GILLOT-22/+82
2021-03-10Auto merge of #79519 - cjgillot:noattr, r=wesleywiserbors-1/+2
2021-03-10Rollup merge of #82942 - m-ou-se:diagnostics-hardcoded-prelude-v1, r=estebankYuki Okushi-1/+1
2021-03-09Don't hardcode the `v1` prelude in diagnostics.Mara Bos-1/+1
2021-03-09Remove hir::Item::attrs.Camille GILLOT-1/+2
2021-03-07diagnostics: Don't mention external crates when hitting import errors on crat...Manish Goregaokar-1/+3
2021-03-07diagnostics: Differentiate between edition meanings of ::foo in resolve diagn...Manish Goregaokar-1/+11
2021-03-07diagnostics: Differentiate between edition meanings of ::foo in resolve diagn...Manish Goregaokar-4/+10
2021-03-05Rollup merge of #80763 - petrochenkov:pubusecrate, r=estebankMara-12/+20
2021-03-04Rollup merge of #82717 - estebank:issue-70152, r=lcnrYuki Okushi-8/+21
2021-03-03reworded messageEsteban Küber-4/+8
2021-03-02Account for macros when suggesting adding lifetimeEsteban Küber-8/+17
2021-03-02use outer_expn_data() instead of outer_expn().expn_data()klensy-1/+1
2021-02-26Rollup merge of #82456 - klensy:or-else, r=estebankGuillaume Gomez-1/+1
2021-02-25Auto merge of #82447 - Amanieu:legacy_const_generics, r=oli-obkbors-2/+79
2021-02-25Rollup merge of #82087 - estebank:abolish-ice, r=oli-obkDylan DPC-20/+8
2021-02-25fix reviewklensy-57/+54
2021-02-25Add a cache for rustc_legacy_const_genericsAmanieu d'Antras-14/+29