summary refs log tree commit diff
path: root/src/librustc/dep_graph
AgeCommit message (Expand)AuthorLines
2016-09-23Load extern crates in `resolve`.Jeffrey Seyfried-2/+0
2016-09-20rustc: remove ImplOrTraitItemId and TraitDef's associated_type_names.Eduard Burtescu-3/+3
2016-09-20rustc_metadata: move more RBML tags to auto-serialization.Eduard Burtescu-11/+4
2016-09-12check stack discipline of tasksNiko Matsakis-8/+20
2016-09-06pacify the mercilous tidyNiko Matsakis-0/+10
2016-09-06kill extra `use`Niko Matsakis-1/+0
2016-09-06kill the forbidden codeNiko Matsakis-32/+0
2016-09-06implement a debugging "shadow graph"Niko Matsakis-28/+175
2016-09-06add a debugging mechanism to forbid edgesNiko Matsakis-1/+35
2016-09-06write to inherent_impls during the visitorNiko Matsakis-0/+11
2016-08-31simplify DepNode for trait selectionNiko Matsakis-4/+3
2016-08-23consider DepNode::Krate to be an inputNiko Matsakis-0/+5
2016-08-09make it possible to test if HIR is dirtyNiko Matsakis-0/+1
2016-08-09make DepNode PartialOrdNiko Matsakis-2/+2
2016-08-08track MIR through the dep-graphNiko Matsakis-6/+16
2016-08-02replace graph rewriting with detecting inlined idsNiko Matsakis-0/+26
2016-07-28Keep multiple files per work-productNiko Matsakis-6/+5
2016-07-28Address mw nitsNiko Matsakis-5/+5
2016-07-28Extend DepGraph so it can track "work-products"Niko Matsakis-9/+128
2016-07-01fix RUST_LOG, hopefully for real this timeAriel Ben-Yehuda-2/+0
2016-06-03avoid extra cloneNiko Matsakis-3/+3
2016-05-31expand `DepNode::TraitSelect` to include type idsNiko Matsakis-18/+31
2016-05-18add task for linkingNiko Matsakis-0/+2
2016-05-18add debug info to dep_graphNiko Matsakis-1/+5
2016-05-18cleanup dep-graph debugging codeNiko Matsakis-0/+70
2016-05-18identify inputs of `MetaData(X)` nodesNiko Matsakis-6/+15
2016-05-18when encoding, push MetaData(foo) task on stackNiko Matsakis-0/+1
2016-05-18add a MetaData node and trigger reads from itNiko Matsakis-0/+5
2016-05-18thread the DepGraph to session/crate-storeNiko Matsakis-6/+0
2016-05-18add MetaData DepNode variantNiko Matsakis-0/+6
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-2/+2
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-4/+4
2016-05-08Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrcbors-0/+2
2016-05-08Auto merge of #33130 - eddyb:mir-const, r=nikomatsakisbors-0/+2
2016-05-07Rollup merge of #33313 - birkenfeld:depgraph-panic, r=nikomatsakisSteve Klabnik-1/+4
2016-05-07mir: prepare for rvalue promotion support.Eduard Burtescu-0/+2
2016-05-03Short-cut Sized matching on ADTsAriel Ben-Yehuda-0/+2
2016-05-03Warn unused trait importsSeo Sanghyeon-0/+2
2016-05-01dep_graph: avoid panicking in thread when channel closedGeorg Brandl-1/+4
2016-04-19Check transmutes between types without statically known sizes.Eduard Burtescu-2/+0
2016-04-06rebase over the hir renameNiko Matsakis-2/+2
2016-04-06break dep-graph into modules, parameterize DepNodeNiko Matsakis-233/+399
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-1/+1
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-2/+2
2016-03-31librustc: replace panic!() with bug!()Benjamin Herr-2/+2
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-1/+1
2016-03-14Initial incorporation of specialization:Aaron Turon-5/+4
2016-03-13Auto merge of #31916 - nagisa:mir-passmgr-2, r=arielb1bors-0/+2
2016-03-11Forbid items with the same name being defined in overlapping inherentAaron Turon-0/+1
2016-03-04Address commentsSimonas Kazlauskas-1/+2