rust/compiler/rustc_query_system/src/query
bors 86b8dd5389 Auto merge of #99028 - tmiasko:inline, r=estebank
Miscellaneous inlining improvements

Add `#[inline]` to a few trivial non-generic methods from a perf report
that otherwise wouldn't be candidates for inlining.
2022-07-09 04:34:51 +00:00
..
caches.rs Avoid sharding query caches entirely in single-threaded mode 2022-02-20 14:57:34 -05:00
config.rs rename ErrorReported -> ErrorGuaranteed 2022-03-02 09:45:25 -06:00
job.rs Miscellaneous inlining improvements 2022-07-07 22:20:08 +02:00
mod.rs Miscellaneous inlining improvements 2022-07-07 22:20:08 +02:00
plumbing.rs Allow to create definitions inside the query system. 2022-07-06 22:50:55 +02:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

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