2024-05-31 |
Tobias Klauser | net/netip: cover IPv4Unspecified in TestAddrWellKnown |
commit | commitdiff | tree |
2024-05-31 |
Ian Lance Taylor | runtime: remove zhangyunhao116/fastrand from cheaprand... |
commit | commitdiff | tree |
2024-05-31 |
Daman Arora | internal/poll: update WaitWrite comment |
commit | commitdiff | tree |
2024-05-31 |
Michael Anthony... | cmd/cgo/internal/testsanitizers: make the libfuzzer... |
commit | commitdiff | tree |
2024-05-30 |
Michael Pratt | internal/trace: actually add experimental data to map |
commit | commitdiff | tree |
2024-05-30 |
Carlos Amedee | doc/next: preannounce a new Linux kernel version requir... |
commit | commitdiff | tree |
2024-05-30 |
Robert Griesemer | cmd/compile: remove quoting in favor of clearer prose... |
commit | commitdiff | tree |
2024-05-30 |
Robert Griesemer | cmd/compile/internal/types2: enable Alias types for... |
commit | commitdiff | tree |
2024-05-30 |
Dmitri Shuralyov | doc/next: document proposal 62518 as not relevant |
commit | commitdiff | tree |
2024-05-30 |
Rhys Hiltner | Revert "runtime: prepare for extensions to waiting... |
commit | commitdiff | tree |
2024-05-30 |
Rhys Hiltner | Revert "runtime: use semaphore structure for futex... |
commit | commitdiff | tree |
2024-05-30 |
Rhys Hiltner | Revert "runtime: double-link list of waiting Ms" |
commit | commitdiff | tree |
2024-05-30 |
Rhys Hiltner | Revert "runtime: profile mutex contention during unlock" |
commit | commitdiff | tree |
2024-05-30 |
Rhys Hiltner | Revert "runtime: remove GODEBUG=runtimecontentionstacks" |
commit | commitdiff | tree |
2024-05-30 |
Rhys Hiltner | Revert "runtime: improve runtime-internal mutex profile... |
commit | commitdiff | tree |
2024-05-30 |
Rhys Hiltner | Revert "runtime: split mutex profile clocks" |
commit | commitdiff | tree |
2024-05-30 |
Sam Thanawalla | cmd/go: add compatibility tests for go mod tidy -diff |
commit | commitdiff | tree |
2024-05-30 |
Michael Anthony... | internal/trace: fix off-by-one error in arguments for... |
commit | commitdiff | tree |
2024-05-30 |
Michael Anthony... | cmd/cgo/internal/swig: force use of lld for LTO tests... |
commit | commitdiff | tree |
2024-05-30 |
Michael Anthony... | cmd/cgo/internal/testsanitizers: skip some libfuzzer... |
commit | commitdiff | tree |
2024-05-30 |
Michael Anthony... | cmd/cgo/internal/swig,cmd/go: reenable swig tests on 386 |
commit | commitdiff | tree |
2024-05-29 |
Michael Anthony... | cmd/cgo/internal/swig,cmd/go: skip swig tests on 386 |
commit | commitdiff | tree |
2024-05-29 |
Russ Cox | all: document legacy //go:linkname for final round... |
commit | commitdiff | tree |
2024-05-29 |
Russ Cox | crypto/tls: add linkname comments dropped from CL 587220 |
commit | commitdiff | tree |
2024-05-29 |
Russ Cox | all: document legacy //go:linkname for modules with... |
commit | commitdiff | tree |
2024-05-29 |
Kir Kolyshkin | os: RemoveAll: fix symlink race for unix |
commit | commitdiff | tree |
2024-05-29 |
Mauri de Souza... | syscall: add Setuid for aix |
commit | commitdiff | tree |
2024-05-29 |
Mateusz Poliwczak | make.bash: preserve GOROOT_BOOTSTRAP |
commit | commitdiff | tree |
2024-05-29 |
Robert Griesemer | go/types, types2: report error when using uninstantiate... |
commit | commitdiff | tree |
2024-05-29 |
Robert Griesemer | go/types, types2: don't lose alias information during... |
commit | commitdiff | tree |
2024-05-28 |
RTann | archive/zip: fix UncompressedSize godoc |
commit | commitdiff | tree |
2024-05-28 |
Michael Matloob | cmd/go: add release notes for go telemetry, and telemet... |
commit | commitdiff | tree |
2024-05-28 |
Michael Matloob | cmd/go/internal/load: clone pgo variant's PackagePublic... |
commit | commitdiff | tree |
2024-05-24 |
Dmitri Shuralyov | text/template: clarify error when too few or too many... |
commit | commitdiff | tree |
2024-05-24 |
Michael Anthony... | doc: add release notes for a couple minor tracing features |
commit | commitdiff | tree |
2024-05-24 |
Zxilly | text/template: add detailed info for goodFunc check |
commit | commitdiff | tree |
2024-05-24 |
Michael Anthony... | internal/trace: remove last references to internal... |
commit | commitdiff | tree |
2024-05-24 |
Kir Kolyshkin | syscall: Setrlimit: always clean rlimitNofileCache |
commit | commitdiff | tree |
2024-05-24 |
Cherry Mui | cmd/link: propagate FromAssembly attribute when cloning... |
commit | commitdiff | tree |
2024-05-24 |
Cherry Mui | cmd/link: print the seed in TestRandLayout |
commit | commitdiff | tree |
2024-05-24 |
Michael Anthony... | iter: deflake TestPull by letting exiting goroutines... |
commit | commitdiff | tree |
2024-05-24 |
Andy Pan | runtime: fix the inconsistency of kq parameter of addWa... |
commit | commitdiff | tree |
2024-05-24 |
Andy Pan | syscall: prevent redundant newline from empty $extraimports |
commit | commitdiff | tree |
2024-05-24 |
qiulaidongfeng | cmd/go: env changed flag respects $GOROOT/go.env |
commit | commitdiff | tree |
2024-05-24 |
kenshi kamata | errors: change interface{} to any in comment |
commit | commitdiff | tree |
2024-05-24 |
Alan Donovan | .github/ISSUE_TEMPLATE/03-gopls.yml: use textarea for... |
commit | commitdiff | tree |
2024-05-24 |
Dmitri Shuralyov | doc/README: suggest a way to preview next content,... |
commit | commitdiff | tree |
2024-05-24 |
Russ Cox | internal/runtime/exithook: make safe for concurrent... |
commit | commitdiff | tree |
2024-05-24 |
Michael Matloob | cmd/go/internal/modload: fix bug in error message |
commit | commitdiff | tree |
2024-05-24 |
Michael Matloob | cmd/go/internal/telemetrystats: fix assignment to ok |
commit | commitdiff | tree |
2024-05-24 |
Robert Griesemer | go/types, types2: pull up Unalias call to cover all... |
commit | commitdiff | tree |
2024-05-24 |
Kir Kolyshkin | runtime: x_cgo_getstackbound: initialize pthread attr |
commit | commitdiff | tree |
2024-05-23 |
Robert Griesemer | go/types, types2: document why Unalias is not needed... |
commit | commitdiff | tree |
2024-05-23 |
Robert Griesemer | go/types, types2: add missing Unalias call to type... |
commit | commitdiff | tree |
2024-05-23 |
Dmitri Shuralyov | doc/next: populate TODOs found with relnote todo |
commit | commitdiff | tree |
2024-05-23 |
Meng Zhuo | test/codegen: add Mul test for riscv64 |
commit | commitdiff | tree |
2024-05-23 |
limeidan | cmd/link/internal/loong64: correct the musl dynamic... |
commit | commitdiff | tree |
2024-05-23 |
Alan Donovan | std: fix calls to Printf(s) with non-constant s |
commit | commitdiff | tree |
2024-05-23 |
Michael Matloob | cmd/go/internal/telemetrystats: handle cases where... |
commit | commitdiff | tree |
2024-05-23 |
Damien Neil | net/http: remove TestTransportDialCancelRace |
commit | commitdiff | tree |
2024-05-23 |
fanzha02 | cmd/compile: intrinsify atomic And/Or on arm64 |
commit | commitdiff | tree |
2024-05-23 |
Dmitri Shuralyov | doc/next: document go mod tidy -diff flag |
commit | commitdiff | tree |
2024-05-23 |
Than McIntosh | cmd/go,testdeps: move import of internal/coverage/cfile... |
commit | commitdiff | tree |
2024-05-23 |
Cherry Mui | runtime: update TestExitHooks error strings |
commit | commitdiff | tree |
2024-05-23 |
Jes Cok | maps: slightly improve iter tests |
commit | commitdiff | tree |
2024-05-23 |
Russ Cox | time: add a few more benchmarks |
commit | commitdiff | tree |
2024-05-23 |
Roland Shoemaker | crypto/tls: add ech client support |
commit | commitdiff | tree |
2024-05-23 |
Robert Griesemer | go/types, types2: factor out check for updated type... |
commit | commitdiff | tree |
2024-05-23 |
Robert Griesemer | go/types, types2: instantiate generic alias types |
commit | commitdiff | tree |
2024-05-23 |
Russ Cox | runtime: move exit hooks into internal/runtime/exithook |
commit | commitdiff | tree |
2024-05-23 |
Mordy Ovits | doc: fix two instances of "the the" in godebug.md |
commit | commitdiff | tree |
2024-05-23 |
Michael Matloob | cmd/go/internal/work: add telemetry counters for build... |
commit | commitdiff | tree |
2024-05-23 |
Russ Cox | all: document legacy //go:linkname for modules with... |
commit | commitdiff | tree |
2024-05-23 |
Russ Cox | all: document legacy //go:linkname for modules with... |
commit | commitdiff | tree |
2024-05-23 |
Russ Cox | all: document legacy //go:linkname for modules with... |
commit | commitdiff | tree |
2024-05-23 |
Russ Cox | all: document legacy //go:linkname for modules with... |
commit | commitdiff | tree |
2024-05-23 |
Russ Cox | all: document legacy //go:linkname for modules with... |
commit | commitdiff | tree |
2024-05-23 |
David Chase | cmd/compile: repairing variable names and comments |
commit | commitdiff | tree |
2024-05-23 |
David Chase | internal/abi, cmd/compile, runtime: deduplicate rangefu... |
commit | commitdiff | tree |
2024-05-23 |
Ian Lance Taylor | all: change from sort functions to slices functions... |
commit | commitdiff | tree |
2024-05-23 |
Ian Lance Taylor | time: check for time zone offset overflow |
commit | commitdiff | tree |
2024-05-23 |
Roland Shoemaker | crypto/tls: allow 256KiB certificate messages |
commit | commitdiff | tree |
2024-05-23 |
Russ Cox | all: document legacy //go:linkname for modules with... |
commit | commitdiff | tree |
2024-05-23 |
Russ Cox | all: document legacy //go:linkname for modules with... |
commit | commitdiff | tree |
2024-05-23 |
Filippo Valsorda | crypto/rsa: refactor PKCS#1 v1.5 signature and verification |
commit | commitdiff | tree |
2024-05-23 |
Filippo Valsorda | crypto: document that Verify inputs are not confidential |
commit | commitdiff | tree |
2024-05-22 |
Roland Shoemaker | crypto/tls: populate Leaf in X509KeyPair |
commit | commitdiff | tree |
2024-05-22 |
Roland Shoemaker | crypto/x509: don't match bare wildcard |
commit | commitdiff | tree |
2024-05-22 |
Fábio Mata | net/url: fix missing handling for opaque value in Resol... |
commit | commitdiff | tree |
2024-05-22 |
Roland Shoemaker | crypto/tls: reorder client_hello extensions |
commit | commitdiff | tree |
2024-05-22 |
Roland Shoemaker | crypto/internal/hpke: add basic implementation |
commit | commitdiff | tree |
2024-05-22 |
Michael Anthony... | runtime: skip tracing events that would cause reentrancy |
commit | commitdiff | tree |
2024-05-22 |
Filippo Valsorda | math/rand/v2: add ChaCha8.Read |
commit | commitdiff | tree |
2024-05-22 |
David Chase | runtime,cmd/compile: fix wording of rangefunc panic... |
commit | commitdiff | tree |
2024-05-22 |
Filippo Valsorda | crypto/tls: move defaults into defaults.go |
commit | commitdiff | tree |
2024-05-22 |
Filippo Valsorda | crypto/tls: disable 3-DES by default |
commit | commitdiff | tree |
2024-05-22 |
Russ Cox | all: document legacy //go:linkname for modules with... |
commit | commitdiff | tree |
2024-05-22 |
Russ Cox | runtime: revert "move zeroVal to internal/abi" |
commit | commitdiff | tree |
2024-05-22 |
Michael Matloob | cmd/go: add additional counters for mode and host/targe... |
commit | commitdiff | tree |
2024-05-22 |
Mateusz Poliwczak | crypto/x509: properly pouplate the RevocationList.Autho... |
commit | commitdiff | tree |
next |