rust/compiler
Oli Scherer e011c43bcf Merge mir query analysis invocations
The reasons I'm doing it is that

* merging those blocks allows for more parallelism as you don't run parallel blocks in sequence
* merging blocks allows merging analysis queries shrinking the dep graph
* should allow us to do more early aborting in case of errors and/or moving query calls from the analysis query into others that allow early aborting the others (and doing more tainting and stuff)
2025-05-14 08:04:56 +00:00
..
2025-05-10 08:58:47 +10:00
2025-05-12 17:20:49 +00:00
2025-05-07 12:56:44 +10:00
2025-05-10 08:58:47 +10:00
2025-05-12 17:20:49 +00:00
2025-05-09 13:57:49 +10:00
2025-05-11 14:37:54 +10:00
2025-05-12 17:20:49 +00:00
2025-05-12 17:20:49 +00:00
2025-05-12 17:20:49 +00:00
2025-05-12 17:20:49 +00:00