summary refs log tree commit diff
path: root/src/librustc/hir/map/mod.rs
AgeCommit message (Expand)AuthorLines
2018-07-18Implement existential typesOliver Schneider-1/+5
2018-07-16ItemKindcsmoe-53/+53
2018-07-16ForeignItemKindcsmoe-3/+3
2018-07-16TyKindcsmoe-0/+1
2018-07-16ExprKindcsmoe-4/+4
2018-07-16VariantKindcsmoe-1/+1
2018-07-01call it `hir::VisibilityKind` instead of `hir::Visibility_:*`Zack M. Davis-1/+1
2018-06-30in which hir::Visibility recalls whence it came (i.e., becomes Spanned)Zack M. Davis-1/+3
2018-06-28Extend support to `get_generics` for all `NodeItem`sEsteban Küber-1/+8
2018-06-28Point at lifetimes instead of def span for E0195Esteban Küber-1/+21
2018-06-28Fix rebaseVadim Petrochenkov-3/+3
2018-06-28Use `Ident`s for associated item definitions in HIRVadim Petrochenkov-8/+8
2018-06-28Use `Ident`s in a number of structures in HIRVadim Petrochenkov-2/+2
2018-06-28Use `Ident`s for lifetimes in HIRVadim Petrochenkov-2/+2
2018-06-21PathParameters -> GenericArgs fixesTaylor Cramer-1/+1
2018-06-21Parse async fn header.Without Boats-1/+1
2018-06-20Lift attrs into hir::GenericParamvarkor-4/+1
2018-06-20Introduce ParamName and use it in place of LifetimeNamevarkor-7/+4
2018-06-20Lift name into GenericParamvarkor-2/+2
2018-06-20Handle lifetimes in NodeGenericParam alsovarkor-3/+6
2018-06-20Refactor generic parameters in rustdoc/cleanvarkor-5/+3
2018-06-20Refactor hir::GenericParam as a structvarkor-32/+37
2018-06-19Add `fn fn_decl` to `Hir`, for looking up the `FnDecl` of a body owner.Felix S. Klock II-0/+42
2018-06-13Various cleanupsOliver Schneider-7/+1
2018-06-07Add existential type definitonsOliver Schneider-0/+8
2018-05-26Use `Ident`s for fields in HIRVadim Petrochenkov-3/+3
2018-05-19rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons...Eduard-Mihai Burtescu-28/+19
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-1/+1
2018-04-19Remove HIR inliningWesley Wiser-25/+1
2018-04-15Make use of thread-safe arenasJohn Kåre Alsaker-3/+3
2018-03-28Make HirMap thread-safeJohn Kåre Alsaker-4/+10
2018-03-20Pass attributes to hir::TyParamMrowqa-0/+1
2018-03-02Perform manual fixupsManish Goregaokar-1/+4
2018-03-02Run Rustfix on librustcManish Goregaokar-1/+1
2018-02-19Implement describe_def query for LOCAL_CRATEMichael Woerister-0/+98
2018-02-13Handle path prefix mapping in a more stable way when computing the crate hash.Michael Woerister-0/+1
2018-01-13Remove `impl Foo for ..` in favor of `auto trait Foo`leonardo.yvens-1/+0
2018-01-07Try to fix a perf regression by updating logMalo Jaffré-1/+1
2017-12-20incr.comp.: Use an IndexVec instead of a hashmap for storing result hashes.Michael Woerister-1/+6
2017-12-14add trait aliases to HIRAlex Burka-0/+1
2017-12-09Use Try syntax for Option in place of macros or matchMatt Brubeck-3/+2
2017-12-01incr.comp.: Incorporate the stable commandline arg hash and SVHs of upstream ...Michael Woerister-1/+4
2017-11-17Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakisbors-1/+11
2017-11-16Introduce LocalDefId which provides a type-level guarantee that the DefId is ...Michael Woerister-1/+11
2017-11-14rustc: split off BodyOwnerKind from MirSource.Eduard-Mihai Burtescu-0/+22
2017-11-08incr.comp.: Add some missing reads in HIR map.Michael Woerister-0/+12
2017-11-03[Syntax Breaking] Rename DefaultImpl to AutoImplleonardo.yvens-4/+4
2017-10-24Introduce CrateDisambiguator newtype and fix testsIgor Matuszewski-1/+1
2017-10-23Use 128 bit instead of Symbol for crate disambiguatorIgor Matuszewski-1/+1
2017-09-23incr.comp.: Do some various cleanup.Michael Woerister-11/+1