2020-03-26 |
Michael Anthony... | runtime: ensure minTriggerRatio never exceeds maxTrigge... |
commit | commitdiff | tree |
2020-03-26 |
Filippo Valsorda | crypto/rsa,crypto/ecdsa,crypto/ed25519: implement Publi... |
commit | commitdiff | tree |
2020-03-26 |
Xiangdong Ji | runtime: fix threshold calculation of TestPhysicalMemor... |
commit | commitdiff | tree |
2020-03-25 |
Rob Pike | scan: for style, adjust code for bad scan read counts |
commit | commitdiff | tree |
2020-03-25 |
sjnam | test/chan: fix trivial typos |
commit | commitdiff | tree |
2020-03-25 |
Cherry Zhang | cmd/internal/obj/arm64: write test output to temp dir |
commit | commitdiff | tree |
2020-03-25 |
Michael Anthony... | runtime: prevent preemption while timer is in timerModi... |
commit | commitdiff | tree |
2020-03-25 |
Ian Lance Taylor | bufio: don't panic when Scanner sees an impossible... |
commit | commitdiff | tree |
2020-03-25 |
Bryan C. Mills | cmd/api: make NewWatcher populate its own package and... |
commit | commitdiff | tree |
2020-03-25 |
fanzha02 | cmd/link/internal/arm64: increase the function alignmen... |
commit | commitdiff | tree |
2020-03-25 |
diaxu01 | cmd/internal/obj/arm64: add support of PCALIGN directive |
commit | commitdiff | tree |
2020-03-25 |
Bryan C. Mills | test: make runindir tests pass regardless of whether... |
commit | commitdiff | tree |
2020-03-25 |
Ruixin(Peter... | cmd/compile: use load and test instructions on s390x |
commit | commitdiff | tree |
2020-03-25 |
Brian Kessler | math: correct Atan2(±y,+∞) = ±0 on s390x |
commit | commitdiff | tree |
2020-03-25 |
Joel Sing | cmd/compile: fold constants into immediate instructions... |
commit | commitdiff | tree |
2020-03-25 |
Joel Sing | test: re-enable atomic intrinsic related tests on riscv64 |
commit | commitdiff | tree |
2020-03-25 |
Joel Sing | cmd/compile: provide Add/Cas/Exchange atomic intrinsics... |
commit | commitdiff | tree |
2020-03-24 |
Ian Lance Taylor | os/exec: for TestExtraFiles failure, print readlink... |
commit | commitdiff | tree |
2020-03-24 |
Lynn Boger | cmd/internal/obj/ppc64: fix PCALIGN on ppc64le |
commit | commitdiff | tree |
2020-03-24 |
Ian Lance Taylor | internal/poll: assume we have CancelIoEX on Windows |
commit | commitdiff | tree |
2020-03-24 |
Dan Scales | runtime: fix code so defer record is not added to g0... |
commit | commitdiff | tree |
2020-03-24 |
Ian Lance Taylor | runtime: always use GetQueuedCompletionStatusEx on... |
commit | commitdiff | tree |
2020-03-24 |
Ian Lance Taylor | runtime: don't call wakeNetPoller during timerModifying |
commit | commitdiff | tree |
2020-03-24 |
Jay Conrod | cmd/go: clarify behavior with no arguments in 'go help... |
commit | commitdiff | tree |
2020-03-24 |
Keith Randall | Revert "cmd/compile: convert 386 port to use addressing... |
commit | commitdiff | tree |
2020-03-24 |
Keith Randall | Revert "cmd/compile: disable mem+op operations on 386" |
commit | commitdiff | tree |
2020-03-24 |
Keith Randall | Revert "cmd/compile: disable addressingmodes pass for... |
commit | commitdiff | tree |
2020-03-24 |
Katie Hockman | crypto: implement Hash.String |
commit | commitdiff | tree |
2020-03-24 |
Joel Sing | cmd/compile: provide Load32/Load64/Store32/Store64... |
commit | commitdiff | tree |
2020-03-24 |
Ian Lance Taylor | runtime: negate errno value for mips pipe/pipe2 |
commit | commitdiff | tree |
2020-03-24 |
nao20010128nao | syscall/js: make wasm_exec.js compatible with Webpack |
commit | commitdiff | tree |
2020-03-24 |
Aurélio A.... | syscall/js: allow copyBytesTo(Go|JS) to use Uint8Clampe... |
commit | commitdiff | tree |
2020-03-24 |
Michael Matloob | cmd/go: list test packages even when the main package... |
commit | commitdiff | tree |
2020-03-23 |
Bryan C. Mills | Revert "crypto/rsa,crypto/ecdsa,crypto/ed25519: impleme... |
commit | commitdiff | tree |
2020-03-23 |
Keith Randall | cmd/compile: disable addressingmodes pass for 386 |
commit | commitdiff | tree |
2020-03-23 |
Dan Scales | cmd/go: define a build tag for any GOEXPERIMENT which... |
commit | commitdiff | tree |
2020-03-23 |
Andy Pan | strings: narrow the search range of IndexByte in Index |
commit | commitdiff | tree |
2020-03-23 |
Keith Randall | cmd/compile: disable mem+op operations on 386 |
commit | commitdiff | tree |
2020-03-23 |
Filippo Valsorda | crypto/rsa,crypto/ecdsa,crypto/ed25519: implement Publi... |
commit | commitdiff | tree |
2020-03-23 |
Giovanni Bajo | cmd/compile: fold LEAQ with constant scale into LEA |
commit | commitdiff | tree |
2020-03-23 |
Roland Shoemaker | crypto/x509: add RevocationList and CreateRevocationList |
commit | commitdiff | tree |
2020-03-23 |
Michael Anthony... | runtime: use OnesCount64 to count allocated objects... |
commit | commitdiff | tree |
2020-03-23 |
Michael Anthony... | runtime: add countAlloc benchmark |
commit | commitdiff | tree |
2020-03-23 |
Michael Anthony... | cmd/compile: panic if trying to alias an intrinsic... |
commit | commitdiff | tree |
2020-03-23 |
Michael Anthony... | cmd/compile: declare runtime bit func aliases after... |
commit | commitdiff | tree |
2020-03-23 |
Matthew Dempsky | cmd/compile: skip generating args_stackmap for "pulled... |
commit | commitdiff | tree |
2020-03-23 |
Andy Pan | runtime: correct the system-call name of kevent in... |
commit | commitdiff | tree |
2020-03-23 |
Andy Pan | bytes: narrow the search of IndexByte in Index |
commit | commitdiff | tree |
2020-03-23 |
Allen Li | go/ast: fix inflection in comments to match plurality |
commit | commitdiff | tree |
2020-03-22 |
Ben Schwartz | runtime: speed up receive on empty closed channel |
commit | commitdiff | tree |
2020-03-22 |
kadern0 | cmd/compile: remove unused isIntOrdering method |
commit | commitdiff | tree |
2020-03-22 |
Giovanni Bajo | build: add default GOROOT_BOOTSTRAP in Windows |
commit | commitdiff | tree |
2020-03-22 |
Giovanni Bajo | build: force all Windows batch files to CRLF |
commit | commitdiff | tree |
2020-03-22 |
Ian Lance Taylor | cmd/go: fix function name in comment |
commit | commitdiff | tree |
2020-03-22 |
d-tsuji | net/http: remove period at end of error message |
commit | commitdiff | tree |
2020-03-21 |
Alex Brainman | runtime: ignore error returned by PowerRegisterSuspendR... |
commit | commitdiff | tree |
2020-03-21 |
Keith Randall | cmd/compile: indexed loads/stores can't be faultOnNilArg0 |
commit | commitdiff | tree |
2020-03-20 |
Keith Randall | runtime: handle empty stack in expandFinalInlineFrame |
commit | commitdiff | tree |
2020-03-20 |
Alberto Donizetti | math/big: document that Sqrt doesn't set Accuracy |
commit | commitdiff | tree |
2020-03-20 |
Austin Clements | runtime: use divRoundUp |
commit | commitdiff | tree |
2020-03-20 |
Austin Clements | runtime: fix rounding in materializeGCProg |
commit | commitdiff | tree |
2020-03-20 |
Than McIntosh | test: fix -test.v trace output for cgo/testshared |
commit | commitdiff | tree |
2020-03-20 |
HowJMay | doc/articles/wiki: use correct variable name in closure... |
commit | commitdiff | tree |
2020-03-20 |
Ian Lance Taylor | runtime/race: test that close synchronizes with read |
commit | commitdiff | tree |
2020-03-20 |
Ian Lance Taylor | internal/poll: update Windows Server Performance URL... |
commit | commitdiff | tree |
2020-03-20 |
Ian Lance Taylor | net: merge common Unix/Windows methods |
commit | commitdiff | tree |
2020-03-20 |
Emmanuel T... | net/http: update bundled x/net/http2 |
commit | commitdiff | tree |
2020-03-20 |
Ian Lance Taylor | internal/poll: merge a couple of common definitions |
commit | commitdiff | tree |
2020-03-20 |
Ian Lance Taylor | os: merge common Unix/Windows methods |
commit | commitdiff | tree |
2020-03-19 |
Tobias Klauser | crypto/x509: bump minimum macOS version to 10.11 |
commit | commitdiff | tree |
2020-03-19 |
Jay Conrod | cmd/go: update 'go help modules' for automatic vendoring |
commit | commitdiff | tree |
2020-03-19 |
Chris Le Roy | crypto/tls: update the MITM reference to "machine-in... |
commit | commitdiff | tree |
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 |
next |