]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-09-04 Michael Anthony... unique: don't retain uncloned input as key
2024-09-04 Michael Anthony... internal/weak: shade pointer in weak-to-strong conversion
2024-09-04 Keith Randallruntime: size maps.Clone destination bucket array safely
2024-09-04 Michael Prattcmd/internal/obj: drop NOFRAME TODO
2024-09-04 komuwcrypto/cipher: update documentation for aead Open
2024-09-04 Meng Zhuomath: add large exact float rounding tests
2024-09-04 Mateusz Poliwczakgo/printer: do not panic on *ast.ParenExpr in combinesW...
2024-09-04 Demi Marie... encoding/xml: allow ]]> in attribute values
2024-09-04 Wei Furuntime: update comment for golinkname
2024-09-04 qmuntalos/user: User.GroupIds shouldn't error on users with...
2024-09-04 Ian Lance Tayloros: treat Getwd result of ENOMEM the same as ENAMETOOLONG
2024-09-04 Kir Kolyshkinall: use t.Chdir in tests
2024-09-04 Xiaolin Zhaocrypto/internal/bigmod: provide assembly addMulVVW...
2024-09-03 Keith Randallcmd: use built-in clear for maps instead of range+delete
2024-09-03 Keith Randallcmd: use built-in min/max instead of bespoke versions
2024-09-03 Jorropocmd/compile: compute Negation's limits from argument...
2024-09-03 Jorropocmd/compile: compute Complement's limits from argument...
2024-09-03 Jorropocmd/compile: compute Trunc's limits from argument's...
2024-09-03 Jorropocmd/compile: propagate unsigned limits for Div and...
2024-09-03 Zxillycmd: replace many sort.Interface with slices.Sort and...
2024-09-03 nlwkobe30all: omit unnecessary 0 in slice expression
2024-09-03 Charlie Viethunicode: improve SimpleFold performance by 2x for non...
2024-09-03 Ian Lance Tayloros: treat Getwd result of EINVAL/ERANGE the same as...
2024-09-03 Kir Kolyshkinos: improve TestExecutable
2024-09-03 Kir Kolyshkinsyscall: use t.TempDir in tests
2024-09-03 Kir Kolyshkinsyscall: use testenv.Executable
2024-09-03 Kir Kolyshkinmath,os,os/*: use testenv.Executable
2024-09-03 Kir Kolyshkininternal/testenv: add missing t.Helper calls
2024-09-03 Kir Kolyshkininternal/testenv: use sync.OnceValues for hasSymlink
2024-09-03 Kir Kolyshkintesting: use testenv.Executable
2024-09-03 Kir Kolyshkincmd: use testenv.Executable helper
2024-09-03 Kir Kolyshkininternal/testenv: add Executable
2024-09-03 qiulaidongfengtesting: skip TestChdir/relative when on Windows when...
2024-09-03 Jorropocmd/compile: compute Divu's limits from argument's...
2024-09-03 Jorropocmd/compile: compute Modu's maximum limits from argumen...
2024-09-03 Jorropocmd/compile: compute OR's maximum limits from argument...
2024-09-03 Jorropocmd/compile: compute XOR's limits from argument's limits
2024-09-03 Jorropocmd/compile: remove outdated comment in prove.go
2024-09-03 Jorropocmd/compile: compute bits.TrailingZeros*'s limits from...
2024-09-03 Jorropocmd/compile: do constant folding for BitLen*
2024-09-03 Jorropocmd/compile: compute bits.Len*'s limits from argument...
2024-09-03 qiulaidongfenggo/ast: remove unused code
2024-09-03 Kir Kolyshkinos: Getwd: fallback to slow method on ENAMETOOLONG
2024-09-03 j2gg0sencoding/json: add embedded structs to the UnmarshalTyp...
2024-09-03 Andy Paninternal/poll: check return value instead of errno...
2024-09-03 Andy Panos: update the linux minimal version and fix a typo...
2024-09-03 Michael Podtserkovskiicmd/cgo: parallelize loadDefines calls
2024-09-03 Aperencenet: enable multipath TCP by default for listeners
2024-09-03 Ian Lance Taylorcontext: document that WithValue returns a derived...
2024-09-01 tomocyimage: use Rectangle{} instead of ZR
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...
next