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
/
dep_node.rs
Age
Commit message (
Expand
)
Author
Lines
2021-10-06
Query the fingerprint style during key reconstruction
Mark Rousskov
-34
/
+38
2021-10-02
Prevent macro ambiguity errors
bjorn3
-2
/
+2
2021-09-14
Make DefPathHash->DefId panic for if the mapping fails.
Michael Woerister
-1
/
+5
2021-09-14
Remove RawDefId tracking infrastructure from incr. comp. framework.
Michael Woerister
-11
/
+1
2021-06-04
Fix rebase fallout
Aaron Hill
-1
/
+1
2021-06-02
Restrict access to crate_name.
Camille GILLOT
-1
/
+1
2021-06-01
Make is_private_dep a query.
Camille GILLOT
-1
/
+1
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-1
/
+1
2021-05-30
Make allocator_kind a query.
Camille GILLOT
-1
/
+1
2021-05-30
Restrict access to crate_name.
Camille GILLOT
-1
/
+1
2021-05-30
Make resolutions a query.
Camille GILLOT
-1
/
+1
2021-05-30
Merge CrateDisambiguator into StableCrateId
bjorn3
-1
/
+1
2021-05-22
Make THIR building a stealable query
LeSeulArtichaut
-1
/
+1
2021-04-12
Introduce CompileMonoItem DepNode
bjorn3
-8
/
+28
2021-02-19
Split DepKindStruct in two.
Camille GILLOT
-101
/
+7
2021-02-19
Use QueryCtxt in DepKindStruct.
Camille GILLOT
-9
/
+4
2021-02-19
Use a QueryContext for try_mark_green.
Camille GILLOT
-1
/
+1
2021-02-19
Move try_load_from_on_disk_cache to the QueryContext.
Camille GILLOT
-5
/
+4
2021-02-19
Make QueryEngine opaque to TyCtxt.
Camille GILLOT
-2
/
+3
2021-02-19
Wrap TyCtxt inside a QueryCtxt for queries.
Camille GILLOT
-2
/
+3
2021-02-19
Decouple the on-disk cache from the query engine.
Camille GILLOT
-5
/
+2
2021-01-22
Edit rustc_middle::dep_graph module documentation
pierwill
-7
/
+10
2021-01-15
Auto merge of #80602 - tgnottingham:cratemetadata_you_aint_special, r=michael...
bors
-14
/
+0
2021-01-12
Remove DepKind::CrateMetadata and pre-allocation of DepNodes
Tyson Nottingham
-14
/
+0
2021-01-08
Get rid of `DepConstructor`
Joshua Nelson
-32
/
+13
2021-01-08
Check is_anon outside of can_reconstruct_query_key.
Camille GILLOT
-2
/
+9
2021-01-08
Make DepConstructor a module.
Camille GILLOT
-6
/
+6
2021-01-08
Make force_from_dep_node a function pointer.
Camille GILLOT
-1
/
+69
2021-01-08
Make try_load_from_on_disk_cache a function pointer.
Camille GILLOT
-1
/
+30
2021-01-08
Make can_reconstruct_query_key a function pointer.
Camille GILLOT
-31
/
+56
2021-01-08
Use a field for has_params.
Camille GILLOT
-23
/
+14
2021-01-08
Use a field for is_eval_always.
Camille GILLOT
-12
/
+12
2021-01-08
Use a field for is_anon.
Camille GILLOT
-17
/
+17
2021-01-08
Use a side-table of consts instead of matching on the DepKind enum.
Camille GILLOT
-1
/
+47
2021-01-08
Simplify DepNodeParams.
Camille GILLOT
-5
/
+20
2021-01-08
Move DepNodeExt outside of the macro.
Camille GILLOT
-95
/
+91
2020-11-25
Fix rebase fallout
Aaron Hill
-3
/
+4
2020-11-25
Lazy DefPath decoding for incremental compilation
Aaron Hill
-4
/
+12
2020-11-18
Make PackedFingerprint's Fingerprint private
Tyson Nottingham
-3
/
+3
2020-11-18
Use PackedFingerprint in DepNode to reduce memory consumption
Tyson Nottingham
-3
/
+12
2020-08-30
mv compiler to compiler/
mark
-0
/
+407