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
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
2021-06-07
Preserve more spans in internal `rustc_queries!` macro
Aaron Hill
-48
/
+56
2021-02-24
replaced some map_or with map_or_else
klensy
-1
/
+1
2021-02-23
replaced some unwrap_or with unwrap_or_else
klensy
-2
/
+2
2021-02-19
Move the query system to rustc_query_impl.
Camille GILLOT
-0
/
+3
2021-02-19
Wrap QueryDescription into a macro.
Camille GILLOT
-4
/
+4
2021-02-19
Make QueryEngine opaque to TyCtxt.
Camille GILLOT
-7
/
+5
2021-02-19
Wrap TyCtxt inside a QueryCtxt for queries.
Camille GILLOT
-13
/
+13
2021-02-19
Decouple the on-disk cache from the query engine.
Camille GILLOT
-2
/
+2
2021-02-08
Switch query descriptions to just String
Mark Rousskov
-2
/
+2
2021-01-31
Indent the code correctly again after removing the query categories.
Julian Wollersberger
-54
/
+52
2021-01-31
Remove the remains of the query categories.
Julian Wollersberger
-23
/
+4
2021-01-14
Use Option::map_or instead of `.map(..).unwrap_or(..)`
LingMan
-1
/
+1
2020-12-29
Use `desc` as a doc-comment if none exist yet
Joshua Nelson
-2
/
+36
2020-11-19
Only create `OnDiskCache` in incremental compilation mode
Aaron Hill
-1
/
+1
2020-10-22
Retire rustc_dep_node_try_load_from_on_disk_cache.
Camille GILLOT
-26
/
+0
2020-10-22
Retire rustc_dep_node_force.
Camille GILLOT
-33
/
+0
[next]