]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2025-11-10 Junyang Shao[dev.simd] cmd/compile: add peepholes for all masked...
2025-11-10 Junyang Shao[dev.simd] simd, cmd/compile: remove move from API
2025-11-10 Junyang Shao[dev.simd] simd: put unexported methods to another...
2025-11-04 Alexander Musman[dev.simd] simd/_gen: fix sorting ops slices
2025-10-29 David Chase[dev.simd] cmd/compile: enhance inlining for closure...
2025-10-27 David Chase[dev.simd] test: add some trickier cases to ternary...
2025-10-24 David Chase[dev.simd] cmd/compile, simd: add rewrite to convert...
2025-10-24 Junyang Shao[dev.simd] cmd/compile, simd: add SHA features
2025-10-24 Junyang Shao[dev.simd] simd/_gen: parse SHA features from XED
2025-10-24 David Chase[dev.simd] simd: added String() method to SIMD vectors.
2025-10-22 David Chase[dev.simd] cmd/compile, simd: add definitions for VPTER...
2025-10-20 Tom Thorogood[dev.simd] simd: add AES feature check
2025-10-14 Junyang Shao[dev.simd] simd: clean up mask load comments
2025-10-14 Junyang Shao[dev.simd] cmd/compile, simd: update DotProd to DotProduct
2025-10-14 Junyang Shao[dev.simd] cmd/compile: peephole simd mask load/stores...
2025-10-14 Junyang Shao[dev.simd] cmd/compile, simd: remove mask load and...
2025-10-13 Junyang Shao[dev.simd] simd/_gen: add mem peephole with feat mismatches
2025-10-13 David Chase[dev.simd] cmd/compile: more support for cpufeatures
2025-10-10 David Chase[dev.simd] simd: add emulated Not method
2025-10-07 David Chase[dev.simd] cmd/compile: track which CPU features are...
2025-10-03 David Chase[dev.simd] cmd/compile: inliner tweaks to favor simd...
2025-10-03 Cherry Mui[dev.simd] all: merge master (adce7f1) into dev.simd
2025-10-03 Cherry Muicmd/link: support .def file with MSVC clang toolchain
2025-10-03 Tim Cooijmanscmd/cgo: fix unaligned arguments typedmemmove crash...
2025-10-02 Damien Neilnet/http/httputil: deprecate ReverseProxy.Director
2025-10-02 Nicholas S... net/http: update bundled x/net/http2 and delete obsolet...
2025-10-02 Damien Neilio/fs: move path name documentation up to the package...
2025-10-02 Michael Anthony... runtime: skip TestGoroutineLeakProfile under mayMoreSta...
2025-10-02 qmuntalruntime: fix aix/ppc64 library initialization
2025-10-02 Daniel Martícmd/go: update `go help mod edit` with the tool and...
2025-10-02 Vlad Saiocruntime,net/http/pprof: goroutine leak detection by...
2025-10-02 Mateusz Poliwczakcmd/compile: propagate len([]T{}) to make builtin to...
2025-10-02 Daniel McCarneycrypto/tls: rm marshalEncryptedClientHelloConfigList...
2025-10-02 Joe Tsaiencoding/json: fix Decoder.InputOffset regression in...
2025-10-01 Alan Donovandoc/go_spec.html: update date
2025-10-01 Frédéric G... testing/synctest: fix inverted test failure message...
2025-10-01 Alan Donovancmd/go/testdata/script/test_fuzz_fuzztime.txt: disable
2025-10-01 qmuntalruntime: move loong64 library entry point to os-agnosti...
2025-09-30 qmuntalruntime: unify ppc64/ppc64le library entry point
2025-09-30 Joel Singtest/codegen: codify handling of floating point constan...
2025-09-30 Youlin Fengcmd/compile/internal/ssa: remove redundant "type:"...
2025-09-30 Julien Cretelmime: reduce allocs incurred by ParseMediaType
2025-09-30 Aidan Welchmime: extend "builtinTypes" to include a more complete...
2025-09-30 Jake Baileycmd/compile: eliminate nil checks on .dict arg
2025-09-30 Steve Muirruntime: initialise debug settings much earlier in...
2025-09-30 Junyang Shao[dev.simd] cmd/compile, simd: add AES instructions
2025-09-30 Julien Cretelerrors: add AsType
2025-09-30 qmuntalcmd/link/internal/arm64: support Mach-O ARM64_RELOC_SUB...
2025-09-30 qmuntalcmd/link/internal/arm64: support Mach-O ARM64_RELOC_POI...
2025-09-30 Cherry Muicmd/compile, runtime: always enable Wasm signext and...
2025-09-30 qmuntalinternal/poll: remove operation fields from FD
2025-09-30 qmuntalinternal/poll: pass the I/O mode instead of an overlapp...
2025-09-29 Filippo Valsordacrypto/internal/fips140/entropy: add CPU jitter-based...
2025-09-29 Filippo Valsordacrypto/internal/fips140/mlkem: make CAST conditional
2025-09-29 Ian Lance Taylorruntime: correct reference to getStackMap in comment
2025-09-29 qmuntalinternal/poll: remove buf field from operation
2025-09-29 qmuntalcmd/link: use a .def file to mark exported symbols...
2025-09-29 qmuntalinternal/syscall/windows: regenerate GetFileSizeEx
2025-09-29 Roland Shoemakercrypto/tls: quote protocols in ALPN error message
2025-09-29 Cherry Muicmd/link: don't pass -Wl,-S on Solaris
2025-09-29 Ian Lance Taylorcmd/link: use correct length for pcln.cutab
2025-09-29 David Chase[dev.simd] simd: use new data movement instructions...
2025-09-29 Richard Millercmd/link: skip TestFlagW on platforms without DWARF...
2025-09-29 apocelipesencoding/xml: make use of reflect.TypeAssert
2025-09-29 qmuntalruntime: jump instead of branch in netbsd/arm64 entry...
2025-09-29 Jes Cokdebug/elf: prevent offset overflow
2025-09-27 AN Longall: fix typos
2025-09-27 limeidancmd/compile: implement jump table on loong64
2025-09-27 Kir Kolyshkinos/user: simplify go:build
2025-09-27 Cherry Muiruntime: use a smaller arena size on Wasm
2025-09-26 Damien Neilnet/http: add HTTP2Config.StrictMaxConcurrentRequests
2025-09-26 Damien Neilnet/http: add more tests of transport connection pool
2025-09-26 David Chase[dev.simd] simd: repair broken comments in generated...
2025-09-26 David Chase[dev.simd] cmd/compile, simd: add 64-bit select-from...
2025-09-26 David Chase[dev.simd] simd, cmd/compile: add 128 bit select-from...
2025-09-26 Kir Kolyshkinos/user: use getgrouplist on illumos && cgo
2025-09-26 Cherry Mui[dev.simd] cmd/compile: don't require single use for...
2025-09-26 qmuntalinternal/poll: simplify WriteMsg and ReadMsg on Windows
2025-09-26 Cherry Mui[dev.simd] cmd/compile: remove unnecessary code from...
2025-09-26 Michael Anthony... runtime: move TestReadMetricsSched to testprog
2025-09-26 Junyang Shao[dev.simd] cmd/compile: make condtion of CanSSA smarter...
2025-09-26 David Chase[dev.simd] simd: generalize select-float32-from-pair
2025-09-26 Cherry Muicmd/link: don't pass -Wl,-S on AIX
2025-09-26 Cherry Muicmd/link: skip TestFlagW on AIX
2025-09-26 Cuong Manh Lecmd/compile: fix ICE with new(<untyped expr>)
2025-09-26 qmuntalinternal/poll: don't call SetFilePointerEx in Seek...
2025-09-26 Damien Neilmime/multipart: percent-encode CR and LF in header...
2025-09-26 abner chencRevert "cmd/internal/obj/loong64: use the MOVVP instruc...
2025-09-26 qmuntalruntime: unify arm64 entry point code
2025-09-26 qmuntalruntime: use common library entry point on windows...
2025-09-25 Filippo Valsordalib/fips140: re-seal v1.0.0
2025-09-25 Filippo Valsordacrypto/internal/fips140: remove key import PCTs, make...
2025-09-25 Filippo Valsordacrypto/internal/fips140: update frozen module version...
2025-09-25 Filippo Valsordacrypto/internal/fips140/ecdsa: make TestingOnlyNewDRBG...
2025-09-25 Alan Donovanstd: remove unused declarations
2025-09-25 Cherry Mui[dev.simd] all: merge master (d70ad4e) into dev.simd
2025-09-25 Cherry Mui[dev.simd] simd, cmd/compile: mark simd vectors uncompa...
2025-09-25 Michael Prattsync/atomic: correct Uintptr.Or return doc
2025-09-25 Michael Prattruntime: acquire/release C TSAN lock when calling cgo...
2025-09-25 Alan Donovancmd/fix: remove all functionality
next