mirror of
https://github.com/golang/go.git
synced 2025-05-30 19:52:53 +00: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