]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
13 days ago Keith Randallcmd/compile: allow StructSelect [x] of interface data...
13 days ago Mark Freemancmd/dist, internal/platform: mark freebsd/riscv64 broken
13 days ago Austin Clementsruntime: save AVX2 and AVX-512 state on asynchronous...
13 days ago Austin Clementsruntime: save scalar registers off stack in amd64 async...
13 days ago Austin Clementsinternal/cpu: add AVX-512-CD and DQ, and derived "basic...
13 days ago Austin Clementsruntime: eliminate global state in mkpreempt.go
2025-08-05 Mateusz Poliwczakgo/parser: correct comment in expectedErrors
2025-08-05 qiulaidongfengcmd: remove dead code
2025-08-05 Michael Prattruntime: test VDSO symbol hash values
2025-08-05 Keith Randallcmd/compile: allow multi-field structs to be stored...
2025-08-05 Keith Randallcmd/compile: remove support for old-style bounds check...
2025-08-05 Keith Randallcmd/compile: move ppc64 over to new bounds check strategy
2025-08-05 Daniel Morsingcmd/compile/internal/ssa: Use transitive properties...
2025-08-05 Derek Parkerdoc: fix typo in go memory model doc
2025-08-05 Cuong Manh Lecmd/compile: remove isUintXPowerOfTwo functions
2025-08-05 Cuong Manh Lecmd/compile: simplify isUintXPowerOfTwo implementation
2025-08-05 Cuong Manh Lecmd/compile: make isUint{32,64}PowerOfTwo implementatio...
2025-08-05 Cuong Manh Lecmd/compile, runtime: add checkptr instrumentation...
2025-08-05 Michael Mundaycmd/compile: optimise float <-> int register moves...
2025-08-04 Keith Randallcmd/compile: move s390x over to new bounds check strategy
2025-08-04 Keith Randallcmd/compile: move riscv64 over to new bounds check...
2025-08-04 Mateusz Poliwczakgo/parser: remove safePos
2025-08-04 Cherry Muicmd/cgo/internal/test: use (syntactic) constant for...
2025-08-04 Xiaolin Zhaocmd/internal/obj/loong64: add {V,XV}{BITCLR/BITSET...
2025-08-04 Xiaolin Zhaocmd/compile/internal/test: fix typo in comments
2025-08-04 Xiaolin Zhaocmd/internal/obj/loong64: add [X]VLDREPL.{B/H/W/D}...
2025-08-04 limeidanruntime: add reference to debugPinnerV1
2025-08-01 Roy Reznikcmd/go: modload should use a read-write lock to improve...
2025-08-01 qmuntalruntime: deduplicate Windows stdcall
2025-08-01 qmuntalruntime,syscall: move loadlibrary and getprocaddress...
2025-08-01 qmuntalcmd/go: use os.Rename to move files on Windows
2025-08-01 Keith Randallcmd/compile: enforce that locals are always accessed...
2025-08-01 Xiaolin Zhaocmd/compile: optimize multiplication rules on loong64
2025-08-01 Keith Randallcmd/compile: use generated loops instead of DUFFZERO...
2025-07-31 Michael Matloobcmd/go: explicitly reject module paths "go" and "toolchain"
2025-07-30 Michael Anthony... runtime/metrics: add cleanup and finalizer queue metrics
2025-07-30 Michael Anthony... runtime: add cgo call benchmark
2025-07-30 Michael Matloobcmd/go/internal/gover: fix ModIsPrerelease for toolchai...
2025-07-30 Michael Mundaycmd/compile: add floating point min/max intrinsics...
2025-07-30 Michael Prattall: remove redundant Swiss prefixes
2025-07-30 Michael Prattall: remove GOEXPERIMENT=swissmap
2025-07-30 Youlin Fengcmd/compile: deduplicate instructions when rewrite...
2025-07-30 qmuntalcrypto/tls: use standard chacha20-poly1305 cipher suite...
2025-07-30 Keith Randallcmd/compile: move mips32 over to new bounds check strategy
2025-07-30 Keith Randallcmd/compile: move mips64 over to new bounds check strategy
2025-07-30 Keith Randallcmd/compile: move loong64 over to new bounds check...
2025-07-30 khr@golang.orgcmd/compile: allow ops to specify clobbering input...
2025-07-30 Keith Randallcmd/compile: simplify zerorange on arm64
2025-07-30 Jorropocmd/compile: check domination of loop return in both...
2025-07-30 Keith Randallreflect: fix noswiss builder
2025-07-30 itchynyregexp: fix compiling alternate patterns of different...
2025-07-30 Xiaolin Zhaocmd/compile: avoid extending when already sufficiently...
2025-07-29 Cuong Manh Lecmd/compile: removing log2uint32 function
2025-07-29 Cuong Manh Lecmd/compile: simplify logX implementations
2025-07-29 Cuong Manh Lecmd/compile: use unsigned power-of-two detector for...
2025-07-29 Cuong Manh Lecmd/compile: add unsigned power-of-two detector
2025-07-29 Keith Randallinternal/abi: move direct/indirect flag from Kind to...
2025-07-29 Olivier Menguéos/exec: fix incorrect expansion of "", "." and "....
2025-07-29 Cherry Muiinternal/goexperiment: delete RangeFunc goexperiment
2025-07-29 Cherry Muiinternal/goexperiment: delete CacheProg goexperiment
2025-07-29 Michael Anthony... sync: remove synchashtriemap GOEXPERIMENT
2025-07-29 Keith Randallcmd/compile: move arm32 over to new bounds check strategy
2025-07-29 wingrezruntime: only deduct assist credit for arenas during GC
2025-07-29 qmuntalcmd/go/internal/telemetrystats: count goexperiments
2025-07-29 Olivier Menguéimage: fix formatting of godoc link
2025-07-29 mohansoncrypto/elliptic: change a variable name that have the...
2025-07-29 Keith Randallcmd/compile: simplify zerorange on amd64
2025-07-28 Olivier Menguéos/user: fix tests to pass on non-english Windows
2025-07-28 qmuntalinternal/poll: remove msg field from Windows' poll...
2025-07-28 qmuntalinternal/poll: remove rsan field from Windows' poll...
2025-07-28 qmuntalinternal/poll: remove sa field from Windows' poll.operation
2025-07-28 qmuntalinternal/poll: remove qty and flags fields from Windows...
2025-07-28 Ruihua Weninternal/runtime/maps: fix spelling errors in comments
2025-07-28 Joel Singruntime: remove openbsd/mips64 related code
2025-07-28 Jes Cokerrors: omit redundant nil check in type assertion...
2025-07-28 Jes Cokall: omit unnecessary type conversions
2025-07-28 Jorropocmd/compile: cleanup SelectN rules by indexing into...
2025-07-28 Jorropocmd/compile: rewrite cmov(x, x, cond) into x
2025-07-28 yazdannet/http: add proper panic message
2025-07-28 Michael Mundaytest/codegen: fix failing condmove wasm tests
2025-07-28 qmuntalruntime,syscall: move SyscallX implementations from...
2025-07-28 qmuntalinternal/runtime/syscall/windows: factor out code from...
2025-07-28 Klaus Posthash/crc32: fix incorrect checksums with avx512+race
2025-07-26 Keith Randallcmd/compile: remove no-longer-necessary call to calcula...
2025-07-25 Keith Randallcmd/compile: fix containsUnavoidableCall computation
2025-07-25 Mark Freemango/types, types2: use nil to represent incomplete expli...
2025-07-25 Mark Freemancmd/compile/internal/types2: add loaded state between...
2025-07-25 qmuntalos/user: user random name for the test user account
2025-07-25 Michael Anthony... runtime: rename scanobject to scanObject
2025-07-25 Michael Anthony... runtime: duplicate scanobject in greentea and non-green...
2025-07-25 Keith Randallcmd/compile: remove unused arg from gorecover
2025-07-25 Keith Randallruntime: iterate through inlinings when processing...
2025-07-25 Joe Tsaiencoding/json: fix truncated Token error regression...
2025-07-25 Joe Tsaiencoding/json/jsontext: preserve buffer capacity in...
2025-07-25 Keith Randallreflect: avoid a bounds check in stack-constrained...
2025-07-25 Joe Tsaiencoding/json: fix extra data regression under goexperi...
2025-07-25 Joe Tsaiencoding/json: reduce error text regressions under...
2025-07-25 cxbdashengtime: remove redundant uint32 conversion in split
2025-07-25 Julian Zhuinternal/buildcfg: add ability to get GORISCV64 variabl...
2025-07-24 Keith Randallcmd/internal/obj: rip out argp adjustment for wrapper...
next