]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2025-06-26 David Chase[dev.simd] cmd/compile: add simd VPEXTRA*
2025-06-26 David Chase[dev.simd] cmd/compile: support simd(imm,fp) returns gp
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
2025-06-13 Junyang Shao[dev.simd] simd: update documentations
2025-06-13 Junyang Shao[dev.simd] cmd/compile: add dot product ops
2025-06-13 Junyang Shao[dev.simd] cmd/compile: add round simd ops
2025-06-13 Cherry Muiruntime: comment that some linknames are used by runtim...
2025-06-13 Cherry Muiruntime: remove unused unique.runtime_blockUntilEmptyFi...
2025-06-13 Cherry Muicmd/link: block new standard library linknames
2025-06-13 Junyang Shao[dev.simd] cmd/compile: updates simd ordering and docs
2025-06-13 Junyang Shao[dev.simd] cmd/compile: add simdGen prog writer
2025-06-13 Austin Clements[dev.simd] internal/cpu: add AVX-512-CD and DQ, and...
2025-06-13 Austin Clements[dev.simd] runtime: eliminate global state in mkpreempt.go
2025-06-13 Alberto Donizettiall: replace a few user-visible mentions of golang...
2025-06-12 Michael Anthony... internal/trace: end test programs with SIGQUIT
2025-06-12 Cherry Muinet: remove some BUG entries
2025-06-11 Damien Neilencoding/json/jsontext, encoding/json/v2: document...
2025-06-11 David Chasecmd/compile: add up-to-date test for generated files
2025-06-10 Damien Neilos: disallow Root.Remove(".") on Plan 9, js, and Windows
2025-06-10 Michael Anthony... runtime: handle system goroutines later in goroutine...
2025-06-10 Damien Neiltesting/synctest, runtime: avoid panic when using linke...
2025-06-10 Cherry Mui[dev.simd] all: merge master (773701a) into dev.simd
2025-06-10 Michael Anthony... internal/trace: pass GOTRACEBACK=crash to testprogs
2025-06-10 Damien Neilos: do not follow dangling symlinks in Root when O_CREA...
2025-06-10 Austin Clementsnet/http: make the zero value of CrossOriginProtection...
2025-06-10 Michael Matloobcmd/dist: only install necessary tools when doing local...
2025-06-10 Michael Anthony... runtime: don't do a direct G handoff in semrelease...
2025-06-10 Guoqi Chenall.{bash,rc}: use "../bin/go tool dist" instead of...
2025-06-10 Paul Murphycmd/compile/internal/ssa: fix PPC64 merging of (AND...
2025-06-09 Junyang Shao[dev.simd] cmd/compile: add fp3m1fp1 shape to regalloc
2025-06-09 Junyang Shao[dev.simd] cmd/compile: add fp3fp1 regsiter shape
2025-06-09 Damien Neilruntime: use small struct TestSynctest to ensure cleanu...
2025-06-09 Damien Neilruntime: clarify stack traces for bubbled goroutines
2025-06-09 Damien Neilruntime: return a different bubble deadlock error when...
2025-06-09 Michael Matloobcmd/internal/doc: increase version of pkgsite doc comma...
2025-06-09 Cuong Manh Lecmd/compile: relax reshaping condition
2025-06-09 Jonathan Amsterdamlog/slog: fix level doc on handlers
2025-06-07 Guoqi Chenruntime: check for gsignal in racecall on loong64
2025-06-06 Olivier Menguéos/signal: doc link to syscall.EPIPE
2025-06-06 Carlos Amedeeall: update vendored dependencies [generated]
2025-06-06 David Chase[dev.simd] simd: add functions+methods to load-from...
2025-06-05 Neal Patelnet/http: strip sensitive proxy headers from redirect...
2025-06-05 Junyang Shao[dev.simd] cmd/compile: generated codes for amd64 SIMD
2025-06-04 Damien Neilruntime: make bubbled timers more consistent with unbubbled
2025-06-04 Cherry MuiRevert "cmd/compile: Enable inlining of tail calls"
2025-06-04 Michael Anthony... cmd/trace: handle Sync event at the beginning of the...
2025-06-04 Michael Anthony... runtime: reduce per-P memory footprint when greenteagc...
2025-06-04 Cuong Manh Letest: add another regression test for issue 73309
2025-06-04 qiulaidongfengcmd/compile: better error message when import embed...
2025-06-03 Michael Matloobcmd/dist: don't install tools that won't be shipped...
next