Commits
Click on a commit to change the comparison rangefeat!: Make `NamedOp` private. Add `MakeExtensionOp::name` and `MakeOpDef::opdef_name` (#2138)
BREAKING CHANGE: `NamedOp` is no longer public. Use `OpType`'s `Display`
impl for a short string describing the OpType.
BREAKING CHANGE: New required trait method `opdef_name` on `MakeOpDef`
BREAKING CHANGE: New required trait method `name` on `MakeExtensionOp`