2024-12-10 |
Damien Neil | runtime: avoid panic in expired synctest timer chan... |
commit | commitdiff | tree |
2024-12-10 |
Roland Shoemaker | html/template: escape script tags in JS errors case... |
commit | commitdiff | tree |
2024-12-10 |
Tom Thorogood | crypto/internal/fips140/ecdsa: fix reseed_counter check... |
commit | commitdiff | tree |
2024-12-09 |
Michael Anthony... | runtime: make special offset a uintptr |
commit | commitdiff | tree |
2024-12-09 |
Paul Cacheux | runtime: remove datadog-agent from prof labels hall... |
commit | commitdiff | tree |
2024-12-09 |
Michael Anthony... | weak: align weak.Pointer documentation with runtime... |
commit | commitdiff | tree |
2024-12-09 |
Petr Osetrov | bufio: make the description of Peek's behavior better |
commit | commitdiff | tree |
2024-12-09 |
Sean Liao | cmd/go: document the build cache as safe for concurrent use |
commit | commitdiff | tree |
2024-12-08 |
Dmitri Shuralyov | lib/wasm: provide fs.constants.O_DIRECTORY definition |
commit | commitdiff | tree |
2024-12-07 |
Austin Clements | runtime: improve AddCleanup documentation |
commit | commitdiff | tree |
2024-12-07 |
Cherry Mui | cmd/go: document c-shared buildmode for building WASI... |
commit | commitdiff | tree |
2024-12-06 |
Michael Pratt | runtime: add note that Callers never returns an entry PC |
commit | commitdiff | tree |
2024-12-06 |
Paul Cacheux | cmd/internal/goobj: add missing symbol align field... |
commit | commitdiff | tree |
2024-12-06 |
Dmytro Yeroshkin | encoding/base64, encoding/base32: add doc details to... |
commit | commitdiff | tree |
2024-12-06 |
Conrad Irwin | cmd/go: add tool meta-pattern to go help packages |
commit | commitdiff | tree |
2024-12-06 |
Conrad Irwin | cmd/go: report tool errors in go list all |
commit | commitdiff | tree |
2024-12-06 |
Michael Matloob | cmd/go: use AppendPath(OrigEnv) as env for tool executable |
commit | commitdiff | tree |
2024-12-06 |
Michael Anthony... | all: update vendored dependencies [generated] |
commit | commitdiff | tree |
2024-12-06 |
Michael Matloob | cmd/go: consistently use DefaultExecName for executable... |
commit | commitdiff | tree |
2024-12-06 |
Conrad Irwin | cmd/go: add -modfile and -modcacherw to go tool |
commit | commitdiff | tree |
2024-12-06 |
Jorropo | testing: fix divide by zero when benchmark is faster... |
commit | commitdiff | tree |
2024-12-06 |
Cherry Mui | cmd/compile: update default PGO profile |
commit | commitdiff | tree |
2024-12-06 |
Damien Neil | cmd/internal/objabi, internal/runtime: increase nosplit... |
commit | commitdiff | tree |
2024-12-06 |
Ian Lance Taylor | crypto/hkdf: add package doc comment |
commit | commitdiff | tree |
2024-12-05 |
Gopher Robot | doc/next: delete |
commit | commitdiff | tree |
2024-12-05 |
Gopher Robot | api: promote next to go1.24 |
commit | commitdiff | tree |
2024-12-05 |
Junyang Shao | testing: improve documentation, examples, release notes for |
commit | commitdiff | tree |
2024-12-05 |
Cherry Mui | cmd/compile: document wasmexport directive, update... |
commit | commitdiff | tree |
2024-12-05 |
Michael Matloob | cmd/go/testdata/script: skip EndSequence entries in... |
commit | commitdiff | tree |
2024-12-05 |
Conrad Irwin | doc/next: introduce module tools |
commit | commitdiff | tree |
2024-12-05 |
Russ Cox | crypto/internal/fips140/bigmod: add more //go:norace... |
commit | commitdiff | tree |
2024-12-05 |
Cherry Mui | doc/next: add release notes for Wasm changes |
commit | commitdiff | tree |
2024-12-05 |
Sean Liao | cmd/go: drop -v from go help get |
commit | commitdiff | tree |
2024-12-05 |
Sean Liao | embed: document exclusions more explicitly |
commit | commitdiff | tree |
2024-12-05 |
Cherry Mui | doc/next: add linker change release notes |
commit | commitdiff | tree |
2024-12-05 |
thepudds | weak: fix subheading syntax in package doc |
commit | commitdiff | tree |
2024-12-04 |
Michael Anthony... | weak: massage package docs a little bit |
commit | commitdiff | tree |
2024-12-04 |
Michael Anthony... | doc/next: add release notes for runtime and sync |
commit | commitdiff | tree |
2024-12-04 |
Sean Liao | math/bits: update reference to debruijn paper |
commit | commitdiff | tree |
2024-12-04 |
Michael Matloob | cmd/go/internal/cache: always check error from stat... |
commit | commitdiff | tree |
2024-12-04 |
Sean Liao | bufio: document Reader must be created with New functions |
commit | commitdiff | tree |
2024-12-04 |
Jorropo | sync/atomic: add missing leak tests for And & Or |
commit | commitdiff | tree |
2024-12-04 |
Jorropo | math/rand/v2: replace <= 0 with == 0 for Uint function... |
commit | commitdiff | tree |
2024-12-04 |
Alexey Palazhchenko | runtime: remove "hall of shame" comment from public... |
commit | commitdiff | tree |
2024-12-04 |
Sean Liao | sync: document RWMutex locks cannot be upgraded / downg... |
commit | commitdiff | tree |
2024-12-03 |
Robert Griesemer | doc/next: minor grammar fix in release notes |
commit | commitdiff | tree |
2024-12-03 |
Damien Neil | runtime: avoid defer on system stack in synctestidle_c |
commit | commitdiff | tree |
2024-12-03 |
Michael Anthony... | cmd/link/internal/ld: work around FreeBSD 14.1 cmd... |
commit | commitdiff | tree |
2024-12-03 |
Russ Cox | crypto/internal/fips140/bigmod: disable race detector... |
commit | commitdiff | tree |
2024-12-03 |
cuishuang | sort: add examples for SearchStrings, SliceIsSorted |
commit | commitdiff | tree |
2024-12-03 |
Junyang Shao | cmd/compile: fix a premature-deallocation of state... |
commit | commitdiff | tree |
2024-12-03 |
Filippo Valsorda | crypto/rsa: return error if keygen random source is... |
commit | commitdiff | tree |
2024-12-03 |
Filippo Valsorda | crypto/rsa: fix keys with p < q |
commit | commitdiff | tree |
2024-12-03 |
Filippo Valsorda | crypto/internal/fips140/rsa: add Pairwise Consistency... |
commit | commitdiff | tree |
2024-12-03 |
Filippo Valsorda | crypto/rsa: allow keys larger than 16384 bits in FIPS... |
commit | commitdiff | tree |
2024-12-03 |
Filippo Valsorda | crypto/rsa: minor FIPS 186-5 compliance fixes |
commit | commitdiff | tree |
2024-12-02 |
Cherry Mui | hash/maphash, cmd/compile: make Comparable[string]... |
commit | commitdiff | tree |
2024-12-02 |
cuishuang | cmd/go: add go prefix in base.Fatalf |
commit | commitdiff | tree |
2024-12-02 |
Dmitri Shuralyov | testing: consider -N suffix after benchmark name optional |
commit | commitdiff | tree |
2024-12-02 |
Wesley Beary | crypto/x509: add missing `be` to comment about serial... |
commit | commitdiff | tree |
2024-11-30 |
Russ Cox | crypto/rsa: check hash message length first in SignPKCS1v15 |
commit | commitdiff | tree |
2024-11-30 |
Filippo Valsorda | crypto/internal/fips140/rsa: do trial divisions in... |
commit | commitdiff | tree |
2024-11-30 |
Filippo Valsorda | crypto/x509: keep RSA CRT values in ParsePKCS1PrivateKey |
commit | commitdiff | tree |
2024-11-30 |
Filippo Valsorda | crypto/rsa: move key generation to crypto/internal... |
commit | commitdiff | tree |
2024-11-30 |
Filippo Valsorda | crypto/rsa: move precomputation to crypto/internal... |
commit | commitdiff | tree |
2024-11-30 |
Filippo Valsorda | crypto/internal/fips140/rsa: check that e and N are odd |
commit | commitdiff | tree |
2024-11-30 |
Filippo Valsorda | crypto/internal/fips140/bigmod: add Nat.InverseVarTime |
commit | commitdiff | tree |
2024-11-30 |
Filippo Valsorda | crypto/internal/fips140/rsa: add Miller-Rabin test |
commit | commitdiff | tree |
2024-11-28 |
Dmitri Shuralyov | doc/next: organize 9-todo.md items by category |
commit | commitdiff | tree |
2024-11-28 |
Tim King | doc/next: document buildtag changes |
commit | commitdiff | tree |
2024-11-27 |
Tim King | doc/next: document copylock changes |
commit | commitdiff | tree |
2024-11-27 |
Ian Lance Taylor | doc/next: document that crypto/rand.Read never fails |
commit | commitdiff | tree |
2024-11-27 |
zhangjian | cmd/preprofile: correct -V flag |
commit | commitdiff | tree |
2024-11-27 |
Robert Griesemer | go/types, types2: fix printing of error message with... |
commit | commitdiff | tree |
2024-11-27 |
Russ Cox | cmd/internal/obj: handle static assembly symbols correc... |
commit | commitdiff | tree |
2024-11-27 |
Ian Lance Taylor | debug/elf: check for multiplication overflow for shnum... |
commit | commitdiff | tree |
2024-11-27 |
Dmitri Shuralyov | doc/next: update with reviewed output from relnote... |
commit | commitdiff | tree |
2024-11-27 |
Adam Bender | os/exec: edit comment to remove invalid link |
commit | commitdiff | tree |
2024-11-27 |
Hiroaki Sano | crypto/tls: fix a broken link |
commit | commitdiff | tree |
2024-11-27 |
Felix Geisendörfer | cmd/trace: also show end stack traces |
commit | commitdiff | tree |
2024-11-27 |
Robert Griesemer | doc/next: document new language feature (alias type... |
commit | commitdiff | tree |
2024-11-26 |
Roland Shoemaker | doc: add note about crypto/x509 serial generation |
commit | commitdiff | tree |
2024-11-26 |
Ian Lance Taylor | doc/next: add notes for new #cgo annotations |
commit | commitdiff | tree |
2024-11-26 |
Alan Donovan | doc/next: add release note for vet on Printf(s) with... |
commit | commitdiff | tree |
2024-11-26 |
Roland Shoemaker | doc: add note about x509sha1 removal |
commit | commitdiff | tree |
2024-11-26 |
Damien Neil | net/http: test for racing idle conn closure and new... |
commit | commitdiff | tree |
2024-11-25 |
Damien Neil | net/http: run TestServerShutdownStateNew in a synctest... |
commit | commitdiff | tree |
2024-11-25 |
Damien Neil | net/http: avoid redundant installation of HTTP/2 suppor... |
commit | commitdiff | tree |
2024-11-25 |
Meng Zhuo | runtime: using ABIInternal on syscall for riscv64 |
commit | commitdiff | tree |
2024-11-23 |
Keith Randall | crypto/internal: keep fips140/aes.NewCTR from allocating |
commit | commitdiff | tree |
2024-11-23 |
Keith Randall | crypto/internal/fips140/aes: handle fallback correctly... |
commit | commitdiff | tree |
2024-11-23 |
Conrad Irwin | cmd/go: pass os.Args[0] to mod tools |
commit | commitdiff | tree |
2024-11-22 |
Dmitri Shuralyov | all: update vendored dependencies [generated] |
commit | commitdiff | tree |
2024-11-22 |
Keith Randall | crypto/internal/fips140/aes: handle fallback correctly |
commit | commitdiff | tree |
2024-11-22 |
Carlos Amedee | runtime: properly search for cleanups in cleanup.stop |
commit | commitdiff | tree |
2024-11-22 |
Roland Shoemaker | crypto/x509: run a subset of the NIST PKI test suite |
commit | commitdiff | tree |
2024-11-22 |
Damien Neil | runtime, internal/synctest, syscall/js: keep bubble... |
commit | commitdiff | tree |
2024-11-22 |
Russ Cox | cmd/compile, cmd/link: FIPS fixes for large programs |
commit | commitdiff | tree |
2024-11-22 |
Dmitri Shuralyov | cmd/dist: don't test FIPS when ASAN is on |
commit | commitdiff | tree |
2024-11-22 |
Filippo Valsorda | crypto/cipher: deprecate NewOFB, NewCFBDecrypter, and... |
commit | commitdiff | tree |
next |