about summary refs log tree commit diff
path: root/src/librustc/hir/map
AgeCommit message (Expand)AuthorLines
2019-03-28Rollup merge of #59091 - Zoxc:eval_always, r=michaelwoeristerMazdak Farrokhzad-1/+1
2019-03-28Rollup merge of #59413 - Zoxc:hirid, r=oli-obkMazdak Farrokhzad-2/+2
2019-03-26Combine input and eval_always query typesJohn Kåre Alsaker-1/+1
2019-03-25Make more lints incrementalJohn Kåre Alsaker-1/+2
2019-03-25Make some lints incrementalJohn Kåre Alsaker-4/+4
2019-03-25hir: replace NodeId with HirId in ItemIdljedrz-2/+2
2019-03-24Re-order fields in `Def::Ctor`.David Wood-1/+1
2019-03-24Move `CtorOf` into `hir::def`.David Wood-2/+2
2019-03-24Remove `CtorOf` from `Node::Ctor`.David Wood-13/+15
2019-03-24Merge `DefPathData::VariantCtor` and `DefPathData::StructCtor`Vadim Petrochenkov-16/+6
2019-03-24Separate variant id and variant constructor id.David Wood-27/+50
2019-03-23Auto merge of #59068 - ljedrz:kill_off_NodeId_stragglers, r=Zoxcbors-14/+1
2019-03-16Rollup merge of #59118 - seanmonstar:alias-where-self-ice, r=alexregkennytm-2/+4
2019-03-15rustc: provide DisambiguatedDefPathData in ty::print.Eduard-Mihai Burtescu-3/+3
2019-03-15rustc: replace node_path_str with uses of def_path_str.Eduard-Mihai Burtescu-1/+2
2019-03-14Auto merge of #58176 - Zoxc:lint-levels, r=oli-obkbors-0/+1
2019-03-12rustc: fix ICE when trait alias has bare SelfSean McArthur-2/+4
2019-03-10hir: remove trait_auto_implljedrz-13/+0
2019-03-10hir: replace NodeId with HirId in trait_implsljedrz-1/+1
2019-03-07hir: remove some obsolete NodeId methodsljedrz-34/+20
2019-03-07hir: remove NodeId from PatKindljedrz-1/+1
2019-03-07HirIdification: replace NodeId method callsljedrz-11/+11
2019-03-05Only insert nodes which changes lint levels in the LintLevelMapJohn Kåre Alsaker-0/+1
2019-03-02hir: HirIdify Impl&TraitItemIdljedrz-4/+4
2019-03-02hir: remove NodeId from VariantDataljedrz-2/+2
2019-03-02hir: remove NodeId from Itemljedrz-2/+2
2019-03-02hir: remove NodeId from ForeignItemljedrz-1/+1
2019-03-01hir: remove NodeId from ImplItemljedrz-2/+2
2019-03-01hir: remove NodeId from TraitItemljedrz-2/+2
2019-03-01hir: remove NodeId from Localljedrz-1/+1
2019-02-27Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkorMazdak Farrokhzad-5/+5
2019-02-24Deny `async fn` in 2015 editionNathan Corbyn-5/+5
2019-02-24hir: remove NodeId from Exprljedrz-13/+16
2019-02-24hir: remove NodeId from MacroDefljedrz-2/+3
2019-02-24hir: remove NodeId from GenericParamljedrz-3/+8
2019-02-24Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxcbors-92/+89
2019-02-23Rollup merge of #58476 - nnethercote:rm-LazyTokenStream, r=petrochenkovMazdak Farrokhzad-1/+1
2019-02-20adjust intravisit HirIdificationljedrz-16/+12
2019-02-20hir: remove parent_node from NodeCollectorljedrz-24/+17
2019-02-20hir: change HirIdValidator.hir_ids_seen to a setljedrz-10/+15
2019-02-20hir: add and use hir_to_node_id in NodeCollectorljedrz-32/+34
2019-02-20hir: HirId-ify intravisitljedrz-73/+74
2019-02-18Remove `LazyTokenStream`.Nicholas Nethercote-1/+1
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-43/+41
2019-02-11Auto merge of #58153 - ljedrz:HirIdify_typeck, r=Zoxcbors-2/+6
2019-02-10rustc: doc commentsAlexander Regueiro-43/+41
2019-02-10Auto merge of #58103 - RalfJung:mir-shim-dump, r=eddybbors-2/+5
2019-02-10Auto merge of #57770 - Zoxc:no-hash-query, r=michaelwoeristerbors-7/+7