]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2025-07-10 Junyang Shao[dev.simd] cmd/compile: fix maskreg/simdreg chaos
2025-07-09 Junyang Shao[dev.simd] cmd/compile, simd: fix Int64x2 Greater outpu...
2025-07-09 David Chase[dev.simd] cmd/compile: remove X15 from register mask
2025-07-09 David Chase[dev.simd] cmd/compile: output of simd generator, more...
2025-07-09 Junyang Shao[dev.simd] cmd/compile, simd: Int64x2 Greater and Uint...
2025-07-09 Junyang Shao[dev.simd] cmd/compile: use upper registers for AVX512...
2025-07-09 Junyang Shao[dev.simd] runtime: save Z16-Z31 registers in async...
2025-07-09 Junyang Shao[dev.simd] cmd/compile: change register mask names...
2025-07-09 Junyang Shao[dev.simd] cmd/compile, simd: rename Masked$OP to ...
2025-07-09 Junyang Shao[dev.simd] simd: rename stubs_amd64.go to ops_amd64.go
2025-07-08 Junyang Shao[dev.simd] cmd/compile, simd: remove FP bitwise logic...
2025-07-08 Junyang Shao[dev.simd] cmd/compile: make compares between NaNs...
2025-07-08 David Chase[dev.simd] simd: {Int,Uint}{8x{16,32},16x{8,16}} subvec...
2025-07-08 David Chase[dev.simd] cmd/compile: minor tweak for race detector
2025-07-08 David Chase[dev.simd] cmd/compile: add EXTRACT[IF]128 instructions
2025-07-07 David Chase[dev.simd] cmd/compile: add INSERT[IF]128 instructions
2025-07-07 Junyang Shao[dev.simd] cmd/compile: make regalloc simd aware on...
2025-07-07 David Chase[dev.simd] cmd/compile: output of simdgen with invarian...
2025-07-05 David Chase[dev.simd] cmd/compile: fix the "always panic" code...
2025-07-01 Junyang Shao[dev.simd] internal/cpu: add GFNI feature check
2025-06-30 Austin Clements[dev.simd] runtime: remove write barrier in xRegRestore
2025-06-30 Junyang Shao[dev.simd] cmd/compile, simd: cleanup operations and...
2025-06-30 Cherry Mui[dev.simd] all: merge master (740857f) into dev.simd
2025-06-30 Austin Clements[dev.simd] runtime: save AVX2 and AVX-512 state on...
2025-06-30 Austin Clements[dev.simd] runtime: save scalar registers off stack...
2025-06-30 Michael Prattruntime: stash allpSnapshot on the M
2025-06-30 Damien Neilsync: disassociate WaitGroups from bubbles on Wait
2025-06-30 David Chase[dev.simd] cmd/compile: reorder operands for some simd...
2025-06-30 David Chase[dev.simd] cmd/compile: undoes reorder transform in...
2025-06-30 Filippo Valsordacrypto/hmac: wrap ErrUnsupported returned by Clone
2025-06-30 limeidanruntime: update skips for TestGdbBacktrace
2025-06-30 Mikhail Mazurskiyiter: add missing type parameter in doc
2025-06-29 qmuntalcmd/doc: fix -http on Windows
2025-06-28 Cherry Muiruntime: remove arbitrary 5-second timeout in TestNeedm...
2025-06-27 Joe Tsaireflect: fix TypeAssert on nil interface values
2025-06-27 qmuntalos: use minimal file permissions when opening parent...
2025-06-27 Roland Shoemakerencoding/json: add security section to doc
2025-06-27 Michael Anthony... runtime: account for missing frame pointer in preamble
2025-06-27 Andy Nitschkenet/http: fix RoundTrip context cancellation for js...
2025-06-27 Joe Tsaiencoding/json: fix typo in hotlink for jsontext.Preserv...
2025-06-27 Junyang Shao[dev.simd] cmd/compile, simd: add galois field operations
2025-06-27 Junyang Shao[dev.simd] cmd/compile, simd: add shift operations
2025-06-27 Cherry Muicmd/link: permit a larger size BSS reference to a small...
2025-06-26 David Chase[dev.simd] cmd/compile: tweak sort order in generator
2025-06-26 David Chase[dev.simd] cmd/compile: add simd VPEXTRA*
2025-06-26 thepuddscmd/compile/internal/escape: evaluate any side effects...
2025-06-26 David Chase[dev.simd] cmd/compile: support simd(imm,fp) returns gp
2025-06-25 Joe Tsaiencoding/json/jsontext: remove Encoder.UnusedBuffer
2025-06-25 Joe Tsaiencoding/json/jsontext: rename Encoder.UnusedBuffer...
2025-06-25 Cherry Mui[dev.simd] all: merge master (f8ccda2) into dev.simd
2025-06-25 Junyang Shao[dev.simd] cmd/compile: glue codes for Shift and Rotate
2025-06-25 Michael Anthony... runtime: make explicit nil check in (*spanInlineMarkBit...
2025-06-25 Michael Prattruntime: note custom GOMAXPROCS even if value doesn...
2025-06-25 Werner Spiegelcontext: fix typo in context_test.go
2025-06-24 Cherry Muicmd/link: add one more linkname to the blocklist
2025-06-24 Junyang Shao[dev.simd] simd: add test wrappers
2025-06-24 Rob Findleygo/types: add test for interface method field type
2025-06-24 Joe Tsaiencoding/json: use zstd compressed testdata
2025-06-24 Julien Cretelnet/http: reduce allocs in CrossOriginProtection.Check
2025-06-24 Joe Tsaiencoding/json/v2: support ISO 8601 durations
2025-06-24 yuuji.yaginumadoc: fix links to runtime Environment Variables
2025-06-24 Joe Tsaiencoding/json/v2: reject unquoted dash as a JSON field...
2025-06-24 Joe Tsaiencoding/json/v2: report error on time.Duration without...
2025-06-24 Joe Tsaicmd/dist: test encoding/json/... with GOEXPERIMENT...
2025-06-23 Michael Anthony... internal/trace: improve gc-stress test
2025-06-23 Joe Tsaiencoding/json/jsontext: consistently use JSON terminology
2025-06-23 Cherry Muiruntime: add missing unlock in sysReserveAlignedSbrk
2025-06-23 David Chase[dev.simd] cmd/compile: make simd regmask naming more...
2025-06-23 David Chase[dev.simd] simd, cmd/compile: generated code for VPINSR...
2025-06-23 Junyang Shao[dev.simd] simd: add AVX512 aggregated check
2025-06-23 Robert FindleyRevert "go/types, types2: don't register interface...
2025-06-23 Cherry Mui[dev.simd] simd: add tests for intrinsic used as a...
2025-06-23 Cherry Mui[dev.simd] cmd/compile: generate function body for...
2025-06-20 Cherry Mui[dev.simd] sync: correct the type of runtime_StoreRelui...
2025-06-20 David Chase[dev.simd] cmd/compile: add simdFp1gp1fp1Imm8 helper...
2025-06-20 Damien Neiltesting, testing/synctest: handle T.Helper in synctest...
2025-06-20 Cherry Mui[dev.simd] cmd/compile: don't treat devel compiler...
2025-06-20 cuishuangruntime: fix struct comment
2025-06-20 Sean Liaocrypto/cipher: fix link to crypto/aes
2025-06-20 Adam Bendergo/doc: add a golden test that reproduces #62640
2025-06-18 David Chase[dev.simd] cmd/compile: add fp1gp1fp1 register mask...
2025-06-18 Michael Prattcmd/go/internal/fips140: ignore GOEXPERIMENT on error
2025-06-18 Junyang Shao[dev.simd] cmd/compile: remove fused mul/add/sub shapes.
2025-06-18 Michael Anthony... runtime: set mspan limit field early and eagerly
2025-06-18 Michael Anthony... runtime: prevent mutual deadlock between GC stopTheWorl...
2025-06-18 Junyang Shao[dev.simd] cmd/compile: fix signature error of PairDotP...
2025-06-17 Kevin Burkeencoding/json/jsontext: fix spelling error
2025-06-17 David Chase[dev.simd] cmd/compile: removed a map iteration from...
2025-06-17 David Chase[dev.simd] cmd/compile: alphabetize SIMD intrinsics
2025-06-16 Michael Anthony... cmd/dist: always include variant in package names
2025-06-16 Keith Randallinternal/reflectlite: fix comment about meaning of...
2025-06-16 Michael Anthony... runtime: don't let readTrace spin on trace.shutdown
2025-06-16 Junyang Shao[dev.simd] cmd/compile: reorder stubs
2025-06-16 Michael Anthony... internal/trace: make Value follow reflect conventions
2025-06-13 David Chase[dev.simd] cmd/compile: move simd helpers into compiler...
2025-06-13 David Chase[dev.simd] cmd/compile: generated simd*ops files weren...
2025-06-13 David Chase[dev.simd] cmd/compile: remove unused simd intrinsics...
2025-06-13 David Chasecmd/compile: add up-to-date test for generated files
2025-06-13 Junyang Shao[dev.simd] cmd/compile: add fused mul add sub ops
2025-06-13 Junyang Shao[dev.simd] cmd/compile: add more dot products
next