]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2025-01-14 cuishuangtesting/fstest: fix function name and comment
2025-01-14 Ian Lance Taylorcmd/dist: ignore packages with no Go files in BenchmarkAll
2025-01-13 Sean Liaocmd/go: check go version when parsing go.mod fails
2025-01-13 Ian Lance Taylorsyscall/js: adjust comments to that gofmt does not...
2025-01-13 Robert Griesemergo/types, types2: don't panic when instantiating generi...
2025-01-13 Oleksandr Redkospec: fix grammar issue
2025-01-13 Joe Tsaiencoding/json: add cases to TestUnmarshal for fatal...
2025-01-13 Joe Tsaiencoding/json: always check resulting Go value for...
2025-01-13 Keith Randallcmd/compile: fix write barrier coalescing
2025-01-10 Daniel McCarneycrypto/internal/fips140test: add hmac DRBG ACVP tests
2025-01-10 Daniel McCarneycrypto/internal/fips140test: add ML-KEM ACVP tests
2025-01-09 Filippo Valsordacrypto/rsa: fix GenerateKey flakes for toy-sized keys
2025-01-09 Michael Prattruntime/pprof: hide map runtime frames from heap profiles
2025-01-09 Sean Liaocmd/go: clarify GODEBUG in go help environment
2025-01-09 Michael Matloobcmd/go/internal/mmap: reslice to file size on Windows
2025-01-09 Filippo Valsordacrypto: fix fips140=only detection of SHA-3
2025-01-08 Joe Tsaiencoding/json: improve fidelity of TestUnmarshal for...
2025-01-08 Filippo Valsordacrypto/mlkem: merge mlkem768.go and mlkem1024.go to...
2025-01-08 Filippo Valsordacrypto/mlkem: add example and improve docs
2025-01-08 Robert Griesemergo/types, types2: require iterator yield to return...
2025-01-08 Filippo Valsordacrypto/md5,crypto/sha1: apply fips140=only to Write...
2025-01-08 Filippo Valsordacrypto/ecdsa: apply fips140=only to deterministic ECDSA...
2025-01-08 Filippo Valsordacrypto/rsa: apply fips140=only to opts.Hash in SignPSS
2025-01-08 Russ Coxcrypto/internal/fips140/drbg: avoid global lock on...
2025-01-08 Michael Matloobcmd/go/testdata/script: fix TestScript/env_gocacheprog...
2025-01-08 Michael Anthony... runtime: hold traceAcquire across casgstatus in injectglist
2025-01-08 Koichi Shiraishiinternal/sync: fix typo of panic message
2025-01-08 Damien Neiltesting/synctest: add some examples
2025-01-07 Michael Matloobcmd/go/internal/modindex: don't write index entry if...
2025-01-07 Russ Coxcmd/internal/hash: stop using md5, sha1
2025-01-07 Michael Matloobcmd/go/internal/cache: handle cacheprog not responding...
2025-01-07 Michael Anthony... weak: don't panic when calling Value on a zero Pointer
2025-01-07 Robert Griesemercmd/compile/internal/syntax: add test case for invalid...
2025-01-07 Robert Griesemergo/types, types2: expand documentation for Info.Types map
2025-01-07 Michael Matloobcmd/go/internal/env: add GOCACHEPROG to go env output
2025-01-07 thekuwayamacrypto/tls: send illegal_parameter on invalid ECHClient...
2025-01-07 Filippo Valsordacrypto/internal/fips140: zeroise integrity test tempora...
2025-01-07 Joel Singcmd/internal/disasm: correct instruction length handlin...
2025-01-07 Filippo Valsordacrypto/rsa: use λ(N) instead of φ(N)
2025-01-06 Michael Anthony... internal/sync: add test from issue 70970
2025-01-06 yincongnet/http: update NewRequestWithContext wrong link to...
2025-01-06 Michael KnyszekRevert "internal/sync: optimize CompareAndSwap and...
2025-01-03 Filippo Valsordacrypto/ecdsa: drop SEC 1 reference from package doc
2025-01-03 Damien Neilcontext: use "canceled" in docs to refer to timed-out...
2025-01-03 Ian Lance Taylorcmd/go/internal/vcweb: close the .access file
2025-01-03 Filippo Valsordacrypto/internal/fips140: mark OpenBSD unsupported
2025-01-03 Filippo Valsordacrypto/internal/fips140: add Supported
2025-01-03 Jakub Ciolekinternal/fuzz: remove the exp2 method
2025-01-03 yaxum62spec: fix a dead link
2025-01-03 Mateusz Poliwczakinternal/exportdata: add missing return
2025-01-03 Filippo Valsordacrypto/internal/fips140/check: remove Enabled
2025-01-03 linmaolincmd/go: fix two typos in helpdoc.go
2025-01-02 Austin Clementscmd/go: document GOCACHEPROG in go help environment
2025-01-02 Austin Clementscmd/go/internal/cacheprog: drop redundant Prog prefixes
2025-01-02 Austin Clementscmd/go: move GOCACHEPROG protocol types to their own...
2025-01-02 Roland Shoemakercrypto/tls: properly return ECH retry configs
2025-01-02 Austin Clementscmd/go: improve GOCACHEPROG types documentation
2025-01-02 Sean Liaocmd/go: remove references to gopath-get
2025-01-02 Filippo Valsordacrypto/tls: fix Config.Time in tests using expired...
2025-01-01 Ian Lance Taylorcmd/go: document default GOARM value
2024-12-30 Shulhanbuiltin: use list instead of indentation for comments...
2024-12-30 Robert Griesemerspec: document that string conversions don't guarantee...
2024-12-30 Robert Griesemerspec: describe representation of values
2024-12-30 thekuwayamacrypto/tls: fix misspelling in comment
2024-12-30 willbolandencoding/binary: add documentation for endian methods
2024-12-30 Sean Liaoos: mention fsys modifications during CopyFS
2024-12-30 Joe Tsaiencoding/json: remove suggestion on Unmarshaler with...
2024-12-30 willbolandcmd/link: document that -s implies -w
2024-12-30 Sean Liaogo/doc: resolve imports before predeclared identifiers...
2024-12-30 Koichi Shiraishiunique: fix typo
2024-12-28 Joe Tsaiencoding/json: expand and modernize TestInterfaceSet
2024-12-27 Pedro Tôrrescmd/go/internal/work: allow @ character in some -Wl...
2024-12-27 Austin Clementsdoc/initial: remove fixed-width spacing notice
2024-12-27 Austin Clementscmd/compile: improve compiler directive docs
2024-12-27 Harald Albrechtiter: improve documentation with iterator example
2024-12-26 Alec Bakholdincrypto/mlkem: swap order of return values of Encapsulate
2024-12-24 Michael Anthony... weak: fix typo in warning about tiny allocator optimization
2024-12-23 Cherry Muicmd/link, runtime: apply a delta to RODATA->DATA reloca...
2024-12-23 Jorropointernal/goexperiment: run go generate for synctest
2024-12-23 Pedro Tôrrescmd/go/internal/work: allow single character values...
2024-12-23 Simon Sernet: document LookupTXT behavior with multiple strings...
2024-12-22 Cherry Muicmd/compile: load map length with the right type
2024-12-21 Cherry Muiinternal/syscall/unix: apply fstatat fix to linux/mips64le
2024-12-21 Alan Donovanslices: document two oddities
2024-12-20 Cosmos Nicolaouruntime/pprof: continued attempt to deflake the VMInfo...
2024-12-20 Michael Prattruntime: test trap panic parsing in TestTracebackSystem
2024-12-19 Russ Coxnet/http: fix nil panic in test
2024-12-19 Russ Coxcmd/go: drop fips140 build ID hacks
2024-12-19 Russ Coxcmd/go: fix two-step toolchain upgrade through go insta...
2024-12-19 Cherry Muicmd/dist: skip fips140test in exe mode on Android
2024-12-19 Michal Bohuslávekweak: improve grammar in doc comments
2024-12-18 Mauri de Souza... crypto/ecdsa: fix condition for fips140=only check
2024-12-18 Filippo Valsordacrypto/tls: normalize spelling of "ClientHello" in...
2024-12-18 Filippo Valsordacrypto/pbkdf2: update RFC reference in package doc
2024-12-18 Filippo Valsordacmd/go,crypto: reject using Go+BoringCrypto and fips140...
2024-12-18 Ian Lance Taylortesting: support B.Context and F.Context
2024-12-17 Ian Lance Taylordebug/elf: adjust version API per issue discussion
2024-12-17 Filippo Valsordacrypto/internal/fips140/aes/gcm: use aes.EncryptBlockIn...
2024-12-17 Filippo Valsordacrypto/internal/fips140: add Name and Version
2024-12-17 wangshuocmd, go: fix some typos
next