commit 66330d8c6c0a23b7eb48688f9954264e48b039da [browse]
Author: Brad Fitzpatrick
Date: 2016-01-13 23:20:20 Z
go/types: rename Importer2 to ImporterFrom
Per https://groups.google.com/forum/#!topic/golang-dev/javNmryAh0I
Change-Id: I08d7cbc94da4fc61c848f3dbee4637bf8fcfeb01
Reviewed-on: https://go-review.googlesource.com/18630
Reviewed-by: Alan Donovan <adonovan@google.com>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Chris Broadfoot <cbro@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
commit 8c9ef9dd0a4667611a3afb710a319ba088a754ec [browse]
Author: Keith Randall
Date: 2016-01-13 13:09:46 -08:00
runtime: don't use CMOV for 386
CMOVs were not introduced until P6. We need 386 to run on
Pentium MMX.
Fixes #13923
Change-Id: Iee9572cd83e64c3a1336bc1e6b300b048fbcc996
Reviewed-on: https://go-review.googlesource.com/18621
Reviewed-by: Minux Ma <minux@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
commit 608ddc38bdaed0791979145947d7c08738b5f2a2 [browse]
Author: Brad Fitzpatrick
Date: 2016-01-13 22:14:40 Z
net/http: update bundled http2
Updates x/net/http2 to git rev 341cd08 for https://golang.org/cl/18576
Change-Id: If5dcb60ac449b798c34fe332ede5ec74e66eb9db
Reviewed-on: https://go-review.googlesource.com/18579
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
commit aba6250250d0cdcd1b7a19ca9c6112639eccbb5e [browse]
Author: Brad Fitzpatrick
Date: 2016-01-13 19:36:51 Z
net/http: clarify ConnState StateActive docs for HTTP/2
Update #13925
Change-Id: I7cd0625fad841eb0e3f364629f9bc225aa2fdce9
Reviewed-on: https://go-review.googlesource.com/18575
Reviewed-by: Andrew Gerrand <adg@golang.org>
commit 66a7097ca9283bd98fd3fbb507634e444081d215 [browse]
Author: Robert Griesemer
Date: 2016-01-13 10:52:56 -08:00
go/importer: fix field/method package for binary importer
This is the equivalent of https://golang.org/cl/18549 for
the binary importer (which is usually not used because by
default the gc compiler produces the traditional textual
export format).
For #13898.
Change-Id: Idb6b515f2ee49e6d0362c71846994b0bd4dae8f7
Reviewed-on: https://go-review.googlesource.com/18598
Reviewed-by: Alan Donovan <adonovan@google.com>
Run-TryBot: Robert Griesemer <gri@golang.org>
clone the repository to get more history