rust/compiler/rustc_session/src
Kevin Reid 44d185b0d0 -Zprint-type-sizes: print the types of awaitees and unnamed coroutine locals.
This should assist comprehending the size of coroutines.
In particular, whenever a future is suspended while awaiting another
future, the latter is given the special name `__awaitee`, and now the
type of the awaited future will be printed, allowing identifying
caller/callee — er, I mean, poller/pollee — relationships.

It would be possible to include the type name in more cases, but I
thought that that might be overly verbose (`print-type-sizes` is already
a lot of text) and ordinary named fields or variables are easier for
readers to discover the types of.
2024-03-22 18:07:15 -07:00
..
config update paths in comments 2024-01-12 00:11:33 +01:00
code_stats.rs -Zprint-type-sizes: print the types of awaitees and unnamed coroutine locals. 2024-03-22 18:07:15 -07:00
config.rs Remove CodegenBackend::target_override. 2024-03-21 11:48:49 +11:00
cstore.rs Move MetadataLoader{,Dyn} to rustc_metadata. 2023-11-30 17:05:54 +11:00
errors.rs Rollup merge of #122748 - nnethercote:rustc_session-pub, r=jackh726 2024-03-20 05:51:24 +01:00
filesearch.rs Rollup merge of #116793 - WaffleLapkin:target_rules_the_backend, r=cjgillot 2024-03-11 09:29:32 -07:00
lib.rs Use generic NonZero internally. 2024-02-15 08:09:42 +01:00
options.rs Rollup merge of #121207 - chriswailes:z-external-clangrt, r=michaelwoerister 2024-03-15 10:14:53 +01:00
output.rs Make incremental sessions identity no longer depend on the crate names provided by source code 2024-03-13 16:40:02 +01:00
parse.rs Provide structured suggestion for #![feature(foo)] 2024-03-18 16:08:58 +00:00
search_paths.rs Rewrite the untranslatable_diagnostic lint. 2024-03-06 14:19:01 +11:00
session.rs Rename some target_cfg variables as target. 2024-03-21 11:50:40 +11:00
utils.rs Use better heuristic for printing Cargo specific diagnostics 2024-02-17 16:49:01 +01:00
version.rs Simplify the current_rustc_version macro. 2023-11-10 10:54:21 +11:00