2024-08-31 |
Wei Fu | os: dup pidfd if caller sets PidFD manually |
commit | commitdiff | tree |
2024-08-30 |
Paschalis T | doc: fix wording of GODEBUG history item from CL 606055 |
commit | commitdiff | tree |
2024-08-30 |
Cuong Manh Le | cmd/dist: do not rewrite "any" -> "interface{}" |
commit | commitdiff | tree |
2024-08-30 |
Ian Lance Taylor | syscall: honor prlimit set by a different process |
commit | commitdiff | tree |
2024-08-30 |
Ian Lance Taylor | encoding/base32, encoding/base64: document Decode to... |
commit | commitdiff | tree |
2024-08-30 |
Ian Lance Taylor | syscall: always use prlimit for getrlimit/setrlimit... |
commit | commitdiff | tree |
2024-08-30 |
Ian Lance Taylor | cmd/cgo: correct padding required by alignment |
commit | commitdiff | tree |
2024-08-30 |
Zxilly | misc/wasm: move wasm runtime files to lib/wasm |
commit | commitdiff | tree |
2024-08-30 |
Alessandro... | debug/macho: fix DWARF for section names longer than... |
commit | commitdiff | tree |
2024-08-30 |
Kir Kolyshkin | internal/testenv: simplify hasSymlink for windows |
commit | commitdiff | tree |
2024-08-30 |
Kir Kolyshkin | internal/testenv: use sync.OnceValue[s] |
commit | commitdiff | tree |
2024-08-30 |
Kir Kolyshkin | internal/testenv: MustHaveExec: use sync.OnceValue |
commit | commitdiff | tree |
2024-08-29 |
Michael Matloob | cmd/go/testdata/script: add a test case for issue ... |
commit | commitdiff | tree |
2024-08-29 |
Alan Donovan | os/exec: document interaction of Dir, PWD, os.Getwd... |
commit | commitdiff | tree |
2024-08-29 |
Damien Neil | net/http: add HTTP2Config |
commit | commitdiff | tree |
2024-08-29 |
Rob Findley | cmd: vendor golang.org/x/telemetry@a797f33 |
commit | commitdiff | tree |
2024-08-29 |
WANG Xuerui | internal/cpu, runtime: make linux/loong64 HWCAP data... |
commit | commitdiff | tree |
2024-08-28 |
Tim King | cmd/compile/internal/noder: write V2 bitstream aliastyp... |
commit | commitdiff | tree |
2024-08-28 |
Ian Lance Taylor | slices: clarify Insert behavior if i == len(s) |
commit | commitdiff | tree |
2024-08-28 |
Michael Matloob | cmd/go: print the proper error message for setting... |
commit | commitdiff | tree |
2024-08-28 |
Joel Sing | cmd/compile/internal/ssa: combine shift and addition... |
commit | commitdiff | tree |
2024-08-27 |
Michael Matloob | go/types, types2: use max(fileVersion, go1.21) if fileV... |
commit | commitdiff | tree |
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 |
next |