Sign in
go
/
go
/
a9afa4e933f3eff131f12e24bb0f5b9f3168ca14
a9afa4e
database/sql: fix example usage of Out
by Tim Cooper
· 7 years ago
b614ed4
cmd/go: clean up x.exe properly in TestImportMain
by Russ Cox
· 7 years ago
ddc64de
spec: explicitly state the import path for package unsafe
by griesemer
· 7 years ago
5d168a9
os: add period at end of O_EXCL comment
by Tim Cooper
· 7 years ago
292366e
Revert "database/sql: prevent race in driver by locking dc in Next"
by Daniel Theophanes
· 7 years ago
94e3a30
cmd/cover: don't try to attach directives to synthetic decls
by Jay Conrod
· 7 years ago
5f740d6
flag: simplify switch-case in isZeroValue
by Gabriel Aszalos
· 7 years ago
58cf881
cmd/compile/internal/parser: removed TODO (cleanup)
by griesemer
· 7 years ago
c37090f
cmd/compile/internal/parser: use same logic for stmtList as for other lists (cleanup)
by griesemer
· 7 years ago
47193dc
cmd/internal/obj/arm: better solution of .S/.P/.U/.W suffix check
by Ben Shi
· 7 years ago
f4faca6
runtime: don't terminate locked OS threads on Plan 9
by David du Colombier
· 7 years ago
d155b32
runtime: disable use of template thread on Plan 9
by David du Colombier
· 7 years ago
1850874
reflect: optimize CALLFN wrapper for arm64
by Wei Xiao
· 8 years ago
378de1a
runtime: unify 386 entry point code
by Ian Lance Taylor
· 7 years ago
151c66b
debug/dwarf: support 64-bit DWARF in byte order check
by Ian Lance Taylor
· 7 years ago
4fe43f8
cmd/compile/internal/parser: removed TODO (cleanup)
by griesemer
· 7 years ago
3be5d55
text/template: add break, continue actions in ranges
by Tim Cooper
· 7 years ago
0b2cb89
cmd/compile/internal/syntax: better recovery after missing closing parentheses
by griesemer
· 7 years ago
38a3c2c
cmd/cover: preserve compiler directives in floating comments
by Jay Conrod
· 7 years ago
f75158c
math/big: fix ModSqrt optimized path for x = z
by Filippo Valsorda
· 7 years ago
913fb18
runtime/cgo: declare crosscall2 frame using TEXT for amd64 and 386
by Alessandro Arzilli
· 7 years ago
b79e99b
runtime: remove commented out code from ARM Linux boot
by Ian Lance Taylor
· 7 years ago
bb45bc2
cmd/compile: make more use of value switches
by Daniel Martí
· 7 years ago
e0111bb
cmd/compile: remove needwritebarrier from the frontend
by Cherry Zhang
· 8 years ago
290de1f
cmd/asm: reject STREX with same source and destination register on ARM
by Cherry Zhang
· 7 years ago
fc5841a
cmd/compile: remove unnecessary Xoffset assignment
by Matthew Dempsky
· 7 years ago
47f4e7a
net/http: preserve Host header following a relative redirect
by Tom Bergan
· 7 years ago
645c661
cmd/compile/internal/syntax: factor out list parsing
by griesemer
· 7 years ago
f8f0d6c
cmd/compile/internal/syntax: match argument and parameter parsing (cleanup)
by griesemer
· 7 years ago
4b7325c
cmd/compile/internal/syntax: cleanups around parser tracing
by griesemer
· 7 years ago
5ddd3d5
runtime: fix use of STREX in various exitThread implementations
by Ian Lance Taylor
· 7 years ago
001fe1d5
net/http/httputil: extract duplicate code as removeConnectionHeaders
by Kunpei Sakai
· 7 years ago
eb69581
net/http: fix panic when status without description for proxied HTTPS responses
by soluchok
· 7 years ago
302f0d1
cmd/link: replace SCONTAINER with an attribute bit
by Michael Hudson-Doyle
· 7 years ago
1341104
cmd/link: replace SHIDDEN bit in SymKind with a bit of Attribute
by Michael Hudson-Doyle
· 8 years ago
7128ed0
bytes: add examples of Equal and IndexByte
by Javier Segura
· 7 years ago
270a789
cmd/compile: simplify some declarations
by Daniel Martí
· 7 years ago
e5b7335
fmt: clarify wording of * flag
by Rob Pike
· 7 years ago
fb46b9e
crypto/elliptic: don't unmarshal invalid encoded points
by Andreas Auernhammer
· 8 years ago
8b220d8
image/gif: write fewer, bigger blocks
by Jed Denlea
· 7 years ago
f3d4ff7
cmd/compile: omit ICE diagnostics after normal error messages
by Matthew Dempsky
· 7 years ago
e01eac3
cmd/compile: mark LoweredGetCallerPC rematerializeable
by Cherry Zhang
· 7 years ago
d1bbdbe
crypto/tls: replace signatureAndHash by SignatureScheme.
by Peter Wu
· 7 years ago
c996d07
cmd/link: use the correct module data on ppc64le
by David Crawshaw
· 7 years ago
e09dbaa
runtime: schedule fractional workers on all Ps
by Austin Clements
· 7 years ago
28e1a8e
runtime: preempt fractional worker after reaching utilization goal
by Austin Clements
· 7 years ago
b783930
runtime: simplify fractional mark worker scheduler
by Austin Clements
· 7 years ago
315c28b
runtime: use only dedicated mark workers at reasonable GOMAXPROCS
by Austin Clements
· 7 years ago
2792348
runtime: separate GC background utilization from goal utilization
by Austin Clements
· 7 years ago
504a305
crypto/x509: reformat test struct.
by Adam Langley
· 7 years ago
f5cd386
net/http: HTTPS proxies support
by Ben Schwartz
· 7 years ago
897080d
database/sql: prevent race in driver by locking dc in Next
by Daniel Theophanes
· 7 years ago
350b74b
cmd/link: zero symtab fields correctly
by David Crawshaw
· 7 years ago
0e4de78
net: fix data race in TestClosingListener
by Daniel Martí
· 7 years ago
743117a
cmd/compile: simplify slice/array range loops for some element sizes
by Martin Möhrmann
· 8 years ago
af40cbe
runtime: use vDSO on linux/386 to improve time.Now performance
by Frank Somers
· 7 years ago
bf237f5
syscall: correct type for timeout argument to Select on linux/{arm64,mips64x}
by Tobias Klauser
· 7 years ago
531e6c0
cmd/asm: refine Go assembly for ARM64
by Wei Xiao
· 8 years ago
31cd20a
image/gif: try harder to use global color table
by Jed Denlea
· 7 years ago
e45e490
cmd/compile: attempt to deflake debug_test.go
by David Chase
· 7 years ago
245e386
reflect: allow Copy to a byte array or byte slice from a string
by Tim Cooper
· 7 years ago
c14dcfd
runtime: factor amd64 specifics from vdso_linux.go
by Frank Somers
· 7 years ago
c58b98b
cmd/link, runtime: put hasmain bit in moduledata
by David Crawshaw
· 7 years ago
d06815b
cmd/link: split PE loader into its own package
by David Crawshaw
· 7 years ago
fd9fac2
cmd/compile: add two error position tests for the typechecker
by Tobias Klauser
· 7 years ago
53bbddd
cmd/compile: intrinsify runtime/internal/sys.Ctz{32,64} on ppc64
by Matthew Dempsky
· 7 years ago
56dec8d
test: add test case that gccgo miscompiled
by Ian Lance Taylor
· 7 years ago
9792037
cmd/link: generate PC ranges for compilation unit DIEs
by Austin Clements
· 7 years ago
d4dda76
cmd/link: one DWARF compilation unit per package
by Austin Clements
· 7 years ago
ce6e0b0
cmd/link: remove silly sym.R[:0] truncation
by Austin Clements
· 7 years ago
77c27c3
cmd/link: eliminate .debug_aranges
by Austin Clements
· 7 years ago
a0402b6
cmd/link: suppress unnecessary DWARF relocs that confuse dsymutil
by Heschi Kreinick
· 7 years ago
764a6ac
runtime: don't restore the alternate signal stack on ios
by Elias Naur
· 7 years ago
6054f87
cmd/go: delete p.Internal.Target in favor of p.Target
by Russ Cox
· 7 years ago
862fb86
internal/poll: only call SetFileCompletionNotificationModes for sockets
by Alex Brainman
· 7 years ago
c37647f
internal/poll: do not call SetFileCompletionNotificationModes if it is broken
by Alex Brainman
· 7 years ago
9ce43ce
image/gif: make Decode only keep the first frame in memory
by Artyom Pervukhin
· 7 years ago
58c7b1d
runtime: fix dragonfly/amd64
by Austin Clements
· 7 years ago
67388e9
doc: recommend building Go 1.4 with CGO_ENABLED=0
by Ian Lance Taylor
· 7 years ago
926373e
runtime: fix crash on Plan 9
by David du Colombier
· 7 years ago
a509cae
cmd/compile: record InlCost in export data
by Matthew Dempsky
· 7 years ago
1fbeccb
cmd/compile: deduplicate a few lines in swt.go
by Daniel Martí
· 7 years ago
4f70a2a
cmd/compile: inline calls to local closures
by Hugues Bruant
· 7 years ago
44d9e96
runtime: don't try to free OS-created signal stacks
by Austin Clements
· 7 years ago
a3e013b
encoding/json: use Deprecated markers
by Joe Tsai
· 7 years ago
edcf2d0
cmd/compile: add line numbers to values & blocks in ssa.html
by David Chase
· 7 years ago
30cb30e
runtime: unify amd64 -buildmode=c-archive/c-shared entry point code
by Ian Lance Taylor
· 7 years ago
c15c44e
misc/cgo/testcarchive: use -no-pie where needed
by Lynn Boger
· 7 years ago
ecfa737
cmd/link: move ELF reader to its own package
by David Crawshaw
· 7 years ago
7057694
test: skip issue22200b.go on mipsle
by Cherry Zhang
· 7 years ago
d19ced0
cmd/dist: refresh deps.go after recent package io changes
by Russ Cox
· 7 years ago
cf3f771
runtime: unify amd64 -buildmode=exe entry point code
by Ian Lance Taylor
· 7 years ago
e29efbc
cmd/link: fix some unintentional symbol creation
by Austin Clements
· 7 years ago
371eda4
io: simplify pipe implementation
by Joe Tsai
· 7 years ago
e2dd8ca
net: implement deadline functionality on Pipe
by Joe Tsai
· 8 years ago
7dcd333
cmd/internal/buildid: add missing f.Close in ReadFile
by Russ Cox
· 7 years ago
3189633
cmd/dist: reenable TestDeps
by Russ Cox
· 7 years ago
cdbc363
cmd/go: record both build ID and content ID in archives and binaries
by Russ Cox
· 7 years ago
85f93c8
cmd/compile: fix some plive comments
by Austin Clements
· 7 years ago
e130dcf
cmd/compile: abort earlier if stack frame too large
by Keith Randall
· 7 years ago
Next »