2020-03-19 |
Changkun Ou | testing: fix data race between parallel subtests |
commit | commitdiff | tree |
2020-03-19 |
Daniel Martà | sync/atomic: remove panic64 |
commit | commitdiff | tree |
2020-03-19 |
Lynn Boger | runtime: improve memmove for short moves on ppc64 |
commit | commitdiff | tree |
2020-03-19 |
Tim Möhlmann | database/sql: add method Err on sql.Row |
commit | commitdiff | tree |
2020-03-19 |
Ian Lance Taylor | runtime: minor updates to netpoll comments |
commit | commitdiff | tree |
2020-03-18 |
Harmen | database/sql: fix variable name in example |
commit | commitdiff | tree |
2020-03-18 |
Kyle Nusbaum | context: prevent creation of invalid contexts |
commit | commitdiff | tree |
2020-03-18 |
Bryan C. Mills | cmd/go: skip the cmd/cgo staleness check on darwin... |
commit | commitdiff | tree |
2020-03-18 |
Michael Anthony... | runtime: don't hold worldsema across mark phase |
commit | commitdiff | tree |
2020-03-18 |
Ian Lance Taylor | doc/go1.14: mention Windows change for Open permissions |
commit | commitdiff | tree |
2020-03-18 |
Bryan C. Mills | cmd/internal/moddeps: skip GOROOT/pkg when locating... |
commit | commitdiff | tree |
2020-03-18 |
Michael Anthony... | runtime: add ReadMemStats latency benchmark |
commit | commitdiff | tree |
2020-03-18 |
Michael Anthony... | runtime: preempt dedicated background mark workers... |
commit | commitdiff | tree |
2020-03-18 |
Jay Conrod | cmd/go/internal/modfetch/zip_sum_test: remove dead... |
commit | commitdiff | tree |
2020-03-18 |
Bryan C. Mills | cmd/go: add a "don't care about success" operator to... |
commit | commitdiff | tree |
2020-03-18 |
Cherry Zhang | runtime: don't send preemption signal if there is a... |
commit | commitdiff | tree |
2020-03-18 |
Bryan C. Mills | cmd/go: add a missing curly-brace in the 'stale' comman... |
commit | commitdiff | tree |
2020-03-17 |
Daniel Theophanes | database/sql: process all Session Resets synchronously |
commit | commitdiff | tree |
2020-03-17 |
Rodolfo Carvalho | testing: use "exit code" in documentation consistently |
commit | commitdiff | tree |
2020-03-17 |
Keith Randall | runtime: don't report a pointer alignment error for... |
commit | commitdiff | tree |
2020-03-17 |
Bryan C. Mills | cmd/go: replace TestCgoDependsOnSyscall with a simpler... |
commit | commitdiff | tree |
2020-03-17 |
Jeremy Faller | runtime/pprof: export max rss when saving memory profiles. |
commit | commitdiff | tree |
2020-03-17 |
Joel Sing | cmd/compile: provide Load8/Store8 atomic intrinsics... |
commit | commitdiff | tree |
2020-03-17 |
Joel Sing | cmd/internal/obj/riscv: add comments for Go registers |
commit | commitdiff | tree |
2020-03-17 |
Joel Sing | cmd/compile: use NOT pseudo-instruction for riscv64... |
commit | commitdiff | tree |
2020-03-17 |
Changkun Ou | testing: do not require os.Exit in TestMain |
commit | commitdiff | tree |
2020-03-16 |
Ian Lance Taylor | runtime: add goroutines returned by poller to local... |
commit | commitdiff | tree |
2020-03-16 |
Paschalis Tsilias | time: fix time.Before to reuse t.sec(), u.sec() |
commit | commitdiff | tree |
2020-03-15 |
Joel Sing | cmd/compile: use NEG/NEGW pseudo-instructions on riscv64 |
commit | commitdiff | tree |
2020-03-15 |
Joel Sing | cmd/compile: use NOT pseudo-instruction on riscv64 |
commit | commitdiff | tree |
2020-03-15 |
Joel Sing | cmd/internal/obj/riscv: add NEG/NEGW pseudo-instructions |
commit | commitdiff | tree |
2020-03-15 |
Joel Sing | cmd/internal/obj/riscv: add NOT pseudo-instruction |
commit | commitdiff | tree |
2020-03-15 |
Joel Sing | cmd/internal/obj/riscv: add FCLASSS/FCLASSD instructions |
commit | commitdiff | tree |
2020-03-15 |
Joel Sing | cmd/asm,cmd/internal/obj/riscv: add atomic memory opera... |
commit | commitdiff | tree |
2020-03-15 |
Joel Sing | cmd/asm,cmd/internal/obj/riscv: add LR/SC instructions |
commit | commitdiff | tree |
2020-03-15 |
Joel Sing | cmd/internal/obj/riscv: add FENCE instruction |
commit | commitdiff | tree |
2020-03-15 |
Joel Sing | cmd/internal/obj/riscv: rework instruction generation |
commit | commitdiff | tree |
2020-03-15 |
Joel Sing | cmd/internal/obj/riscv: store relocation details in... |
commit | commitdiff | tree |
2020-03-15 |
Robert Kuska | net/http: use atomicBool for inShutdown |
commit | commitdiff | tree |
2020-03-14 |
Brian Kessler | math/cmplx: disable TanHuge test on s390x |
commit | commitdiff | tree |
2020-03-14 |
Brian Kessler | math/cmplx: implement Payne-Hanek range reduction |
commit | commitdiff | tree |
2020-03-13 |
Bryan C. Mills | context: deflake time-sensitive tests |
commit | commitdiff | tree |
2020-03-13 |
Ian Lance Taylor | runtime: don't crash on mlock failure |
commit | commitdiff | tree |
2020-03-13 |
Bryan C. Mills | Revert "misc/spectre: add spectre index test" |
commit | commitdiff | tree |
2020-03-13 |
Bryan C. Mills | cmd/go/internal/modload: suppress the 'go mod init... |
commit | commitdiff | tree |
2020-03-13 |
Josh Bleecher... | cmd/compile: more minor cleanup in shortcircuitBlock |
commit | commitdiff | tree |
2020-03-13 |
Josh Bleecher... | cmd/compile: remove loop in shortcircuit |
commit | commitdiff | tree |
2020-03-13 |
Josh Bleecher... | cmd/compile: rename a local variable in shortcircuitBlock |
commit | commitdiff | tree |
2020-03-13 |
Russ Cox | misc/spectre: add spectre index test |
commit | commitdiff | tree |
2020-03-13 |
Russ Cox | cmd/asm, cmd/compile, runtime: add -spectre=ret mode |
commit | commitdiff | tree |
2020-03-13 |
Russ Cox | cmd/compile: add spectre mitigation mode enabled by... |
commit | commitdiff | tree |
2020-03-13 |
Keith Randall | cmd/compile: convert 386 port to use addressing modes... |
commit | commitdiff | tree |
2020-03-13 |
zikaeroh | cmd/cover: skip function declarations with blank names |
commit | commitdiff | tree |
2020-03-13 |
zikaeroh | cmd/go: check for 'svn' binary in PATH in TestAccidenta... |
commit | commitdiff | tree |
2020-03-13 |
Lynn Boger | cmd/internal/obj/ppc64: clean up some opcodes |
commit | commitdiff | tree |
2020-03-13 |
Ian Lance Taylor | time: stop referring to timerproc in comment |
commit | commitdiff | tree |
2020-03-12 |
Johan Jansson | runtime: emit more specific errors from checkptr |
commit | commitdiff | tree |
2020-03-12 |
Ian Lance Taylor | runtime: leave cleantimers early if G is being preempted |
commit | commitdiff | tree |
2020-03-12 |
David Chase | cmd/objdump: guard against out-of-range lines from... |
commit | commitdiff | tree |
2020-03-12 |
Walt Della | cmd/go: improve pseudo-version timestamp error |
commit | commitdiff | tree |
2020-03-12 |
Bryan C. Mills | cmd/go: fix test failures with -count=2 |
commit | commitdiff | tree |
2020-03-12 |
David Chase | test: restore no-gogcflags build shortcut, save time |
commit | commitdiff | tree |
2020-03-12 |
Bryan C. Mills | cmd/go: add missing newline to "go" line in cache key |
commit | commitdiff | tree |
2020-03-12 |
Bryan C. Mills | cmd/go: include the go language version in cache keys |
commit | commitdiff | tree |
2020-03-12 |
David Howden | cmd/go/internal/auth: fix .netrc lookup for URLs with... |
commit | commitdiff | tree |
2020-03-12 |
Rob Pike | io: add a comment about how to turn a Reader into ByteR... |
commit | commitdiff | tree |
2020-03-11 |
Than McIntosh | cmd/internal/objabi: rerun stringer for sym kind |
commit | commitdiff | tree |
2020-03-11 |
Tamir Duberstein | runtime/pprof: document that debug=0 emits proto |
commit | commitdiff | tree |
2020-03-11 |
Cuong Manh Le | cmd/compile: remove guard for OCOMPLEX in evconst |
commit | commitdiff | tree |
2020-03-11 |
Filippo Valsorda | crypto/tls: add {SignatureScheme,CurveID,ClientAuthType... |
commit | commitdiff | tree |
2020-03-11 |
Robert Griesemer | cmd/compile/internal/syntax: various cleanups following... |
commit | commitdiff | tree |
2020-03-11 |
Bryan C. Mills | cmd/internal/moddeps: set GO111MODULE explicitly for... |
commit | commitdiff | tree |
2020-03-11 |
Jay Conrod | cmd/go: extract module zip files in place |
commit | commitdiff | tree |
2020-03-11 |
Jay Conrod | cmd/go: make module zip extraction more robust |
commit | commitdiff | tree |
2020-03-11 |
Bryan C. Mills | net: use t.Deadline instead of an arbitrary read deadli... |
commit | commitdiff | tree |
2020-03-11 |
Josh Bleecher... | cmd/compile: use a bytes.Buffer to format symbols |
commit | commitdiff | tree |
2020-03-11 |
Russ Cox | cmd/compile: fix buggy AMD64 rewrite from CL 213058 |
commit | commitdiff | tree |
2020-03-11 |
Russ Cox | test/run: handle asmcheck -gcflags= commands better |
commit | commitdiff | tree |
2020-03-11 |
Russ Cox | test/codegen: mention in README that tests only run... |
commit | commitdiff | tree |
2020-03-11 |
Bryan C. Mills | net/http: use t.Deadline instead of an arbitrary timeou... |
commit | commitdiff | tree |
2020-03-11 |
Bryan C. Mills | runtime: skip TestSignalIgnoreSIGTRAP on known-flaky... |
commit | commitdiff | tree |
2020-03-11 |
Josh Bleecher... | cmd/compile: improve CFG size in ssa.html |
commit | commitdiff | tree |
2020-03-11 |
Cuong Manh Le | test: fix issue 15992 test wrong function call |
commit | commitdiff | tree |
2020-03-11 |
erifan01 | strings, bytes: improve IndexAny and LastIndexAny perfo... |
commit | commitdiff | tree |
2020-03-10 |
Dan Scales | runtime: fix problem with repeated panic/recover/re... |
commit | commitdiff | tree |
2020-03-10 |
Than McIntosh | cmd/link: fix for package name attr testpoint in dwarf_... |
commit | commitdiff | tree |
2020-03-10 |
Bryan C. Mills | cmd/go/internal/lockedfile: use a retry loop to suppres... |
commit | commitdiff | tree |
2020-03-10 |
Keith Randall | runtime: make typehash match compiler generated hashes... |
commit | commitdiff | tree |
2020-03-10 |
Joel Sing | cmd/compile: remove special handling for OpRISCV64SUBW... |
commit | commitdiff | tree |
2020-03-10 |
Alex Brainman | debug/pe: copy some consts from cmd/link/internal/ld |
commit | commitdiff | tree |
2020-03-10 |
Ian Lance Taylor | cmd/cgo: always produce a parameter name for C code |
commit | commitdiff | tree |
2020-03-10 |
Nathan Fiscaletti | cmd/cgo: updated exported function parameter names |
commit | commitdiff | tree |
2020-03-10 |
smasher164 | cmd/vet: add ifaceassert and stringintconv checks |
commit | commitdiff | tree |
2020-03-10 |
smasher164 | cmd/compile: avoid string(int) conversion |
commit | commitdiff | tree |
2020-03-10 |
Keith Randall | cmd/compile: insert complicated x86 addressing modes... |
commit | commitdiff | tree |
2020-03-09 |
smasher164 | std,cmd: update x/net and github.com/google/pprof |
commit | commitdiff | tree |
2020-03-09 |
Josh Bleecher... | cmd/compile: use only bit patterns in isNonNegative |
commit | commitdiff | tree |
2020-03-09 |
Keith Randall | cmd/compile: remove -largemodel flag from docs |
commit | commitdiff | tree |
2020-03-09 |
Bryan C. Mills | cmd/go/internal/modload: factor smaller files out of... |
commit | commitdiff | tree |
2020-03-09 |
Neven Sajko | internal/xcoff: fix wrong bit masking comparisons |
commit | commitdiff | tree |
next |