First class fuzzing support in the Go toolchain. This work has been happening behind the scenes in the dev.fuzz branch for some months, so I hope it will start landing for 1.17.
Bonus round 1: The register-based ABI work is happening in the dev.regabi branch. It also includes large compiler refactors, which are enabling changes to make the compiler smarter in other areas.
Bonus round 2: The dev.typeparams branch continues to advance, implementing the latest generics proposal. Beware that it's not expected to start landing until Go 1.18, though.