2022-11-02 |
David Chase | cmd/compile: renovate GOSSAHASH |
commit | commitdiff | tree |
2022-11-02 |
Russ Cox | math/big: use Montgomery for z.Exp(x, y, m) even for... |
commit | commitdiff | tree |
2022-11-02 |
Russ Cox | math/big: add benchmark of Exp with large modulus |
commit | commitdiff | tree |
2022-11-02 |
Russ Cox | cmd/link: remove unnecessary use of sync.Once alongside... |
commit | commitdiff | tree |
2022-11-02 |
Russ Cox | testing: implement -cpu and -count for fuzz tests |
commit | commitdiff | tree |
2022-11-01 |
Mateusz Poliwczak | net: support no-reload option for unix go resolver |
commit | commitdiff | tree |
2022-11-01 |
Ian Lance Taylor | net: drop unused _C_ai_addrlen function |
commit | commitdiff | tree |
2022-11-01 |
Michael Pratt | cmd/compile/internal/pgo: remove ListOfHotCallSites |
commit | commitdiff | tree |
2022-11-01 |
Bryan C. Mills | cmd/go/internal/vcweb: increase script WaitDelay by 30x |
commit | commitdiff | tree |
2022-11-01 |
Bryan C. Mills | runtime: check for ErrWaitDelay in runBuiltTestProg |
commit | commitdiff | tree |
2022-11-01 |
Bryan C. Mills | internal/testenv: adjust timeout calculations in Comman... |
commit | commitdiff | tree |
2022-11-01 |
Michael Matloob | cmd/dist: fix a variable scope bug: |
commit | commitdiff | tree |
2022-11-01 |
Ian Lance Taylor | go/build: ignore files by extension before matching... |
commit | commitdiff | tree |
2022-11-01 |
Austin Clements | test/bench/go1: eliminate start-up time |
commit | commitdiff | tree |
2022-11-01 |
Austin Clements | runtime: fix missing error print in TestCgoSigfwd |
commit | commitdiff | tree |
2022-11-01 |
Austin Clements | runtime: skip TestArenaCollision on failed reservation |
commit | commitdiff | tree |
2022-11-01 |
Damien Neil | syscall, os/exec: reject environment variables containi... |
commit | commitdiff | tree |
2022-11-01 |
Russ Cox | testing: print names of running tests on test timeout |
commit | commitdiff | tree |
2022-11-01 |
Than McIntosh | cmd/cover: fix buglet causing differences in -m output |
commit | commitdiff | tree |
2022-11-01 |
Than McIntosh | cmd/go: revamp and simplify logic in PrepareForCoverage... |
commit | commitdiff | tree |
2022-11-01 |
Than McIntosh | cmd/compile: revise inliner coverage tweaks (again) |
commit | commitdiff | tree |
2022-11-01 |
Than McIntosh | cmd/{go,cover}: fix for -coverprofile path capture... |
commit | commitdiff | tree |
2022-11-01 |
Russ Cox | net: use libc (not cgo) for DNS on macOS |
commit | commitdiff | tree |
2022-11-01 |
Bryan C. Mills | internal/testenv: move helpers related to os/exec to... |
commit | commitdiff | tree |
2022-10-31 |
David Chase | cmd/compile: add ability to indicate 'concurrentOk... |
commit | commitdiff | tree |
2022-10-31 |
Michael Matloob | cmd/go: add move test for goroot |
commit | commitdiff | tree |
2022-10-31 |
Keith Randall | cmd/compile: add cache of sizeable objects so they... |
commit | commitdiff | tree |
2022-10-31 |
Keith Randall | cmd/compile: separate out sparsemaps that need position |
commit | commitdiff | tree |
2022-10-31 |
Keith Randall | cmd/compile: add rule for post-decomposed growslice... |
commit | commitdiff | tree |
2022-10-31 |
Michael Pratt | cmd/compile/internal/pgo: remove most global state |
commit | commitdiff | tree |
2022-10-31 |
Ian Lance Taylor | os: in TestDirFS only check returned path for unexpecte... |
commit | commitdiff | tree |
2022-10-31 |
Michael Pratt | cmd/compile/internal/pgo: remove ConvertLine2Int |
commit | commitdiff | tree |
2022-10-31 |
Bryan C. Mills | internal/testenv: remove RunWithTimout |
commit | commitdiff | tree |
2022-10-31 |
Bryan C. Mills | internal/testenv: add CommandContext and Command |
commit | commitdiff | tree |
2022-10-31 |
Michael Pratt | cmd/internal/obj: cleanup linkgetlineFromPos |
commit | commitdiff | tree |
2022-10-31 |
Michael Pratt | cmd/compile/internal/test: clean up TestPGOIntendedInlining |
commit | commitdiff | tree |
2022-10-31 |
Zeke Lu | net/http: deflake TestCancelRequestWhenSharingConnection |
commit | commitdiff | tree |
2022-10-31 |
Russ Cox | encoding/xml: reduce depth limit on wasm |
commit | commitdiff | tree |
2022-10-31 |
Alan Donovan | go/types: avoid formatting unneeded causes |
commit | commitdiff | tree |
2022-10-31 |
Changkun Ou | sync: use atomic.Pointer for entry |
commit | commitdiff | tree |
2022-10-31 |
Bryan C. Mills | cmd/api: skip tests when 'os/exec' is supported but... |
commit | commitdiff | tree |
2022-10-31 |
Bryan C. Mills | cmd/compile/internal/types2: fix tests on js/wasm |
commit | commitdiff | tree |
2022-10-31 |
Archana R | internal/bytealg: fix bug in index function for ppc64le... |
commit | commitdiff | tree |
2022-10-29 |
erifan01 | cmd/compile: enable address folding for global symbols... |
commit | commitdiff | tree |
2022-10-29 |
Guoqi Chen | cmd/compile: add missing tail calls flag for linux... |
commit | commitdiff | tree |
2022-10-29 |
Guoqi Chen | runtime/internal/atomic: enable atomic 64bit types... |
commit | commitdiff | tree |
2022-10-29 |
Ian Lance Taylor | cmd/go, cmd/cgo: support older versions of gccgo that... |
commit | commitdiff | tree |
2022-10-28 |
Riccardo Gerosa | math/big: improve performance of Binomial |
commit | commitdiff | tree |
2022-10-28 |
Michael Matloob | cmd/go: don't install most GOROOT .a files in pkg |
commit | commitdiff | tree |
2022-10-28 |
Ian Lance Taylor | testing: change Error to Errorf in comment |
commit | commitdiff | tree |
2022-10-28 |
Ian Lance Taylor | os: don't include DirFS argument in DirFS errors |
commit | commitdiff | tree |
2022-10-28 |
Alessandro... | cmd/compile: emit DIEs for zero sized variables |
commit | commitdiff | tree |
2022-10-28 |
Michael Matloob | cmd/go: don't substitute '$WORK' for work directory... |
commit | commitdiff | tree |
2022-10-28 |
Raj Barik | cmd/compile: Enables PGO in Go and performs profile... |
commit | commitdiff | tree |
2022-10-28 |
eric fang | cmd/internal/obj/arm64: optimize ADRP+ADD+LD/ST to... |
commit | commitdiff | tree |
2022-10-27 |
Michael Matloob | cmd/dist: produce intermedate .a files in a temporary... |
commit | commitdiff | tree |
2022-10-27 |
Keith Randall | cmd/compile: recognize when the result of append has... |
commit | commitdiff | tree |
2022-10-27 |
ruinan | hash/crc64: use slicing by 8 when the size is greater... |
commit | commitdiff | tree |
2022-10-27 |
Garet Halliday | runtime: add wasm bulk memory operations |
commit | commitdiff | tree |
2022-10-27 |
hopehook | math/rand: deprecate Read |
commit | commitdiff | tree |
2022-10-27 |
erifan01 | cmd/internal/obj/arm64: remove AMOVBU from optab |
commit | commitdiff | tree |
2022-10-26 |
Zeke Lu | debug/elf: guard access to File.gnuVersym |
commit | commitdiff | tree |
2022-10-26 |
Brad Fitzpatrick | runtime: add missing closing curly brace in runtime... |
commit | commitdiff | tree |
2022-10-26 |
Russ Cox | testing: fix many test2json inaccuracies |
commit | commitdiff | tree |
2022-10-26 |
Paul E. Murphy | cmd/internal/obj/ppc64: generate big uint32 values... |
commit | commitdiff | tree |
2022-10-26 |
doujiang24 | cmd/compile: print readable function name in error... |
commit | commitdiff | tree |
2022-10-26 |
Zeke Lu | flag: clarify that the main func at pkg.go.dev is part... |
commit | commitdiff | tree |
2022-10-26 |
Russ Cox | crypto/x509: respect GODEBUG changes for allowing SHA1... |
commit | commitdiff | tree |
2022-10-26 |
Russ Cox | all: remove uses of rand.Seed |
commit | commitdiff | tree |
2022-10-26 |
Robert Griesemer | go/types, types2: use correct shift value when typechec... |
commit | commitdiff | tree |
2022-10-26 |
Bryan C. Mills | cmd/go/internal/script: use the Cancel and WaitDelay... |
commit | commitdiff | tree |
2022-10-26 |
Wayne Zuo | runtime/internal/syscall: use ABIInternal for Syscall6... |
commit | commitdiff | tree |
2022-10-26 |
cui fliter | cmd: remove redundant _ |
commit | commitdiff | tree |
2022-10-26 |
Russ Cox | crypto/x509: delete trailing spaces |
commit | commitdiff | tree |
2022-10-26 |
cui fliter | runtime: fix a few function names on comments |
commit | commitdiff | tree |
2022-10-26 |
Wayne Zuo | all: delete riscv64 non-register ABI fallback path |
commit | commitdiff | tree |
2022-10-26 |
Wayne Zuo | all: update golang.org/x/tools to 8166dca1cec9 |
commit | commitdiff | tree |
2022-10-25 |
Robert Griesemer | cmd/compile: add support for alternative comparable... |
commit | commitdiff | tree |
2022-10-25 |
cuiweixie | cmd/go: show an error when a package in a module confli... |
commit | commitdiff | tree |
2022-10-25 |
Zeke Lu | debug/elf: use saferio.SliceCap when decoding ELF sections |
commit | commitdiff | tree |
2022-10-25 |
Russ Cox | math/rand: auto-seed global source |
commit | commitdiff | tree |
2022-10-25 |
Bryan C. Mills | cmd/go: make vcstest repo scripts compatible with old... |
commit | commitdiff | tree |
2022-10-25 |
Russ Cox | cmd/go: split quotes in GOFLAGS same as in other env... |
commit | commitdiff | tree |
2022-10-25 |
Bryan C. Mills | cmd/go: make vcstest repo scripts compatible with old... |
commit | commitdiff | tree |
2022-10-25 |
Paul E. Murphy | runtime/internal/syscall: convert PPC64 Syscall6 to... |
commit | commitdiff | tree |
2022-10-25 |
Bryan C. Mills | cmd/go: add Subversion support to the local vcstest... |
commit | commitdiff | tree |
2022-10-25 |
Bryan C. Mills | cmd/go: reroute vcs-test.golang.org HTTPS requests... |
commit | commitdiff | tree |
2022-10-25 |
Bryan C. Mills | cmd/go: redirect vcs-test.golang.org repo URLs to a... |
commit | commitdiff | tree |
2022-10-25 |
Bryan C. Mills | os/exec: add the Cancel and WaitDelay fields |
commit | commitdiff | tree |
2022-10-25 |
Bryan C. Mills | cmd/go: fix script conditions that require cgo |
commit | commitdiff | tree |
2022-10-24 |
Bryan C. Mills | cmd/go: replace the 'addcrlf' script command with a... |
commit | commitdiff | tree |
2022-10-24 |
Bryan C. Mills | cmd/go/internal/script: define GOOS, GOARCH, and compil... |
commit | commitdiff | tree |
2022-10-24 |
Bryan C. Mills | cmd/go: replace the '[exec:git]' condition with a ... |
commit | commitdiff | tree |
2022-10-24 |
Bryan C. Mills | cmd/go/internal/script: remove special-case escaping... |
commit | commitdiff | tree |
2022-10-24 |
Bryan C. Mills | cmd/go: extract the TestScript engine into a standalone... |
commit | commitdiff | tree |
2022-10-24 |
Paul E. Murphy | cmd/compile: fix PPC64 latelower enablement |
commit | commitdiff | tree |
2022-10-24 |
Joe Tsai | time: optimize appendInt and appendNanos |
commit | commitdiff | tree |
2022-10-24 |
Paul E. Murphy | cmd/compile: enable lateLower pass on PPC64 |
commit | commitdiff | tree |
2022-10-24 |
Roland Shoemaker | crypto/tls,crypto/x509: clarify certificate ownership |
commit | commitdiff | tree |
2022-10-24 |
Robert Griesemer | go/types, types2: implement alternative comparable... |
commit | commitdiff | tree |
next |