...
- CLJ-767 Remove support for non-primitive bit-shift operations
- CLJ-441 Add unchecked coercions
- CLJ-771 Move unchecked-prim casts to clojure.unchecked
- CLJ-772 bit ops to have primitive semantics by default, no conditionals, direct mapping to JVM primitive ops
- CLJ-184 n-ary bit functions, also inlining of n-ary bit and math operations
- CLJ-666 Add support for Big* numeric types to Reflector