summary refs log tree commit diff
path: root/src/librustc_incremental/assert_dep_graph.rs
AgeCommit message (Expand)AuthorLines
2018-05-02make it compile againflip1995-1/+1
2018-04-06Use `Ident` instead of `Name` in `MetaItem`Vadim Petrochenkov-1/+1
2018-03-05Turn features() into a query.Michael Woerister-1/+1
2018-01-13Rollup merge of #47328 - mbrubeck:fs_read, r=sfacklerkennytm-2/+2
2018-01-10Use the new fs_read_write functions in rustc internalsMatt Brubeck-2/+2
2018-01-09Replace uses of DepGraph.in_ignore with DepGraph.with_ignoreJohn Kåre Alsaker-29/+29
2017-10-02incr.comp.: Build DepGraphQuery from new dep-graph impl.Michael Woerister-1/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-1/+1
2017-06-09incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.Michael Woerister-35/+36
2017-05-08Remove need for &format!(...) or &&"" dances in `span_label` callsOliver Schneider-3/+3
2017-05-03allow dep-graph assertions on fieldsNiko Matsakis-3/+15
2017-03-22Move some constants to rustc::ich.Michael Woerister-1/+1
2017-01-26rustc: rename TyCtxt's `map` field to `hir`.Eduard-Mihai Burtescu-3/+3
2016-12-28rustc: separate TraitItem from their parent Item, just like ImplItem.Eduard-Mihai Burtescu-0/+4
2016-11-20Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s.Jeffrey Seyfried-8/+7
2016-11-16fix dep-graph checking to account for implitemsNiko Matsakis-2/+2
2016-11-16fallout from separating impl-items from implsNiko Matsakis-0/+4
2016-11-16refactor Visitor into ItemLikeVisitor and intravisit::VisitorNiko Matsakis-3/+3
2016-11-08Replace FnvHasher use with FxHasher.Nicholas Nethercote-13/+13
2016-09-23ICH: Add ability to test the ICH of exported metadata items.Michael Woerister-6/+4
2016-09-06allow testing DepNode::Krate edges directlyNiko Matsakis-87/+71
2016-09-04Replace `_, _` with `..`Vadim Petrochenkov-1/+1
2016-08-25Refactor away `AttrMetaMethods`.Jeffrey Seyfried-1/+0
2016-08-25Refactor away `AttrNestedMetaItemMethods`.Jeffrey Seyfried-1/+1
2016-08-25Implement RFC#1559: allow all literals in attributes.Sergio Benitez-15/+24
2016-08-03skip assert-dep-graph unless unit testingNiko Matsakis-0/+7
2016-07-25Adressed PR comments.cgswords-6/+2
2016-07-25General MetaItem encapsulation rewrites.cgswords-17/+16
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+1
2016-05-31expand `DepNode::TraitSelect` to include type idsNiko Matsakis-40/+40
2016-05-18cleanup dep-graph debugging codeNiko Matsakis-19/+9
2016-05-18identify inputs of `MetaData(X)` nodesNiko Matsakis-1/+1
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-5/+5
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-4/+4
2016-04-06make an incremental crateNiko Matsakis-0/+438