1
Fork 0
rust/compiler/rustc_query_system/src/query
bors 097bc6a84f Auto merge of #81892 - jyn514:no-inline, r=cjgillot
[experiment] remove `#[inline]` from rustc_query_system::plumbing

These functions have a ton of generic parameters and are instantiated
over and over again. Hopefully this will reduce binary bloat and speed
up bootstrapping times.

r? `@cjgillot`
2021-02-09 18:37:33 +00:00
..
caches.rs Run fmt 2021-01-16 17:53:02 -05:00
config.rs Switch query descriptions to just String 2021-02-08 17:20:41 -05:00
job.rs Fix typos 2020-11-21 09:06:45 +01:00
mod.rs Remove <CTX: QueryContext> in a bunch of places. 2020-10-19 11:11:09 +02:00
plumbing.rs [experiment] remove #[inline] from rustc_query_system::plumbing 2021-02-08 14:57:15 -05: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.