Files
rust/tests/ui/traits
bors b10555674f Auto merge of #140854 - oli-obk:merge-queries, r=nnethercote
Merge typeck loop with static/const item eval loop

r? `@ghost`

Let's try a small one first. Doing this in general has some bad cache coherence issues because the query caches are laid out in `Vec<QueryResult>` lists per query where each index refers to a `DefId` in the same order as we're iterating. Iterating two or more lists at the same time does have cache issues, so I want to poke a bit at it to see if we can't merge just a few of them at a time.
2025-05-10 14:20:43 +00:00
..
2025-05-07 17:29:12 +00:00
2025-01-30 15:30:04 +00:00
2023-06-19 15:39:55 +02:00
2024-10-18 00:33:50 +02:00
2024-10-18 00:33:50 +02:00
2024-10-18 00:33:50 +02:00
2024-04-07 17:38:07 -03:00
2024-03-03 16:30:48 -03:00
2024-02-07 10:42:01 +08:00
2024-03-03 16:30:48 -03:00
2024-03-03 16:30:48 -03:00
2023-04-20 15:06:17 -03:00
2024-02-07 10:42:01 +08:00
2023-10-13 19:18:46 +00:00
2025-02-03 10:39:32 -05:00
2023-12-05 17:15:46 +00:00
2025-02-14 00:37:23 +01:00
2025-02-14 00:37:23 +01:00
2024-01-05 10:00:59 +00:00