2023-12-19 |
Bryan C. Mills | doc/go1.22,cmd/go: document that 'go mod init' no longe... |
commit | commitdiff | tree |
2023-12-19 |
Bryan C. Mills | doc/go1.22: document removal of 'go get' support in... |
commit | commitdiff | tree |
2023-12-19 |
Carlos Amedee | doc: typo fix for net/http.ServeMux |
commit | commitdiff | tree |
2023-12-19 |
Russ Cox | cmd/go/internal/toolchain: revert "make a best effort... |
commit | commitdiff | tree |
2023-12-19 |
Jonathan Amsterdam | doc/go1.22.html: release notes for slog, testing/slogte... |
commit | commitdiff | tree |
2023-12-19 |
Robert Griesemer | cmd/compile: remove interfacecycles debug flag |
commit | commitdiff | tree |
2023-12-19 |
Guoqi Chen | doc/go1.22: announcing support address sanitizer on... |
commit | commitdiff | tree |
2023-12-18 |
Than McIntosh | test: skip rangegen.go on 32-bit platforms |
commit | commitdiff | tree |
2023-12-18 |
Filippo Valsorda | crypto/tls: align FIPS-only mode with BoringSSL policy |
commit | commitdiff | tree |
2023-12-18 |
Filippo Valsorda | crypto/internal/boring: upgrade module to fips-20220613 |
commit | commitdiff | tree |
2023-12-18 |
Than McIntosh | Revert "cmd/cgo/internal/testsanitizers: fix msan test... |
commit | commitdiff | tree |
2023-12-18 |
Tim King | cmd: go get golang.org/x/tools@83bceaf2 and revendor |
commit | commitdiff | tree |
2023-12-18 |
qmuntal | cmd/link/internal/loadpe: update comment about @feat... |
commit | commitdiff | tree |
2023-12-18 |
Russ Cox | doc: add math/rand/v2 release notes |
commit | commitdiff | tree |
2023-12-18 |
Irakli Safareli | builtin: mention PanicNilError in comments of recover |
commit | commitdiff | tree |
2023-12-18 |
Mauri de Souza... | cmd/cgo/internal/testsanitizers: fix msan test failing... |
commit | commitdiff | tree |
2023-12-18 |
Bryan C. Mills | internal/syscall/windows: fix the signature of SetFileI... |
commit | commitdiff | tree |
2023-12-18 |
Michael Anthony... | runtime: skip TestRuntimeLockMetricsAndProfile for... |
commit | commitdiff | tree |
2023-12-15 |
Michael Pratt | runtime: properly model rwmutex in lock ranking |
commit | commitdiff | tree |
2023-12-15 |
Jes Cok | all: fix copyright headers |
commit | commitdiff | tree |
2023-12-15 |
Keith Randall | cmd/asm: for arm, rewrite argument shifted right by... |
commit | commitdiff | tree |
2023-12-15 |
David Chase | runtime: add race annotations in IncNonDefault |
commit | commitdiff | tree |
2023-12-15 |
Keith Randall | cmd/asm: fix encoding for arm right shift by constant 0 |
commit | commitdiff | tree |
2023-12-15 |
Roland Shoemaker | doc: add crypto/tls and crypto/x509 release notes |
commit | commitdiff | tree |
2023-12-14 |
Russ Cox | net/netip: remove Prefix.Compare for Go 1.22 |
commit | commitdiff | tree |
2023-12-14 |
Bryan C. Mills | cmd/go/internal/toolchain: make a best effort to parse... |
commit | commitdiff | tree |
2023-12-14 |
Bryan C. Mills | cmd/go/internal/modfetch: simplify a redundant condition |
commit | commitdiff | tree |
2023-12-14 |
Bryan C. Mills | cmd/go/internal/vcweb: set GIT_PROTOCOL in the git... |
commit | commitdiff | tree |
2023-12-14 |
Andy Pan | doc/go1.22: correct the system call name used for zero... |
commit | commitdiff | tree |
2023-12-14 |
qiulaidongfeng | runtime: delete todo of the list field for mspan |
commit | commitdiff | tree |
2023-12-14 |
Davis Goodin | doc: improve release note for Windows hosts file being... |
commit | commitdiff | tree |
2023-12-14 |
qmuntal | doc: document Windows os.ReadDir improvements |
commit | commitdiff | tree |
2023-12-14 |
cui fliter | doc: add missing html tags |
commit | commitdiff | tree |
2023-12-14 |
Danil Timerbulatov | all: remove newline characters after return statements |
commit | commitdiff | tree |
2023-12-14 |
Dmitri Shuralyov | doc/go1.22: pre-announce dropping macOS 10.15 support |
commit | commitdiff | tree |
2023-12-14 |
Than McIntosh | doc: add release note fragment on inlining changes |
commit | commitdiff | tree |
2023-12-13 |
Robert Griesemer | go/types, types2: report error for range over int if... |
commit | commitdiff | tree |
2023-12-13 |
Tolya Korniltsev | runtime/pprof: fix inlined generics locations |
commit | commitdiff | tree |
2023-12-13 |
Robert Griesemer | doc: in pre-generic spec, be explicit that it is not... |
commit | commitdiff | tree |
2023-12-13 |
Robert Griesemer | go/types, types2: better error message when missing... |
commit | commitdiff | tree |
2023-12-13 |
Mauri de Souza... | iter: fix race instrumentation for Pull2 |
commit | commitdiff | tree |
2023-12-13 |
Robert Griesemer | go/types, types2: avoid confusing error message "have... |
commit | commitdiff | tree |
2023-12-13 |
Mauri de Souza... | doc/go1.22: document reflect.TypeFor |
commit | commitdiff | tree |
2023-12-13 |
Roland Shoemaker | crypto/x509: properly gate test on macos version |
commit | commitdiff | tree |
2023-12-12 |
Damien Neil | doc/go1.22: document minor net/http changes |
commit | commitdiff | tree |
2023-12-12 |
Damien Neil | doc/go1.22: document zero-copy to net.UnixConn |
commit | commitdiff | tree |
2023-12-12 |
qmuntal | doc: document SetUnhandledExceptionFilter interop |
commit | commitdiff | tree |
2023-12-12 |
Damien Neil | doc/go1.22: remove reference to #60107 |
commit | commitdiff | tree |
2023-12-12 |
Mauri de Souza... | cmd/cgo/internal/testsanitizers: check for go build... |
commit | commitdiff | tree |
2023-12-12 |
Robert Griesemer | go/types, types2: flip message contents for reverse... |
commit | commitdiff | tree |
2023-12-12 |
Robert Griesemer | go/types, types2: better error message for cases of... |
commit | commitdiff | tree |
2023-12-12 |
Bryan C. Mills | doc/go1.22: remove empty cgo section |
commit | commitdiff | tree |
2023-12-12 |
Alan Donovan | doc/go1.22: document ast.Unparen |
commit | commitdiff | tree |
2023-12-12 |
Robert Griesemer | doc: emphasize gotypesalias GODEBUG flag in go 1.22... |
commit | commitdiff | tree |
2023-12-12 |
Michael Pratt | doc/go1.22: document io changes |
commit | commitdiff | tree |
2023-12-12 |
Michael Pratt | doc/go1.22: document bufio changes |
commit | commitdiff | tree |
2023-12-12 |
Michael Pratt | doc/go1.22: document archive/tar and archive/zip changes |
commit | commitdiff | tree |
2023-12-12 |
Bryan C. Mills | cmd/go: explicitly name the default branch “main” in... |
commit | commitdiff | tree |
2023-12-11 |
Roland Shoemaker | crypto/x509: gate Policies marshaling with GODEBUG |
commit | commitdiff | tree |
2023-12-11 |
Bryan C. Mills | net: remove an arbitrary timeout in TestAcceptTimeoutMu... |
commit | commitdiff | tree |
2023-12-11 |
Bryan C. Mills | cmd/go/internal/modload: classify "invalid pseudo-versi... |
commit | commitdiff | tree |
2023-12-11 |
qmuntal | doc: document SEH changes |
commit | commitdiff | tree |
2023-12-11 |
Michael Pratt | doc/go1.22: remove compiler TODO |
commit | commitdiff | tree |
2023-12-11 |
Michael Pratt | doc/go1.22: add TODOs for missing APIs |
commit | commitdiff | tree |
2023-12-11 |
Michael Pratt | doc/go1.22: document syscall changes |
commit | commitdiff | tree |
2023-12-11 |
Bryan C. Mills | doc/go1.22: document workspace vendoring |
commit | commitdiff | tree |
2023-12-11 |
Michael Pratt | doc/go1.22: fix stale id for math/rand/v2 |
commit | commitdiff | tree |
2023-12-11 |
Michael Anthony... | doc: fix formatting of runtime and runtime/trace releas... |
commit | commitdiff | tree |
2023-12-11 |
Tolya Korniltsev | runtime/pprof: fix generics function names |
commit | commitdiff | tree |
2023-12-11 |
Keith Randall | runtime: clear mspan.largeType more carefully in the... |
commit | commitdiff | tree |
2023-12-11 |
Bryan C. Mills | doc: document os/exec changes on Windows |
commit | commitdiff | tree |
2023-12-11 |
Russ Cox | os: limit temp file randomness to uint32 |
commit | commitdiff | tree |
2023-12-09 |
qmuntal | doc: document that os.Stat follows all link reparse... |
commit | commitdiff | tree |
2023-12-09 |
qmuntal | doc: document that the Windows hosts file is now respected |
commit | commitdiff | tree |
2023-12-08 |
David Chase | doc: describe for loop changes (lifetime, range int... |
commit | commitdiff | tree |
2023-12-08 |
Cherry Mui | doc/go1.22: document that reflect.PtrTo is deprecated |
commit | commitdiff | tree |
2023-12-08 |
Cherry Mui | doc/go1.22: remove stale TODO and comments for vet... |
commit | commitdiff | tree |
2023-12-08 |
Cherry Mui | doc/go1.22: fix go test -cover formatting |
commit | commitdiff | tree |
2023-12-08 |
Cherry Mui | doc/go1.22: document additional constants in debug... |
commit | commitdiff | tree |
2023-12-08 |
Robert Griesemer | go/parser: fix panic in object resolution for invalid... |
commit | commitdiff | tree |
2023-12-08 |
Bryan C. Mills | cmd/go: relax version regexp from CL 547998 |
commit | commitdiff | tree |
2023-12-08 |
eric fang | cmd/internal/obj/arm64: fix invalid register pair for LDP |
commit | commitdiff | tree |
2023-12-08 |
Raghvender | cmd/compile: fix error message for mismatch between... |
commit | commitdiff | tree |
2023-12-08 |
Keith Randall | cmd/compile: fix SCCP propagation into jump tables |
commit | commitdiff | tree |
2023-12-07 |
Russ Cox | runtime: put runtime.fastrand back temporarily |
commit | commitdiff | tree |
2023-12-07 |
Michael Pratt | internal/profile: fully decode proto even if there... |
commit | commitdiff | tree |
2023-12-07 |
Bryan C. Mills | cmd/go: accept clang versions with vendor prefixes |
commit | commitdiff | tree |
2023-12-07 |
Bryan C. Mills | cmd/go: unset CC when we remove it from PATH in TestScr... |
commit | commitdiff | tree |
2023-12-07 |
Ruinan | cmd/asm: print absolute PC for all patterns "off(PC... |
commit | commitdiff | tree |
2023-12-07 |
Bryan C. Mills | os: document Readlink behavior for relative links |
commit | commitdiff | tree |
2023-12-07 |
Cherry Mui | doc/go1.22: document openbsd/ppc64 port |
commit | commitdiff | tree |
2023-12-07 |
Bryan C. Mills | cmd/go: set global .gitconfig location more robustly... |
commit | commitdiff | tree |
2023-12-07 |
Robert Griesemer | go/types, types2: don't print aliased type (in comments... |
commit | commitdiff | tree |
2023-12-06 |
Joe Tsai | doc: add release notes for changes to encoding/json... |
commit | commitdiff | tree |
2023-12-06 |
Bryan C. Mills | cmd/go: avoid hard-coding runtime dependencies in TestN... |
commit | commitdiff | tree |
2023-12-06 |
David Chase | doc: changes for loong64 linux port |
commit | commitdiff | tree |
2023-12-06 |
Michael Pratt | runtime/pprof: add section headers to Profile doc |
commit | commitdiff | tree |
2023-12-06 |
Michael Pratt | doc: add STW metrics to release notes |
commit | commitdiff | tree |
2023-12-06 |
Michael Pratt | doc: add release notes for runtime-internal contention |
commit | commitdiff | tree |
2023-12-06 |
Michael Pratt | doc: document runtimecontentionstacks |
commit | commitdiff | tree |
next |