summary refs log tree commit diff
path: root/src/librustc/hir/map
AgeCommit message (Expand)AuthorLines
2018-10-02Use full name to identify a macro in a `FileName`.Diogo Sousa-0/+25
2018-09-15Auto merge of #54151 - ljedrz:cleanup_hir, r=michaelwoeristerbors-91/+46
2018-09-12A few cleanups for hirljedrz-91/+46
2018-09-06Fixup whitespaceJakub Kozlowski-1/+1
2018-09-06Allow named lifetimes in async functions.Jakub Kozlowski-21/+38
2018-08-29Auto merge of #53711 - arielb1:macro-table, r=michaelwoeristerbors-0/+17
2018-08-27Revert crate root changesvarkor-1/+10
2018-08-27Make small modificationsvarkor-19/+7
2018-08-27Rename hir::map::NodeKind to hir::Nodevarkor-247/+215
2018-08-27Convert EntryKind to a struct, Entryvarkor-243/+118
2018-08-27Rename hir::map::Node to hir::map::NodeKindvarkor-234/+233
2018-08-27Rename MapEntry to EntryKindvarkor-161/+159
2018-08-26create a valid DefIdTable for proc macro cratesAriel Ben-Yehuda-0/+17
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{Foreign|Param}varkor-2/+2
2018-08-19mv codemap source_mapDonato Sciarra-2/+2
2018-08-19mv codemap() source_map()Donato Sciarra-1/+1
2018-08-19mv (mod) codemap source_mapDonato Sciarra-2/+2
2018-08-19mv filemap source_fileDonato Sciarra-2/+2
2018-08-19mv CodeMap SourceMapDonato Sciarra-3/+3
2018-08-09Move SVH structure to data structuresMark Rousskov-2/+2
2018-08-04cleanup: Remove `Def::GlobalAsm`Vadim Petrochenkov-1/+1
2018-07-26Improve a few vectors - calculate capacity or build from iteratorsljedrz-1/+1
2018-07-20Only methods are fn-like, not other associated itemsOliver Schneider-1/+7
2018-07-18Implement existential typesOliver Schneider-2/+13
2018-07-16ItemKindcsmoe-57/+57
2018-07-16ForeignItemKindcsmoe-3/+3
2018-07-16TyKindcsmoe-0/+1
2018-07-16ExprKindcsmoe-7/+7
2018-07-16VariantKindcsmoe-1/+1
2018-07-14Remove most of `PartialEq` impls from AST and HIR structuresVadim Petrochenkov-6/+5
2018-07-08Remove fallback to parent modules from lexical resolutionVadim Petrochenkov-29/+7
2018-07-03Avoid sorting the item_ids array the StableHash impl of hir::Mod.Michael Woerister-0/+8
2018-07-01call it `hir::VisibilityKind` instead of `hir::Visibility_:*`Zack M. Davis-5/+5
2018-06-30in which hir::Visibility recalls whence it came (i.e., becomes Spanned)Zack M. Davis-6/+8
2018-06-30Auto merge of #51862 - estebank:lifetime-spans, r=nikomatsakisbors-1/+28
2018-06-30Auto merge of #51762 - petrochenkov:oh-hi-mark, r=oli-obkbors-8/+3
2018-06-30Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertjbors-17/+30
2018-06-30Fortify dummy span checkingVadim Petrochenkov-8/+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-16/+16
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-15/+14
2018-06-27Don't use `println` in the compilerOliver Schneider-1/+1
2018-06-27Generate `DefId`s for the impl trait of `async` functionsOliver Schneider-6/+16
2018-06-27Generate `DefId`s for impl Trait in the def_collectorOliver Schneider-8/+7
2018-06-27Don't generate a new NodeId for universal impl TraitOliver Schneider-3/+7