Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
80 commits
Select commit Hold shift + click to select a range
ed0b232
cmd/compile: find last StoreWB explicitly
cherrymui Dec 4, 2016
7e9fa3c
runtime: check that Version does not contain \r \n
rsc Dec 5, 2016
8c31f40
runtime: don't skip TestCgoCallbackGC on FreeBSD
ianlancetaylor Dec 5, 2016
7cba779
runtime/cgo: retry pthread_create on EAGAIN
ianlancetaylor Dec 2, 2016
14f18e5
doc/go1.8: document mips port requirements
minux Dec 2, 2016
a303f05
misc/cgo/test: skip Test18146 on DragonFly
ianlancetaylor Dec 5, 2016
80acfe9
runtime/cgo: retry pthread_create on EAGAIN for OpenBSD
ianlancetaylor Dec 5, 2016
8016808
net/http: fix typo in Request.GetBody's doc string
broady Dec 6, 2016
6c9f600
misc/cgo/test: ignore "too many open files" in issue 18146 test
ianlancetaylor Dec 5, 2016
8adff32
doc: document the mips port in install-source.html
minux Dec 2, 2016
749720a
cmd/compile: fix static-initialization compilation failure
mdempsky Dec 5, 2016
10f43a1
doc/go1.8: remove mention of #16396
minux Dec 6, 2016
348a7c5
cmd/link: hash packages after loading all symbols
crawshaw Dec 6, 2016
f251708
net/http: update bundled http2
bradfitz Dec 6, 2016
6c7978f
reflect: add example for StructOf
sbinet Dec 6, 2016
ac9962f
doc: mention concurrent map write/iterate detector
randall77 Dec 1, 2016
94a4485
doc: mention more binary download architectures
bradfitz Dec 6, 2016
0be4ef3
cmd/go: ensure streaming test's stdout, stderr are same as cmd/go's
bradfitz Dec 6, 2016
2641cff
misc/cgo/test: skip test18146 on Darwin
ianlancetaylor Dec 7, 2016
26aa742
net: use baked-in port numbers as fallback if cgo port lookup fails
bradfitz Dec 6, 2016
bc075e6
crypto/dsa: don't allow signing with degenerate private keys to loop …
agl Nov 30, 2016
850e55b
crypto/*: document use or non-use of constant-time algorithms
rsc Oct 20, 2016
8e0c463
fmt: remove unnecessary else statement
odinuge Dec 7, 2016
1ea60c1
runtime: on stack copy, adjust BP
randall77 Dec 2, 2016
be8a6fd
crypto/x509: reduce test's sought number of system certs
bradfitz Dec 7, 2016
6623988
cmd/link: fix sym sect when splitting text on ppc64le
laboger Dec 7, 2016
d417787
cmd/internal/obj: regenerate relocation strings
crawshaw Dec 7, 2016
01c6a19
runtime: add number of forced GCs to MemStats
aclements Dec 6, 2016
51a6d3e
test: add bug501.go, a gccgo compiler crash
ianlancetaylor Dec 7, 2016
f28eea8
doc: misc go1.8.html fixes
bradfitz Dec 7, 2016
d4b46aa
os: document that Rename does not replace an existing directory
ianlancetaylor Dec 8, 2016
2912544
io: fix MultiReader panic on nil reader.
dsnet Dec 8, 2016
67b2927
cmd/link: do not mark go.plugin.tabs as reachable in non-plugins
mwhudson Dec 8, 2016
9296d4e
net/http: don't retry Transport requests if they have a body
bradfitz Dec 8, 2016
51a75a0
doc: remove pprof TODOs from go1.8.html
bradfitz Dec 8, 2016
4c4201f
all: make spelling consistent
bradfitz Dec 8, 2016
00efa44
cmd/compile/internal/obj: remove superfluous addvarint parameter and …
griesemer Dec 8, 2016
9ad47c4
doc: add http.NoBody and Transport change to go1.8.html
bradfitz Dec 8, 2016
e12ce1e
database/sql: document that drivers may not return right after cancel
kardianos Dec 8, 2016
4bf7d1e
Revert "testing: add T.Context method"
dsnet Dec 8, 2016
2eb976e
doc/go1.8: mention trace tool changes
aclements Dec 8, 2016
3c04661
go/build: clarify Context.HasSubdir docs
bradfitz Dec 9, 2016
3a067cc
api: remove testing Context accessors from go1.8.txt
bradfitz Dec 9, 2016
c6228ef
runtime/pprof: track locations for goroutine profiles
rauls5382 Dec 7, 2016
c586630
doc: update go1.8.html
dsnet Dec 9, 2016
454c234
database/sql: use complete sentences in new docs
bradfitz Dec 9, 2016
8c190e5
io: update documentation on LimitedReader
dsnet Dec 9, 2016
4c71af7
crypto/x509: marshal certificate revocation times in UTC (Zulu time).
kreichgauer Dec 9, 2016
ab5a217
cmd/link: limit darwin dynlink symbol exports
crawshaw Dec 9, 2016
cbcc1db
fmt: undo clearflags in catchPanic after error message has been printed
martisch Dec 11, 2016
f91ddaa
runtime, syscall: update openbsd for changes to syskill
4a6f656c Dec 7, 2016
0716fef
doc: mention Go requires OpenBSD 5.9 or above in go1.8.html
minux Dec 7, 2016
265e547
doc: remove Reddit as an official space where Code of Conduct applies
bradfitz Dec 12, 2016
fded5db
runtime: don't crash if signal delivered on g0 stack
ianlancetaylor Dec 9, 2016
bc61026
time: parse WITA timezone correctly
kavu Dec 11, 2016
9fe2291
cmd/internal/obj/mips: replace MOVD with MOVF on 32-bit to avoid unal…
minux Dec 9, 2016
b9ffcf9
cmd/go: don't assemble all .s files in a single cmd/asm run
ianlancetaylor Dec 12, 2016
48a5d99
A+C: automated update
bradfitz Dec 13, 2016
d986dae
net/http: update some comments
bradfitz Dec 13, 2016
c06b10a
os/exec: fix race in TestStdinCloseRace
ianlancetaylor Dec 13, 2016
1657d76
cmd/vet: fix panic and handling of XML in struct field tag check
tdilo Dec 5, 2016
b00b214
os: must fixup path when 248 bytes long
kardianos Dec 11, 2016
ec80737
doc: debug/pe.Section is not new, Section.Relocs field is
alexbrainman Dec 5, 2016
3fb1e0b
cmd/go: fix go get -t -u path/... containing vendor directories
rsc Dec 13, 2016
48b42d2
test/bench/go1: reduce fasta data size for mips{,64}
Dec 13, 2016
990cda5
misc/cgo/test: skip test18146 on mips{,64}
Dec 13, 2016
386b66f
cmd/cgo: add required gcc flags for GOARCH=mips{,le}
Dec 13, 2016
4284edb
cmd/link: explain how to find the name to use for -X
ianlancetaylor Dec 8, 2016
10f3b09
cmd/cgo: don't strip qualifiers from C void* pointer
ianlancetaylor Dec 13, 2016
7315170
cmd/link: improve -X doc wording
ianlancetaylor Dec 14, 2016
79a748f
net: document consecutive dialing in net.Dial
kavirajk Dec 13, 2016
232991e
net: change "mask" to "prefix length" in ParseCIDR comment
mdlayher Dec 14, 2016
39e8657
Merge branch 'master' of github.com:golang/go
kirillDanshin Dec 14, 2016
e94926c
add travis ci config
kirillDanshin Dec 14, 2016
1a2dd69
try to run tests
kirillDanshin Dec 14, 2016
7768fca
another try
kirillDanshin Dec 14, 2016
9264c3f
echo pwd
kirillDanshin Dec 14, 2016
65f1382
fix pwds
kirillDanshin Dec 14, 2016
42bc0eb
show pwds
kirillDanshin Dec 14, 2016
9d98b42
remove second GOROOT_BOOTSTRAP definition
kirillDanshin Dec 14, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: go

go:
- 1.7.4

install: true

script:
- cd src
- echo `pwd`
- GOROOT_BOOTSTRAP=$GOROOT GOROOT=`pwd` ./make.bash
- cd ..
- echo `pwd`
- GOROOT=`pwd` bin/go tool dist test
17 changes: 17 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Alex Sergeyev <abc@alexsergeyev.com>
Alexander Demakin <alexander.demakin@gmail.com>
Alexander Döring <email@alexd.ch>
Alexander Larsson <alexander.larsson@gmail.com>
Alexander Menzhinsky <amenzhinsky@gmail.com>
Alexander Morozov <lk4d4math@gmail.com>
Alexander Neumann <alexander@bumpern.de>
Alexander Orlov <alexander.orlov@loxal.net>
Expand Down Expand Up @@ -98,6 +99,7 @@ Anthony Canino <anthony.canino1@gmail.com>
Anthony Eufemio <anthony.eufemio@gmail.com>
Anthony Martin <ality@pbrane.org>
Anthony Starks <ajstarks@gmail.com>
Anthony Woods <awoods@raintank.io>
Apisak Darakananda <pongad@gmail.com>
Aram Hăvărneanu <aram@mgk.ro>
Areski Belaid <areski@gmail.com>
Expand Down Expand Up @@ -163,6 +165,7 @@ Chris Jones <chris@cjones.org>
Chris Kastorff <encryptio@gmail.com>
Chris Lennert <calennert@gmail.com>
Chris McGee <sirnewton_01@yahoo.ca> <newton688@gmail.com>
Chris Stockton <chrisstocktonaz@gmail.com>
Christian Couder <chriscool@tuxfamily.org>
Christian Himpel <chressie@googlemail.com>
Christine Hansmann <chhansmann@gmail.com>
Expand Down Expand Up @@ -258,6 +261,7 @@ Egon Elbre <egonelbre@gmail.com>
Ehren Kret <ehren.kret@gmail.com>
Eivind Uggedal <eivind@uggedal.com>
Elias Naur <elias.naur@gmail.com>
Elliot Morrison-Reed <elliotmr@gmail.com>
Emil Hessman <c.emil.hessman@gmail.com> <emil@hessman.se>
Emmanuel Odeke <emm.odeke@gmail.com> <odeke@ualberta.ca>
Empirical Interfaces Inc.
Expand Down Expand Up @@ -395,6 +399,7 @@ Jens Frederich <jfrederich@gmail.com>
Jeremy Jackins <jeremyjackins@gmail.com>
Jeroen Bobbeldijk <jerbob92@gmail.com>
Jess Frazelle <me@jessfraz.com>
Jesse Szwedko <jesse.szwedko@gmail.com>
Jihyun Yu <yjh0502@gmail.com>
Jim McGrath <jimmc2@gmail.com>
Jimmy Zelinskie <jimmyzelinskie@gmail.com>
Expand Down Expand Up @@ -429,6 +434,7 @@ Jonathan Rudenberg <jonathan@titanous.com>
Jonathan Wills <runningwild@gmail.com>
Jongmin Kim <atomaths@gmail.com>
Joonas Kuorilehto <joneskoo@derbian.fi>
Jordan Lewis <jordanthelewis@gmail.com>
Jose Luis Vázquez González <josvazg@gmail.com>
Joseph Holsten <joseph@josephholsten.com>
Josh Bleecher Snyder <josharian@gmail.com>
Expand All @@ -450,6 +456,8 @@ Kamil Kisiel <kamil@kamilkisiel.net> <kamil.kisiel@gmail.com>
Kang Hu <hukangustc@gmail.com>
Kato Kazuyoshi <kato.kazuyoshi@gmail.com>
Katrina Owen <katrina.owen@gmail.com>
Kaviraj Kanagaraj <kavirajkanagaraj@gmail.com>
Keegan Carruthers-Smith <keegan.csmith@gmail.com>
Kei Son <hey.calmdown@gmail.com>
Keith Ball <inflatablewoman@gmail.com>
Keith Rarick <kr@xph.us>
Expand Down Expand Up @@ -497,7 +505,9 @@ Manfred Touron <m@42.am>
Manu S Ajith <neo@codingarena.in>
Manuel Mendez <mmendez534@gmail.com>
Marc Weistroff <marc@weistroff.net>
Marcel Edmund Franke <marcel.edmund.franke@gmail.com>
Marco Hennings <marco.hennings@freiheit.com>
Marin Bašić <marin.basic02@gmail.com>
Mark Bucciarelli <mkbucc@gmail.com>
Mark Severson <miquella@gmail.com>
Mark Theunissen <mark.theunissen@gmail.com>
Expand Down Expand Up @@ -535,6 +545,7 @@ Matthew Denton <mdenton@skyportsystems.com>
Matthew Holt <Matthew.Holt+git@gmail.com>
Matthew Horsnell <matthew.horsnell@gmail.com>
Matthieu Hauglustaine <matt.hauglustaine@gmail.com>
Max Riveiro <kavu13@gmail.com>
Maxim Khitrov <max@mxcrypt.com>
Maxwell Krohn <themax@gmail.com>
MediaMath, Inc
Expand Down Expand Up @@ -610,6 +621,7 @@ Niko Dziemba <niko@dziemba.com>
Nikolay Turpitko <nikolay@turpitko.com>
Noah Campbell <noahcampbell@gmail.com>
Norberto Lopes <nlopes.ml@gmail.com>
Odin Ugedal <odin@ugedal.com>
Oleg Vakheta <helginet@gmail.com>
Oleku Konko <oleku.konko@gmail.com>
Oling Cat <olingcat@gmail.com>
Expand All @@ -630,6 +642,7 @@ Pascal S. de Kloe <pascal@quies.net>
Patrick Crosby <patrick@stathat.com>
Patrick Gavlin <pgavlin@gmail.com>
Patrick Higgins <patrick.allen.higgins@gmail.com>
Patrick Lee <pattyshack101@gmail.com>
Patrick Mézard <patrick@mezard.eu>
Patrick Mylund Nielsen <patrick@patrickmn.com>
Patrick Smith <pat42smith@gmail.com>
Expand Down Expand Up @@ -710,6 +723,7 @@ Ryan Hitchman <hitchmanr@gmail.com>
Ryan Lower <rpjlower@gmail.com>
Ryan Seys <ryan@ryanseys.com>
Ryan Slade <ryanslade@gmail.com>
Ryuzo Yamamoto <ryuzo.yamamoto@gmail.com>
S.Çağlar Onur <caglar@10ur.org>
Salmān Aljammāz <s@0x65.net>
Sam Hug <samuel.b.hug@gmail.com>
Expand Down Expand Up @@ -767,6 +781,7 @@ Szabolcs Nagy <nsz@port70.net>
Tad Glines <tad.glines@gmail.com>
Taj Khattra <taj.khattra@gmail.com>
Takeshi YAMANASHI <9.nashi@gmail.com>
Takuya Ueda <uedatakuya@gmail.com>
Tal Shprecher <tshprecher@gmail.com>
Tamir Duberstein <tamird@gmail.com>
Tarmigan Casebolt <tarmigan@gmail.com>
Expand All @@ -780,6 +795,7 @@ Thomas de Zeeuw <thomasdezeeuw@gmail.com>
Thomas Desrosiers <thomasdesr@gmail.com>
Thomas Kappler <tkappler@gmail.com>
Thorben Krueger <thorben.krueger@gmail.com>
Thordur Bjornsson <thorduri@secnorth.net>
Tilman Dilo <tilman.dilo@gmail.com>
Tim Cooijmans <timcooijmans@gmail.com>
Tim Ebringer <tim.ebringer@gmail.com>
Expand Down Expand Up @@ -845,6 +861,7 @@ Yoshiyuki Kanno <nekotaroh@gmail.com> <yoshiyuki.kanno@stoic.co.jp>
Yusuke Kagiwada <block.rxckin.beats@gmail.com>
Yuusei Kuwana <kuwana@kumama.org>
Yuval Pavel Zholkover <paulzhol@gmail.com>
Zac Bergquist <zbergquist99@gmail.com>
Zemanta d.o.o.
Zev Goldstein <zev.goldstein@gmail.com>
Ziad Hatahet <hatahet@gmail.com>
Expand Down
21 changes: 21 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Alex Vaghin <crhyme@google.com>
Alexander Demakin <alexander.demakin@gmail.com>
Alexander Döring <email@alexd.ch>
Alexander Larsson <alexander.larsson@gmail.com>
Alexander Menzhinsky <amenzhinsky@gmail.com>
Alexander Morozov <lk4d4math@gmail.com>
Alexander Neumann <alexander@bumpern.de>
Alexander Orlov <alexander.orlov@loxal.net>
Expand Down Expand Up @@ -133,6 +134,7 @@ Anthony Canino <anthony.canino1@gmail.com>
Anthony Eufemio <anthony.eufemio@gmail.com>
Anthony Martin <ality@pbrane.org>
Anthony Starks <ajstarks@gmail.com>
Anthony Woods <awoods@raintank.io>
Antonio Murdaca <runcom@redhat.com>
Apisak Darakananda <pongad@gmail.com>
Aram Hăvărneanu <aram@mgk.ro>
Expand Down Expand Up @@ -233,6 +235,7 @@ Chris Kastorff <encryptio@gmail.com>
Chris Lennert <calennert@gmail.com>
Chris Manghane <cmang@golang.org>
Chris McGee <sirnewton_01@yahoo.ca> <newton688@gmail.com>
Chris Stockton <chrisstocktonaz@gmail.com>
Chris Zou <chriszou@ca.ibm.com>
Christian Couder <chriscool@tuxfamily.org>
Christian Himpel <chressie@googlemail.com> <chressie@gmail.com>
Expand Down Expand Up @@ -305,6 +308,7 @@ David Glasser <glasser@meteor.com>
David Howden <dhowden@gmail.com>
David Hubbard <dsp@google.com>
David Jakob Fritz <david.jakob.fritz@gmail.com>
David Lazar <lazard@golang.org>
David Leon Gil <coruus@gmail.com>
David McLeish <davemc@google.com>
David Presotto <presotto@gmail.com>
Expand Down Expand Up @@ -360,6 +364,7 @@ Egon Elbre <egonelbre@gmail.com>
Ehren Kret <ehren.kret@gmail.com>
Eivind Uggedal <eivind@uggedal.com>
Elias Naur <elias.naur@gmail.com>
Elliot Morrison-Reed <elliotmr@gmail.com>
Emil Hessman <c.emil.hessman@gmail.com> <emil@hessman.se>
Emmanuel Odeke <emm.odeke@gmail.com> <odeke@ualberta.ca>
Eoghan Sherry <ejsherry@gmail.com>
Expand Down Expand Up @@ -470,6 +475,7 @@ Ian Gudger <ian@loosescre.ws>
Ian Lance Taylor <iant@golang.org>
Icarus Sparry <golang@icarus.freeuk.com>
Idora Shinatose <idora.shinatose@gmail.com>
Igor Bernstein <igorbernstein@google.com>
Igor Dolzhikov <bluesriverz@gmail.com>
Ilya Tocar <ilya.tocar@intel.com>
INADA Naoki <songofacandy@gmail.com>
Expand Down Expand Up @@ -537,6 +543,7 @@ Jeremy Jackins <jeremyjackins@gmail.com>
Jeremy Schlatter <jeremy.schlatter@gmail.com>
Jeroen Bobbeldijk <jerbob92@gmail.com>
Jess Frazelle <me@jessfraz.com>
Jesse Szwedko <jesse.szwedko@gmail.com>
Jihyun Yu <yjh0502@gmail.com>
Jim Cote <jfcote87@gmail.com>
Jim Kingdon <jim@bolt.me>
Expand Down Expand Up @@ -586,6 +593,7 @@ Jonathan Rudenberg <jonathan@titanous.com>
Jonathan Wills <runningwild@gmail.com>
Jongmin Kim <atomaths@gmail.com>
Joonas Kuorilehto <joneskoo@derbian.fi>
Jordan Lewis <jordanthelewis@gmail.com>
Jos Visser <josv@google.com>
Jose Luis Vázquez González <josvazg@gmail.com>
Joseph Bonneau <jcb@google.com>
Expand Down Expand Up @@ -617,8 +625,10 @@ Kang Hu <hukangustc@gmail.com>
Karan Dhiman <karandhi@ca.ibm.com>
Kato Kazuyoshi <kato.kazuyoshi@gmail.com>
Katrina Owen <katrina.owen@gmail.com>
Kaviraj Kanagaraj <kavirajkanagaraj@gmail.com>
Kay Zhu <kayzhu@google.com>
KB Sriram <kbsriram@google.com>
Keegan Carruthers-Smith <keegan.csmith@gmail.com>
Kei Son <hey.calmdown@gmail.com>
Keith Ball <inflatablewoman@gmail.com>
Keith Randall <khr@golang.org>
Expand Down Expand Up @@ -678,9 +688,11 @@ Manu S Ajith <neo@codingarena.in>
Manuel Mendez <mmendez534@gmail.com>
Marc Weistroff <marc@weistroff.net>
Marc-Antoine Ruel <maruel@chromium.org>
Marcel Edmund Franke <marcel.edmund.franke@gmail.com>
Marcel van Lohuizen <mpvl@golang.org>
Marco Hennings <marco.hennings@freiheit.com>
Marga Manterola <marga@google.com>
Marin Bašić <marin.basic02@gmail.com>
Marius Nuennerich <mnu@google.com>
Mark Bucciarelli <mkbucc@gmail.com>
Mark Severson <miquella@gmail.com>
Expand All @@ -695,6 +707,7 @@ Markus Zimmermann <zimmski@gmail.com>
Martin Bertschler <mbertschler@gmail.com>
Martin Garton <garton@gmail.com>
Martin Hamrle <martin.hamrle@gmail.com>
Martin Kreichgauer <martinkr@google.com>
Martin Möhrmann <moehrmann@google.com> <martisch@uos.de>
Martin Neubauer <m.ne@gmx.net>
Martin Olsson <martin@minimum.se>
Expand Down Expand Up @@ -723,6 +736,7 @@ Matthew Denton <mdenton@skyportsystems.com>
Matthew Holt <Matthew.Holt+git@gmail.com>
Matthew Horsnell <matthew.horsnell@gmail.com>
Matthieu Hauglustaine <matt.hauglustaine@gmail.com>
Max Riveiro <kavu13@gmail.com>
Maxim Khitrov <max@mxcrypt.com>
Maxim Pimenov <mpimenov@google.com>
Maxim Ushakov <ushakov@google.com>
Expand Down Expand Up @@ -819,6 +833,7 @@ Nikolay Turpitko <nikolay@turpitko.com>
Noah Campbell <noahcampbell@gmail.com>
Nodir Turakulov <nodir@google.com>
Norberto Lopes <nlopes.ml@gmail.com>
Odin Ugedal <odin@ugedal.com>
Oleg Vakheta <helginet@gmail.com>
Oleku Konko <oleku.konko@gmail.com>
Oling Cat <olingcat@gmail.com>
Expand All @@ -837,6 +852,7 @@ Pascal S. de Kloe <pascal@quies.net>
Patrick Crosby <patrick@stathat.com>
Patrick Gavlin <pgavlin@gmail.com>
Patrick Higgins <patrick.allen.higgins@gmail.com>
Patrick Lee <pattyshack101@gmail.com>
Patrick Mézard <patrick@mezard.eu>
Patrick Mylund Nielsen <patrick@patrickmn.com>
Patrick Riley <pfr@google.com>
Expand Down Expand Up @@ -903,6 +919,7 @@ Ralph Corderoy <ralph@inputplus.co.uk>
Ramesh Dharan <dharan@google.com>
Raph Levien <raph@google.com>
Raul Silvera <rsilvera@google.com>
Rebecca Stambler <rstambler@golang.org>
Reinaldo de Souza Jr <juniorz@gmail.com>
Rémy Oudompheng <oudomphe@phare.normalesup.org> <remyoudompheng@gmail.com>
Rhys Hiltner <rhys@justin.tv>
Expand Down Expand Up @@ -949,6 +966,7 @@ Ryan Hitchman <hitchmanr@gmail.com>
Ryan Lower <rpjlower@gmail.com>
Ryan Seys <ryan@ryanseys.com>
Ryan Slade <ryanslade@gmail.com>
Ryuzo Yamamoto <ryuzo.yamamoto@gmail.com>
S.Çağlar Onur <caglar@10ur.org>
Sai Cheemalapati <saicheems@google.com>
Salmān Aljammāz <s@0x65.net>
Expand Down Expand Up @@ -1029,6 +1047,7 @@ Tad Glines <tad.glines@gmail.com>
Taj Khattra <taj.khattra@gmail.com>
Takashi Matsuo <tmatsuo@google.com>
Takeshi YAMANASHI <9.nashi@gmail.com>
Takuya Ueda <uedatakuya@gmail.com>
Tal Shprecher <tshprecher@gmail.com>
Tamir Duberstein <tamird@gmail.com>
Tarmigan Casebolt <tarmigan@gmail.com>
Expand All @@ -1044,6 +1063,7 @@ Thomas Desrosiers <thomasdesr@gmail.com>
Thomas Habets <habets@google.com>
Thomas Kappler <tkappler@gmail.com>
Thorben Krueger <thorben.krueger@gmail.com>
Thordur Bjornsson <thorduri@secnorth.net>
Tilman Dilo <tilman.dilo@gmail.com>
Tim Cooijmans <timcooijmans@gmail.com>
Tim Ebringer <tim.ebringer@gmail.com>
Expand Down Expand Up @@ -1132,6 +1152,7 @@ Yusuke Kagiwada <block.rxckin.beats@gmail.com>
Yuusei Kuwana <kuwana@kumama.org>
Yuval Pavel Zholkover <paulzhol@gmail.com>
Yves Junqueira <yvesj@google.com> <yves.junqueira@gmail.com>
Zac Bergquist <zbergquist99@gmail.com>
Zev Goldstein <zev.goldstein@gmail.com>
Zhongwei Yao <zhongwei.yao@arm.com>
Ziad Hatahet <hatahet@gmail.com>
Expand Down
4 changes: 4 additions & 0 deletions api/except.txt
Original file line number Diff line number Diff line change
Expand Up @@ -338,3 +338,7 @@ pkg unicode, const Version = "6.2.0"
pkg unicode, const Version = "6.3.0"
pkg unicode, const Version = "7.0.0"
pkg unicode, const Version = "8.0.0"
pkg syscall (openbsd-386), const SYS_KILL = 37
pkg syscall (openbsd-386-cgo), const SYS_KILL = 37
pkg syscall (openbsd-amd64), const SYS_KILL = 37
pkg syscall (openbsd-amd64-cgo), const SYS_KILL = 37
4 changes: 1 addition & 3 deletions api/go1.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ pkg plugin, type Symbol interface {}
pkg reflect, func Swapper(interface{}) func(int, int)
pkg runtime, func MutexProfile([]BlockProfileRecord) (int, bool)
pkg runtime, func SetMutexProfileFraction(int) int
pkg runtime, type MemStats struct, NumForcedGC uint32
pkg sort, func Slice(interface{}, func(int, int) bool)
pkg sort, func SliceIsSorted(interface{}, func(int, int) bool) bool
pkg sort, func SliceStable(interface{}, func(int, int) bool)
Expand All @@ -249,10 +250,7 @@ pkg syscall (windows-amd64), const ERROR_DIR_NOT_EMPTY = 145
pkg syscall (windows-amd64), const ERROR_DIR_NOT_EMPTY Errno
pkg testing, func CoverMode() string
pkg testing, func MainStart(testDeps, []InternalTest, []InternalBenchmark, []InternalExample) *M
pkg testing, method (*B) Context() context.Context
pkg testing, method (*B) Name() string
pkg testing, method (*T) Context() context.Context
pkg testing, method (*T) Name() string
pkg testing, type TB interface, Context() context.Context
pkg testing, type TB interface, Name() string
pkg time, func Until(Time) Duration
1 change: 0 additions & 1 deletion doc/conduct.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ <h3 id="spaces">Where does the Code of Conduct apply?</h3>
<li>The <a href="https://groups.google.com/group/golang-nuts">golang-nuts</a> and
<a href="https://groups.google.com/group/golang-dev">golang-dev</a> mailing lists.
<li>The #go-nuts IRC channel on Freenode.
<li>The <a href="https://reddit.com/r/golang">/r/golang subreddit</a>.
</ul>

<p>
Expand Down
6 changes: 3 additions & 3 deletions doc/devel/weekly.html
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ <h2 id="2012-02-22">2012-02-22</h2>
fix FreeBSD signal handling around thread creation (thanks Devon H. O'Dell),
goroutine profile, stack dumps,
implement runtime.osyield on FreeBSD 386, amd64 (thanks Devon H. O'Dell),
permit default behaviour of SIGTSTP, SIGTTIN, SIGTTOU,
permit default behavior of SIGTSTP, SIGTTIN, SIGTTOU,
release unused memory to the OS (thanks Sébastien Paolacci),
remove an obsolete file (thanks Mikio Hara).
* spec: make all comparison results untyped bool,
Expand Down Expand Up @@ -4157,7 +4157,7 @@ <h2 id="2011-02-01">2011-02-01</h2>
* suffixarray: use binary search for both ends of Lookup (thanks Eric Eisner).
* syscall: add missing network interface constants (thanks Mikio Hara).
* template: treat map keys as zero, not non-existent (thanks Roger Peppe).
* time: allow cancelling of After events (thanks Roger Peppe),
* time: allow canceling of After events (thanks Roger Peppe),
support Solaris zoneinfo directory.
* token/position: added SetLinesForContent.
* unicode: update to unicode 6.0.0.
Expand Down Expand Up @@ -5696,7 +5696,7 @@ <h2 id="2010-04-13">2010-04-13</h2>
* cmath: new complex math library (thanks Charles L. Dorian).
* docs: update to match current coding style (thanks Christopher Wedgwood).
* exp/eval: fix example and add target to Makefile (thanks Evan Shaw).
* fmt: change behaviour of format verb %b to match %x when negative (thanks Andrei Vieru).
* fmt: change behavior of format verb %b to match %x when negative (thanks Andrei Vieru).
* gc: compile s == "" as len(s) == 0,
distinguish fatal compiler bug from error+exit,
fix alignment on non-amd64,
Expand Down
Loading