]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2024-08-19 Oleksandr Redkoall: remove duplicated words in comments
2024-08-19 Rhys Hiltnerruntime: store zero-delay mutex contention events
2024-08-19 Joel Singcmd/compile: use integer min/max instructions on riscv64
2024-08-17 Conrad Irwincmd/mod/edit: add -tool and -droptool support
2024-08-16 Gökhan Özeloğlustrings: fix typo in examples
2024-08-16 Kir Kolyshkintesting: add Chdir
2024-08-16 doujiang24cmd/cgo: enable #cgo noescape/nocallback
2024-08-16 Andy Panos: only employ sendfile(3ext) on illumos when target...
2024-08-16 Andy Panos: use O_EXCL instead of O_TRUNC in CopyFS to disallow...
2024-08-16 Tim Kinggo/internal/gcimporter: indexed format imports for...
2024-08-16 zhangyunhaoruntime: use .Pointers() instead of .PtrBytes != 0
2024-08-16 Robert Griesemergo/types, types2: Named.cleanup must also handle *Alias...
2024-08-15 apocelipesmath/big,regexp: implement the encoding.TextAppender...
2024-08-15 j2gg0sencoding/json: merge FieldStack if the error's Field...
2024-08-15 Andy Panos: increase the amount of data transfer for sendfile...
2024-08-15 apocelipescrypto,hash: add t.Helper calls to test helpers
2024-08-15 Tim Kingcmd/compile/internal/importer: enable aliases
2024-08-15 Andy Paninternal,os: employ copy_file_range(2) for file-to...
2024-08-15 Michael MatloobRevert "go/types, types2: only use fileVersion if 1...
2024-08-15 Joel Singmath/big: implement subVV in riscv64 assembly
2024-08-15 limeidancmd/internal/obj/loong64: add testcases for assembler
2024-08-14 Dmitri Shuralyovcmd/dist, internal/platform: mark windows/arm (32-bit...
2024-08-14 Andy Panos: only employ sendfile(3ext) on illumos when target...
2024-08-14 Rhys Hiltnerruntime: record all sampled mutex profile events
2024-08-14 cuishuangmaps, slices: fix variable name and comment in example
2024-08-14 Charlie Viethbyte,strings: improve IndexRune performance by ~45%
2024-08-14 aimuzbytes, strings: add Lines, SplitSeq, SplitAfterSeq...
2024-08-14 Sebastian Nickollscmd/internal/obj/arm64: Emit UDF instruction for undefi...
2024-08-14 Keith Randallcmd/compile: improve unneeded zeroing removal
2024-08-14 guoguangwunet/http/httputil: close res body in test
2024-08-14 Jaeho Namcrypto/tls: fix typo in quicError
2024-08-14 jiahua wangslices: add examples for iterator-related functions
2024-08-14 limeidancmd/compile/internal/ssa: enable testcases TestDebugLin...
2024-08-14 Clide Stefanicrypto/tls: add support for additional alpn flags to...
2024-08-14 apocelipeslog/slog: implement encoding.TextAppender for Level...
2024-08-13 Ian Lance Taylorruntime/cgo: create C pthreads in detached state
2024-08-13 Cherry Muicmd/link, runtime: support library mode on wasip1
2024-08-13 Tim Kingcmd/compile/internal/types2: change inference error...
2024-08-13 wineandchordnet/http: rename server receiver for consistency
2024-08-13 Cherry Muitest: add test case for wasmexport parameter types
2024-08-12 khr@golang.orgcmd/compile: add additional arm64 bit field rules
2024-08-12 Sam Thanawallacmd/go: stamp the version for binaries built with go...
2024-08-12 Robert Griesemerspec: clarify prose for embedded struct fields
2024-08-12 Andy Panos: employ sendfile(2) for file-to-file copying on...
2024-08-12 Michael Matloobgo/types, types2: only use fileVersion if 1.21 or greater
2024-08-12 Ian Lance Taylorcmd/cgo: clarify that strings and slices may contain...
2024-08-12 Keith Randallcmd/compile: clean up some unused code in prove pass
2024-08-12 Cherry Muiruntime: make the wasm crash function abort
2024-08-12 Cherry Muicmd/internal/obj/wasm: handle stack unwinding in wasmexport
2024-08-10 Filippo Valsordacrypto/tls: align FIPS-only mode with BoringSSL policy
2024-08-10 Filippo Valsordacrypto/internal/boring: upgrade module to fips-20220613...
2024-08-10 Quim MuntalRevert "os/user: speed up Current on Windows"
2024-08-09 Zxillysyscall,misc/wasm: fix path expansion on non-unix platforms
2024-08-09 Rhys Hiltnerruntime: add direct benchmark of mutex contention
2024-08-09 cuishuangruntime: make function comments match function names
2024-08-09 Keith Randallcmd/compile: in prove pass, check for unsat before...
2024-08-09 Keith Randallcmd/compile: fix off-by-one error in prove pass
2024-08-09 Cherry Muicmd/compile: add basic wasmexport support
2024-08-09 Alan Donovancmd/go/internal/test: add 'tests' vet check to 'go...
2024-08-09 Ezra Newmanplugin: include a warning about race detector compatabi...
2024-08-09 Bobby Powerscrypto/tls: expose extensions presented by client to...
2024-08-09 Russ CoxLICENSE: update per Google Legal
2024-08-09 Robert Griesemertypes2: move RangeKeyVal func into compilersupport.go
2024-08-09 qmuntalos/user: speed up Current on Windows
2024-08-09 limeidancmd/link: add support for trampoline insertation on...
2024-08-08 Kir Kolyshkinos: fix Chtimes test flakes
2024-08-08 Oleksandr Redkofmt: remove ineffective else branch in test
2024-08-08 qmuntalos/user: support calling Current on impersonated threads
2024-08-08 apocelipesnet/url: implement encoding.BinaryAppender for URL
2024-08-08 Mateusz Poliwczakhash: mention encoding.BinaryAppender in Hash docs
2024-08-08 Branden J Brown.github: update language change proposal template
2024-08-07 Jorropocmd/compile: fix loong64 MINF → FMINF name and friends
next