summary refs log tree commit diff
path: root/src/librustc/hir/map
AgeCommit message (Expand)AuthorLines
2016-12-15Use StableHasher everywhereAriel Ben-Yehuda-3/+3
2016-12-12incr.comp.: Avoid creating an edge to DepNode::Krate when generating debuginf...Michael Woerister-3/+4
2016-12-06annotate stricter lifetimes on LateLintPass methods to allow them to forward ...Oliver Schneider-12/+12
2016-11-30rustc: track the Span's of definitions across crates.Eduard-Mihai Burtescu-33/+26
2016-11-29revamp `Visitor` with a single method for controlling nested visitsNiko Matsakis-6/+7
2016-11-29Split nested_visit_mode function off from nested_visit_mapFlorian Diebold-2/+6
2016-11-29Refactor inlined items some moreFlorian Diebold-14/+0
2016-11-29Add make tidy fixesFlorian Diebold-2/+5
2016-11-29Remove unused importFlorian Diebold-1/+0
2016-11-29Fix some commentsFlorian Diebold-6/+3
2016-11-29Give function bodies their own dep graph nodeFlorian Diebold-2/+50
2016-11-29Save bodies of functions for inlining into other cratesFlorian Diebold-10/+37
2016-11-29rustc: replace body exprs by their idsFlorian Diebold-17/+32
2016-11-28rustc: track fields in the HIR map.Eduard Burtescu-0/+25
2016-11-28rustc: embed path resolutions into the HIR instead of keeping DefMap.Eduard-Mihai Burtescu-2/+2
2016-11-28rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR.Eduard-Mihai Burtescu-21/+16
2016-11-28rustc: track hir::{TraitRef, Visibility} in the HIR map.Eduard Burtescu-10/+49
2016-11-21Auto merge of #37824 - jseyfried:symbols, r=eddybbors-44/+24
2016-11-21Stabilize RFC 1560.Jeffrey Seyfried-3/+1
2016-11-21Cleanup `InternedString`.Jeffrey Seyfried-35/+15
2016-11-21Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...Jeffrey Seyfried-4/+4
2016-11-20Move `syntax::util::interner` -> `syntax::symbol`, cleanup.Jeffrey Seyfried-5/+5
2016-11-16include a Name and Span for each item in the HIR of the implNiko Matsakis-2/+2
2016-11-16add a `nested_visit_map` methodNiko Matsakis-0/+5
2016-11-16make distinct Hir() nodes in the graph for impl itemsNiko Matsakis-2/+6
2016-11-16fallout from separating impl-items from implsNiko Matsakis-0/+4
2016-11-16separate impl-items from the impl in the HIRNiko Matsakis-0/+9
2016-11-10Improve macro reexports.Jeffrey Seyfried-0/+4
2016-11-10rustc: use an Expr instead of a Block for function bodies.Eduard Burtescu-22/+23
2016-11-08Replace FnvHasher use with FxHasher.Nicholas Nethercote-3/+3
2016-10-03Auto merge of #36815 - alexcrichton:stabilize-1.13, r=aturonbors-2/+3
2016-10-03std: Stabilize and deprecate APIs for 1.13Alex Crichton-2/+3
2016-10-03Auto merge of #36767 - jseyfried:enforce_rfc_1560_shadowing, r=nrcbors-2/+3
2016-10-02Refactor field `expansion_data` of `Resolver` to use a `Mark` instead of a `u...Jeffrey Seyfried-2/+3
2016-10-01Rollup merge of #36599 - jonas-schievink:whats-a-pirates-favorite-data-struct...Manish Goregaokar-2/+2
2016-09-28libsyntax: clearer names for some AST partsJonas Schievink-1/+1
2016-09-28Call arrays "arrays" instead of "vecs" internallyJonas Schievink-1/+1
2016-09-28Rollup merge of #36376 - GuillaumeGomez:e0050, r=jonathandturnerJonathan Turner-1/+1
2016-09-28Update E0050 to new error formatGuillaume Gomez-1/+1
2016-09-27Fix def id collection for `const_integer`s in the AST.Jeffrey Seyfried-21/+30
2016-09-27Peform def id assignment during expansion.Jeffrey Seyfried-39/+58
2016-09-22Split up `DefCollector::root()`.Jeffrey Seyfried-21/+15
2016-09-20rustc: don't hash the --extern crate name, but the original one, in DefPath.Eduard Burtescu-6/+2
2016-09-20rustc: don't recurse through nested items in decoded HIR fragments.Eduard Burtescu-10/+9
2016-09-20rustc_metadata: move opt_item_name to TyCtxt::item_name.Eduard Burtescu-1/+25
2016-09-20rustc_metadata: move more RBML tags to auto-serialization.Eduard Burtescu-10/+12
2016-09-20rustc_metadata: go only through rustc_serialize in astencode.Eduard Burtescu-97/+22
2016-09-06ignore dep-graph when loading inlined HIRNiko Matsakis-0/+2
2016-09-04Replace `_, _` with `..`Vadim Petrochenkov-1/+1
2016-09-03Some better support for unions through the compilerVadim Petrochenkov-1/+2