Files
rust/compiler
Nicholas Nethercote 2bc5167e99 Merge QueryEngine into QueryVTable.
`QueryEngine` is a struct with one function pointer per query. This
commit removes it by moving each function pointer into the relevant
query's vtable, which is already a collection of function pointers for
that query. This makes things simpler.
2026-02-25 08:26:27 +11:00
..
2026-02-21 12:56:50 +00:00
2026-02-24 10:50:39 +01:00
2026-02-22 19:59:25 +01:00
2026-02-24 10:50:38 +01:00
2026-02-24 10:50:38 +01:00
2026-01-19 16:08:54 +00:00