Sign in
go
/
go
/
8ef45cf60b347abb1a08416fca1b6d19d317b26e
8ef45cf
cmd/link: reduce the size of Reloc struct
by Cherry Zhang
· 6 years ago
1805f42
database/sql: check if src is nil before converting to string
by Daniel Theophanes
· 6 years ago
2ae5e7f
vendor: pull in text@v0.3.2
by Marcel van Lohuizen
· 6 years ago
511484a
cmd/go: add internal/note, internal/sumweb, internal/tlog from golang.org/x/exp/sumdb
by Russ Cox
· 6 years ago
3cafbea
cmd/vendor: add golang.org/x/crypto/ed25519
by Russ Cox
· 6 years ago
a4f9c2a
cmd/link: add support for openbsd/arm64
by Joel Sing
· 6 years ago
6c04c26
syscall: add support for openbsd/arm64
by Joel Sing
· 6 years ago
3d94dd7
runtime: add support for openbsd/arm64
by Joel Sing
· 6 years ago
80704ec
runtime: test for cgo build tag in TestGdbPythonCgo
by Ian Lance Taylor
· 6 years ago
3f7276c
cmd: update vendored golang.org/x/sys
by Joel Sing
· 6 years ago
06a8f68
doc: clarify to use MinGW-W64 for amd64 systems
by Brandon Ryan
· 6 years ago
f61353f
runtime: enable runtime_mmap_test.go on AIX
by Clément Chigot
· 6 years ago
8feeada
time: fix misleading error with the leading zero format
by LE Manh Cuong
· 6 years ago
bc48cc7
runtime: gofmt defs1_netbsd_arm64.go
by Ian Lance Taylor
· 6 years ago
a7dc6ca
net/url: document, test that PathEscape escapes / to %2F
by Russ Cox
· 6 years ago
216797b
cmd/go: make 'go version' apply to files
by Russ Cox
· 6 years ago
d6b06f0
cmd/link: make it easy to find binary versions
by Russ Cox
· 6 years ago
a62887a
api: add recent Go 1.13 work
by Russ Cox
· 6 years ago
9ac471a
cmd/link: use read-only mmap to back selected symbol name strings
by Than McIntosh
· 6 years ago
4598c23c
runtime: switch to P 0 before destroying current P
by Austin Clements
· 6 years ago
b0c6165
runtime: document P statuses
by Austin Clements
· 6 years ago
34fc6ce
all: update to Unicode 11
by Marcel van Lohuizen
· 6 years ago
8c05d67
runtime: make mTreap.find actually find the best fit
by Michael Anthony Knyszek
· 6 years ago
93fceba
cmd/link: avoid writing to read-only memory in addstrdata
by Cherry Zhang
· 6 years ago
41d1bf0
cmd/go/internal/modfetch: workaround file URL parsing on Windows
by Jay Conrod
· 6 years ago
f30c564
cmd/go: add support for GOPROXY list
by Russ Cox
· 6 years ago
5fa14a3
cmd/go/internal/web: minor api cleanup
by Russ Cox
· 6 years ago
be857a6
net: fix lookupHost to return DNSError on Plan 9
by David du Colombier
· 6 years ago
70ac1c2
cmd/go/internal/modconv: support convert replacements in Gopkg.lock
by Baokun Lee
· 7 years ago
44343c7
cmd/compile: add signed divisibility by power of 2 rules
by Brian Kessler
· 6 years ago
2693b42
cmd/compile: don't initialize blank struct fields
by Josh Bleecher Snyder
· 6 years ago
7596ad0
unicode/utf8: remove some bounds checks from DecodeRune
by Josh Bleecher Snyder
· 6 years ago
2be64d3
unicode/utf8: use binary literals
by Josh Bleecher Snyder
· 6 years ago
57076b8
test: new test for issue 31637
by Than McIntosh
· 6 years ago
562b7c2
testing: fix minor bug with mutex profile error message
by Caleb Spare
· 6 years ago
d152ff2
go/internal/gccgoimporter: revise previous anonymous field fix.
by Than McIntosh
· 6 years ago
13d0af4
net/http: export Header.Clone, reduce its allocations, use it everywhere
by Brad Fitzpatrick
· 6 years ago
2417b0d
cmd: re-enable tests with external linking on openbsd/arm
by Joel Sing
· 6 years ago
f84d28b
cmd/dist: skip race detector test failure for unsupported VMA
by Fangming.Fang
· 6 years ago
a21a6e4
cmd/dist: handle arm64 as a machine hardware name
by Joel Sing
· 6 years ago
e308d41
unicode: update table using new generator in x/text
by Marcel van Lohuizen
· 6 years ago
80e7832
cmd/go: change -tags to a comma-separated list
by Russ Cox
· 6 years ago
7469564
cmd/go: add -trimpath build flag
by Russ Cox
· 6 years ago
8a20fde
unicode: remove script test
by Marcel van Lohuizen
· 6 years ago
4891a3b
cmd/internal/objabi: expand -trimpath syntax
by Russ Cox
· 6 years ago
97dfbc5
unicode/utf8: make acceptRanges bigger
by Josh Bleecher Snyder
· 6 years ago
ca0c449
bytes, internal/bytealg: simplify Equal
by Josh Bleecher Snyder
· 6 years ago
de05071
cmd/go/internal/modcmd: assign module's path and version to fileJSON when modFile's module statement exists
by Udalov Max
· 6 years ago
601eee3
net/url: Reduce allocation on parsing URL func
by sergey
· 6 years ago
24513d3
cmd/compile: don't call hcrash in Warn
by Matthew Dempsky
· 6 years ago
2e11881
net: don't crash on Windows when Lookup name has null byte in string
by Brad Fitzpatrick
· 6 years ago
1761596
Revert "cmd/compile: add signed divisibility by power of 2 rules"
by Keith Randall
· 6 years ago
58de7c6
cmd/go/internal/web: merge internal/web2 into web
by Bryan C. Mills
· 6 years ago
807761f
cmd/link: revert/revise CL 98075 because LLDB is very picky now
by David Chase
· 6 years ago
68819fb
cmd/compile: add signed divisibility by power of 2 rules
by Brian Kessler
· 6 years ago
8515d9c
runtime: randomize package initialization order in race mode
by Keith Randall
· 6 years ago
fd788a8
cmd/compile: always mark atColumn1 results as statements
by Keith Randall
· 6 years ago
a152dd0
cmd/compile: respect -newescape in genwrapper
by Matthew Dempsky
· 6 years ago
f0fdbb1
math: consolidate assembly stub implementations
by Michael Munday
· 7 years ago
3d63166
A: Add Maya Rashish (individual CLA)
by Benny Siegert
· 6 years ago
d0fadb9
doc: update wording in contribution guide
by Benny Siegert
· 6 years ago
213d1cf
cmd/go: include AR env var in gccgo build IDs
by Nikhil Benesch
· 6 years ago
d92bc7a
encoding/json: document HTML escaping in Compact
by Russ Cox
· 6 years ago
b51c157
cmd/go: move runtime/debug.modinfo to runtime.modinfo
by Russ Cox
· 6 years ago
fac3b5d
net: add IsNotFound field to DNSError
by Shubham Sharma
· 6 years ago
7e08c7f
encoding/json: index names for the struct decoder
by Daniel Martí
· 6 years ago
980a57a
cmd/compile: clean up string/bytes/runes conversion code
by Josh Bleecher Snyder
· 6 years ago
f0e9754
cmd/go: add env -w and env -u to set and unset default env vars
by Russ Cox
· 6 years ago
e40dffe
cmd/compile: refactor visitBottomUp to use inspectList
by Matthew Dempsky
· 6 years ago
ef2806e
cmd/compile: change visitBottomUp from post-order traversal to pre-order
by Matthew Dempsky
· 6 years ago
415da714
net/http: document that Basic Auth may require URL encoding
by Benoit Sigoure
· 6 years ago
1f0c102
cmd/go: expand cannot determine module path error
by Tyler Bui-Palsulich
· 6 years ago
e6ae4e8
cmd/go/internal/generate: stop premature variable substitution in commands
by Shawn Elliott
· 6 years ago
43001a0
cmd/compile: use correct package name for stack object symbol
by Keith Randall
· 6 years ago
d1f43cc
runtime: use named macros on NetBSD
by Maya Rashish
· 6 years ago
744fcfe
runtime: improve mstart comments
by Austin Clements
· 6 years ago
fe1afe8
encoding/json: avoid work when unquoting strings
by Daniel Martí
· 6 years ago
d17d41e
math/big: optimize mulAddVWW on arm64 for better performance
by erifan01
· 7 years ago
f8f265b
cmd/compile: intrinsify math/bits.Sub64 for arm64
by erifan01
· 6 years ago
db42bb3
runtime: error formatting fix
by Austin Clements
· 6 years ago
68d4b12
cmd/compile: reduce bits.Div64(0, lo, y) to 64 bit division
by Josh Bleecher Snyder
· 6 years ago
d23cba6
all: add start of netbsd/arm64 support
by Maya Rashish
· 6 years ago
78f0de1
runtime: move linux specific code into linux specific files
by Maya Rashish
· 6 years ago
a1c481d
cmd/go: only add a 'go' directive on 'go mod tidy' or when a conversion occurs
by Bryan C. Mills
· 6 years ago
9f9e17a
cmd/compile: fix ICE from go/defer call to variadic function
by Matthew Dempsky
· 6 years ago
376ce8c
cmd/compile: shortcut intrinsic inlining AFTER getcallerXX check
by David Chase
· 6 years ago
dc193de
go/internal/gccgoimporter: improve alias handling for anonymous fields
by Than McIntosh
· 6 years ago
4590abe
cmd/link: adjust whitelist for -strictdups checking for plan9
by Than McIntosh
· 6 years ago
059f2d4
os: disable the use of netpoll on directories as well on *BSDs
by Yuval Pavel Zholkover
· 6 years ago
14b5b4a
cmd/go/internal/modload: fix boundary conditions in matchPackages
by Bryan C. Mills
· 6 years ago
dbe3228
cmd/link: mmap object data
by Cherry Zhang
· 6 years ago
f957a7e
cmd/link: apply relocations later
by Cherry Zhang
· 6 years ago
248444d
cmd/link: apply DWARF relocations while doing compression
by Cherry Zhang
· 6 years ago
15a31bd
cmd/link: apply R_DWARFFILEREF later
by Cherry Zhang
· 6 years ago
b2f94d3
cmd/link: mmap output file
by Cherry Zhang
· 6 years ago
47150aa
cmd/go/internal/modfetch: comment on known bug in isVendoredPackage
by Bryan C. Mills
· 6 years ago
64e29f9
internal/goversion: add new package, move Go 1.x constant there out of go/build
by Brad Fitzpatrick
· 6 years ago
97252f6
runtime: suppress thread event prints in gdb test
by Cherry Zhang
· 6 years ago
4a11914
bootstrap.bash: make source writable before cleaning
by Ian Lance Taylor
· 6 years ago
4c236b9
cmd/link: require cgo support for TestSectionsWithSameName
by Ian Lance Taylor
· 6 years ago
Next »