]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2025-07-24 Keith Randallruntime: detect successful recovers differently
2025-07-24 Keith Randallunicode/utf8: skip ahead during ascii runs in Valid...
2025-07-24 Keith Randallcmd/compile: move amd64 and 386 over to new bounds...
2025-07-24 Keith Randallcmd/compile: add missing StringLen rule in prove
2025-07-24 Keith Randallcmd/compile: move arm64 over to new bounds check strategy
2025-07-24 Keith Randallcmd/compile,runtime: remember idx+len for bounds check...
2025-07-24 Keith Randallruntime: move bounds check constants to internal/abi
2025-07-24 Jorropocmd/compile: rewrite condselects into doublings and...
2025-07-24 Jorropocmd/compile: add opt branchelim to rewrite some CondSel...
2025-07-24 Jorropocmd/compile: learn transitive proofs for safe unsigned...
2025-07-24 Jorropocmd/compile: learn transitive proofs for safe negative...
2025-07-24 Jorropocmd/compile: learn transitive proofs for safe positive...
2025-07-24 Jorropocmd/compile: learn transitive proofs for safe unsigned...
2025-07-24 Alexander Musmancmd/compile: fold shift through AND for slice operations
2025-07-24 qmuntalinternal/runtime/syscall: rename to internal/runtime...
2025-07-24 Alexander Musmancmd/compile: improve loopRotate to handle nested loops
2025-07-24 Alexander Musmancmd/compile: optimize slice bounds checking with SUB...
2025-07-24 qmuntalinternal/poll: remove handle field from Windows' poll...
2025-07-24 qmuntalinternal/poll: remove fd field from Windows' poll.operation
2025-07-24 Julian Zhuruntime: add benchmark for small-size memmory operation
2025-07-24 Klaus Posthash/crc32: add AVX512 IEEE CRC32 calculation
2025-07-24 Derek Parkercmd/compile: prefer base.Fatalf to panic in dwarfgen
2025-07-24 kmvijaycmd/internal/obj/s390x: add MVCLE instruction
2025-07-24 Julian Zhuruntime: optimize memclr on mips64x
next