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
/
query
/
plumbing.rs
Age
Commit message (
Expand
)
Author
Lines
2024-04-18
Simplify `static_assert_size`s.
Nicholas Nethercote
-2
/
+2
2024-04-16
Outline default query and hook provider function implementations
DaniPopes
-16
/
+20
2024-04-11
move QueryKeyStringCache from rustc_middle to rustc_query_impl, where it actu...
klensy
-12
/
+0
2024-04-08
Shrink the size of ClosureTypeInfo to fit into 64 bytes again
Oli Scherer
-3
/
+5
2024-04-08
Pass list of defineable opaque types into canonical queries
Oli Scherer
-4
/
+4
2024-04-03
Check `x86_64` size assertions on `aarch64`, too
Zalathar
-2
/
+2
2024-03-26
Remove `CacheSelector` trait now that we can use GATs
Oli Scherer
-3
/
+1
2024-01-17
Make crate_inherent_impls fallible and stop using `track_errors` for it
Oli Scherer
-4
/
+8
2024-01-10
Add `DiagCtxt::delayed_bug`.
Nicholas Nethercote
-1
/
+1
2024-01-08
Value recovery can take the whole CycleError
Michael Goulet
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-1
/
+1
2023-11-25
rustc: Make `def_kind` mandatory for all `DefId`s
Vadim Petrochenkov
-17
/
+0
2023-11-23
Move WorkerLocal out of QueryArenas
Mark Rousskov
-3
/
+4
2023-10-23
Allow `ensure` queries to return `Result<(), ErrorGuaranteed>`
Oli Scherer
-3
/
+55
2023-09-21
Move `DepKind` to `rustc_query_system` and define it as `u16`
John Kåre Alsaker
-4
/
+4
2023-08-27
More precisely detect cycle errors from type_of on opaque
Michael Goulet
-0
/
+3
2023-08-27
Pass ErrorGuaranteed to cycle error
Michael Goulet
-2
/
+3
2023-08-14
Use `{Local}ModDefId` in many queries
Nilstrieb
-0
/
+22
2023-05-21
Replace `QueryStruct` with arrays local to `rustc_query_impl`
John Kåre Alsaker
-13
/
+3
2023-05-18
Rollup merge of #111703 - Zoxc:queries-mod, r=cjgillot
Dylan DPC
-93
/
+64
2023-05-18
Merge query property modules into one
John Kåre Alsaker
-93
/
+64
2023-05-17
Delay a bug when overwriting fed value.
Camille GILLOT
-5
/
+13
2023-05-17
Move rustc_middle/src/ty/query.rs to rustc_middle/src/query/plumbing.rs
John Kåre Alsaker
-0
/
+640