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_macros
/
src
/
query.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-25
resolve: Do not finalize shadowed bindings
Vadim Petrochenkov
-1
/
+1
2025-07-03
Rollup merge of #134006 - klensy:typos, r=nnethercote
Jana Dönszelmann
-2
/
+2
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-2
/
+2
2025-07-01
Remove doc comments from TyCtxtFeed
Michael Goulet
-1
/
+0
2025-05-20
Allow trailing comma after argument in query definition
Michael Goulet
-0
/
+1
2025-05-17
Enable rust-analyzer to go from query definition to the corresponding provide...
Lukas Wirth
-0
/
+14
2025-04-29
Rename `rustc_query_append!` to `rustc_with_all_queries!`
Zalathar
-3
/
+15
2025-02-01
Rename `ensure_forwards_result_if_red` to `return_result_from_ensure_ok`
Zalathar
-10
/
+16
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-08-29
Add `warn(unreachable_pub)` to `rustc_macros`.
Nicholas Nethercote
-1
/
+1
2024-06-06
Make the panic info more useful
Oli Scherer
-2
/
+19
2024-01-24
Correctly explain `ensure_forwards_result_if_red`
Oli Scherer
-1
/
+2
2023-10-26
Stash and cancel cycle errors for auto trait leakage in opaques
Michael Goulet
-0
/
+8
2023-10-23
Allow `ensure` queries to return `Result<(), ErrorGuaranteed>`
Oli Scherer
-0
/
+10
2023-05-18
Merge query property modules into one
John Kåre Alsaker
-3
/
+3
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-3
/
+3
2023-04-08
Remove `remap_env_constness` in queries
Deadbeef
-8
/
+0
2023-04-06
migrate rustc_macros to syn 2.0
Deadbeef
-4
/
+4
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-1
/
+1
2022-12-05
feed resolver_for_lowering instead of storing it in a field
Oli Scherer
-4
/
+0
2022-11-29
Sanity check computed value for feeable queries.
Camille GILLOT
-0
/
+9
2022-11-29
Allow to set a query's result as a side effect.
Camille GILLOT
-1
/
+20
2022-10-14
Get rid of `rustc_query_description!`
Nilstrieb
-17
/
+28
2022-10-14
Remove unsued variable in query macro
Nilstrieb
-7
/
+0
2022-09-15
Auto merge of #101173 - jyn514:simplify-macro-arguments, r=cjgillot
bors
-22
/
+7
2022-09-14
Update compiler/rustc_macros/src/query.rs
Camille Gillot
-1
/
+1
2022-09-09
Move `TRY_LOAD_FROM_DISK` out of `rustc_queries` to `rustc_query_impl`
Joshua Nelson
-5
/
+4
2022-09-09
Don't create a new `try_load_from_disk` closure for each query
Joshua Nelson
-1
/
+1
2022-09-09
Remove dead `load_cached` code in rustc_query
Joshua Nelson
-33
/
+2
2022-09-09
Simplify the implementation of `rustc_queries`
Joshua Nelson
-35
/
+18
2022-09-09
Make the `storage` query modifier less general
Joshua Nelson
-12
/
+8
2022-09-06
Get rid of the emitted `rustc_query_names` and `rustc_cached_queries` macro
Joshua Nelson
-22
/
+7
2022-09-06
Support doc-comments in `define_dep_nodes`
Joshua Nelson
-2
/
+6
2022-09-06
Further simplify the macros generated by `rustc_queries`
Joshua Nelson
-13
/
+9
2022-08-27
Auto merge of #100946 - jyn514:query-system-3, r=cjgillot
bors
-11
/
+11
2022-08-25
Auto merge of #100748 - SparrowLii:query_depth, r=cjgillot
bors
-1
/
+12
2022-08-24
Remove the `$tcx:tt` parameter from `rustc_query_description`
Joshua Nelson
-5
/
+5
2022-08-24
Simplify the syntax for macros generated by `rustc_queries`
Joshua Nelson
-6
/
+6
2022-08-23
Remove `$tcx` metavariable from `rustc_query_append`
Joshua Nelson
-3
/
+1
2022-08-24
add `depth_limit` in `QueryVTable`
SparrowLii
-1
/
+12
2022-08-21
Refactor query modifier parsing
Cameron Steffen
-260
/
+125
2022-02-16
Move ty::print methods to Drop-based scope guards
Mark Rousskov
-1
/
+3
2021-12-12
Query modifier
Deadbeef
-0
/
+20
2021-10-25
Avoid a branch on key being local for queries that use the same local and ext...
bjorn3
-0
/
+23
2021-10-23
Do not require QueryCtxt for cache_on_disk.
Camille GILLOT
-2
/
+2
2021-10-23
Build the query vtable directly.
Camille GILLOT
-24
/
+18
2021-10-21
Do not depend on the stored value when trying to cache on disk.
Camille GILLOT
-14
/
+4
2021-10-02
Prevent macro ambiguity errors
bjorn3
-6
/
+6
2021-08-19
Rollup merge of #86123 - Aaron1011:query-span, r=cjgillot
Guillaume Gomez
-48
/
+56
2021-07-18
Move OnDiskCache to rustc_query_impl.
Camille GILLOT
-1
/
+1
[next]