rust/src/librustc/ty/query
Mazdak Farrokhzad 0d17de89ba
Rollup merge of #65176 - nnethercote:rm-query-macros, r=michaelwoerister
Remove query-related macros

The query system has a few macros that only have one or two call sites, and I find they hurt readability. This PR removes them.

r? @michaelwoerister
2019-10-08 15:45:32 +02:00
..
config.rs Pacify tidy 2019-10-05 15:33:26 +02:00
job.rs Switch over all StableHash impls to new format 2019-09-28 11:47:36 -04:00
keys.rs Unify all uses of 'gcx and 'tcx. 2019-06-14 18:58:23 +03:00
mod.rs Remove HIR based const qualification 2019-09-30 19:56:49 +01:00
on_disk_cache.rs remove indexed_vec re-export from rustc_data_structures 2019-09-29 16:48:31 +00:00
plumbing.rs Rollup merge of #65176 - nnethercote:rm-query-macros, r=michaelwoerister 2019-10-08 15:45:32 +02:00
README.md remove more old readmes 2019-01-18 14:10:45 -06:00
values.rs Unify all uses of 'gcx and 'tcx. 2019-06-14 18:58:23 +03:00

For more information about how the query system works, see the rustc guide.