]> Cypherpunks repositories - gostls13.git/commitdiff
doc: update go1.5.txt (gc constant arithmetic now based on math/big)
authorRobert Griesemer <gri@golang.org>
Tue, 7 Apr 2015 23:20:38 +0000 (16:20 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 7 Apr 2015 23:22:12 +0000 (23:22 +0000)
Change-Id: Iff943d15e83e7db1f3c77f509a60e00ee2041d69
Reviewed-on: https://go-review.googlesource.com/8592
Reviewed-by: Robert Griesemer <gri@golang.org>
doc/go1.5.txt

index 0167141608e40a1553021b84d3661faffad72881..5b93b0999b43d0064d0bd97c628bd10230f758fc 100644 (file)
@@ -49,6 +49,7 @@ text/template: add Options method (https://golang.org/cl/8462)
 Tools:
 
 build: external linking support for windows (https://golang.org/cl/7163, 7282, 7283, 7284, 7534, 7535)
+cmd/gc: constant arithmetic is based on math/big (https://golang.org/cl/7830, 7851, 7857, 8426, 7858, 7912, 8171)
 cmd/go, go/build: add ${SRCDIR} variable expansion to cgo lines (https://golang.org/cl/1756)
 cmd/go: add $DOLLAR to generate's variables (https://golang.org/cl/8091)
 cmd/go: std wildcard now excludes commands in main repo (https://golang.org/cl/5550)