Sign in
go
/
go
/
9d468f482f20f886d3c7d66c60e1ce0acbaaad44
9d468f4
doc/articles/wiki: use correct variable name in closures guide
by HowJMay
· 5 years ago
635a830
runtime/race: test that close synchronizes with read
by Ian Lance Taylor
· 5 years ago
65367df
internal/poll: update Windows Server Performance URL in comment
by Ian Lance Taylor
· 5 years ago
d55e0c1
net: merge common Unix/Windows methods
by Ian Lance Taylor
· 5 years ago
a3a9901
net/http: update bundled x/net/http2
by Emmanuel T Odeke
· 5 years ago
a0917eb
internal/poll: merge a couple of common definitions
by Ian Lance Taylor
· 5 years ago
7f3ca5d
os: merge common Unix/Windows methods
by Ian Lance Taylor
· 5 years ago
965f456
crypto/x509: bump minimum macOS version to 10.11
by Tobias Klauser
· 5 years ago
b816cb2
cmd/go: update 'go help modules' for automatic vendoring
by Jay Conrod
· 5 years ago
16822a2
crypto/tls: update the MITM reference to "machine-in-the-middle"
by Chris Le Roy
· 5 years ago
93a9561
testing: fix data race between parallel subtests
by Changkun Ou
· 5 years ago
a4c48d6
sync/atomic: remove panic64
by Daniel Martí
· 5 years ago
cbd421f
runtime: improve memmove for short moves on ppc64
by Lynn Boger
· 5 years ago
f9f57c4
database/sql: add method Err on sql.Row
by Tim Möhlmann
· 5 years ago
b3b174f
runtime: minor updates to netpoll comments
by Ian Lance Taylor
· 5 years ago
019421d1
database/sql: fix variable name in example
by Harmen
· 5 years ago
0205790
context: prevent creation of invalid contexts
by Kyle Nusbaum
· 5 years ago
61ce82a
cmd/go: skip the cmd/cgo staleness check on darwin builders
by Bryan C. Mills
· 5 years ago
f1f947a
runtime: don't hold worldsema across mark phase
by Michael Anthony Knyszek
· 6 years ago
e39de05
doc/go1.14: mention Windows change for Open permissions
by Ian Lance Taylor
· 5 years ago
3b76bed
cmd/internal/moddeps: skip GOROOT/pkg when locating modules
by Bryan C. Mills
· 5 years ago
7cfb814
runtime: add ReadMemStats latency benchmark
by Michael Anthony Knyszek
· 5 years ago
79b43fa
runtime: preempt dedicated background mark workers for STW
by Michael Anthony Knyszek
· 5 years ago
6197104
cmd/go/internal/modfetch/zip_sum_test: remove dead versions
by Jay Conrod
· 5 years ago
42dfac6
cmd/go: add a "don't care about success" operator to script_test
by Bryan C. Mills
· 5 years ago
0c0e8f2
runtime: don't send preemption signal if there is a signal pending
by Cherry Zhang
· 5 years ago
6412750
cmd/go: add a missing curly-brace in the 'stale' command format string
by Bryan C. Mills
· 5 years ago
971f8a2
database/sql: process all Session Resets synchronously
by Daniel Theophanes
· 6 years ago
0eeec4f
testing: use "exit code" in documentation consistently
by Rodolfo Carvalho
· 5 years ago
f4ddc00
runtime: don't report a pointer alignment error for pointer-free base type
by Keith Randall
· 5 years ago
14d20dc
cmd/go: replace TestCgoDependsOnSyscall with a simpler script test
by Bryan C. Mills
· 5 years ago
fb1cd94
runtime/pprof: export max rss when saving memory profiles.
by Jeremy Faller
· 6 years ago
2e918c3
cmd/compile: provide Load8/Store8 atomic intrinsics on riscv64
by Joel Sing
· 5 years ago
7ec4adb
cmd/internal/obj/riscv: add comments for Go registers
by Joel Sing
· 5 years ago
0e44c69
cmd/compile: use NOT pseudo-instruction for riscv64 Slicemask
by Joel Sing
· 5 years ago
2f54081
testing: do not require os.Exit in TestMain
by Changkun Ou
· 5 years ago
2fbca94
runtime: add goroutines returned by poller to local run queue
by Ian Lance Taylor
· 5 years ago
ff1eb42
time: fix time.Before to reuse t.sec(), u.sec()
by Paschalis Tsilias
· 5 years ago
26154f3
cmd/compile: use NEG/NEGW pseudo-instructions on riscv64
by Joel Sing
· 5 years ago
7b2f0ba
cmd/compile: use NOT pseudo-instruction on riscv64
by Joel Sing
· 5 years ago
25da2ea
cmd/internal/obj/riscv: add NEG/NEGW pseudo-instructions
by Joel Sing
· 5 years ago
dc32553
cmd/internal/obj/riscv: add NOT pseudo-instruction
by Joel Sing
· 5 years ago
32dbccd
cmd/internal/obj/riscv: add FCLASSS/FCLASSD instructions
by Joel Sing
· 5 years ago
1063592
cmd/asm,cmd/internal/obj/riscv: add atomic memory operation instructions
by Joel Sing
· 5 years ago
85a8526
cmd/asm,cmd/internal/obj/riscv: add LR/SC instructions
by Joel Sing
· 5 years ago
2a08f3c
cmd/internal/obj/riscv: add FENCE instruction
by Joel Sing
· 5 years ago
3e00061
cmd/internal/obj/riscv: rework instruction generation
by Joel Sing
· 5 years ago
2b920cb
cmd/internal/obj/riscv: store relocation details in obj.Prog.RestArgs
by Joel Sing
· 5 years ago
dad94e7
net/http: use atomicBool for inShutdown
by Robert Kuska
· 5 years ago
d774d97
math/cmplx: disable TanHuge test on s390x
by Brian Kessler
· 5 years ago
70dc28f
math/cmplx: implement Payne-Hanek range reduction
by Brian Kessler
· 6 years ago
e8ecda8
context: deflake time-sensitive tests
by Bryan C. Mills
· 5 years ago
b851e51
runtime: don't crash on mlock failure
by Ian Lance Taylor
· 5 years ago
dcc5c24
Revert "misc/spectre: add spectre index test"
by Bryan C. Mills
· 5 years ago
e2a9ea0
cmd/go/internal/modload: suppress the 'go mod init' hint for GOROOT more aggressively
by Bryan C. Mills
· 5 years ago
cbcb031
cmd/compile: more minor cleanup in shortcircuitBlock
by Josh Bleecher Snyder
· 5 years ago
4ad643d
cmd/compile: remove loop in shortcircuit
by Josh Bleecher Snyder
· 5 years ago
74bc90a
cmd/compile: rename a local variable in shortcircuitBlock
by Josh Bleecher Snyder
· 5 years ago
be72e3c
misc/spectre: add spectre index test
by Russ Cox
· 5 years ago
fc8a633
cmd/asm, cmd/compile, runtime: add -spectre=ret mode
by Russ Cox
· 5 years ago
877ef86
cmd/compile: add spectre mitigation mode enabled by -spectre
by Russ Cox
· 5 years ago
d84cbec
cmd/compile: convert 386 port to use addressing modes pass
by Keith Randall
· 5 years ago
c3b9042
cmd/cover: skip function declarations with blank names
by zikaeroh
· 5 years ago
c6bcdea
cmd/go: check for 'svn' binary in PATH in TestAccidentalGitCheckout
by zikaeroh
· 5 years ago
9d67a94
cmd/internal/obj/ppc64: clean up some opcodes
by Lynn Boger
· 5 years ago
85e87f9
time: stop referring to timerproc in comment
by Ian Lance Taylor
· 5 years ago
1f231d7
runtime: emit more specific errors from checkptr
by Johan Jansson
· 5 years ago
5d70cb0
runtime: leave cleantimers early if G is being preempted
by Ian Lance Taylor
· 5 years ago
29b36a8
cmd/objdump: guard against out-of-range lines from directives.
by David Chase
· 5 years ago
e221a75
cmd/go: improve pseudo-version timestamp error
by Walt Della
· 5 years ago
c4113b6
cmd/go: fix test failures with -count=2
by Bryan C. Mills
· 5 years ago
040855e
test: restore no-gogcflags build shortcut, save time
by David Chase
· 5 years ago
938ad55
cmd/go: add missing newline to "go" line in cache key
by Bryan C. Mills
· 5 years ago
c957084
cmd/go: include the go language version in cache keys
by Bryan C. Mills
· 5 years ago
139a79d
cmd/go/internal/auth: fix .netrc lookup for URLs with specified port
by David Howden
· 5 years ago
65bd076
io: add a comment about how to turn a Reader into ByteReader
by Rob Pike
· 5 years ago
67d93cf
cmd/internal/objabi: rerun stringer for sym kind
by Than McIntosh
· 5 years ago
251f3e5
runtime/pprof: document that debug=0 emits proto
by Tamir Duberstein
· 5 years ago
235a7c5
cmd/compile: remove guard for OCOMPLEX in evconst
by Cuong Manh Le
· 5 years ago
efc832b
crypto/tls: add {SignatureScheme,CurveID,ClientAuthType}.String()
by Filippo Valsorda
· 5 years ago
f6a0d72
cmd/compile/internal/syntax: various cleanups following CL 221603
by Robert Griesemer
· 5 years ago
eafb4d8
cmd/internal/moddeps: set GO111MODULE explicitly for moddeps_test 'go' commands
by Bryan C. Mills
· 5 years ago
576fa69
cmd/go: extract module zip files in place
by Jay Conrod
· 5 years ago
093049b
cmd/go: make module zip extraction more robust
by Jay Conrod
· 5 years ago
cf82fea
net: use t.Deadline instead of an arbitrary read deadline in TestDialParallelSpuriousConnection
by Bryan C. Mills
· 5 years ago
211ee9f
cmd/compile: use a bytes.Buffer to format symbols
by Josh Bleecher Snyder
· 5 years ago
b136f0c
cmd/compile: fix buggy AMD64 rewrite from CL 213058
by Russ Cox
· 5 years ago
96dc044
test/run: handle asmcheck -gcflags= commands better
by Russ Cox
· 5 years ago
801a9d9
test/codegen: mention in README that tests only run on Linux without -all_codegen
by Russ Cox
· 5 years ago
0e3ace4
net/http: use t.Deadline instead of an arbitrary timeout in TestServerConnState
by Bryan C. Mills
· 5 years ago
035c018
runtime: skip TestSignalIgnoreSIGTRAP on known-flaky OpenBSD builders
by Bryan C. Mills
· 5 years ago
c6fef1f
cmd/compile: improve CFG size in ssa.html
by Josh Bleecher Snyder
· 5 years ago
6bed304
test: fix issue 15992 test wrong function call
by Cuong Manh Le
· 5 years ago
3af92ac
strings, bytes: improve IndexAny and LastIndexAny performance
by erifan01
· 6 years ago
fae87a2
runtime: fix problem with repeated panic/recover/re-panics and open-coded defers
by Dan Scales
· 5 years ago
5db3c8f
cmd/link: fix for package name attr testpoint in dwarf_test.go
by Than McIntosh
· 5 years ago
c6f678b
cmd/go/internal/lockedfile: use a retry loop to suppress EDEADLK on AIX and Solaris
by Bryan C. Mills
· 5 years ago
2b8e60d
runtime: make typehash match compiler generated hashes exactly
by Keith Randall
· 5 years ago
9f74f0a
cmd/compile: remove special handling for OpRISCV64SUBW in markUnsafePoints
by Joel Sing
· 5 years ago
da07c59
debug/pe: copy some consts from cmd/link/internal/ld
by Alex Brainman
· 5 years ago
Next »