]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-08-31 Wei Fuos: dup pidfd if caller sets PidFD manually
2024-08-30 Paschalis Tdoc: fix wording of GODEBUG history item from CL 606055
2024-08-30 Cuong Manh Lecmd/dist: do not rewrite "any" -> "interface{}"
2024-08-30 Ian Lance Taylorsyscall: honor prlimit set by a different process
2024-08-30 Ian Lance Taylorencoding/base32, encoding/base64: document Decode to...
2024-08-30 Ian Lance Taylorsyscall: always use prlimit for getrlimit/setrlimit...
2024-08-30 Ian Lance Taylorcmd/cgo: correct padding required by alignment
2024-08-30 Zxillymisc/wasm: move wasm runtime files to lib/wasm
2024-08-30 Alessandro... debug/macho: fix DWARF for section names longer than...
2024-08-30 Kir Kolyshkininternal/testenv: simplify hasSymlink for windows
2024-08-30 Kir Kolyshkininternal/testenv: use sync.OnceValue[s]
2024-08-30 Kir Kolyshkininternal/testenv: MustHaveExec: use sync.OnceValue
2024-08-29 Michael Matloobcmd/go/testdata/script: add a test case for issue ...
2024-08-29 Alan Donovanos/exec: document interaction of Dir, PWD, os.Getwd...
2024-08-29 Damien Neilnet/http: add HTTP2Config
2024-08-29 Rob Findleycmd: vendor golang.org/x/telemetry@a797f33
2024-08-29 WANG Xueruiinternal/cpu, runtime: make linux/loong64 HWCAP data...
2024-08-28 Tim Kingcmd/compile/internal/noder: write V2 bitstream aliastyp...
2024-08-28 Ian Lance Taylorslices: clarify Insert behavior if i == len(s)
2024-08-28 Michael Matloobcmd/go: print the proper error message for setting...
2024-08-28 Joel Singcmd/compile/internal/ssa: combine shift and addition...
2024-08-27 Michael Matloobgo/types, types2: use max(fileVersion, go1.21) if fileV...
2024-08-27 Michael Anthony... runtime: store bp on cgocallback as unsafe.Pointer
2024-08-27 cuishuanghtml/template: track continue nodes correctly when...
2024-08-27 Jes Coknet/http: simplify http.Request.Clone
2024-08-27 Michael Prattdebug/buildinfo: stop searchMagic search at EOF
2024-08-27 Dmitri Shuralyovcmd/dist: update tryDirs list to match make scripts
2024-08-27 Ian Lance Taylordebug/buildinfo: don't crash on corrupt object file
2024-08-27 Joel Singcmd/compile/internal/ssagen: add check for duplicate...
2024-08-27 Joel Singcmd/compile/internal/ssagen: improve intrinsic test
2024-08-27 Joel Singcmd/compile/internal/ssagen: provide intrinsicBuilders
2024-08-27 qmuntalos/user: test that Current does not depend on netapi32.dll
2024-08-26 Keith Randallcmd/compile: regalloc: drop values that aren't used...
2024-08-26 Michael Matloobcmd/go: avoid making some paths relative in go work use
2024-08-26 Tim Kinggo/internal/gcimporter: parse materialized aliases
2024-08-26 goto1134cmd/go: scale go list with GOMAXPROCS
2024-08-26 Cuong Manh Lecmd/compile: deprecate derived info needed field
2024-08-26 Cuong Manh Leinternal/pkgbits: add DerivedInfoNeeded
2024-08-26 Paul E. Murphycmd/compile: intrinsify math.MulUintptr on PPC64
2024-08-26 Kevin Zinternal/runtime/sys: fix typo in comment
2024-08-24 Jes Cokbytes: fix a typo
2024-08-24 Nic Klaassendatabase/sql: fix panic with concurrent Conn and Close
2024-08-23 Tim Kingcmd/compile/internal: write type parameters for aliases
2024-08-23 Joel Singtest/codegen: add initial codegen tests for integer...
2024-08-23 Paul E. Murphycrypto/aes: add missing aes-gcm buffer overlap checks...
2024-08-23 Joel Singmath/big: implement addMulVVW in riscv64 assembly
2024-08-23 Joel Singmath/big: implement mulAddVWW in riscv64 assembly
2024-08-23 Joel Singcrypto/sha256: provide optimised assembly for riscv64
2024-08-23 Kir Kolyshkinos: improve Getwd documentation
2024-08-23 Xiaolin Zhaocmd/internal/obj/loong64: add support for instructions...
2024-08-22 Kir Kolyshkinos: improve Windows fixLongPath
2024-08-22 Michael Matloobcmd/go: document unsettable GOTELEMETRY and GOTELEMETRY...
2024-08-22 Michael Matloobcmd/dist: set go version in bootstrap go.mod file
2024-08-22 qmuntalruntime: fix nanotime1 on windows/arm
2024-08-22 Xiaolin Zhaocrypto/sha1: implement sha1block in hardware on loong64
2024-08-22 Kir Kolyshkinos: openDir: add O_DIRECTORY flag for unix
2024-08-22 Joel Singmath/big: implement subVW in riscv64 assembly
2024-08-22 Joel Singmath/big: implement addVW in riscv64 assembly
2024-08-22 Joel Singcmd/compile/internal/ssagen: add initial test coverage...
2024-08-22 Xiaolin Zhaocrypto/md5: implement md5block in hardware on loong64
2024-08-21 Kir Kolyshkinsyscall: optimize Getwd on aix
2024-08-21 Tobias Klausersort: drop implementation for Go <1.21
2024-08-21 Vladimir Varankintesting: rename testContext to testState
2024-08-21 Manuel Sabincrypto/internal/cryptotest: add tests for the cipher...
2024-08-21 Srinivas Pokalacmd/objdump: add s390x GNU disasm support
2024-08-21 qmuntalos/user: document Current improvements
2024-08-21 qmuntalos/user: speed up Current on Windows
2024-08-21 apocelipescrypto/x509,math/rand/v2: implement the encoding.(Binar...
2024-08-21 Kir Kolyshkinsyscall: add O_DIRECTORY for wasip1
2024-08-21 Kir Kolyshkinsyscall: add O_DIRECTORY for js
2024-08-21 Robert Griesemerinternal/pkgbits: fix incorrect doc comment
2024-08-21 Michael Anthony... unique: clean up handle test code
2024-08-21 Michael Anthony... unique: use TypeFor instead of TypeOf to get type in...
2024-08-21 Cherry Muicmd/link: support wasmexport on js/wasm
2024-08-20 Tim Kingcmd/compile: deprecate has init and derived func instance
2024-08-20 Robert Griesemercmd/compile/internal/noder: reduce clutter a bit (cosme...
2024-08-20 Dmitri Shuralyovruntime: deprecate GOROOT
2024-08-20 Tim Kinginternal/pkgbits: add Version type
2024-08-20 Alexander Cyonsrc: fix typos
2024-08-20 Dmitri Shuralyovcmd/dist: require Go 1.22.6 as minimum bootstrap toolchain
2024-08-20 Ian Lance Taylordoc/next: update 36532.md to wording suggested in CL
2024-08-20 Tim Kingcmd/internal/testdir: add a -gomodversion flag
2024-08-20 Dmitri Shuralyovtesting: use temp dir without symlinks in TestChdir...
2024-08-20 Ian Lance Taylordoc/next: revert incorrect change to 62516.md made...
2024-08-20 apocelipestime: implement the encoding.(Binary|Text)Appender...
2024-08-20 Tim Kinggo/types, types2: unalias tilde terms in underIs
2024-08-20 Andy Paninternal/poll: raise Linux's maxCopyFileRangeRound...
2024-08-20 Oleksandr Redkotime: fix godoc links; remove redundant Sub mention
2024-08-20 Kir Kolyshkinos: rm reiserfs exception from TestSeek
2024-08-20 Kir Kolyshkinos: use t.TempDir in TestMkdirTemp, TestCreateTemp
2024-08-20 Kir Kolyshkinos: use t.TempDir in TestReadOnlyWriteFile
2024-08-20 Kir Kolyshkinos: simplify TestRemoveAllDot
2024-08-20 Kir Kolyshkinos: simplify TestRemoveAllLongPath
2024-08-20 Vladimir Varankintesting: add Context
2024-08-20 Joel Singcmd/compile/internal/ssagen: factor out intrinsics...
2024-08-20 Joel Singcmd/compile/internal/ssagen: improve intrinsic architec...
2024-08-20 Paul E. Murphyruntime: on AIX, fix call to _cgo_sys_thread_create...
2024-08-19 Robert Griesemerinternal/pkgbits: s/errorf/panicf/ because that's what...
2024-08-19 Kir Kolyshkinos.Getwd: wrap error on windows and plan9
2024-08-19 Paschalis Tmath/rand: make calls to Seed no-op
next