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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_query_system
/
src
/
dep_graph
/
graph.rs
Age
Commit message (
Expand
)
Author
Lines
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-07-09
Auto merge of #99028 - tmiasko:inline, r=estebank
bors
-0
/
+1
2022-07-07
Miscellaneous inlining improvements
Tomasz Miąsko
-0
/
+1
2022-07-07
Auto merge of #95573 - cjgillot:lower-query, r=michaelwoerister
bors
-7
/
+21
2022-07-06
Use a dedicated DepKind for the forever-red node.
Camille GILLOT
-6
/
+4
2022-07-06
Create a forever red node and use it to force side effects.
Camille GILLOT
-2
/
+20
2022-07-06
Allow to create definitions inside the query system.
Camille GILLOT
-4
/
+2
2022-07-06
incr: cache dwarf objects in work products
David Wood
-2
/
+6
2022-06-18
Remove `likely!` and `unlikely!` macro from compiler
Gary Guo
-1
/
+1
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-1
/
+1
2022-06-06
Make saved_file field of WorkProduct non-optional
bjorn3
-1
/
+1
2022-03-20
Take &mut Diagnostic in emit_diagnostic.
Camille GILLOT
-2
/
+2
2022-01-08
Introduce new `TaskDepsRef` enum to track allow/ignore/forbid status
Aaron Hill
-51
/
+70
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
Store node_intern_event_id in CurrentDepGraph.
Camille GILLOT
-22
/
+24
2021-10-20
Build jump table at runtime.
Camille GILLOT
-2
/
+2
2021-10-20
Invoke callbacks from rustc_middle.
Camille GILLOT
-4
/
+3
2021-10-20
Merge two query callbacks arrays.
Camille GILLOT
-5
/
+5
2021-10-20
Make hash_result an Option.
Camille GILLOT
-7
/
+8
2021-10-03
Access StableHashingContext in rustc_query_system.
Camille GILLOT
-6
/
+6
2021-09-14
Remove RawDefId tracking infrastructure from incr. comp. framework.
Michael Woerister
-14
/
+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-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-05-30
Auto merge of #85319 - cjgillot:query-simp, r=Mark-Simulacrum
bors
-118
/
+113
2021-05-22
Get rid of PreviousDepGraph.
Camille GILLOT
-8
/
+7
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-03-30
Also profile finishing the encoding.
Camille GILLOT
-2
/
+6
2021-03-30
Adjust profiling.
Camille GILLOT
-10
/
+29
2021-03-30
Address review.
Camille GILLOT
-40
/
+32
2021-03-30
Stream the dep-graph to a file.
Camille GILLOT
-734
/
+188
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-2
/
+2
2021-02-20
Access the session directly from DepContext.
Camille GILLOT
-3
/
+3
2021-02-19
Use a QueryContext for try_mark_green.
Camille GILLOT
-4
/
+4
2021-02-19
Move try_load_from_on_disk_cache to the QueryContext.
Camille GILLOT
-2
/
+4
2021-02-19
Decouple QueryContext from DepContext.
Camille GILLOT
-6
/
+7
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
-93
/
+242
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
-93
/
+242
[next]