]> Cypherpunks repositories - gostls13.git/commit
go/types: make types.Typ a slice, unexport UniverseByte/Rune
authorRobert Griesemer <gri@golang.org>
Tue, 21 Jul 2015 19:32:59 +0000 (12:32 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 21 Jul 2015 20:28:23 +0000 (20:28 +0000)
commit0505dfc637ac90bd4c21b794c96d915caee4397a
treedfdbadb6dd7f7bc064ebe5b9e1ccef3127d5fb62
parent72921c663d7df47bfc9b78766366dbfaa55a0915
go/types: make types.Typ a slice, unexport UniverseByte/Rune

In lieu of the more invasive https://go-review.googlesource.com/#/c/12373/ .

Change-Id: I0221783fcaa8af04520c80cd2993d7d542d2c431
Reviewed-on: https://go-review.googlesource.com/12486
Reviewed-by: Alan Donovan <adonovan@google.com>
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
api/go1.5.txt
src/go/types/builtins.go
src/go/types/expr.go
src/go/types/predicates.go
src/go/types/stmt.go
src/go/types/universe.go