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_middle
/
src
/
dep_graph
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2021-10-06
Query the fingerprint style during key reconstruction
Mark Rousskov
-2
/
+2
2021-10-03
Access StableHashingContext in rustc_query_system.
Camille GILLOT
-2
/
+1
2021-10-03
Remove re-export.
Camille GILLOT
-1
/
+1
2021-09-14
Remove RawDefId tracking infrastructure from incr. comp. framework.
Michael Woerister
-6
/
+1
2021-05-22
Get rid of PreviousDepGraph.
Camille GILLOT
-1
/
+0
2021-04-12
Introduce CompileMonoItem DepNode
bjorn3
-1
/
+1
2021-03-30
Stream the dep-graph to a file.
Camille GILLOT
-2
/
+3
2021-02-20
Access the session directly from DepContext.
Camille GILLOT
-8
/
+7
2021-02-19
Split DepKindStruct in two.
Camille GILLOT
-0
/
+1
2021-02-19
Use a QueryContext for try_mark_green.
Camille GILLOT
-95
/
+0
2021-02-19
Move try_load_from_on_disk_cache to the QueryContext.
Camille GILLOT
-4
/
+0
2021-02-19
Decouple the on-disk cache from the query engine.
Camille GILLOT
-5
/
+4
2021-02-19
Don't require a QueryContext to access the DepGraph.
Camille GILLOT
-0
/
+5
2021-01-15
Auto merge of #80602 - tgnottingham:cratemetadata_you_aint_special, r=michael...
bors
-13
/
+2
2021-01-12
Remove DepKind::CrateMetadata and pre-allocation of DepNodes
Tyson Nottingham
-13
/
+2
2021-01-08
Get rid of `DepConstructor`
Joshua Nelson
-1
/
+2
2021-01-08
Make DepConstructor a module.
Camille GILLOT
-1
/
+1
2021-01-08
Make force_from_dep_node a function pointer.
Camille GILLOT
-2
/
+20
2021-01-08
Make try_load_from_on_disk_cache a function pointer.
Camille GILLOT
-2
/
+1
2021-01-08
Make can_reconstruct_query_key a function pointer.
Camille GILLOT
-4
/
+5
2021-01-08
Use a field for has_params.
Camille GILLOT
-2
/
+3
2021-01-08
Use a field for is_eval_always.
Camille GILLOT
-1
/
+2
2021-01-08
Use a field for is_anon.
Camille GILLOT
-1
/
+1
2020-12-18
rustc_query_system: explicitly register reused dep nodes
Tyson Nottingham
-3
/
+3
2020-12-10
Use `def_path_hash_to_def_id` when re-using a `RawDefId`
Aaron Hill
-1
/
+1
2020-11-25
Fix rebase fallout
Aaron Hill
-1
/
+3
2020-11-25
Lazy DefPath decoding for incremental compilation
Aaron Hill
-1
/
+5
2020-11-19
Only create `OnDiskCache` in incremental compilation mode
Aaron Hill
-3
/
+11
2020-08-30
mv compiler to compiler/
mark
-0
/
+190