]> Cypherpunks repositories - gostls13.git/commitdiff
go1.8.txt: Add CL 25345.
authorJan Mercl <0xjnml@gmail.com>
Wed, 2 Nov 2016 10:23:05 +0000 (11:23 +0100)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 2 Nov 2016 15:25:10 +0000 (15:25 +0000)
Change-Id: I436528a4f81634448a60b1183d1b65a3bf4f48c1
Reviewed-on: https://go-review.googlesource.com/32590
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
doc/go1.8.txt

index e516b8df95a7517acb671edf90f61491e9b770a3..d8d2b2635eabbe838fb6ad5cf7b584d95b37c7b2 100644 (file)
@@ -176,6 +176,7 @@ go/build: do not record go:binary-only-package if build tags not satisfied (CL 3
 go/doc: add IsPredeclared function (CL 29870)
 go/doc: allow ToHTML to properly handle URLs containing semicolons (CL 25385)
 go/internal/gcimporter: fail gracefully on export format skew (CL 27816)
+go/token: fix race in FileSet.PositionFor. (CL 25345)
 go/types: expose Default function, which converts untyped T to T (CL 30715)
 go/types: handle imported aliases (CL 32534)
 go/types: match cmd/compile's alignment for complex64 (CL 31939)