Sign in
go
/
go
/
2a64ebfc6d247e9177190f862b0947ac98c5eb43
2a64ebf
database/sql: deflake query cancel tests
by Daniel Theophanes
· 8 years ago
f6bff1d
runtime: fix undead arguments in cgocall
by Austin Clements
· 8 years ago
3f0f24d
runtime: use standard comment style in cgocall
by Austin Clements
· 8 years ago
2b1abf7
database/sql: rename NamedParam to NamedArg and Param to Named
by Daniel Theophanes
· 8 years ago
feacaca
net/http: document how headers are forwarded by Client
by Joe Tsai
· 8 years ago
b6cc37d
doc: update go1.8.html to remove mention of logging of bad requests
by Brad Fitzpatrick
· 8 years ago
32aff9e
doc: remove two go1.8.txt items
by Brad Fitzpatrick
· 8 years ago
93dfb49
doc: more go1.8.html
by Brad Fitzpatrick
· 8 years ago
1aa191b
doc: remove some TODOs from go1.8.html
by Brad Fitzpatrick
· 8 years ago
406d2fa
net/http: fix test TestServeMuxHandlerRedirects
by Shenghou Ma
· 8 years ago
a745dc9
doc: add tool sections to go1.8.html
by Brad Fitzpatrick
· 8 years ago
6dca9ac
doc: add release notes for os and os/signal packages
by Ian Lance Taylor
· 8 years ago
012ec29
doc: more go1.8.html additions
by Brad Fitzpatrick
· 8 years ago
0b1b6d4c
doc: remove remaining cmd/go entries from go1.8.txt
by Ian Lance Taylor
· 8 years ago
1afe010
net/http: remove logging on bad client requests
by Kenny Grant
· 8 years ago
655a4e1
cmd/compile/internal/gc: document variables and functions
by Kevin Burke
· 8 years ago
0dd7e40
doc: note net/UnixListener.SetUnlinkOnClose in go1.8.html
by Dan Peterson
· 8 years ago
6eb11b2
go/ast: fix doc string for ast.GenDecl
by Robert Griesemer
· 8 years ago
4bd9570
net: expand nss myhostname fallback detection
by Dan Peterson
· 8 years ago
c77e80d
doc: add note about gccgo go go1.8.html
by Ian Lance Taylor
· 8 years ago
62e51c5
doc: add notes about cgo to go1.8.html
by Ian Lance Taylor
· 8 years ago
4822e76
crypto/tls: update CBC Lucky13 warning a bit
by Brad Fitzpatrick
· 8 years ago
0004724
doc: more additions to go1.8.html
by Brad Fitzpatrick
· 8 years ago
268bc39
doc: more go1.8.html tweaks and new context additions section
by Brad Fitzpatrick
· 8 years ago
11f8676
cmd/compile/internal/syntax: remove unused node field
by Robert Griesemer
· 8 years ago
0d163ce
database/sql: do not bypass the driver locks with Context methods
by Daniel Theophanes
· 8 years ago
3825656
cmd/go: report position info in package errors
by Dhananjay Nakrani
· 8 years ago
b079869
internal/pprof/profile: parse mutex profile including comments
by Hana Kim
· 8 years ago
7a92d0b
net/http/httptest: fix typo in doc comment
by Michal Bohuslávek
· 8 years ago
8fa0d85
cmd/compile: don't panic on syntax error in select statement
by Robert Griesemer
· 8 years ago
6f287fa
runtime: fall back to /proc/self/auxv in Android libs
by Austin Clements
· 8 years ago
d39b7b5
runtime: extract Linux auxv handling
by Austin Clements
· 8 years ago
5d1c601
doc: more go1.8.html updates
by Brad Fitzpatrick
· 8 years ago
0c5c7c3
doc: update go1.8.html after feedback from Russ
by Brad Fitzpatrick
· 8 years ago
45f7595
cmd/link: handle STT_COMMON symbols
by Ian Lance Taylor
· 8 years ago
610d522
os: fix handling of Windows Unicode console input and ^Z
by Russ Cox
· 8 years ago
8a2c34e
os: Executable can use /proc/self/exe on android
by David Crawshaw
· 8 years ago
d0d8466
net/http, net/http/httptest: cross-reference the two NewRequest funcs
by Brad Fitzpatrick
· 8 years ago
f7c351b
internal/pprof: don't discard allocations called by reflect.Call
by Ian Lance Taylor
· 8 years ago
993214a
net/http: document restrictions on ETag as expected by ServeContent
by Joe Tsai
· 8 years ago
e2d5e54
net: document that Header.Get key is case insensitive
by Kaviraj
· 8 years ago
beec631
cmd/asm: fix parsing of the s390x instructions VSTE{G,F,H,B}
by Michael Munday
· 8 years ago
25a81e7
net: add missing comma on BUGS section for consistency
by Mikio Hara
· 8 years ago
7e45516
net: update documentation on Conn and PacketConn
by Joe Tsai
· 8 years ago
1110649
testing: comment out flag.Parse from example
by Daniel Martí
· 8 years ago
f7b2f58
database/sql: force users of NamedParam to name struct literals fields
by Brad Fitzpatrick
· 8 years ago
a2bd5c5
doc: add database/sql and os changes to go1.8 release notes
by Daniel Theophanes
· 8 years ago
34aad16
net/http: fix receiver for Server.Shutdown and Server.Close
by Dan Peterson
· 8 years ago
06fcc32
runtime/cgo: save correct floating point registers on s390x
by Michael Munday
· 8 years ago
c2bb52b
test: remove amd64 build tag from test
by Brad Fitzpatrick
· 8 years ago
3f69822
math/rand: export Source64, mainly for documentation value
by Russ Cox
· 8 years ago
2f0a306
doc: add net/http section to go1.8.html
by Brad Fitzpatrick
· 8 years ago
75c1381
cmd/gofmt: don't call Chmod on windows
by Brad Fitzpatrick
· 8 years ago
8ace346
doc: add SIGPIPE behaviour change to go1.8.txt
by Elias Naur
· 8 years ago
b1dbc9f
reflect: fix typo in comment
by Ian Lance Taylor
· 8 years ago
50c4dbc
reflect: fix size of StructOf ending in zero-sized field
by Ian Lance Taylor
· 8 years ago
e12f6ee
database/sql: fix TestPendingConnsAfterErr
by Daniel Theophanes
· 8 years ago
199d410
doc: fix typos in go1.8.html
by Joe Tsai
· 8 years ago
f756204
doc: more go1.8.html content
by Brad Fitzpatrick
· 8 years ago
4632379
cmd/go: print CC environment variables on Plan 9
by David du Colombier
· 8 years ago
5508561
runtime/pprof/internal/protopprof: fix test on s390x
by Michael Munday
· 8 years ago
f9feaff
runtime: do not print runtime panic frame at top of user stack
by Russ Cox
· 8 years ago
ac1dbe6
doc: more go1.8.html content
by Brad Fitzpatrick
· 8 years ago
86ab09e
runtime/pprof: generate heap profiles in compressed proto format
by Michael Matloob
· 8 years ago
f88a33a
doc: go1.8.html updates from Joe Tsai
by Brad Fitzpatrick
· 8 years ago
e47b7af
doc: start of go1.8.html release notes
by Brad Fitzpatrick
· 8 years ago
323b5c9
time: make Parse validate day's lower bound in addition to upper bound
by Brad Fitzpatrick
· 8 years ago
409a667
net/http: fix parallel tests using global DefaultTransport
by Brad Fitzpatrick
· 8 years ago
75055de
runtime: sleep a bit to let a bad signal be delivered
by Ian Lance Taylor
· 8 years ago
e9ffda4
cmd/go: don't clobber `go env GOGCCFLAGS`
by Ian Lance Taylor
· 8 years ago
6f31abd
cmd/compile, cmd/link: weak relocation for ptrTo
by David Crawshaw
· 8 years ago
aeaa4c3
net/http: skip TestLinuxSendfile on mips64 for now
by Brad Fitzpatrick
· 8 years ago
37d078e
math/big: add Baillie-PSW test to (*Int).ProbablyPrime
by Russ Cox
· 8 years ago
526b2f8
runtime/internal/atomic: crash on unaligned 64-bit ops on 32-bit MIPS
by Cherry Zhang
· 8 years ago
67ce6af
cmd/dist: skip plugin tests on noopt builder for now
by Brad Fitzpatrick
· 8 years ago
21a3c53
build: fix cross-compile on Plan 9
by Russ Cox
· 8 years ago
9073af2
encoding/json: document what happens to MarshalText's result
by Russ Cox
· 8 years ago
6e7e8b0
cmd/go: skip slow tests on mips when run under builders
by Brad Fitzpatrick
· 8 years ago
ff191dd
net/http: maybe fix TestLinuxSendfile on mips64
by Brad Fitzpatrick
· 8 years ago
8d226da
cmd/go: don't check standard packages when using gccgo
by Ian Lance Taylor
· 8 years ago
1368de3
archive/zip: skip large concurrent tests in race mode
by Brad Fitzpatrick
· 8 years ago
35231ec
net/http: deflake TestClientTimeout
by Brad Fitzpatrick
· 8 years ago
01b4ddb
runtime/internal/atomic: crash on unaligned 64-bit ops on 386 and ARM
by Cherry Zhang
· 8 years ago
bbe96f5
runtime: make work.bytesMarked 8-byte aligned
by Cherry Zhang
· 8 years ago
ccd69d0
runtime/pprof: emit count profiles with debug=0 as proto profiles
by Michael Matloob
· 8 years ago
0bae74e
runtime: wake idle Ps when enqueuing GC work
by Austin Clements
· 8 years ago
49ea9207
runtime: exit idle worker if there's higher-priority work
by Austin Clements
· 8 years ago
7dc97d9
misc/cgo/testcshared: add explicit ./ to shared library argument
by Ian Lance Taylor
· 8 years ago
f42929c
go/internal/gccgoimporter: handle conversions in exported const values
by Robert Griesemer
· 8 years ago
f39050c
cmd/cover: handle multiple samples from the same location
by Keith Randall
· 9 years ago
b01f612
spec: add subtitles to section on "for" statements
by Robert Griesemer
· 8 years ago
d0b3c16
cmd/trace: fix goroutine view
by Austin Clements
· 8 years ago
0eb26fa
spec: remove => (alias) operator from Operators and Delimiters section
by Robert Griesemer
· 8 years ago
120cf67
spec: clarify type elision rules for composite literals
by Robert Griesemer
· 8 years ago
a34fddf
cmd/compile: in cse, allow for new ssa values
by Philip Hofer
· 8 years ago
277bcbb
text/template: handle option missingkey=error consistently
by Özgür Kesim
· 8 years ago
348275c
cmd/compile: make a copy of Phi input if it is still live
by Cherry Zhang
· 8 years ago
d24b57a
runtime: handle SIGPIPE in c-archive and c-shared programs
by Elias Naur
· 8 years ago
e54662d
go/types: look at underlying type of element type of composite literals with elided types
by Robert Griesemer
· 8 years ago
b21743c
crypto/tls: reject zero-length SCTs.
by Adam Langley
· 8 years ago
Next »