about summary refs log tree commit diff
path: root/src/librustc/dep_graph/prev.rs
AgeCommit message (Expand)AuthorLines
2019-02-05move librustc to 2018Mark Mansi-1/+1
2019-01-15Optimize try_mark_green and eliminate the lock on dep node colorsJohn Kåre Alsaker-8/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-19Prefer `Default::default` over `FxHash*::default` in struct constructorsOliver Scherer-1/+1
2018-03-19Convert SerializedDepGraph to be a struct-of-arraysWesley Wiser-4/+4
2018-02-14incr.comp.: Store DepNode colors in a dense array instead of a hashmap.Michael Woerister-0/+5
2017-12-20incr.comp.: Use an IndexVec instead of a hashmap for storing result hashes.Michael Woerister-0/+4
2017-11-14incr.comp.: Cache TypeckTables and add -Zincremental-queries flag.Michael Woerister-0/+5
2017-10-02incr.comp.: Add minimal version of try_mark_green procedure.Michael Woerister-9/+22
2017-10-02incr.comp.: Determine red/green state of every new node.Michael Woerister-3/+4
2017-09-23incr.comp.: Serialize and deserialize new DepGraphMichael Woerister-0/+46