rust/compiler/rustc_query_system/src/dep_graph
Joshua Nelson 441dc3640a Remove (lots of) dead code
Found with https://github.com/est31/warnalyzer.

Dubious changes:
- Is anyone else using rustc_apfloat? I feel weird completely deleting
  x87 support.
- Maybe some of the dead code in rustc_data_structures, in case someone
  wants to use it in the future?
- Don't change rustc_serialize

  I plan to scrap most of the json module in the near future (see
  https://github.com/rust-lang/compiler-team/issues/418) and fixing the
  tests needed more work than I expected.

TODO: check if any of the comments on the deleted code should be kept.
2021-03-27 22:16:33 -04:00
..
debug.rs Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
dep_node.rs Access the session directly from DepContext. 2021-02-20 22:53:46 +01:00
graph.rs Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
mod.rs Access the session directly from DepContext. 2021-02-20 22:53:46 +01:00
prev.rs Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
query.rs Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
serialized.rs Serialize dependency graph directly from DepGraph 2021-01-12 22:20:29 -08:00

To learn more about how dependency tracking works in rustc, see the [rustc guide].