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
/
graph.rs
Age
Commit message (
Expand
)
Author
Lines
2018-12-31
Clean up and optimize OpenTask / read_index
John Kåre Alsaker
-161
/
+119
2018-12-31
Address comments
John Kåre Alsaker
-3
/
+7
2018-12-31
Use `entry` API to avoid double lookup when interning dep nodes
John Kåre Alsaker
-30
/
+39
2018-12-31
Group dep node data into a single structure
John Kåre Alsaker
-115
/
+80
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-26
rustc-guide has moved
Mark Mansi
-1
/
+1
2018-11-21
rustc: implement and use Default on more types.
Eduard-Mihai Burtescu
-2
/
+2
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-5
/
+5
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-5
/
+5
2018-09-07
rewrite constants to use NewType::MAX instead of u32::MAX
Niko Matsakis
-3
/
+1
2018-09-07
remove all references to `private` from outside the macro
Niko Matsakis
-3
/
+7
2018-09-07
change from tuple struct to brace struct
Niko Matsakis
-3
/
+3
2018-09-07
change syntax of `newtype_index` to look like a struct decl
Niko Matsakis
-1
/
+3
2018-08-31
Always add all modules to the global ThinLTO module analysis when compiling i...
Michael Woerister
-1
/
+0
2018-08-31
Support local ThinLTO with incremental compilation.
Michael Woerister
-1
/
+2
2018-08-23
Use optimized SmallVec implementation
Igor Gutorov
-2
/
+2
2018-07-27
Better Option handling
Shotaro Yamada
-1
/
+6
2018-07-25
introduce new subtyping
Niko Matsakis
-1
/
+0
2018-06-14
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
-3
/
+3
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-2
/
+2
2018-05-11
Remove shared access to DepGraph::work_products
Isaac Whitfield
-24
/
+1
2018-05-10
Rollup merge of #50598 - whitfin:unnecessary-mut-borrow, r=michaelwoerister
Alex Crichton
-7
/
+1
2018-05-10
Rollup merge of #50565 - nnethercote:try_mark_green, r=michaelwoerister
Alex Crichton
-10
/
+11
2018-05-09
Remove unnecessary mutable borrow and resizing
Isaac Whitfield
-7
/
+1
2018-05-09
Use SmallVec for DepNodeIndex within dep_graph.
Nicholas Nethercote
-10
/
+11
2018-05-07
Make DepGraph::previous_work_products immutable
Wesley Wiser
-19
/
+7
2018-04-25
Move the Lock into OpenTask
John Kåre Alsaker
-54
/
+49
2018-04-25
Address comments
John Kåre Alsaker
-16
/
+18
2018-04-25
Make DepGraph thread-safe
John Kåre Alsaker
-132
/
+188
2018-03-19
Convert SerializedDepGraph to be a struct-of-arrays
Wesley Wiser
-4
/
+3
2018-03-16
incr.comp.: Make sanity check in try_mark_green() aware of error conditions.
Michael Woerister
-2
/
+9
2018-03-09
Move PROFQ_CHAN to a Session field
John Kåre Alsaker
-18
/
+19
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-6
/
+6
2018-02-28
Rollup merge of #48479 - mark-i-m:rustc-guide, r=nikomatsakis
kennytm
-2
/
+2
2018-02-25
Change links to readmes
Mark Mansi
-2
/
+2
2018-02-14
incr.comp.: Store DepNode colors in a dense array instead of a hashmap.
Michael Woerister
-44
/
+104
2018-01-09
Replace uses of DepGraph.in_ignore with DepGraph.with_ignore
John Kåre Alsaker
-3
/
+11
2018-01-01
Fix broken links in internal docs
Malo Jaffré
-3
/
+3
2017-12-20
incr.comp.: Replace Fingerprint::zero() with a constant.
Michael Woerister
-6
/
+6
2017-12-20
incr.comp.: Use an IndexVec instead of a hashmap for storing result hashes.
Michael Woerister
-37
/
+73
2017-12-01
incr.comp.: Use the awesome new '_ in a few places.
Michael Woerister
-4
/
+4
2017-12-01
incr.comp.: Load diagnostics from previous session lazily and clean up on-dis...
Michael Woerister
-5
/
+5
2017-11-20
incr.comp.: Make sure we don't lose unused green results from the query cache.
Michael Woerister
-0
/
+33
2017-11-17
[incremental] Collect stats about duplicated edge reads from queries
Wesley Wiser
-0
/
+14
2017-11-14
incr.comp.: Cache TypeckTables and add -Zincremental-queries flag.
Michael Woerister
-0
/
+6
2017-11-10
incr.comp.: Don't crash in DepGraph::try_mark_green() when encountering a rem...
Michael Woerister
-4
/
+12
2017-11-08
Auto merge of #45867 - michaelwoerister:check-ich-stability, r=nikomatsakis
bors
-51
/
+83
2017-11-08
incr.comp.: Make DefSpan an input dep-node so it is not affected by the exist...
Michael Woerister
-0
/
+3
2017-11-07
incr.comp.: Make assertion in try_mark_green() more targeted.
Michael Woerister
-4
/
+14
2017-11-07
incr.comp.: Allow for forcing input nodes lazily.
Michael Woerister
-51
/
+70
[next]