]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/gc: add String methods to *Mpint, *Mpflt, *Node, *NodeList, *Sym, *Type
authorRuss Cox <rsc@golang.org>
Fri, 17 Apr 2015 15:56:29 +0000 (11:56 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 17 Apr 2015 19:29:15 +0000 (19:29 +0000)
commit96c91fa9dbc9327b5a9526c9c3ccc1a5c5694cb6
treebab867bbbb5b81a1861174bc2d2b914e120f820f
parent8e5346571c409c0104cd4596557bd5d6241e09ab
cmd/internal/gc: add String methods to *Mpint, *Mpflt, *Node, *NodeList, *Sym, *Type

The next CL will remove unnecessary conv calls.

Change-Id: I0e8dbd1756cdec1ef6095ae67629cd3fae0fb4a4
Reviewed-on: https://go-review.googlesource.com/9031
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/internal/gc/fmt.go
src/cmd/internal/gc/mparith2.go
src/cmd/internal/gc/mparith3.go