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 |
2025-07-25 |
cxbdasheng | time: remove redundant uint32 conversion in split |
commit | commitdiff | tree |
2025-07-25 |
Julian Zhu | internal/buildcfg: add ability to get GORISCV64 variabl... |
commit | commitdiff | tree |
2025-07-24 |
Keith Randall | cmd/internal/obj: rip out argp adjustment for wrapper... |
commit | commitdiff | tree |
2025-07-24 |
Keith Randall | runtime: detect successful recovers differently |
commit | commitdiff | tree |
2025-07-24 |
Keith Randall | unicode/utf8: skip ahead during ascii runs in Valid... |
commit | commitdiff | tree |
2025-07-24 |
Keith Randall | cmd/compile: move amd64 and 386 over to new bounds... |
commit | commitdiff | tree |
2025-07-24 |
Keith Randall | cmd/compile: add missing StringLen rule in prove |
commit | commitdiff | tree |
2025-07-24 |
Keith Randall | cmd/compile: move arm64 over to new bounds check strategy |
commit | commitdiff | tree |
2025-07-24 |
Keith Randall | cmd/compile,runtime: remember idx+len for bounds check... |
commit | commitdiff | tree |
2025-07-24 |
Keith Randall | runtime: move bounds check constants to internal/abi |
commit | commitdiff | tree |
2025-07-24 |
Jorropo | cmd/compile: rewrite condselects into doublings and... |
commit | commitdiff | tree |
2025-07-24 |
Jorropo | cmd/compile: add opt branchelim to rewrite some CondSel... |
commit | commitdiff | tree |
2025-07-24 |
Jorropo | cmd/compile: learn transitive proofs for safe unsigned... |
commit | commitdiff | tree |
2025-07-24 |
Jorropo | cmd/compile: learn transitive proofs for safe negative... |
commit | commitdiff | tree |
2025-07-24 |
Jorropo | cmd/compile: learn transitive proofs for safe positive... |
commit | commitdiff | tree |
2025-07-24 |
Jorropo | cmd/compile: learn transitive proofs for safe unsigned... |
commit | commitdiff | tree |
2025-07-24 |
Alexander Musman | cmd/compile: fold shift through AND for slice operations |
commit | commitdiff | tree |
2025-07-24 |
qmuntal | internal/runtime/syscall: rename to internal/runtime... |
commit | commitdiff | tree |
2025-07-24 |
Alexander Musman | cmd/compile: improve loopRotate to handle nested loops |
commit | commitdiff | tree |
2025-07-24 |
Alexander Musman | cmd/compile: optimize slice bounds checking with SUB... |
commit | commitdiff | tree |
2025-07-24 |
qmuntal | internal/poll: remove handle field from Windows' poll... |
commit | commitdiff | tree |
2025-07-24 |
qmuntal | internal/poll: remove fd field from Windows' poll.operation |
commit | commitdiff | tree |
2025-07-24 |
Julian Zhu | runtime: add benchmark for small-size memmory operation |
commit | commitdiff | tree |
2025-07-24 |
Klaus Post | hash/crc32: add AVX512 IEEE CRC32 calculation |
commit | commitdiff | tree |
2025-07-24 |
Derek Parker | cmd/compile: prefer base.Fatalf to panic in dwarfgen |
commit | commitdiff | tree |
2025-07-24 |
kmvijay | cmd/internal/obj/s390x: add MVCLE instruction |
commit | commitdiff | tree |
2025-07-24 |
Julian Zhu | runtime: optimize memclr on mips64x |
commit | commitdiff | tree |
2025-07-24 |
kmvijay | runtime: improvement in memclr for s390x |
commit | commitdiff | tree |
2025-07-24 |
Jes Cok | internal/runtime/exithook: fix a typo |
commit | commitdiff | tree |
2025-07-24 |
wingrez | cmd/internal/goobj: make error output clear |
commit | commitdiff | tree |
2025-07-24 |
Michael Matloob | cmd/go/internal/doc: clean up after merge with cmd... |
commit | commitdiff | tree |
2025-07-24 |
Michael Matloob | cmd/internal/doc: merge with cmd/go/internal/doc |
commit | commitdiff | tree |
2025-07-24 |
Michael Matloob | cmd/doc: delete |
commit | commitdiff | tree |
2025-07-24 |
Roland Shoemaker | runtime: randomize heap base address |
commit | commitdiff | tree |
2025-07-24 |
Cuong Manh Le | cmd/compile: use better fatal message for staticValue1 |
commit | commitdiff | tree |
2025-07-24 |
Tobias Klauser | cmd/cgo: compare malloc return value to NULL instead... |
commit | commitdiff | tree |
2025-07-24 |
Robert Griesemer | go/types, types2: better error messages for certain... |
commit | commitdiff | tree |
2025-07-24 |
Keith Randall | cmd/compile: use ,ok return idiom for sparsemap.get |
commit | commitdiff | tree |
2025-07-24 |
Keith Randall | cmd/compile: use generics for sparse map |
commit | commitdiff | tree |
2025-07-24 |
Keith Randall | cmd/api: rerun updategolden |
commit | commitdiff | tree |
2025-07-24 |
Tobias Klauser | runtime: drop NetBSD kernel bug sysmon workaround fixed... |
commit | commitdiff | tree |
2025-07-24 |
Adi Aloni | cmd/go: clean should respect workspaces |
commit | commitdiff | tree |
2025-07-24 |
Filip Petkovski | encoding/json/jsontext: preserve buffer capacity in... |
commit | commitdiff | tree |
2025-07-24 |
Michael Matloob | cmd/go: always return the cached path from go tool -n |
commit | commitdiff | tree |
2025-07-23 |
Michael Pratt | runtime: check TestUsingVDSO ExitError type assertion |
commit | commitdiff | tree |
2025-07-23 |
Michael Anthony... | doc/next: initialize |
commit | commitdiff | tree |
2025-07-23 |
Michael Anthony... | internal/goversion: update Version to 1.26 |
commit | commitdiff | tree |
2025-07-23 |
Derek Parker | cmd/link: scope test to linux & net.sendFile |
commit | commitdiff | tree |
2025-07-23 |
Derek Parker | cmd/compile: fix loclist for heap return vars without... |
commit | commitdiff | tree |
2025-07-22 |
Lyle Dean | net: correct comment for ListenConfig.ListenPacket |
commit | commitdiff | tree |
2025-07-22 |
Michael Pratt | all: go fmt |
commit | commitdiff | tree |
2025-07-22 |
cuishuang | cmd/internal/objabi: remove redundant word in comment |
commit | commitdiff | tree |
2025-07-22 |
Keith Randall | runtime: relax TestMemoryLimitNoGCPercent a bit |
commit | commitdiff | tree |
2025-07-21 |
Keith Randall | cmd/compile: for arm64 epilog, do SP increment with... |
commit | commitdiff | tree |
2025-07-21 |
Keith Randall | runtime: fix asan wrapper for riscv64 |
commit | commitdiff | tree |
2025-07-21 |
Ian Alexander | cmd/go: check subcommand properties |
commit | commitdiff | tree |
2025-07-20 |
Meng Zhuo | cmd/internal/obj: enable got pcrel itype in fips140... |
commit | commitdiff | tree |
2025-07-19 |
thepudds | cmd/compile/internal/ssa: restrict architectures for... |
commit | commitdiff | tree |
2025-07-18 |
Carlos Amedee | os: revert the use of AddCleanup to close files and... |
commit | commitdiff | tree |
2025-07-18 |
Alan Donovan | go/types: infer correct type for y in append(bytes... |
commit | commitdiff | tree |
2025-07-17 |
thepudds | cmd/compile/internal/escape: improve DWARF .debug_line... |
commit | commitdiff | tree |
2025-07-16 |
Michael Anthony... | runtime: fix idle time double-counting bug |
commit | commitdiff | tree |
2025-07-16 |
thepudds | cmd/compile/internal/escape: speed up analyzing some... |
commit | commitdiff | tree |
2025-07-16 |
Cherry Mui | cmd/link, runtime: on Wasm, put only function index... |
commit | commitdiff | tree |
2025-07-16 |
Cherry Mui | runtime: use 32-bit function index on Wasm |
commit | commitdiff | tree |
2025-07-16 |
Cherry Mui | cmd/internal/obj/wasm: use 64-bit instructions for... |
commit | commitdiff | tree |
2025-07-15 |
Michael Matloob | cmd/internal/doc: upgrade godoc pkgsite to 01b046e |
commit | commitdiff | tree |
next |