rust/compiler/rustc_interface/src
Jubilee 8ba69d0f95
Rollup merge of #142784 - Kobzol:timings-codegen, r=nnethercote
Add codegen timing section

And since we now start and end the sections also using separate functions, also add some light checking if we're generating the sections correctly.

I'm integrating `--timings` into Cargo, and I realized that the codegen timings would be quite useful for that. Frontend can be computed simply as `[start of compilation, start of codegen]` for now.

r? `@nnethercote`
2025-06-23 12:48:20 -07:00
..
callbacks.rs Represent diagnostic side effects as dep nodes 2025-03-14 16:01:58 +01:00
errors.rs Remove attribute #[rustc_error] 2025-03-30 01:32:21 +03:00
interface.rs Extract SilentEmitter 2025-06-19 13:05:01 -05:00
lib.rs update cfg(bootstrap) 2025-05-12 15:33:37 +02:00
limits.rs Move methods from Map to TyCtxt, part 2. 2025-02-18 10:17:44 +11:00
passes.rs Rollup merge of #142784 - Kobzol:timings-codegen, r=nnethercote 2025-06-23 12:48:20 -07:00
proc_macro_decls.rs Move methods from Map to TyCtxt, part 4. 2025-03-12 08:55:37 +11:00
queries.rs Add codegen timing section 2025-06-23 08:50:17 +02:00
tests.rs Rollup merge of #135656 - joshtriplett:hint-mostly-unused, r=saethlin 2025-06-18 19:40:30 +02:00
util.rs Use rustc_thread_pool instead of rustc-rayon-core 2025-06-11 12:26:42 -07:00