This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
7c108ababc7a54bd090f85aa7daab606af8ac6e8
rust
/
compiler
/
rustc_query_impl
/
src
History
Mark Rousskov
3215eeb99f
Revert "Add rustc lint, warning when iterating over hashmaps"
2021-10-28 11:01:42 -04:00
..
keys.rs
Turn tcx.vtable_allocation() into a query.
2021-10-07 20:03:00 +02:00
lib.rs
Revert "Add rustc lint, warning when iterating over hashmaps"
2021-10-28 11:01:42 -04:00
on_disk_cache.rs
Do not require QueryCtxt for cache_on_disk.
2021-10-23 18:12:43 +02:00
plumbing.rs
Avoid a branch on key being local for queries that use the same local and extern providers
2021-10-25 13:36:23 +02:00
profiling_support.rs
Restrict access to crate_name.
2021-06-02 18:35:32 +02:00
README.md
Move the query system to rustc_query_impl.
2021-02-19 17:51:58 +01:00
stats.rs
Remove built-in cache_hit tracking
2021-10-11 16:33:49 -04:00
util.rs
Note that type aliases cannot be recursive
2021-08-27 14:50:51 -07:00
values.rs
Move the query system to rustc_query_impl.
2021-02-19 17:51:58 +01:00
README.md
For more information about how the query system works, see the
rustc dev guide
.