13 days ago |
limeidan | cmd/internal/obj/loong64: add new instructions ALSL... |
commit | commitdiff | tree |
13 days ago |
Xiaolin Zhao | cmd/compile: fold negation into multiplication on loong64 |
commit | commitdiff | tree |
13 days ago |
Tobias Klauser | runtime: fix godoc comment for inVDSOPage |
commit | commitdiff | tree |
13 days ago |
Keith Randall | cmd/compile: allow StructSelect [x] of interface data... |
commit | commitdiff | tree |
13 days ago |
Mark Freeman | cmd/dist, internal/platform: mark freebsd/riscv64 broken |
commit | commitdiff | tree |
13 days ago |
Austin Clements | runtime: save AVX2 and AVX-512 state on asynchronous... |
commit | commitdiff | tree |
13 days ago |
Austin Clements | runtime: save scalar registers off stack in amd64 async... |
commit | commitdiff | tree |
13 days ago |
Austin Clements | internal/cpu: add AVX-512-CD and DQ, and derived "basic... |
commit | commitdiff | tree |
13 days ago |
Austin Clements | runtime: eliminate global state in mkpreempt.go |
commit | commitdiff | tree |
2025-08-05 |
Mateusz Poliwczak | go/parser: correct comment in expectedErrors |
commit | commitdiff | tree |
2025-08-05 |
qiulaidongfeng | cmd: remove dead code |
commit | commitdiff | tree |
2025-08-05 |
Michael Pratt | runtime: test VDSO symbol hash values |
commit | commitdiff | tree |
2025-08-05 |
Keith Randall | cmd/compile: allow multi-field structs to be stored... |
commit | commitdiff | tree |
2025-08-05 |
Keith Randall | cmd/compile: remove support for old-style bounds check... |
commit | commitdiff | tree |
2025-08-05 |
Keith Randall | cmd/compile: move ppc64 over to new bounds check strategy |
commit | commitdiff | tree |
2025-08-05 |
Daniel Morsing | cmd/compile/internal/ssa: Use transitive properties... |
commit | commitdiff | tree |
2025-08-05 |
Derek Parker | doc: fix typo in go memory model doc |
commit | commitdiff | tree |
2025-08-05 |
Cuong Manh Le | cmd/compile: remove isUintXPowerOfTwo functions |
commit | commitdiff | tree |
2025-08-05 |
Cuong Manh Le | cmd/compile: simplify isUintXPowerOfTwo implementation |
commit | commitdiff | tree |
2025-08-05 |
Cuong Manh Le | cmd/compile: make isUint{32,64}PowerOfTwo implementatio... |
commit | commitdiff | tree |
2025-08-05 |
Cuong Manh Le | cmd/compile, runtime: add checkptr instrumentation... |
commit | commitdiff | tree |
2025-08-05 |
Michael Munday | cmd/compile: optimise float <-> int register moves... |
commit | commitdiff | tree |
2025-08-04 |
Keith Randall | cmd/compile: move s390x over to new bounds check strategy |
commit | commitdiff | tree |
2025-08-04 |
Keith Randall | cmd/compile: move riscv64 over to new bounds check... |
commit | commitdiff | tree |
2025-08-04 |
Mateusz Poliwczak | go/parser: remove safePos |
commit | commitdiff | tree |
2025-08-04 |
Cherry Mui | cmd/cgo/internal/test: use (syntactic) constant for... |
commit | commitdiff | tree |
2025-08-04 |
Xiaolin Zhao | cmd/internal/obj/loong64: add {V,XV}{BITCLR/BITSET... |
commit | commitdiff | tree |
2025-08-04 |
Xiaolin Zhao | cmd/compile/internal/test: fix typo in comments |
commit | commitdiff | tree |
2025-08-04 |
Xiaolin Zhao | cmd/internal/obj/loong64: add [X]VLDREPL.{B/H/W/D}... |
commit | commitdiff | tree |
2025-08-04 |
limeidan | runtime: add reference to debugPinnerV1 |
commit | commitdiff | tree |
2025-08-01 |
Roy Reznik | cmd/go: modload should use a read-write lock to improve... |
commit | commitdiff | tree |
2025-08-01 |
qmuntal | runtime: deduplicate Windows stdcall |
commit | commitdiff | tree |
2025-08-01 |
qmuntal | runtime,syscall: move loadlibrary and getprocaddress... |
commit | commitdiff | tree |
2025-08-01 |
qmuntal | cmd/go: use os.Rename to move files on Windows |
commit | commitdiff | tree |
2025-08-01 |
Keith Randall | cmd/compile: enforce that locals are always accessed... |
commit | commitdiff | tree |
2025-08-01 |
Xiaolin Zhao | cmd/compile: optimize multiplication rules on loong64 |
commit | commitdiff | tree |
2025-08-01 |
Keith Randall | cmd/compile: use generated loops instead of DUFFZERO... |
commit | commitdiff | tree |
2025-07-31 |
Michael Matloob | cmd/go: explicitly reject module paths "go" and "toolchain" |
commit | commitdiff | tree |
2025-07-30 |
Michael Anthony... | runtime/metrics: add cleanup and finalizer queue metrics |
commit | commitdiff | tree |
2025-07-30 |
Michael Anthony... | runtime: add cgo call benchmark |
commit | commitdiff | tree |
2025-07-30 |
Michael Matloob | cmd/go/internal/gover: fix ModIsPrerelease for toolchai... |
commit | commitdiff | tree |
2025-07-30 |
Michael Munday | cmd/compile: add floating point min/max intrinsics... |
commit | commitdiff | tree |
2025-07-30 |
Michael Pratt | all: remove redundant Swiss prefixes |
commit | commitdiff | tree |
2025-07-30 |
Michael Pratt | all: remove GOEXPERIMENT=swissmap |
commit | commitdiff | tree |
2025-07-30 |
Youlin Feng | cmd/compile: deduplicate instructions when rewrite... |
commit | commitdiff | tree |
2025-07-30 |
qmuntal | crypto/tls: use standard chacha20-poly1305 cipher suite... |
commit | commitdiff | tree |
2025-07-30 |
Keith Randall | cmd/compile: move mips32 over to new bounds check strategy |
commit | commitdiff | tree |
2025-07-30 |
Keith Randall | cmd/compile: move mips64 over to new bounds check strategy |
commit | commitdiff | tree |
2025-07-30 |
Keith Randall | cmd/compile: move loong64 over to new bounds check... |
commit | commitdiff | tree |
2025-07-30 |
khr@golang.org | cmd/compile: allow ops to specify clobbering input... |
commit | commitdiff | tree |
2025-07-30 |
Keith Randall | cmd/compile: simplify zerorange on arm64 |
commit | commitdiff | tree |
2025-07-30 |
Jorropo | cmd/compile: check domination of loop return in both... |
commit | commitdiff | tree |
2025-07-30 |
Keith Randall | reflect: fix noswiss builder |
commit | commitdiff | tree |
2025-07-30 |
itchyny | regexp: fix compiling alternate patterns of different... |
commit | commitdiff | tree |
2025-07-30 |
Xiaolin Zhao | cmd/compile: avoid extending when already sufficiently... |
commit | commitdiff | tree |
2025-07-29 |
Cuong Manh Le | cmd/compile: removing log2uint32 function |
commit | commitdiff | tree |
2025-07-29 |
Cuong Manh Le | cmd/compile: simplify logX implementations |
commit | commitdiff | tree |
2025-07-29 |
Cuong Manh Le | cmd/compile: use unsigned power-of-two detector for... |
commit | commitdiff | tree |
2025-07-29 |
Cuong Manh Le | cmd/compile: add unsigned power-of-two detector |
commit | commitdiff | tree |
2025-07-29 |
Keith Randall | internal/abi: move direct/indirect flag from Kind to... |
commit | commitdiff | tree |
2025-07-29 |
Olivier Mengué | os/exec: fix incorrect expansion of "", "." and ".... |
commit | commitdiff | tree |
2025-07-29 |
Cherry Mui | internal/goexperiment: delete RangeFunc goexperiment |
commit | commitdiff | tree |
2025-07-29 |
Cherry Mui | internal/goexperiment: delete CacheProg goexperiment |
commit | commitdiff | tree |
2025-07-29 |
Michael Anthony... | sync: remove synchashtriemap GOEXPERIMENT |
commit | commitdiff | tree |
2025-07-29 |
Keith Randall | cmd/compile: move arm32 over to new bounds check strategy |
commit | commitdiff | tree |
2025-07-29 |
wingrez | runtime: only deduct assist credit for arenas during GC |
commit | commitdiff | tree |
2025-07-29 |
qmuntal | cmd/go/internal/telemetrystats: count goexperiments |
commit | commitdiff | tree |
2025-07-29 |
Olivier Mengué | image: fix formatting of godoc link |
commit | commitdiff | tree |
2025-07-29 |
mohanson | crypto/elliptic: change a variable name that have the... |
commit | commitdiff | tree |
2025-07-29 |
Keith Randall | cmd/compile: simplify zerorange on amd64 |
commit | commitdiff | tree |
2025-07-28 |
Olivier Mengué | os/user: fix tests to pass on non-english Windows |
commit | commitdiff | tree |
2025-07-28 |
qmuntal | internal/poll: remove msg field from Windows' poll... |
commit | commitdiff | tree |
2025-07-28 |
qmuntal | internal/poll: remove rsan field from Windows' poll... |
commit | commitdiff | tree |
2025-07-28 |
qmuntal | internal/poll: remove sa field from Windows' poll.operation |
commit | commitdiff | tree |
2025-07-28 |
qmuntal | internal/poll: remove qty and flags fields from Windows... |
commit | commitdiff | tree |
2025-07-28 |
Ruihua Wen | internal/runtime/maps: fix spelling errors in comments |
commit | commitdiff | tree |
2025-07-28 |
Joel Sing | runtime: remove openbsd/mips64 related code |
commit | commitdiff | tree |
2025-07-28 |
Jes Cok | errors: omit redundant nil check in type assertion... |
commit | commitdiff | tree |
2025-07-28 |
Jes Cok | all: omit unnecessary type conversions |
commit | commitdiff | tree |
2025-07-28 |
Jorropo | cmd/compile: cleanup SelectN rules by indexing into... |
commit | commitdiff | tree |
2025-07-28 |
Jorropo | cmd/compile: rewrite cmov(x, x, cond) into x |
commit | commitdiff | tree |
2025-07-28 |
yazdan | net/http: add proper panic message |
commit | commitdiff | tree |
2025-07-28 |
Michael Munday | test/codegen: fix failing condmove wasm tests |
commit | commitdiff | tree |
2025-07-28 |
qmuntal | runtime,syscall: move SyscallX implementations from... |
commit | commitdiff | tree |
2025-07-28 |
qmuntal | internal/runtime/syscall/windows: factor out code from... |
commit | commitdiff | tree |
2025-07-28 |
Klaus Post | hash/crc32: fix incorrect checksums with avx512+race |
commit | commitdiff | tree |
2025-07-26 |
Keith Randall | cmd/compile: remove no-longer-necessary call to calcula... |
commit | commitdiff | tree |
2025-07-25 |
Keith Randall | cmd/compile: fix containsUnavoidableCall computation |
commit | commitdiff | tree |
2025-07-25 |
Mark Freeman | go/types, types2: use nil to represent incomplete expli... |
commit | commitdiff | tree |
2025-07-25 |
Mark Freeman | cmd/compile/internal/types2: add loaded state between... |
commit | commitdiff | tree |
2025-07-25 |
qmuntal | os/user: user random name for the test user account |
commit | commitdiff | tree |
2025-07-25 |
Michael Anthony... | runtime: rename scanobject to scanObject |
commit | commitdiff | tree |
2025-07-25 |
Michael Anthony... | runtime: duplicate scanobject in greentea and non-green... |
commit | commitdiff | tree |
2025-07-25 |
Keith Randall | cmd/compile: remove unused arg from gorecover |
commit | commitdiff | tree |
2025-07-25 |
Keith Randall | runtime: iterate through inlinings when processing... |
commit | commitdiff | tree |
2025-07-25 |
Joe Tsai | encoding/json: fix truncated Token error regression... |
commit | commitdiff | tree |
2025-07-25 |
Joe Tsai | encoding/json/jsontext: preserve buffer capacity in... |
commit | commitdiff | tree |
2025-07-25 |
Keith Randall | reflect: avoid a bounds check in stack-constrained... |
commit | commitdiff | tree |
2025-07-25 |
Joe Tsai | encoding/json: fix extra data regression under goexperi... |
commit | commitdiff | tree |
2025-07-25 |
Joe Tsai | encoding/json: reduce error text regressions under... |
commit | commitdiff | tree |
next |