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
Age
Commit message (
Expand
)
Author
Lines
2021-01-08
Use a field for is_eval_always.
Camille GILLOT
-13
/
+14
2021-01-08
Use a field for is_anon.
Camille GILLOT
-18
/
+18
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-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
-4
/
+7
2020-11-25
Lazy DefPath decoding for incremental compilation
Aaron Hill
-5
/
+17
2020-11-25
Auto merge of #79216 - Aaron1011:opt-on-disk-cache, r=pnkfelix
bors
-3
/
+11
2020-11-19
Only create `OnDiskCache` in incremental compilation mode
Aaron Hill
-3
/
+11
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
/
+597
[prev]