summary refs log tree commit diff
path: root/src/librustc/hir/map/mod.rs
AgeCommit message (Expand)AuthorLines
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
2017-09-22Auto merge of #44696 - michaelwoerister:fingerprints-in-dep-graph-3, r=nikoma...bors-13/+22
2017-09-21Refactor lifetime name into an enumTaylor Cramer-1/+1
2017-09-20incr.comp.: Store result fingerprints in DepGraph.Michael Woerister-13/+22
2017-09-18incr.comp.: Remove tcx from StableHashingContext.Michael Woerister-4/+4
2017-09-05rustc: Move stability functionality into queriesAlex Crichton-1/+11
2017-09-01rustc: use hir::ItemLocalId instead of ast::NodeId in CFG.Eduard-Mihai Burtescu-1/+14
2017-08-25Fix merge conflictAlex Crichton-1/+1
2017-08-25Merge remote-tracking branch 'origin/master' into genAlex Crichton-193/+132
2017-08-22incr.comp.: Cache Hir-DepNodeIndices in the HIR map.Michael Woerister-193/+132
2017-08-21Merge remote-tracking branch 'origin/master' into genAlex Crichton-12/+23
2017-08-18rustc: Add `Local` to the HIR map of parentsAlex Crichton-1/+12
2017-08-17rustc: Rename NodeLocal to NodeBindingAlex Crichton-11/+11
2017-08-17Merge remote-tracking branch 'origin/master' into genAlex Crichton-1/+1
2017-08-15Fix typos & us spellingsFourchaux-1/+1
2017-08-14Merge remote-tracking branch 'origin/master' into genAlex Crichton-1/+20
2017-08-14Auto merge of #43740 - michaelwoerister:local-id-in-typecktables, r=arielb1bors-0/+19
2017-08-12Fix some typosBastien Orivel-1/+1
2017-08-11Add some ID conversion methods to HIR map and Definitions.Michael Woerister-0/+10
2017-08-11Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId.Michael Woerister-0/+9
2017-08-09Merge remote-tracking branch 'origin/master' into genAlex Crichton-2/+4
2017-08-01improve hir::map::Map::get_parent_node docRalf Jung-2/+4
2017-07-28Remove support for `gen arg`Alex Crichton-11/+0
2017-07-28Generator literal supportJohn Kåre Alsaker-2/+15
2017-07-20Remove unused DefTable::retrace_path().Michael Woerister-5/+1
2017-07-05use field init shorthand in src/librustcZack M. Davis-4/+4
2017-06-27Review commentsEsteban Küber-0/+22
2017-06-24Detect missing `;` on methods with return type `()`Esteban Küber-5/+39
2017-06-09incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.Michael Woerister-20/+25
2017-05-31Make a newtype for DefPathHash so they are not confused with content hashesMichael Woerister-1/+1
2017-05-25Hygienize `librustc_typeck`.Jeffrey Seyfried-3/+4
2017-05-15ICH: Hash lists of local trait impls as part of the HIR.Michael Woerister-2/+2
2017-05-06rustc: treat const bodies like fn bodies in middle::region.Eduard-Mihai Burtescu-5/+14
2017-05-02run MIR borrowck on the validated, not optimized, MIRNiko Matsakis-1/+1
2017-04-12First attempt at global_asm! macroA.J. Gardner-0/+1
2017-04-04push `borrowck` into its own taskNiko Matsakis-0/+21
2017-03-23Remove internal liblogAlex Crichton-1/+1
2017-03-22Allocate numerical values of DefIndexes from two seperate ranges.Michael Woerister-5/+4
2017-03-22Introduce HirId, a replacement for NodeId after lowering to HIR.Michael Woerister-2/+7
2017-02-28walk the bodies "in order" by traversing the crateNiko Matsakis-12/+17
2017-02-25rustc_typeck: rework coherence to be almost completely on-demand.Eduard-Mihai Burtescu-0/+20
2017-02-25rustc_typeck: don't use Result for get_type_parameter_bounds and ensure_super...Eduard-Mihai Burtescu-0/+24
2017-01-26rustc: don't call the HIR AST.Eduard-Mihai Burtescu-76/+76