]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2024-08-07 Michael Matloobcmd: update golang.org/x/telemetry to 38c23d2
2024-08-07 Michael Matloobcmd: update golang.org/x/mod to v0.20.0
2024-08-07 Michael Matlooball: update golang.org/x/sys to v0.23.0
2024-08-07 Andy Paninternal/poll,syscall: drop the fallback for accept4...
2024-08-07 Andy Panos: employ sendfile(2) for file-to-file copying on...
2024-08-07 apocelipeshash: implement the encoding.BinaryAppender interface
2024-08-07 Oleksandr Redkobytes,strings: use a more universal Cyrillic word
2024-08-07 khr@golang.orgcmd/compile: rip out constant handling in poset data...
2024-08-07 khr@golang.orgcmd/compile: simplify prove pass
2024-08-07 khr@golang.orgcmd/compile: simplify jump table case in prove pass
2024-08-07 khr@golang.orgcmd/compile: reorganize prove pass domain relation...
2024-08-07 khr@golang.orgcmd/compile: handle boolean and pointer relations
2024-08-07 khr@golang.orgcmd/compile: propagate constant ranges through multipli...
2024-08-07 khr@golang.orgcmd/compile: rewrite the constant parts of the prove...
2024-08-07 khr@golang.orgcmd/compile: move limit fact table in prove pass to...
2024-08-07 Xiaolin Zhaocmd/compile, math: make math.{Abs,Copysign} intrinsics...
2024-08-07 Xiaolin Zhaocmd/compile, math: improve implementation of math....
2024-08-07 Guoqi Chenruntime: add padding to Linux kernel structures sigcont...
2024-08-06 Robert Griesemergo/types, types2: avoid spurious "undefined" errors...
2024-08-06 Michael Matloobcmd/go/internal/load: make check for path in import...
2024-08-06 Tim Kingos: remove non-constant format string in t.Errorf call
2024-08-06 limeidancmd/internal/objabi, cmd/link/internal: add new relocat...
2024-08-06 Cherry Muicmd/internal/obj: minor refactor of wasmimport code
2024-08-06 aimuzmaps: add examples for All, Keys, Values, Insert, and...
2024-08-06 Mateusz Poliwczakcrypto/internal/boring: use internal/byteorder
2024-08-06 Vasily Leonenkointernal/bytealg: optimize Equal for arm64 target
2024-08-05 Ian Lance Taylortest: add test that caused gofrontend to crash
2024-08-05 aimuzbytes, strings: replace reflect.DeepEqual and custom...
2024-08-05 khr@golang.orgcmd/internal/testdir: fix failure when GOAMD64=v3 is...
2024-08-03 Guoqi Chencmd/internal/obj/loong64: add FLDX,FSTX,LDX.STX instruc...
2024-08-03 Xiaolin Zhaocmd/internal/obj/loong64: add support for instructions...
2024-08-03 Xiaolin Zhaocmd/internal/obj/loong64: add support for instructions...
2024-08-03 Xiaolin Zhaocmd/internal/obj/loong64: add support for instructions...
2024-08-03 Ian Lance Taylortime: restore support for large negative days in Date
2024-08-03 apocelipesarchive/zip,cmd/compile: simplify the split function
2024-08-03 pgxiaolianzimime: add available godoc link
next