mirror of
https://github.com/golang/go.git
synced 2026-04-03 17:59:55 +09:00
* disallow surrogate pair runes. * diagnose impossible type assertions * eliminate another static buffer. * do not overflow lexbuf. * add -u flag to disable package unsafe. R=ken2 CC=golang-dev https://golang.org/cl/1619042