2024-08-27 |
Michael Anthony... | runtime: store bp on cgocallback as unsafe.Pointer |
commit | commitdiff | tree |
2024-08-27 |
cuishuang | html/template: track continue nodes correctly when... |
commit | commitdiff | tree |
2024-08-27 |
Jes Cok | net/http: simplify http.Request.Clone |
commit | commitdiff | tree |
2024-08-27 |
Michael Pratt | debug/buildinfo: stop searchMagic search at EOF |
commit | commitdiff | tree |
2024-08-27 |
Dmitri Shuralyov | cmd/dist: update tryDirs list to match make scripts |
commit | commitdiff | tree |
2024-08-27 |
Ian Lance Taylor | debug/buildinfo: don't crash on corrupt object file |
commit | commitdiff | tree |
2024-08-27 |
Joel Sing | cmd/compile/internal/ssagen: add check for duplicate... |
commit | commitdiff | tree |
2024-08-27 |
Joel Sing | cmd/compile/internal/ssagen: improve intrinsic test |
commit | commitdiff | tree |
2024-08-27 |
Joel Sing | cmd/compile/internal/ssagen: provide intrinsicBuilders |
commit | commitdiff | tree |
2024-08-27 |
qmuntal | os/user: test that Current does not depend on netapi32.dll |
commit | commitdiff | tree |
2024-08-26 |
Keith Randall | cmd/compile: regalloc: drop values that aren't used... |
commit | commitdiff | tree |
2024-08-26 |
Michael Matloob | cmd/go: avoid making some paths relative in go work use |
commit | commitdiff | tree |
2024-08-26 |
Tim King | go/internal/gcimporter: parse materialized aliases |
commit | commitdiff | tree |
2024-08-26 |
goto1134 | cmd/go: scale go list with GOMAXPROCS |
commit | commitdiff | tree |
2024-08-26 |
Cuong Manh Le | cmd/compile: deprecate derived info needed field |
commit | commitdiff | tree |
2024-08-26 |
Cuong Manh Le | internal/pkgbits: add DerivedInfoNeeded |
commit | commitdiff | tree |
2024-08-26 |
Paul E. Murphy | cmd/compile: intrinsify math.MulUintptr on PPC64 |
commit | commitdiff | tree |
2024-08-26 |
Kevin Z | internal/runtime/sys: fix typo in comment |
commit | commitdiff | tree |
2024-08-24 |
Jes Cok | bytes: fix a typo |
commit | commitdiff | tree |
2024-08-24 |
Nic Klaassen | database/sql: fix panic with concurrent Conn and Close |
commit | commitdiff | tree |
2024-08-23 |
Tim King | cmd/compile/internal: write type parameters for aliases |
commit | commitdiff | tree |
2024-08-23 |
Joel Sing | test/codegen: add initial codegen tests for integer... |
commit | commitdiff | tree |
2024-08-23 |
Paul E. Murphy | crypto/aes: add missing aes-gcm buffer overlap checks... |
commit | commitdiff | tree |
2024-08-23 |
Joel Sing | math/big: implement addMulVVW in riscv64 assembly |
commit | commitdiff | tree |
2024-08-23 |
Joel Sing | math/big: implement mulAddVWW in riscv64 assembly |
commit | commitdiff | tree |
2024-08-23 |
Joel Sing | crypto/sha256: provide optimised assembly for riscv64 |
commit | commitdiff | tree |
2024-08-23 |
Kir Kolyshkin | os: improve Getwd documentation |
commit | commitdiff | tree |
2024-08-23 |
Xiaolin Zhao | cmd/internal/obj/loong64: add support for instructions... |
commit | commitdiff | tree |
2024-08-22 |
Kir Kolyshkin | os: improve Windows fixLongPath |
commit | commitdiff | tree |
2024-08-22 |
Michael Matloob | cmd/go: document unsettable GOTELEMETRY and GOTELEMETRY... |
commit | commitdiff | tree |
2024-08-22 |
Michael Matloob | cmd/dist: set go version in bootstrap go.mod file |
commit | commitdiff | tree |
2024-08-22 |
qmuntal | runtime: fix nanotime1 on windows/arm |
commit | commitdiff | tree |
2024-08-22 |
Xiaolin Zhao | crypto/sha1: implement sha1block in hardware on loong64 |
commit | commitdiff | tree |
2024-08-22 |
Kir Kolyshkin | os: openDir: add O_DIRECTORY flag for unix |
commit | commitdiff | tree |
2024-08-22 |
Joel Sing | math/big: implement subVW in riscv64 assembly |
commit | commitdiff | tree |
2024-08-22 |
Joel Sing | math/big: implement addVW in riscv64 assembly |
commit | commitdiff | tree |
2024-08-22 |
Joel Sing | cmd/compile/internal/ssagen: add initial test coverage... |
commit | commitdiff | tree |
2024-08-22 |
Xiaolin Zhao | crypto/md5: implement md5block in hardware on loong64 |
commit | commitdiff | tree |
2024-08-21 |
Kir Kolyshkin | syscall: optimize Getwd on aix |
commit | commitdiff | tree |
2024-08-21 |
Tobias Klauser | sort: drop implementation for Go <1.21 |
commit | commitdiff | tree |
2024-08-21 |
Vladimir Varankin | testing: rename testContext to testState |
commit | commitdiff | tree |
2024-08-21 |
Manuel Sabin | crypto/internal/cryptotest: add tests for the cipher... |
commit | commitdiff | tree |
2024-08-21 |
Srinivas Pokala | cmd/objdump: add s390x GNU disasm support |
commit | commitdiff | tree |
2024-08-21 |
qmuntal | os/user: document Current improvements |
commit | commitdiff | tree |
2024-08-21 |
qmuntal | os/user: speed up Current on Windows |
commit | commitdiff | tree |
2024-08-21 |
apocelipes | crypto/x509,math/rand/v2: implement the encoding.(Binar... |
commit | commitdiff | tree |
2024-08-21 |
Kir Kolyshkin | syscall: add O_DIRECTORY for wasip1 |
commit | commitdiff | tree |
2024-08-21 |
Kir Kolyshkin | syscall: add O_DIRECTORY for js |
commit | commitdiff | tree |
2024-08-21 |
Robert Griesemer | internal/pkgbits: fix incorrect doc comment |
commit | commitdiff | tree |
2024-08-21 |
Michael Anthony... | unique: clean up handle test code |
commit | commitdiff | tree |
2024-08-21 |
Michael Anthony... | unique: use TypeFor instead of TypeOf to get type in... |
commit | commitdiff | tree |
2024-08-21 |
Cherry Mui | cmd/link: support wasmexport on js/wasm |
commit | commitdiff | tree |
2024-08-20 |
Tim King | cmd/compile: deprecate has init and derived func instance |
commit | commitdiff | tree |
2024-08-20 |
Robert Griesemer | cmd/compile/internal/noder: reduce clutter a bit (cosme... |
commit | commitdiff | tree |
2024-08-20 |
Dmitri Shuralyov | runtime: deprecate GOROOT |
commit | commitdiff | tree |
2024-08-20 |
Tim King | internal/pkgbits: add Version type |
commit | commitdiff | tree |
2024-08-20 |
Alexander Cyon | src: fix typos |
commit | commitdiff | tree |
2024-08-20 |
Dmitri Shuralyov | cmd/dist: require Go 1.22.6 as minimum bootstrap toolchain |
commit | commitdiff | tree |
2024-08-20 |
Ian Lance Taylor | doc/next: update 36532.md to wording suggested in CL |
commit | commitdiff | tree |
2024-08-20 |
Tim King | cmd/internal/testdir: add a -gomodversion flag |
commit | commitdiff | tree |
2024-08-20 |
Dmitri Shuralyov | testing: use temp dir without symlinks in TestChdir... |
commit | commitdiff | tree |
2024-08-20 |
Ian Lance Taylor | doc/next: revert incorrect change to 62516.md made... |
commit | commitdiff | tree |
2024-08-20 |
apocelipes | time: implement the encoding.(Binary|Text)Appender... |
commit | commitdiff | tree |
2024-08-20 |
Tim King | go/types, types2: unalias tilde terms in underIs |
commit | commitdiff | tree |
2024-08-20 |
Andy Pan | internal/poll: raise Linux's maxCopyFileRangeRound... |
commit | commitdiff | tree |
2024-08-20 |
Oleksandr Redko | time: fix godoc links; remove redundant Sub mention |
commit | commitdiff | tree |
2024-08-20 |
Kir Kolyshkin | os: rm reiserfs exception from TestSeek |
commit | commitdiff | tree |
2024-08-20 |
Kir Kolyshkin | os: use t.TempDir in TestMkdirTemp, TestCreateTemp |
commit | commitdiff | tree |
2024-08-20 |
Kir Kolyshkin | os: use t.TempDir in TestReadOnlyWriteFile |
commit | commitdiff | tree |
2024-08-20 |
Kir Kolyshkin | os: simplify TestRemoveAllDot |
commit | commitdiff | tree |
2024-08-20 |
Kir Kolyshkin | os: simplify TestRemoveAllLongPath |
commit | commitdiff | tree |
2024-08-20 |
Vladimir Varankin | testing: add Context |
commit | commitdiff | tree |
2024-08-20 |
Joel Sing | cmd/compile/internal/ssagen: factor out intrinsics... |
commit | commitdiff | tree |
2024-08-20 |
Joel Sing | cmd/compile/internal/ssagen: improve intrinsic architec... |
commit | commitdiff | tree |
2024-08-20 |
Paul E. Murphy | runtime: on AIX, fix call to _cgo_sys_thread_create... |
commit | commitdiff | tree |
2024-08-19 |
Robert Griesemer | internal/pkgbits: s/errorf/panicf/ because that's what... |
commit | commitdiff | tree |
2024-08-19 |
Kir Kolyshkin | os.Getwd: wrap error on windows and plan9 |
commit | commitdiff | tree |
2024-08-19 |
Paschalis T | math/rand: make calls to Seed no-op |
commit | commitdiff | tree |
2024-08-19 |
Oleksandr Redko | all: remove duplicated words in comments |
commit | commitdiff | tree |
2024-08-19 |
Rhys Hiltner | runtime: store zero-delay mutex contention events |
commit | commitdiff | tree |
2024-08-19 |
Joel Sing | cmd/compile: use integer min/max instructions on riscv64 |
commit | commitdiff | tree |
2024-08-17 |
Conrad Irwin | cmd/mod/edit: add -tool and -droptool support |
commit | commitdiff | tree |
2024-08-16 |
Gökhan Özeloğlu | strings: fix typo in examples |
commit | commitdiff | tree |
2024-08-16 |
Kir Kolyshkin | testing: add Chdir |
commit | commitdiff | tree |
2024-08-16 |
doujiang24 | cmd/cgo: enable #cgo noescape/nocallback |
commit | commitdiff | tree |
2024-08-16 |
Andy Pan | os: only employ sendfile(3ext) on illumos when target... |
commit | commitdiff | tree |
2024-08-16 |
Andy Pan | os: use O_EXCL instead of O_TRUNC in CopyFS to disallow... |
commit | commitdiff | tree |
2024-08-16 |
Tim King | go/internal/gcimporter: indexed format imports for... |
commit | commitdiff | tree |
2024-08-16 |
zhangyunhao | runtime: use .Pointers() instead of .PtrBytes != 0 |
commit | commitdiff | tree |
2024-08-16 |
Robert Griesemer | go/types, types2: Named.cleanup must also handle *Alias... |
commit | commitdiff | tree |
2024-08-15 |
apocelipes | math/big,regexp: implement the encoding.TextAppender... |
commit | commitdiff | tree |
2024-08-15 |
j2gg0s | encoding/json: merge FieldStack if the error's Field... |
commit | commitdiff | tree |
2024-08-15 |
Andy Pan | os: increase the amount of data transfer for sendfile... |
commit | commitdiff | tree |
2024-08-15 |
apocelipes | crypto,hash: add t.Helper calls to test helpers |
commit | commitdiff | tree |
2024-08-15 |
Tim King | cmd/compile/internal/importer: enable aliases |
commit | commitdiff | tree |
2024-08-15 |
Andy Pan | internal,os: employ copy_file_range(2) for file-to... |
commit | commitdiff | tree |
2024-08-15 |
Michael Matloob | Revert "go/types, types2: only use fileVersion if 1... |
commit | commitdiff | tree |
2024-08-15 |
Joel Sing | math/big: implement subVV in riscv64 assembly |
commit | commitdiff | tree |
2024-08-15 |
limeidan | cmd/internal/obj/loong64: add testcases for assembler |
commit | commitdiff | tree |
2024-08-14 |
Dmitri Shuralyov | cmd/dist, internal/platform: mark windows/arm (32-bit... |
commit | commitdiff | tree |
next |