Sign in
go
/
go
/
6fe7b434160c84cbac1157073a795ac6e9f30479
6fe7b43
misc/wasm: free up memory on exit
by Richard Musiol
· 7 years ago
5e70b13
cmd/pprof: disable readline UI support for TERM=dumb
by Hana (Hyang-Ah) Kim
· 7 years ago
8d6fc84
internal/poll: don't take read lock in SetBlocking
by Ian Lance Taylor
· 7 years ago
e86bbc2
os: clarify that Close cancels pending I/O
by Ian Lance Taylor
· 7 years ago
f5921d4
runtime/cgo: Add initial NetBSD Thread Sanitizer support
by Kamil Rytarowski
· 7 years ago
9776d025
net/http: clarify when it's allowed to reuse a Request
by Brad Fitzpatrick
· 7 years ago
d49572e
test: add order of evaluation test case that gccgo got wrong
by Ian Lance Taylor
· 7 years ago
eb9356b
doc/go1.11: mention import path restriction
by Russ Cox
· 7 years ago
ec88f78
cmd/compile: call objabi.PathToPrefix when emitting abstract fn
by Than McIntosh
· 7 years ago
be9c994
internal/bytealg: specify argmaps for exported functions
by Keith Randall
· 7 years ago
deefcb2
go/types: ignore artificial cycles introduced via method declarations
by Robert Griesemer
· 7 years ago
fa71076
cmd/go, cmd/cgo: only set TERM=dumb when running the compiler
by Ian Lance Taylor
· 7 years ago
f9800a9
test/codegen: add more test cases for arm64
by Ben Shi
· 7 years ago
25c3bb3
cmd/go: add ImportMap to go list package struct
by Russ Cox
· 7 years ago
9ab5154
go/types: correctly compute cycle length
by Robert Griesemer
· 7 years ago
34619d5
runtime/trace: comment newlines to restore correct doc summary
by Alberto Donizetti
· 7 years ago
c78b769
net/http: update bundled http2
by Michael Fraenkel
· 7 years ago
fd263cc
cmd/cover: invoke go command to find packages
by Russ Cox
· 7 years ago
5a8b652
cmd/go: add test for tests with no tests
by Russ Cox
· 7 years ago
c801232
cmd/compile: make sure alg functions are generated when we call them
by Cherry Zhang
· 7 years ago
5f256dc
test: add test for gccgo bug #26248
by Cherry Zhang
· 7 years ago
c793ea3
net/http: remove dead code noted in post-submit review of CL 81778
by Brad Fitzpatrick
· 7 years ago
194bbe8
net/http: update bundled http2
by Brad Fitzpatrick
· 7 years ago
fb59bcc
runtime: clarify SetFinalizer docs
by Ian Lance Taylor
· 7 years ago
eab57b2
net/http/httputil: don't panic in ReverseProxy unless running under a Server
by Brad Fitzpatrick
· 7 years ago
5fbfda6
cmd/go: add LDFLAGS to cache ID when using cgo
by Ian Lance Taylor
· 7 years ago
2acae87
syscall/js: improve panic messages
by Richard Musiol
· 7 years ago
e97ef41
syscall/js: add Value.Type
by Richard Musiol
· 7 years ago
7951d90
cmd/compile/internal/ssa: fix partsByVarOffset.Less method
by Iskander Sharipov
· 7 years ago
94076fe
cmd/cgo: check function argument/return types for bad C pointer types
by Keith Randall
· 7 years ago
0ebfc99
api: add some more API to go1.11.txt
by Brad Fitzpatrick
· 7 years ago
c5cb484
html/template: ignore untyped nil arguments to default escapers
by Ian Lance Taylor
· 7 years ago
a67c481
cmd/link/internal/sym: add sizeof tests
by Josh Bleecher Snyder
· 7 years ago
3d5703b
net/http: add support for SameSite option in http.Cookie
by Stephan Renatus
· 7 years ago
4da84ad
vendor: update vendored x/net/http/httpproxy
by Brad Fitzpatrick
· 7 years ago
1da7f1e
net/http: comment handleReadError more, superficially use its argument
by Brad Fitzpatrick
· 7 years ago
cae5c7f
net/http: add Transport.MaxConnsPerHost knob
by Mark Fischer
· 7 years ago
58d287e
cmd/compile: ensure that loop condition is detected correctly
by Keith Randall
· 7 years ago
9b7a8aa
runtime: only run TestMemStats sanity tests once
by Ian Lance Taylor
· 7 years ago
a41d216
regexp: revert "use sync.Pool to cache regexp.machine objects"
by Russ Cox
· 7 years ago
7254cfc
cmd/go: revert "output coverage report even if there are no test files"
by Ian Lance Taylor
· 7 years ago
b56e247
runtime: scale timeout in TestStackGrowth
by Ian Lance Taylor
· 7 years ago
d82256a
runtime: skip TestG0StackOverflow on Android
by Austin Clements
· 7 years ago
5cb1b17
runtime: fix TestAbort on non-x86 arches
by Austin Clements
· 7 years ago
b001ffb
runtime: fix TestAbort on Plan 9
by David du Colombier
· 7 years ago
78561c4
runtime: handle g0 stack overflows gracefully
by Austin Clements
· 7 years ago
d6b56bb
runtime: account for guard zone in Windows stack size
by Austin Clements
· 7 years ago
7001ac5
runtime: fix abort handling on Windows
by Austin Clements
· 7 years ago
f5d4863
cmd/compile: fix a bug in 386 backend
by Ben Shi
· 7 years ago
616da5d
os: increase directory reading block size on Unix systems
by Ian Lance Taylor
· 7 years ago
8d5fd87
cmd/compile: fix "width not calculated" ICE
by Matthew Dempsky
· 7 years ago
be1dfb0
doc: describe modules in Go 1.11 release notes and Go FAQ
by Russ Cox
· 7 years ago
fb72965
go/doc: update header rules
by Russ Cox
· 7 years ago
c5ac91d
all: clean up some Deprecated comments
by Brad Fitzpatrick
· 7 years ago
b0155e3
cmd/go: skip gitrepo tests on Plan 9
by David du Colombier
· 7 years ago
0268a63
misc/cgo/testcarchive: increase timeout duration in TestOsSignal
by Michael Munday
· 7 years ago
d32b305
CONTRIBUTORS: replace old e-mail address
by Michael Munday
· 7 years ago
96186a5
net/http: deflake TestServerShutdownStateNew
by Daniel Martí
· 7 years ago
efea017
testshared/src/depBase: conform build tag comment to convention
by Dan Kortschak
· 7 years ago
4f72b7b
A+C: add additional email address
by Dan Kortschak
· 7 years ago
9fa9885
cmd/internal/obj/s390x: increase maximum number of loop iterations
by Michael Munday
· 7 years ago
e2f8766
cmd/cgo: mark C result as written for msan
by Ian Lance Taylor
· 7 years ago
9e5fe6b
misc/wasm: use "self" instead of "window" in web worker contexts
by John Leidegren
· 7 years ago
7145f1c
cmd/compile: minor updates to the README
by Daniel Martí
· 7 years ago
36c6230
cmd/go: don't pass both -static and -pie to cgo compiler
by Ian Lance Taylor
· 7 years ago
5929ead
runtime: support capturing C backtrace from signal handler on darwin/amd64
by Nikhil Benesch
· 7 years ago
ad4e637
cmd/link: remove -rdynamic if -static appears in cgo LDFLAGS
by Ian Lance Taylor
· 7 years ago
abaf53f
misc/wasm: use single map for string, symbol and object id mapping.
by Paul Jolly
· 7 years ago
5d4f047
cmd/dist: skip building tools for js/wasm
by Agniva De Sarker
· 7 years ago
aad71d3
cmd/compile: reorganise and improve ssa/README.md
by Daniel Martí
· 7 years ago
2ee6bfb
cmd/internal/obj: follow convention for generated code comment
by Tobias Klauser
· 7 years ago
9a97a2a
cmd/go: add ForceLibrary to build hash
by Ian Lance Taylor
· 7 years ago
f00bfb3
cmd/link: split off 'Dynimp' string fields to reduce sym.Symbol size
by Than McIntosh
· 7 years ago
32bc097
cmd/link: use side table instead of sym.Symbol 'Reachparent' field
by Than McIntosh
· 7 years ago
0e0cd70
runtime: document when cgo traceback function is called
by Nikhil Benesch
· 7 years ago
33f6b08
net/http: make Transport treat 101 as a terminal status
by Mark Fischer
· 7 years ago
17e503f
net/http: prevent Server reuse after a Shutdown
by Brad Fitzpatrick
· 7 years ago
4ba5527
cmd/vet: make vetx output deterministic
by Ian Lance Taylor
· 7 years ago
3f54e85
cmd/compile: run generic deadcode in -N mode
by Cherry Zhang
· 7 years ago
398a8ed
cmd/compile: remove broken rules
by Keith Randall
· 7 years ago
adfa8b8
cmd/compile: keep autos whose address reaches a phi
by Michael Munday
· 7 years ago
23ce272
cmd/cgo: permit missing dynamic symbol section
by Peter Gonda
· 7 years ago
59934e7
cmd/go: add -flat_namespace to LDFLAGS whitelist
by Ian Lance Taylor
· 7 years ago
cc41c1e
cmd/vendor/golang.org/x/sys/unix: pick up fixes for TestUtimesNanoAt
by Tobias Klauser
· 7 years ago
99e9be8
runtime: query thread stack size from OS on Windows
by Austin Clements
· 7 years ago
52e782a
runtime: initialize g0 stack bounds on Windows to full stack
by Austin Clements
· 7 years ago
b55fe6a
cmd/go: call flag.Parse to properly initialize test environment variables
by Jakub Čajka
· 7 years ago
9daa35e
runtime: tidy OpenBSD sysctl code
by Austin Clements
· 7 years ago
869884d
strings: do much less redundant testing in TestCompareStrings
by Ian Lance Taylor
· 7 years ago
5110d19
runtime: fix typo in mapextra comment
by cch123
· 7 years ago
28f9b88
misc/wasm: make sure value ref id is unique
by Cherry Zhang
· 7 years ago
6780042
testing/cover: improve comments on CoverBlock
by Rob Pike
· 7 years ago
0dc814c
regexp: examples for Regexp.FindIndex and Regexp.FindAllSubmatchIndex methods
by Alex Myasoedov
· 7 years ago
da76981
cmd/cgo: handle GCC 8 change in errors about constant initializers
by Ian Lance Taylor
· 7 years ago
1b12a2c
net/url: correct the documentation for PathUnescape
by Caleb Martinez
· 7 years ago
3198b90
time: clarify Unix, UnixNano, and In a bit
by Brad Fitzpatrick
· 7 years ago
cdce824
net/http: update bundled http2
by Brad Fitzpatrick
· 7 years ago
f43aa1d
runtime: throw if the runtime panics with out of bounds index
by Ian Lance Taylor
· 7 years ago
955cc07
runtime: remap stack spans with MAP_STACK on OpenBSD
by Austin Clements
· 7 years ago
a94a390
os: treat "${}" in Expand like in Go 1.10
by Daniel Martí
· 7 years ago
Next »