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 |
2024-05-22 |
Rhys Hiltner | runtime: lower mutex contention test expectations |
commit | commitdiff | tree |
2024-05-22 |
Michael Anthony... | runtime: move goroutine stack exists events after span... |
commit | commitdiff | tree |
2024-05-22 |
Michael Anthony... | internal/trace: fix up debug commands |
commit | commitdiff | tree |
2024-05-22 |
Michael Anthony... | runtime: write out a batch with alignment info for... |
commit | commitdiff | tree |
2024-05-22 |
Sam Thanawalla | cmd/go: add go mod tidy -diff |
commit | commitdiff | tree |
2024-05-22 |
Russ Cox | all: document legacy //go:linkname for modules with... |
commit | commitdiff | tree |
2024-05-22 |
Paul E. Murphy | cmd/compile/internal/ssa: reintroduce ANDconst opcode... |
commit | commitdiff | tree |
2024-05-22 |
Robert Griesemer | go/types, types2: better error message for invalid... |
commit | commitdiff | tree |
2024-05-22 |
Robert Griesemer | go/types, types2: operand.AssignableTo must consider... |
commit | commitdiff | tree |
2024-05-22 |
Cherry Mui | cmd/compile: keep closure pointer live for range body... |
commit | commitdiff | tree |
2024-05-22 |
Michael Anthony... | runtime: correctly account for allocated objects in... |
commit | commitdiff | tree |
2024-05-22 |
Robert Griesemer | go/types, types2: operand.convertibleTo must consider... |
commit | commitdiff | tree |
2024-05-22 |
islishude | net/http: add partitioned attribute to cookie type |
commit | commitdiff | tree |
2024-05-22 |
Dmitri Shuralyov | doc/initial, doc/next: add draft notice to introduction |
commit | commitdiff | tree |
2024-05-22 |
Paul E. Murphy | all: convert PPC64 CMPx ...,R0,... to CMPx Rx,$0 |
commit | commitdiff | tree |
2024-05-22 |
Rhys Hiltner | runtime/pprof: ignore runtime-internal samples in test |
commit | commitdiff | tree |
2024-05-22 |
Kioni | cmd/go: add -cover flag to report by go version -m |
commit | commitdiff | tree |
2024-05-22 |
Roland Shoemaker | html: update jstmpllitinterp doc |
commit | commitdiff | tree |
2024-05-22 |
Filippo Valsorda | crypto/tls: remove typeNextProtocol |
commit | commitdiff | tree |
2024-05-22 |
Jes Cok | encoding/binary: adjust docs for Append, Encode and... |
commit | commitdiff | tree |
2024-05-22 |
Damien Neil | crypto/tls: improved 0-RTT QUIC API |
commit | commitdiff | tree |
2024-05-22 |
Roland Shoemaker | crypto/x509: reject serial numbers longer than 20 octets |
commit | commitdiff | tree |
2024-05-22 |
Roland Shoemaker | crypto/x509: reject negative serial numbers |
commit | commitdiff | tree |
2024-05-22 |
Jes Cok | doc: correct issue number for release note |
commit | commitdiff | tree |
2024-05-22 |
Michael Anthony... | internal/concurrent: make HashTrieMap iteration more... |
commit | commitdiff | tree |
2024-05-22 |
Filippo Valsorda | crypto/tls: implement X25519Kyber768Draft00 |
commit | commitdiff | tree |
2024-05-22 |
Cherry Mui | cmd/compile: update PGO profile |
commit | commitdiff | tree |
2024-05-22 |
Rhys Hiltner | runtime: split mutex profile clocks |
commit | commitdiff | tree |
2024-05-22 |
Filippo Valsorda | crypto/tls: ensure GODEBUGs are initialized |
commit | commitdiff | tree |
2024-05-22 |
Filippo Valsorda | crypto/tls: clarify group selection logic |
commit | commitdiff | tree |
2024-05-22 |
aimuz | maps: clarify iteration order and insertion behavior |
commit | commitdiff | tree |
2024-05-22 |
Tobias Klauser | internal/cpu: remove unused const cpuid_SSE2 |
commit | commitdiff | tree |
2024-05-22 |
Jes Cok | reflect: add line breaks for long sentences |
commit | commitdiff | tree |
2024-05-22 |
Russ Cox | internal/coverage/cfile: remove //go:linkname into... |
commit | commitdiff | tree |
2024-05-22 |
Russ Cox | internal/coverage/cfile: remove more //go:linkname... |
commit | commitdiff | tree |
2024-05-22 |
Filippo Valsorda | crypto/x509: cleanup signature generation |
commit | commitdiff | tree |
next |