Grind arithmetic now shares Sym.Arith instance plumbing (
566b215)
grind's arithmetic instance helpers were moved into Lean.Meta.Sym.Arith so classification and solving reuse the same implementation. The classifier also now records PowIdentity and has a fast path for Ring.OfSemiring.Q, avoiding expensive instance synthesis for that envelope type.
Release toolchain Rust checkers are now self-contained (
eea2a2d)
Linux standalone builds now link the bundled nanoda_bin and con-ron checkers against Lean's own sysroot instead of the Nix shell's glibc/loader, which makes them runnable outside CI. The release packaging scripts also copy the right runtime libraries for Rust's default link line, including libutil and a real libgcc_s.so symlink.
