This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
7f20af002e33a3f38b51a7e3f9c63bcae4214613
rust
/
src
/
librustc
/
dep_graph
History
toidiu
ea2012b2c7
create separate dep-nodes for predicates_of and explicit_predicates_of
2018-06-10 02:33:55 -04:00
..
debug.rs
Run Rustfix on librustc
2018-03-02 21:02:34 -08:00
dep_node.rs
create separate dep-nodes for predicates_of and explicit_predicates_of
2018-06-10 02:33:55 -04:00
dep_tracking_map.rs
Fix docs for future pulldown migration
2018-01-01 14:44:12 +01:00
graph.rs
Rename trans to codegen everywhere.
2018-05-17 15:08:30 +03:00
mod.rs
Make DepGraph thread-safe
2018-04-25 11:25:40 +02:00
prev.rs
Convert SerializedDepGraph to be a struct-of-arrays
2018-03-19 19:45:35 -04:00
query.rs
rustc: Preallocate when building the dep graph
2017-09-14 21:28:55 -07:00
README.md
Replace many of the last references to readmes
2018-03-16 12:43:22 -05:00
safe.rs
incr.comp.: Move result fingerprinting to DepGraph::with_task().
2017-09-18 11:25:34 +02:00
serialized.rs
Convert SerializedDepGraph to be a struct-of-arrays
2018-03-19 19:45:35 -04:00
README.md
To learn more about how dependency tracking works in rustc, see the
rustc guide
.