]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-09-06 Kir Kolyshkincmd/go/internal/auth: use sync.OnceValues
2024-09-06 Tobias Klausercmd/asm/internal: use slices.Contains
2024-09-06 apocelipescompress/flate: use built-in clear to simplify the...
2024-09-06 Kyle Xiaoruntime: remove cloudwego/frugal unused linkname from...
2024-09-06 Ian Lance Taylorreflect: gofmt all_test.go
2024-09-05 Robert Griesemergo/types, types2: remove unused argument from Checker...
2024-09-05 Robert Griesemergo/types, types2: remove unused argument from Checker...
2024-09-05 Robert Griesemergo/types, types2: factor type checking of basic literal...
2024-09-05 Robert Griesemergo/types: factor out opPos computation
2024-09-05 Robert Griesemergo/types, types2: factor type checking of func literals...
2024-09-05 Robert Griesemergo/types, types2: factor out endPos call
2024-09-05 Robert Griesemergo/types: generate literals.go from corresponding types...
2024-09-05 Robert Griesemergo/types, types2: factor out isdddArray and inNode...
2024-09-05 Robert Griesemergo/types, types2: factor out code for type checking...
2024-09-05 Robert Griesemercmd/compile/internal/syntax: handle parentheses around...
2024-09-05 Cuong Manh Lecmd/compile: use slices.SortStableFunc
2024-09-05 Cuong Manh Lecmd/compile: use slices.{Sort,SortFunc}
2024-09-05 Tobias Klausercmd/cgo: use slices.Index
2024-09-05 Mateusz Poliwczakgo/printer: do not treat comments inside a ast.Decl...
2024-09-05 Kir Kolyshkincmd/go/internal: use t.TempDir in tests
2024-09-05 Roland Shoemakergo/build/constraint: add parsing limits
2024-09-05 Roland Shoemakerencoding/gob: cover missed cases when checking ignore...
2024-09-05 Roland Shoemakergo/parser: track depth in nested element lists
2024-09-05 Cuong Manh Letypes2, go/types: use slices.SortFunc
2024-09-05 Meng Zhuoruntime: use regabi for riscv64 cputicks
2024-09-05 Xiaolin Zhaocmd/internal/obj/loong64: add support for instructions...
2024-09-05 Xiaolin Zhaoruntime: optimize the function memclrNoHeapPointers...
2024-09-05 Xiaolin Zhaocrypto/sha256: implement sha256block in hardware on...
2024-09-05 Xiaolin Zhaocrypto/sha512: implement sha512block in hardware on...
2024-09-04 Ian Lance Tayloros: don't fail TestGetwdDeepWithPWDSet if TMPDIR has...
2024-09-04 Kir Kolyshkincmd/link/internal/ld: rm os.Getwd from elf_test
2024-09-04 Kir Kolyshkincmd/link/internal/ld: rm os.Getwd from dwarf_test
2024-09-04 Alan Donovanvendor/golang.org/x/tools: update to v0.24.1-0.20240904...
2024-09-04 Garrett Bodleycrypto/internal/nistec: Avo port of p256_asm_amd64.s
2024-09-04 Garrett Bodleycrypto/aes: Avo port of asm_amd64.s
2024-09-04 Garrett Bodleycrypto/aes: Avo port of gcm_amd64.s
2024-09-04 Garrett Bodleycrypto/md5: Avo port of md5block_amd64.s
2024-09-04 Garrett Bodleycrypto/sha512: Avo port of sha512block_amd64.s
2024-09-04 Garrett Bodleycrypto/sha1: Avo port of sha1block_amd64.s
2024-09-04 Garrett Bodleycrypto/sha256: Avo port of sha256block_amd64.s
2024-09-04 Cuong Manh Lecmd/compile: remove NameSet.Sorted
2024-09-04 Cuong Manh Lecmd/compile/internal/liveness: use slices.Reverse
2024-09-04 Roland Shoemakercrypto/internal/boring: disable LFS64 interfaces
2024-09-04 Kir Kolyshkincmd/link/internal/ld: simplify gobuildTestdata
2024-09-04 Mateusz Poliwczakgo/parser: convert *ast.CallExpr into *ast.ParenExpr...
2024-09-04 Cuong Manh Lecmd: remove notsha256 package
2024-09-04 Cuong Manh Lecmd: use 16 bytes hash when possible
2024-09-04 Cuong Manh Lecmd: use 20 bytes hash when possible
2024-09-04 Cuong Manh Lecmd: do not use notsha256
2024-09-04 Cuong Manh Lecmd/internal: add hash package
2024-09-04 Alan Donovanall: fix printf(var) mistakes detected by latest printf...
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...
next