| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-03-23 | Move dep_graph to new crate librustc_query_system. | Camille GILLOT | -4/+0 | |
| 2020-03-10 | rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org | Santiago Pastorino | -1/+1 | |
| 2020-03-10 | Rename rustc guide to rustc dev guide | Santiago Pastorino | -1/+1 | |
| 2020-03-10 | Rename rustc-guide to rustc-dev-guide | Santiago Pastorino | -1/+1 | |
| 2018-11-26 | rustc-guide has moved | Mark Mansi | -1/+1 | |
| 2018-03-16 | Replace many of the last references to readmes | Mark Mansi | -294/+3 | |
| 2017-07-10 | Split DepNode::ItemSignature into non-overlapping variants. | Michael Woerister | -2/+2 | |
| 2017-06-12 | kill various tasks we no longer need and remove outdated README text | Niko Matsakis | -133/+4 | |
| In the case of `TransCrateItem`, I had to tweak the tests a bit, but it's a concept that doesn't work well under new system. | ||||
| 2017-06-01 | Syntax highlight rust code in librustc/dep_graph/README.md | bjorn3 | -1/+1 | |
| 2017-01-25 | rename `Tables` to `TypeckTables` | Niko Matsakis | -11/+11 | |
| 2017-01-25 | remove outdated text | Niko Matsakis | -21/+0 | |
| 2017-01-25 | merge TypeckItemBody and Tables depnodes | Niko Matsakis | -13/+15 | |
| 2016-12-16 | Remove some more things that were only needed for inlined-HIR DefIds | Michael Woerister | -4/+2 | |
| 2016-09-06 | implement a debugging "shadow graph" | Niko Matsakis | -0/+31 | |
| The shadow graph supercedes the existing code that checked for reads/writes without an active task and now adds the ability to filter for specific edges. | ||||
| 2016-08-02 | replace graph rewriting with detecting inlined ids | Niko Matsakis | -0/+25 | |
| We now detect inlined id's earlier (in the HIR map) and rewrite a read of them to be a read of the metadata for the associated item. | ||||
| 2016-03-14 | Initial incorporation of specialization: | Aaron Turon | -5/+4 | |
| - Rewrites the overlap checker to instead build up a specialization graph, checking for overlap errors in the process. - Use the specialization order during impl selection. This commit does not yet handle associated types correctly, and assumes that all items are `default` and are overridden. | ||||
| 2016-01-06 | Fix numerous typos, renamings, and minor nits raised by mw. | Niko Matsakis | -8/+14 | |
| 2016-01-05 | Introduce the DepGraph and DepTracking map abstractions, | Niko Matsakis | -0/+384 | |
| along with a README explaining how they are to be used | ||||
