]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-12-16 Austin Clementstesting: improve B.Loop docs, use B.Loop in examples
2024-12-13 Austin Clementscmd/go: drop FailedBuild field if gotestjsonbuildtext=1
2024-12-13 Michael Prattcmd/link: make dwarf name slice index self-describing
2024-12-13 Filippo Valsordacrypto/ecdsa: fix s390x assembly with P-521
2024-12-13 Filippo Valsordacrypto/internal/cryptotest: skip TestAllocations on...
2024-12-13 thepuddsfmt: add more function and allocation tests
2024-12-13 Michael Prattruntime: migrate missing map linkname allowlists
2024-12-12 Robert Griesemerspec: align EBNF rules consistently (cosmetic change)
2024-12-12 Ian Lance Taylorsyscall: on freebsd-386 only update written for certain...
2024-12-12 Oleksandr Redkonet: fix example function name for IP.To4
2024-12-12 Cherry Muicmd/internal/obj: disallow linknamed access to builtin...
2024-12-12 Cherry Muicmd/link: block new standard library linknames
2024-12-12 apocelipesbuiltin: document clear is a no-op if its argument...
2024-12-12 Ian Lance Taylorinternal/poll: in SendFile treat ENOTSUP like EOPNOTSUPP
2024-12-11 Ian Lance Taylorcmd/cgo: use full prototype for main in C code
2024-12-11 Ian Lance Taylordebug/elf: adjust version API per issue discussion
2024-12-11 Filippo Valsordacrypto: use provided random Reader in FIPS mode
2024-12-11 Jonathan Amsterdamlog/slog: make DiscardHandler example package-level
2024-12-11 Sam Thanawallacmd/go: add more tests for GOAUTH's user provided authe...
2024-12-11 Damien Neilnet/http: document zero value of Protocols
2024-12-11 Ian Lance Taylorcmd/compile: update broken link
2024-12-11 Antonio Ojeanet: avoid unnecessary interface lookup fetching all...
2024-12-11 zfdx123internal/goos: fix bug in gengoos.go
2024-12-11 Cherry Muicmd/internal/objfile: break out dissassemblers to anoth...
2024-12-11 Kir Kolyshkinsyscall: remove a wrong comment in Clearenv
2024-12-11 Ian Lance Taylorreflect: consistently document when value must be settable
2024-12-10 Damien Neilruntime: avoid panic in expired synctest timer chan...
2024-12-10 Roland Shoemakerhtml/template: escape script tags in JS errors case...
2024-12-10 Tom Thorogoodcrypto/internal/fips140/ecdsa: fix reseed_counter check...
2024-12-09 Michael Anthony... runtime: make special offset a uintptr
2024-12-09 Paul Cacheuxruntime: remove datadog-agent from prof labels hall...
2024-12-09 Michael Anthony... weak: align weak.Pointer documentation with runtime...
2024-12-09 Petr Osetrovbufio: make the description of Peek's behavior better
2024-12-09 Sean Liaocmd/go: document the build cache as safe for concurrent use
2024-12-08 Dmitri Shuralyovlib/wasm: provide fs.constants.O_DIRECTORY definition
2024-12-07 Austin Clementsruntime: improve AddCleanup documentation
2024-12-07 Cherry Muicmd/go: document c-shared buildmode for building WASI...
2024-12-06 Michael Prattruntime: add note that Callers never returns an entry PC
2024-12-06 Paul Cacheuxcmd/internal/goobj: add missing symbol align field...
2024-12-06 Dmytro Yeroshkinencoding/base64, encoding/base32: add doc details to...
2024-12-06 Conrad Irwincmd/go: add tool meta-pattern to go help packages
2024-12-06 Conrad Irwincmd/go: report tool errors in go list all
2024-12-06 Michael Matloobcmd/go: use AppendPath(OrigEnv) as env for tool executable
2024-12-06 Michael Anthony... all: update vendored dependencies [generated]
2024-12-06 Michael Matloobcmd/go: consistently use DefaultExecName for executable...
2024-12-06 Conrad Irwincmd/go: add -modfile and -modcacherw to go tool
2024-12-06 Jorropotesting: fix divide by zero when benchmark is faster...
2024-12-06 Cherry Muicmd/compile: update default PGO profile
2024-12-06 Damien Neilcmd/internal/objabi, internal/runtime: increase nosplit...
2024-12-06 Ian Lance Taylorcrypto/hkdf: add package doc comment
2024-12-05 Gopher Robotdoc/next: delete
2024-12-05 Gopher Robotapi: promote next to go1.24
2024-12-05 Junyang Shaotesting: improve documentation, examples, release notes for
2024-12-05 Cherry Muicmd/compile: document wasmexport directive, update...
2024-12-05 Michael Matloobcmd/go/testdata/script: skip EndSequence entries in...
2024-12-05 Conrad Irwindoc/next: introduce module tools
2024-12-05 Russ Coxcrypto/internal/fips140/bigmod: add more //go:norace...
2024-12-05 Cherry Muidoc/next: add release notes for Wasm changes
2024-12-05 Sean Liaocmd/go: drop -v from go help get
2024-12-05 Sean Liaoembed: document exclusions more explicitly
2024-12-05 Cherry Muidoc/next: add linker change release notes
2024-12-05 thepuddsweak: fix subheading syntax in package doc
2024-12-04 Michael Anthony... weak: massage package docs a little bit
2024-12-04 Michael Anthony... doc/next: add release notes for runtime and sync
2024-12-04 Sean Liaomath/bits: update reference to debruijn paper
2024-12-04 Michael Matloobcmd/go/internal/cache: always check error from stat...
2024-12-04 Sean Liaobufio: document Reader must be created with New functions
2024-12-04 Jorroposync/atomic: add missing leak tests for And & Or
2024-12-04 Jorropomath/rand/v2: replace <= 0 with == 0 for Uint function...
2024-12-04 Alexey Palazhchenkoruntime: remove "hall of shame" comment from public...
2024-12-04 Sean Liaosync: document RWMutex locks cannot be upgraded / downg...
2024-12-03 Robert Griesemerdoc/next: minor grammar fix in release notes
2024-12-03 Damien Neilruntime: avoid defer on system stack in synctestidle_c
2024-12-03 Michael Anthony... cmd/link/internal/ld: work around FreeBSD 14.1 cmd...
2024-12-03 Russ Coxcrypto/internal/fips140/bigmod: disable race detector...
2024-12-03 cuishuangsort: add examples for SearchStrings, SliceIsSorted
2024-12-03 Junyang Shaocmd/compile: fix a premature-deallocation of state...
2024-12-03 Filippo Valsordacrypto/rsa: return error if keygen random source is...
2024-12-03 Filippo Valsordacrypto/rsa: fix keys with p < q
2024-12-03 Filippo Valsordacrypto/internal/fips140/rsa: add Pairwise Consistency...
2024-12-03 Filippo Valsordacrypto/rsa: allow keys larger than 16384 bits in FIPS...
2024-12-03 Filippo Valsordacrypto/rsa: minor FIPS 186-5 compliance fixes
2024-12-02 Cherry Muihash/maphash, cmd/compile: make Comparable[string]...
2024-12-02 cuishuangcmd/go: add go prefix in base.Fatalf
2024-12-02 Dmitri Shuralyovtesting: consider -N suffix after benchmark name optional
2024-12-02 Wesley Bearycrypto/x509: add missing `be` to comment about serial...
2024-11-30 Russ Coxcrypto/rsa: check hash message length first in SignPKCS1v15
2024-11-30 Filippo Valsordacrypto/internal/fips140/rsa: do trial divisions in...
2024-11-30 Filippo Valsordacrypto/x509: keep RSA CRT values in ParsePKCS1PrivateKey
2024-11-30 Filippo Valsordacrypto/rsa: move key generation to crypto/internal...
2024-11-30 Filippo Valsordacrypto/rsa: move precomputation to crypto/internal...
2024-11-30 Filippo Valsordacrypto/internal/fips140/rsa: check that e and N are odd
2024-11-30 Filippo Valsordacrypto/internal/fips140/bigmod: add Nat.InverseVarTime
2024-11-30 Filippo Valsordacrypto/internal/fips140/rsa: add Miller-Rabin test
2024-11-28 Dmitri Shuralyovdoc/next: organize 9-todo.md items by category
2024-11-28 Tim Kingdoc/next: document buildtag changes
2024-11-27 Tim Kingdoc/next: document copylock changes
2024-11-27 Ian Lance Taylordoc/next: document that crypto/rand.Read never fails
2024-11-27 zhangjiancmd/preprofile: correct -V flag
2024-11-27 Robert Griesemergo/types, types2: fix printing of error message with...
next