summary refs log tree commit diff
path: root/src/librustc/hir/map/mod.rs
AgeCommit message (Expand)AuthorLines
2019-02-20hir: add and use hir_to_node_id in NodeCollectorljedrz-7/+7
2019-02-15Take Const into account in HIRvarkor-0/+1
2019-02-13HirId-ify hir::BodyIdljedrz-5/+24
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-13/+11
2019-02-11Auto merge of #58153 - ljedrz:HirIdify_typeck, r=Zoxcbors-2/+6
2019-02-10rustc: doc commentsAlexander Regueiro-13/+11
2019-02-09fix node classificationRalf Jung-5/+2
2019-02-09fix --emit=mir: StructCtors are functionsRalf Jung-1/+4
2019-02-09fix rebase fallout: AnonConsts are Consts, and Methods are functionsRalf Jung-1/+4
2019-02-07Rollup merge of #58193 - mark-i-m:rustc-2018, r=Centrilkennytm-12/+12
2019-02-05typeck: partially HirIdifyljedrz-2/+6
2019-02-05move librustc to 2018Mark Mansi-12/+12
2019-02-04hir: more HirId methodsljedrz-0/+60
2019-02-03hir: remove Definitions::hir_to_def_indexljedrz-3/+4
2019-02-03hir: add HirId methodsljedrz-0/+87
2019-02-02hir: add HirId to main Hir nodesljedrz-1/+1
2019-01-21Differentiate between closure and function bodiesOliver Scherer-2/+11
2019-01-15Make privacy checking, intrinsic checking and liveness checking incrementalJohn Kåre Alsaker-0/+15
2019-01-14Parallelize and optimize parts of HIR map creationJohn Kåre Alsaker-16/+22
2019-01-11Address commentsJohn Kåre Alsaker-9/+6
2019-01-11Make more passes incrementalJohn Kåre Alsaker-0/+30
2018-12-30Point at the return type span on type mismatch due to missing returnEsteban Küber-1/+2
2018-12-26Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.Alexander Regueiro-8/+8
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-17Add a commentJohn Kåre Alsaker-0/+3
2018-12-17Tweak query code for performanceJohn Kåre Alsaker-0/+4
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-18/+16
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-2/+2
2018-12-04syntax: Rename some keywordsVadim Petrochenkov-1/+1
2018-11-21track the span for each id so that we can give a nice ICENiko Matsakis-2/+2
2018-11-03Added support for trait aliases as bounds.Alexander Regueiro-3/+1
2018-10-31use String::from() instead of format!() macro to construct Strings.Matthias Krüger-1/+1
2018-10-26Fix tests and assertions; add some commentsNick Cameron-1/+1
2018-10-26dump refs for path segments in save-analysisNick Cameron-1/+7
2018-09-29don't elide lifetimes in paths in librustc/Zack M. Davis-7/+7
2018-09-20fix intra-links for trait implsQuietMisdreavus-4/+9
2018-09-12A few cleanups for hirljedrz-48/+22
2018-08-27Revert crate root changesvarkor-1/+10
2018-08-27Make small modificationsvarkor-18/+6
2018-08-27Rename hir::map::NodeKind to hir::Nodevarkor-211/+179
2018-08-27Convert EntryKind to a struct, Entryvarkor-207/+99
2018-08-27Rename hir::map::Node to hir::map::NodeKindvarkor-180/+179
2018-08-27Rename MapEntry to EntryKindvarkor-136/+134
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_map()Donato Sciarra-1/+1
2018-08-19mv (mod) codemap source_mapDonato Sciarra-1/+1
2018-08-09Move SVH structure to data structuresMark Rousskov-1/+1
2018-08-04cleanup: Remove `Def::GlobalAsm`Vadim Petrochenkov-1/+1