index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_query_system
/
src
/
dep_graph
/
graph.rs
Age
Commit message (
Expand
)
Author
Lines
2020-12-22
rustc_query_system: avoid race condition when using edge_count
Tyson Nottingham
-11
/
+6
2020-12-22
rustc_query_system: add more comments for dependency graph
Tyson Nottingham
-1
/
+33
2020-12-22
rustc_query_system: rename intern_node to intern_new_node
Tyson Nottingham
-3
/
+3
2020-12-22
rustc_query_system: remove inline annotation from edge_count
Tyson Nottingham
-1
/
+0
2020-12-22
rustc_query_system: minor cleanup
Tyson Nottingham
-17
/
+3
2020-12-22
rustc_query_system: use more space-efficient edges representation
Tyson Nottingham
-46
/
+91
2020-12-22
rustc_query_system: share previous graph edges with current graph
Tyson Nottingham
-64
/
+153
2020-12-22
rustc_query_system: share previous graph data with current graph
Tyson Nottingham
-212
/
+495
2020-12-18
rustc_query_system: explicitly register reused dep nodes
Tyson Nottingham
-5
/
+19
2020-12-10
Use `def_path_hash_to_def_id` when re-using a `RawDefId`
Aaron Hill
-2
/
+2
2020-12-04
Properly re-use def path hash in incremental mode
Aaron Hill
-18
/
+5
2020-11-25
Fix rebase fallout
Aaron Hill
-1
/
+1
2020-11-25
Lazy DefPath decoding for incremental compilation
Aaron Hill
-0
/
+13
2020-11-18
Make PackedFingerprint's Fingerprint private
Tyson Nottingham
-2
/
+2
2020-11-18
Use PackedFingerprint in DepNode to reduce memory consumption
Tyson Nottingham
-2
/
+2
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-4
/
+2
2020-10-14
Remove unused code from rustc_query_system
est31
-5
/
+0
2020-08-30
mv compiler to compiler/
mark
-0
/
+1128