about summary refs log tree commit diff
path: root/src/librustc/dep_graph/README.md
AgeCommit message (Expand)AuthorLines
2020-03-23Move dep_graph to new crate librustc_query_system.Camille GILLOT-4/+0
2020-03-10rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.orgSantiago Pastorino-1/+1
2020-03-10Rename rustc guide to rustc dev guideSantiago Pastorino-1/+1
2020-03-10Rename rustc-guide to rustc-dev-guideSantiago Pastorino-1/+1
2018-11-26rustc-guide has movedMark Mansi-1/+1
2018-03-16Replace many of the last references to readmesMark Mansi-294/+3
2017-07-10Split DepNode::ItemSignature into non-overlapping variants.Michael Woerister-2/+2
2017-06-12kill various tasks we no longer need and remove outdated README textNiko Matsakis-133/+4
2017-06-01Syntax highlight rust code in librustc/dep_graph/README.mdbjorn3-1/+1
2017-01-25rename `Tables` to `TypeckTables`Niko Matsakis-11/+11
2017-01-25remove outdated textNiko Matsakis-21/+0
2017-01-25merge TypeckItemBody and Tables depnodesNiko Matsakis-13/+15
2016-12-16Remove some more things that were only needed for inlined-HIR DefIdsMichael Woerister-4/+2
2016-09-06implement a debugging "shadow graph"Niko Matsakis-0/+31
2016-08-02replace graph rewriting with detecting inlined idsNiko Matsakis-0/+25
2016-03-14Initial incorporation of specialization:Aaron Turon-5/+4
2016-01-06Fix numerous typos, renamings, and minor nits raised by mw.Niko Matsakis-8/+14
2016-01-05Introduce the DepGraph and DepTracking map abstractions,Niko Matsakis-0/+384