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
2023-02-25
Add inlining attributes for query system functions
John Kåre Alsaker
-0
/
+5
2023-02-24
Auto merge of #91742 - cjgillot:force-backtrace, r=estebank
bors
-11
/
+45
2023-02-06
Make an optimal cold path for query_cache_hit
John Kåre Alsaker
-1
/
+1
2023-01-28
Use OnDrop.
Camille GILLOT
-39
/
+32
2023-01-28
Attempt to reduce perf impact.
Camille GILLOT
-10
/
+17
2023-01-28
Print a backtrace when query forcing fails.
Camille GILLOT
-11
/
+45
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-5
/
+5
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-13
/
+9
2022-12-25
Ignore span references from diagnostics.
Camille GILLOT
-2
/
+4
2022-12-18
A few small cleanups for `newtype_index`
Nilstrieb
-2
/
+2
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+1
2022-12-05
feed resolver_for_lowering instead of storing it in a field
Oli Scherer
-6
/
+9
2022-12-01
Fill in `def_span` when creating def ids.
Oli Scherer
-1
/
+2
2022-11-29
Expand hash check.
Camille GILLOT
-7
/
+10
2022-11-29
Allow to set a query's result as a side effect.
Camille GILLOT
-0
/
+82
2022-11-29
Sanity check fingerprints in the dep-graph.
Camille GILLOT
-19
/
+35
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-12
/
+12
2022-11-24
make `error_reported` check for delayed bugs
Boxy
-1
/
+1
2022-11-06
Rename `Ctxt` and `CTX` to `Tcx` and `Qcx`
Nilstrieb
-11
/
+11
2022-11-06
Rename `tcx` to `qcx` when it's a `QueryContext`
Nilstrieb
-19
/
+19
2022-11-06
Improve tracing logging
Nilstrieb
-39
/
+14
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
[next]