about summary refs log tree commit diff
path: root/src/librustc/hir/map
AgeCommit message (Expand)AuthorLines
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
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-08Add a query type which is always marked as red if it runsJohn Kåre Alsaker-7/+7
2019-02-07Add const params to Defvarkor-2/+7
2019-02-07Rollup merge of #58193 - mark-i-m:rustc-2018, r=Centrilkennytm-38/+38
2019-02-05typeck: partially HirIdifyljedrz-2/+6
2019-02-05move librustc to 2018Mark Mansi-38/+38
2019-02-04hir: more HirId methodsljedrz-0/+60
2019-02-03hir: remove Definitions::hir_to_def_indexljedrz-27/+5
2019-02-03hir: add HirId methodsljedrz-1/+132
2019-02-02hir: add HirId to main Hir nodesljedrz-1/+1
2019-01-21Differentiate between closure and function bodiesOliver Scherer-2/+11
2019-01-19Rollup merge of #57689 - nnethercote:redo-hir-Stmt, r=petrochenkovMazdak Farrokhzad-1/+1
2019-01-19Rollup merge of #57502 - nikomatsakis:fix-trait-alias-1b, r=nikomatsakisMazdak Farrokhzad-4/+8
2019-01-17Make `hir::Stmt` a separate struct.Nicholas Nethercote-1/+1
2019-01-15Make privacy checking, intrinsic checking and liveness checking incrementalJohn Kåre Alsaker-0/+15
2019-01-14Rollup merge of #57232 - Zoxc:par-collector-misc, r=michaelwoeristerMazdak Farrokhzad-44/+54
2019-01-14Auto merge of #57387 - euclio:nonstandard-style-suggestions, r=oli-obkbors-4/+4
2019-01-14Parallelize and optimize parts of HIR map creationJohn Kåre Alsaker-44/+54
2019-01-11Address commentsJohn Kåre Alsaker-9/+6
2019-01-11Make more passes incrementalJohn Kåre Alsaker-0/+31
2019-01-10integrate trait aliases into def-paths / metadataNiko Matsakis-4/+8
2019-01-06use `Ident` in `ItemFn`Andy Russell-4/+4
2019-01-05Auto merge of #57230 - estebank:return-mismatch, r=varkorbors-1/+2
2018-12-31Address commentsJohn Kåre Alsaker-9/+7
2018-12-31Group dep node data into a single structureJohn Kåre Alsaker-44/+85
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-9/+9
2018-12-25Remove licensesMark Rousskov-60/+0