2023-05-23 |
Matthew Dempsky | cmd/compile: implement min/max builtins |
commit | commitdiff | tree |
2023-05-23 |
Russ Cox | cmd/go: set default GOTOOLCHAIN in GOROOT/go.env |
commit | commitdiff | tree |
2023-05-23 |
Michael Anthony... | runtime: add partial lock order between mspanSpecial... |
commit | commitdiff | tree |
2023-05-23 |
Cherry Mui | cmd/compile: build compiler with PGO |
commit | commitdiff | tree |
2023-05-23 |
Michael Anthony... | doc: write various runtime-related release notes |
commit | commitdiff | tree |
2023-05-23 |
Roland Shoemaker | crypto/rsa: make DecryptPKCS1v15SessionKey warning... |
commit | commitdiff | tree |
2023-05-23 |
Ian Lance Taylor | syscall: avoid serializing forks on ForkLock |
commit | commitdiff | tree |
2023-05-23 |
Cuong Manh Le | test: remove *_unified.go variants |
commit | commitdiff | tree |
2023-05-23 |
Russ Cox | cmd/go: refuse to run when the main module or workspace... |
commit | commitdiff | tree |
2023-05-23 |
David Chase | cmd/compile: indicate sense of hash/bisect match in... |
commit | commitdiff | tree |
2023-05-23 |
Rob Findley | go/types, types2: require CGO for TestIssue59944 |
commit | commitdiff | tree |
2023-05-23 |
Russ Cox | cmd/go: add support for 'go' and 'toolchain' repos... |
commit | commitdiff | tree |
2023-05-23 |
Russ Cox | cmd/go: download newer toolchain if needed during go... |
commit | commitdiff | tree |
2023-05-23 |
Russ Cox | cmd/go: accept non-standard versions like go1.21-202305... |
commit | commitdiff | tree |
2023-05-23 |
Russ Cox | cmd/go/internal/gover: add new Go version package |
commit | commitdiff | tree |
2023-05-23 |
Lance Yang | runtime: fall back on mmap if madvise is unsupported |
commit | commitdiff | tree |
2023-05-23 |
Sven Anderson | runtime: let Pinner preallocate a reusable ref array |
commit | commitdiff | tree |
2023-05-23 |
Rob Findley | go/types: resolve cgo base type names |
commit | commitdiff | tree |
2023-05-23 |
Than McIntosh | cmd/go,testing: re-implement testing.Coverage |
commit | commitdiff | tree |
2023-05-23 |
Than McIntosh | runtime/coverage: add support for "auxiliary" meta... |
commit | commitdiff | tree |
2023-05-23 |
Than McIntosh | runtime/coverage: add coverage snapshot helper routine |
commit | commitdiff | tree |
2023-05-23 |
Than McIntosh | internal/coverage/cformat: add aggregation option to... |
commit | commitdiff | tree |
2023-05-23 |
Than McIntosh | cmd/covdata: tweak output format for 'go tool covdata... |
commit | commitdiff | tree |
2023-05-23 |
Than McIntosh | cmd/covdata: relax mode clash policy for selected opera... |
commit | commitdiff | tree |
2023-05-23 |
Than McIntosh | internal/coverage: implement conforming Seek method... |
commit | commitdiff | tree |
2023-05-23 |
Than McIntosh | cmd/go: add some test skips for GOEXPERIMENT=nocoverage... |
commit | commitdiff | tree |
2023-05-23 |
Bryan C. Mills | cmd/go: clear GOOS environment variable in TestScript... |
commit | commitdiff | tree |
2023-05-23 |
Russ Cox | cmd/go: allow using go env with unknown vars already... |
commit | commitdiff | tree |
2023-05-22 |
Matthew Dempsky | cmd/compile: incorporate inlined function names into... |
commit | commitdiff | tree |
2023-05-22 |
Bryan C. Mills | cmd/go: retain extra roots to disambiguate imports... |
commit | commitdiff | tree |
2023-05-22 |
Bryan C. Mills | cmd/go: add a test that reproduces an unstable 'go... |
commit | commitdiff | tree |
2023-05-22 |
Austin Clements | cmd/cgo/internal: skip in tests, not in TestMain |
commit | commitdiff | tree |
2023-05-22 |
Austin Clements | cmd/cgo: merge overlayDir into one package |
commit | commitdiff | tree |
2023-05-22 |
Austin Clements | cmd/cgo/internal/testcshared: drop bespoke host test... |
commit | commitdiff | tree |
2023-05-22 |
Michael Pratt | cmd/compile: enable PGO-driven call devirtualization |
commit | commitdiff | tree |
2023-05-22 |
Jonathan Amsterdam | log/slog: increase test coverage |
commit | commitdiff | tree |
2023-05-22 |
Jonathan Amsterdam | log/slog: improve test coverage of JSON handler |
commit | commitdiff | tree |
2023-05-22 |
Ian Lance Taylor | runtime: treat TestRaceSignal as flaky on Darwin |
commit | commitdiff | tree |
2023-05-22 |
Ian Lance Taylor | cmd/cgo: recognize unsafe.{StringData,SliceData} |
commit | commitdiff | tree |
2023-05-22 |
Jonathan Amsterdam | log/slog: fix check for nil prefix |
commit | commitdiff | tree |
2023-05-22 |
Jonathan Amsterdam | log/slog: empty calls to With and WithGroup are no-ops |
commit | commitdiff | tree |
2023-05-22 |
Jonathan Amsterdam | cmd/vet: add slog checker |
commit | commitdiff | tree |
2023-05-22 |
Garet Halliday | wasm: remove redundant calls to setTimeout and clearTimeout |
commit | commitdiff | tree |
2023-05-22 |
Robert Griesemer | go/types, types2: remove unnecessary pkg argument from... |
commit | commitdiff | tree |
2023-05-22 |
Ian Lance Taylor | runtime: remove some unused constants from assembler... |
commit | commitdiff | tree |
2023-05-22 |
Robert Griesemer | go/types, types2: keep inferring type arguments from... |
commit | commitdiff | tree |
2023-05-22 |
Bryan C. Mills | net: skip TestFileFdBlocks if the "unix" network is... |
commit | commitdiff | tree |
2023-05-22 |
Michael Pratt | cmd/compile: replace -d=pgoinline with -d=pgodebug |
commit | commitdiff | tree |
2023-05-22 |
Michael Pratt | cmd/compile/internal/typecheck: export Implements |
commit | commitdiff | tree |
2023-05-22 |
Michael Pratt | cmd/compile/internal/typecheck: remove base.Errorf... |
commit | commitdiff | tree |
2023-05-22 |
qmuntal | runtime: fix TestSehUnwind |
commit | commitdiff | tree |
2023-05-22 |
Felix Geisendörfer | runtime: rename getcallerfp to getfp |
commit | commitdiff | tree |
2023-05-22 |
Ruinan | cmd/asm: encode instructions like SHA1SU0 with a separa... |
commit | commitdiff | tree |
2023-05-22 |
Jonathan Amsterdam | doc: add slog to release notes |
commit | commitdiff | tree |
2023-05-20 |
Ian Lance Taylor | net, os: net.Conn.File.Fd should return a blocking... |
commit | commitdiff | tree |
2023-05-20 |
Ian Lance Taylor | net: ignore more errors in TestDialCancel |
commit | commitdiff | tree |
2023-05-20 |
Ian Lance Taylor | runtime: consolidate on a single closeonexec definition |
commit | commitdiff | tree |
2023-05-20 |
Sean Liao | cmd/go: update help for empty environment variables |
commit | commitdiff | tree |
2023-05-20 |
Ian Lance Taylor | runtime: change fcntl to return two values |
commit | commitdiff | tree |
2023-05-20 |
Russ Cox | cmd/go: implement GOTOOLCHAIN=auto |
commit | commitdiff | tree |
2023-05-20 |
Jabar Asadi | io: prevent seeking to position prior to offsetwrite... |
commit | commitdiff | tree |
2023-05-20 |
Sean Liao | net/http/pprof: document query params |
commit | commitdiff | tree |
2023-05-19 |
Sven Anderson | runtime: improve Pinner with gcBits |
commit | commitdiff | tree |
2023-05-19 |
Dmitri Shuralyov | cmd/dist: use "pkg[:variant]" as dist test name |
commit | commitdiff | tree |
2023-05-19 |
Austin Clements | cmd/dist: remove unused functionality |
commit | commitdiff | tree |
2023-05-19 |
Austin Clements | cmd/dist: delete moved_goroot test |
commit | commitdiff | tree |
2023-05-19 |
Paul E. Murphy | all: generate NOTOC shared code on power10/PPC64/linux |
commit | commitdiff | tree |
2023-05-19 |
David Chase | cmd/compile: tweaks to loopvar logging |
commit | commitdiff | tree |
2023-05-19 |
Michael Anthony... | runtime: make trace.lock not reentrant |
commit | commitdiff | tree |
2023-05-19 |
Michael Anthony... | runtime: replace raw traceEv with traceBlockReason... |
commit | commitdiff | tree |
2023-05-19 |
qmuntal | net: make Dial fail faster on Windows closed loopback... |
commit | commitdiff | tree |
2023-05-19 |
Austin Clements | cmd/dist: flush incomplete lines in -json mode |
commit | commitdiff | tree |
2023-05-19 |
Michael Anthony... | runtime: make traceClockNow nosplit |
commit | commitdiff | tree |
2023-05-19 |
cuiweixie | maps: enhance the robustness of the tests |
commit | commitdiff | tree |
2023-05-19 |
cuiweixie | maps: delete unused var |
commit | commitdiff | tree |
2023-05-19 |
Keith Randall | cmd/compile: constant-fold loads from constant dictiona... |
commit | commitdiff | tree |
2023-05-19 |
Michael Anthony... | runtime: formalize the trace clock |
commit | commitdiff | tree |
2023-05-19 |
Ian Lance Taylor | cmp: new package |
commit | commitdiff | tree |
2023-05-19 |
miller | internal/poll: handle SetDeadline to time.Now() in... |
commit | commitdiff | tree |
2023-05-19 |
Michael Anthony... | runtime: emit STW events for all pauses, not just those... |
commit | commitdiff | tree |
2023-05-19 |
cuiweixie | html/template: expose ErrJSTemplate |
commit | commitdiff | tree |
2023-05-19 |
Michael Anthony... | runtime: flush idle time to sched.idleTime on limiter... |
commit | commitdiff | tree |
2023-05-19 |
Michael Anthony... | runtime: fix lockrank ordering for pinner implementation |
commit | commitdiff | tree |
2023-05-19 |
cuiweixie | maps,runtime: improve maps.Keys |
commit | commitdiff | tree |
2023-05-19 |
Sven Anderson | runtime: implement Pinner API for object pinning |
commit | commitdiff | tree |
2023-05-19 |
Oleksandr Redko | go/types: fix typos in comments |
commit | commitdiff | tree |
2023-05-19 |
Michael Anthony... | runtime: make the memory limit heap goal headroom propo... |
commit | commitdiff | tree |
2023-05-19 |
Tobias Klauser | runtime: report correct fcntl syscall error in checkClo... |
commit | commitdiff | tree |
2023-05-19 |
Robert Griesemer | go/types, types2: fix comments in unify.go |
commit | commitdiff | tree |
2023-05-19 |
Robert Griesemer | go/types, types2: type-check built-ins even if there... |
commit | commitdiff | tree |
2023-05-19 |
Michael Anthony... | runtime: add eager scavenging details to GODEBUG=scavtr... |
commit | commitdiff | tree |
2023-05-19 |
Alessandro... | cmd/link: add ReflectMethod flag to -dumpdep output |
commit | commitdiff | tree |
2023-05-19 |
Bryan C. Mills | cmd/go: add a GODEBUG to limit the number of concurrent... |
commit | commitdiff | tree |
2023-05-19 |
Austin Clements | cmd/cgo/internal/testcarchive: fix nocgo and no-c-archi... |
commit | commitdiff | tree |
2023-05-19 |
Robert Griesemer | cmd/compile: use more lenient type inference for untype... |
commit | commitdiff | tree |
2023-05-19 |
Austin Clements | cmd/cgo/internal/testsovar: merge into testso |
commit | commitdiff | tree |
2023-05-19 |
Austin Clements | cmd/cgo/internal/testtls: cleanup and support more... |
commit | commitdiff | tree |
2023-05-19 |
Austin Clements | cmd/dist: drop remaining conditions on default cgo... |
commit | commitdiff | tree |
2023-05-19 |
Austin Clements | cmd/cgo/internal/testnocgo: always run in default confi... |
commit | commitdiff | tree |
2023-05-19 |
Austin Clements | cmd/cgo/internal/testtls: build and run everywhere |
commit | commitdiff | tree |
next |