mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-27 16:11:26 +00:00
665 B
665 B
0.13.0
- Breaking change: adopt the new
DurabilityAPI proposed in RFC #6- this replaces and generalizes the existing concepts of constants
- Breaking change: remove "volatile" queries
- instead, create a normal query which invokes the
report_untracked_readmethod on the salsa runtime
- instead, create a normal query which invokes the
- introduce "slots", an optimization to salsa's internal workings
- document
#[salsa::requires]attribute, which permits private dependencies - Adopt
AtomicU64forruntimeId(#182) - use
ptr::eqandptr::hashfor readability - upgrade parking lot, rand dependencies