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
/
compiler
/
rustc_query_system
/
src
/
dep_graph
Age
Commit message (
Expand
)
Author
Lines
2021-10-06
Query the fingerprint style during key reconstruction
Mark Rousskov
-7
/
+28
2021-10-03
Access StableHashingContext in rustc_query_system.
Camille GILLOT
-16
/
+11
2021-09-18
Auto merge of #82183 - michaelwoerister:lazier-defpathhash-loading2, r=wesley...
bors
-28
/
+0
2021-09-15
Use explicit log level in tracing instrument macro
Tomasz Miąsko
-2
/
+2
2021-09-14
Remove RawDefId tracking infrastructure from incr. comp. framework.
Michael Woerister
-28
/
+0
2021-08-22
Unify `with_task` functions.
Camille GILLOT
-86
/
+69
2021-08-22
Remove try_mark_green_and_read.
Camille GILLOT
-13
/
+2
2021-08-22
Move assertion inwards.
Camille GILLOT
-3
/
+18
2021-07-25
Create `QuerySideEffects` and use it for diagnostics
Aaron Hill
-49
/
+14
2021-07-07
Add docs to new methods
Ryan Levick
-1
/
+2
2021-07-07
Profile incremental hashing
Ryan Levick
-3
/
+24
2021-06-07
Auto merge of #85903 - bjorn3:rustc_serialize_cleanup, r=varkor
bors
-6
/
+6
2021-06-01
Make the reasoning more explicit.
Camille GILLOT
-5
/
+9
2021-06-01
Avoid creating anonymous nodes with zero or one dependency.
Camille GILLOT
-27
/
+49
2021-06-01
Remove unused functions and arguments from rustc_serialize
bjorn3
-6
/
+6
2021-05-30
Auto merge of #85319 - cjgillot:query-simp, r=Mark-Simulacrum
bors
-118
/
+113
2021-05-22
Get rid of PreviousDepGraph.
Camille GILLOT
-71
/
+42
2021-05-15
Make the fast path faster.
Camille GILLOT
-1
/
+1
2021-05-15
Refactor try_mark_previous_green.
Camille GILLOT
-117
/
+112
2021-04-08
Fix outdated crate names in compiler docs
pierwill
-1
/
+1
2021-03-31
Enable debugging the dep-graph without debug-assertions.
Camille GILLOT
-9
/
+5
2021-03-30
Also profile finishing the encoding.
Camille GILLOT
-3
/
+8
2021-03-30
Adjust profiling.
Camille GILLOT
-10
/
+32
2021-03-30
Address review.
Camille GILLOT
-49
/
+43
2021-03-30
Add documentation.
Camille GILLOT
-0
/
+12
2021-03-30
Simplify tracking the encoder state.
Camille GILLOT
-80
/
+72
2021-03-30
Remove the parallel version.
Camille GILLOT
-135
/
+13
2021-03-30
Fix parallel compiler.
Camille GILLOT
-1
/
+3
2021-03-30
Fix tests.
Camille GILLOT
-5
/
+21
2021-03-30
Do not allocate in decoder.
Camille GILLOT
-24
/
+34
2021-03-30
Stream the dep-graph to a file.
Camille GILLOT
-832
/
+568
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-11
/
+3
2021-02-20
Access the session directly from DepContext.
Camille GILLOT
-7
/
+11
2021-02-19
Use a QueryContext for try_mark_green.
Camille GILLOT
-28
/
+4
2021-02-19
Move try_load_from_on_disk_cache to the QueryContext.
Camille GILLOT
-5
/
+4
2021-02-19
Decouple QueryContext from DepContext.
Camille GILLOT
-6
/
+28
2021-02-19
Don't require a QueryContext to access the DepGraph.
Camille GILLOT
-1
/
+4
2021-02-18
Print -Ztime-passes (and misc stats/logs) on stderr, not stdout.
Eduard-Mihai Burtescu
-14
/
+14
2021-01-19
Auto merge of #80957 - tgnottingham:direct_serialize_depgraph, r=michaelwoeri...
bors
-95
/
+321
2021-01-14
Use Option::map_or instead of `.map(..).unwrap_or(..)`
LingMan
-1
/
+1
2021-01-12
Serialize dependency graph directly from DepGraph
Tyson Nottingham
-95
/
+321
2021-01-08
Use a side-table of consts instead of matching on the DepKind enum.
Camille GILLOT
-1
/
+1
2021-01-08
Simplify DepNodeParams.
Camille GILLOT
-6
/
+0
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
-52
/
+103
2020-12-22
rustc_query_system: share previous graph edges with current graph
Tyson Nottingham
-65
/
+159
[next]