about summary refs log tree commit diff
path: root/src/librustc/ich/impls_hir.rs
AgeCommit message (Expand)AuthorLines
2018-10-17move E0637 to lowering and improve output, add more testsNiko Matsakis-2/+5
2018-10-09Point to variable in `asm!` macro when failing borrowckEsteban Küber-1/+2
2018-10-05Auto merge of #54741 - oli-obk:impl_trait_hierarchy, r=cramertjbors-0/+1
2018-10-05resolve: Integrate inert attributes registererd by legacy plugins into macro ...Vadim Petrochenkov-0/+1
2018-10-03Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakisbors-1/+9
2018-10-02Nest the `impl Trait` existential item inside the return typeOliver Schneider-0/+1
2018-10-02Improve implicit self mutability suggestions.David Wood-1/+9
2018-09-22Allow both explicit and elided lifetimes in the same impl headerScott McMurray-2/+8
2018-09-13introduce SelfCtorF001-0/+1
2018-09-01Auto merge of #53815 - F001:if-let-guard, r=petrochenkovbors-0/+4
2018-08-30introduce Guard enumF001-0/+4
2018-08-26rustc: Continue to tweak "std internal symbols"Alex Crichton-0/+1
2018-08-22Replace TyForeign with ForeignTyvarkor-1/+1
2018-08-22Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign}varkor-2/+2
2018-08-22Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}varkor-6/+6
2018-08-22Remove Ty prefix from Ty{Foreign|Param}varkor-2/+2
2018-08-08Auto merge of #53053 - petrochenkov:custattr, r=alexcrichtonbors-1/+8
2018-08-07Add HirId to VisibilityKind::RestrictedMark Rousskov-1/+3
2018-08-07Rollup merge of #52886 - petrochenkov:noga, r=alexcrichtonkennytm-1/+0
2018-08-06Discern between various kinds of non-macro attributesVadim Petrochenkov-1/+8
2018-08-05Add lint for unknown feature attributesvarkor-0/+5
2018-08-04cleanup: Remove `Def::GlobalAsm`Vadim Petrochenkov-1/+0
2018-08-01resolve: Implement prelude search for macro pathsVadim Petrochenkov-0/+2
2018-07-19Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakisbors-0/+3
2018-07-18Implement existential typesOliver Schneider-0/+3
2018-07-16rustc: Use link_section, not wasm_custom_sectionAlex Crichton-1/+1
2018-07-16ItemKindcsmoe-17/+17
2018-07-16ForeignItemKindcsmoe-4/+4
2018-07-16TyKindcsmoe-13/+13
2018-07-16ExprKindcsmoe-30/+30
2018-07-16VariantKindcsmoe-2/+2
2018-07-16DeclKindcsmoe-4/+4
2018-07-16StmtKindcsmoe-5/+5
2018-07-16BinOpKindcsmoe-22/+22
2018-07-10Upgrade to LLVM's master branch (LLVM 7)Alex Crichton-0/+1
2018-07-03Rollup merge of #51982 - michaelwoerister:hash-modules-properly, r=nikomatsakisPietro Albini-8/+29
2018-07-03Avoid sorting the item_ids array the StableHash impl of hir::Mod.Michael Woerister-10/+16
2018-07-02incr.comp.: Take names of children into account when computing the ICH of a m...Michael Woerister-7/+22
2018-07-02Get rid of `TyImplTraitExistential`Oliver Schneider-1/+0
2018-07-01call it `hir::VisibilityKind` instead of `hir::Visibility_:*`Zack M. Davis-6/+6
2018-06-30in which hir::Visibility recalls whence it came (i.e., becomes Spanned)Zack M. Davis-5/+7
2018-06-28Fix rebaseVadim Petrochenkov-0/+1
2018-06-28incremental: Do not hash spans for things that didn't have spans previouslyVadim Petrochenkov-8/+8
2018-06-28Support delegation in stable hashing macrosVadim Petrochenkov-182/+71
2018-06-28Use `Ident`s for associated item definitions in HIRVadim Petrochenkov-6/+6
2018-06-28Use `Ident`s in a number of structures in HIRVadim Petrochenkov-3/+1
2018-06-28Use `Ident`s for path segments in HIRVadim Petrochenkov-1/+1
2018-06-28Use `Ident`s for associated type bindings in HIRVadim Petrochenkov-1/+1
2018-06-23Auto merge of #51727 - varkor:expragain-to-exprcontinue, r=petrochenkovbors-1/+1
2018-06-23Rename ExprAgain to ExprContinuevarkor-1/+1