commit 9ce6b5c2ed5d3d5251b9a6a0c548d5fb2c8567e8 [browse]
Author: Joe Kyo
Date: 2017-12-07 16:34:14 Z

net/http/httputil: remove redundant call of setBody in test

Change-Id: I5a38200b9e050b484ec39f47c637e651e237390d
Reviewed-on: https://go-review.googlesource.com/82536
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

commit 99f4cf9714825d024bc56cd92920dc9fc2c6d9c2 [browse]
Author: Alberto Donizetti
Date: 2017-12-07 18:07:57 +01:00

doc: fix bad html tags in editors.html

Change-Id: Ib8ef626ae6bc66571ecf4569e37feb75b4b90d10
Reviewed-on: https://go-review.googlesource.com/82555
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>

commit 692f2e9c44e629e84b315f10c8538c9461fd6d61 [browse]
Author: Than McIntosh
Date: 2017-12-06 20:10:51 -05:00

cmd/compile: fix bug in logic for computing var abstract origins

The DWARF inline info generation code was using file/line/column (from
src.Pos) as a means of matching up pre- and post-optimization variable
nodes. This turns out to be problematic since it looks as though
distinct formals on the same line can be assigned the same column
number. Work around this issue by adding variable names to the
disambiguation code. Added a testpoint to the linker DWARF test that
checks to make sure each abstract origin offset of distinct within a
given DWARF DW_AT_inlined_routine body.

Fixes #23020.

Change-Id: Ie09bbe01dc60822d84d4085547b138e644036fb3
Reviewed-on: https://go-review.googlesource.com/82396
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>

commit 8b13988e40e468995360802a2dc7de9b32a34fea [browse]
Author: Andrew Bonventre
Date: 2017-12-06 16:47:52 -05:00

api: promote next to go1.10

Change-Id: I2a4347540ecb94a9f124a228dc31452620ab0645
Reviewed-on: https://go-review.googlesource.com/82335
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Chris Broadfoot <cbro@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Andrew Bonventre <andybons@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

commit 31f8ca51fcaa961254ecb580a2fd63c11b43fc2e [browse]
Author: Artyom Pervukhin
Date: 2017-12-07 14:05:08 +03:00

net/http: use correct method name in Server.ServeTLS docs

Closes #23028

Change-Id: I469f1ab2dee9151334b38e0d3a22eb9840c8807b
Reviewed-on: https://go-review.googlesource.com/82495
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>

clone the repository to get more history