Files
rust/compiler/rustc_query_impl/src
Nicholas Nethercote 65cf5d73ab Minimize gather_active_jobs.
Currently `gather_active_jobs` and `gather_active_jobs_inner` do some of
the work each. This commit changes things so that `gather_active_jobs`
is just a thin wrapper around `gather_active_jobs_inner`. This paves the
way for removing `gather_active_jobs` in the next commit.
2026-02-27 07:55:45 +11:00
..
2026-02-10 18:46:05 +11:00
2026-02-27 07:55:45 +11:00
2026-02-27 07:19:19 +11:00
2026-02-27 07:55:45 +11:00
2026-02-19 09:05:37 +11:00

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