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
2022-02-20
Delete Decoder::read_seq
Mark Rousskov
-10
/
+10
2022-02-20
Delete Decoder::read_seq_elt
Mark Rousskov
-1
/
+1
2022-02-20
Delete Decoder::read_struct_field
Mark Rousskov
-13
/
+11
2022-02-20
Delete Decoder::read_struct
Mark Rousskov
-22
/
+19
2022-02-11
Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"
Oli Scherer
-0
/
+2
2022-02-07
Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis
bors
-2
/
+0
2022-02-02
Lazily resolve type-alias-impl-trait defining uses
Oli Scherer
-2
/
+0
2022-02-02
Use Option::then in two places
est31
-1
/
+1
2022-01-22
Address review comments.
Nicholas Nethercote
-1
/
+0
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-9
/
+9
2022-01-08
Introduce new `TaskDepsRef` enum to track allow/ignore/forbid status
Aaron Hill
-55
/
+75
2022-01-08
Auto merge of #91919 - Aaron1011:query-recursive-read, r=michaelwoerister
bors
-0
/
+69
2021-12-23
Adjust wording of comment
Aaron Hill
-8
/
+13
2021-12-23
Address review comments
Aaron Hill
-1
/
+57
2021-12-23
Error if we try to read dep during deserialization
Aaron Hill
-0
/
+8
2021-12-21
Add `#[rustc_clean(loaded_from_disk)]` to assert loading of query result
Aaron Hill
-0
/
+14
2021-10-20
Inline DepNodeParams methods.
Camille GILLOT
-1
/
+4
2021-10-20
Store node_intern_event_id in CurrentDepGraph.
Camille GILLOT
-22
/
+24
2021-10-20
Build jump table at runtime.
Camille GILLOT
-4
/
+4
2021-10-20
Invoke callbacks from rustc_middle.
Camille GILLOT
-4
/
+9
2021-10-20
Merge two query callbacks arrays.
Camille GILLOT
-13
/
+16
2021-10-20
Drop has_params.
Camille GILLOT
-5
/
+2
2021-10-20
Make hash_result an Option.
Camille GILLOT
-7
/
+8
2021-10-20
Rollup merge of #87404 - rylev:artifact-size-profiling, r=wesleywiser
Yuki Okushi
-3
/
+7
2021-10-07
Add support for artifact size profiling
Ryan Levick
-3
/
+7
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
[next]