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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
dep_graph
/
prev.rs
Age
Commit message (
Collapse
)
Author
Lines
2020-03-23
Move dep_graph to new crate librustc_query_system.
Camille GILLOT
-55
/
+0
2019-12-22
Format the world
Mark Rousskov
-13
/
+7
2019-02-05
move librustc to 2018
Mark Mansi
-1
/
+1
2019-01-15
Optimize try_mark_green and eliminate the lock on dep node colors
John Kåre Alsaker
-8
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-1
/
+1
2018-03-19
Convert SerializedDepGraph to be a struct-of-arrays
Wesley Wiser
-4
/
+4
Fixes #47326
2018-02-14
incr.comp.: Store DepNode colors in a dense array instead of a hashmap.
Michael Woerister
-0
/
+5
2017-12-20
incr.comp.: Use an IndexVec instead of a hashmap for storing result hashes.
Michael Woerister
-0
/
+4
2017-11-14
incr.comp.: Cache TypeckTables and add -Zincremental-queries flag.
Michael Woerister
-0
/
+5
2017-10-02
incr.comp.: Add minimal version of try_mark_green procedure.
Michael Woerister
-9
/
+22
2017-10-02
incr.comp.: Determine red/green state of every new node.
Michael Woerister
-3
/
+4
2017-09-23
incr.comp.: Serialize and deserialize new DepGraph
Michael Woerister
-0
/
+46