]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-09-12 Michael Prattos: add clone(CLONE_PIDFD) check to pidfd feature check
2024-09-12 Joel Singcmd/compile,cmd/internal/obj/riscv: always provide...
2024-09-12 Michael Matloobcmd/go: explicitly add default GODEBUG to linker config
2024-09-12 jokemanfirecmd/go: set environment LANG=C when getting compiler...
2024-09-12 Tobias Klauserruntime/pprof: use slices.Contains
2024-09-12 Ian Lance Tayloros: check for EACCES, not EPERM, in Getwd test
2024-09-11 Cuong Manh Lecmd/compile/internal/typecheck: simplify checkmake...
2024-09-11 Cuong Manh Lecmd/compile/internal/typecheck: simplify tcSlice
2024-09-11 Xiaolin Zhaosrc/internal/bytealg: optimize the function Compare...
2024-09-11 Xiaolin Zhaoruntime: optimize the function memmove on loong64
2024-09-11 Cherry Muicmd/compile: correct wasmexport result type checking
2024-09-11 Xiaolin Zhaocrypto/subtle: implement xorBytes in hardware on loong64
2024-09-11 Jes Cokhtml/template: use maps.Copy in escaper.escapeListCondi...
2024-09-11 Cuong Manh Lecmd/compile/internal/typecheck: simplify IndexConst
2024-09-11 Cuong Manh Leruntime: Goexit on C-created thread report more useful...
2024-09-11 Mark D Ryanruntime: add asm_riscv64.h
2024-09-11 Cuong Manh Lecmd/compile: remove types.Type rparams field
2024-09-11 Ian Lance Taylorcmd/compile, go/types: add missing space in error message
2024-09-11 Tobias Klausercmd/cgo: use slices.ContainsFunc
2024-09-11 Dmitri Shuralyovgo/printer: revert "do not treat comments inside a...
2024-09-11 Meng Zhuomath: add round assembly implementations on riscv64
2024-09-11 Meng Zhuotest/codegen: add Rotate test for riscv64
2024-09-11 Xiaolin Zhaocmd/compile/internal/ssa: optimize rules Zero and Move...
2024-09-10 Tim KingRevert "runtime: Goexit on C-created thread report...
2024-09-10 Ian Lance Taylorruntime, reflect: avoid allocation in structType.Field...
2024-09-10 Ian Lance Taylorsyscall: on exec failure, close pidfd
2024-09-10 WuGuangyaoruntime: update documentation for ios addr bits
2024-09-10 Tobias Klausertime: don't check non-nil err twice in parse
2024-09-10 Cuong Manh Lecmd/compile: remove trivial closure reference
2024-09-10 Paschalis Tsiliascmd/compile: optimize []byte(string1 + string2)
2024-09-10 qiulaidongfengruntime: Goexit on C-created thread report more useful...
2024-09-10 Jes Coknet/http: make use of maps.Clone for Transport.{Clone...
2024-09-09 amusmancmd/compile: emit tail call wrappers when possible
2024-09-09 Michael Matloobcmd/go/testdata/script: skip part of test on unsupporte...
2024-09-09 cuishuangall: remove unnecessary symbols and add missing symbols
2024-09-09 Michael Matloobcmd/go: add an exception for 'go telemetry off' to...
2024-09-07 Tobias Klausersyscall: follow convention for generated code comment
2024-09-06 Mateusz Poliwczakgo/printer: check whether !isTypeElem, instead of combi...
2024-09-06 Michael Matloobsrc/cmd/go/internal/load: remove PackageError.Hard
2024-09-06 Sebastian Nickollscmd/internal/obj/arm64: Add helpers for span7 passes
2024-09-06 Kir Kolyshkininternal/syscall/unix: Eaccess: return ENOSYS on Android
2024-09-06 Kir Kolyshkininternal/syscall/unix: implement Eaccess on all unix...
2024-09-06 Kir Kolyshkincmd/internal: use t.TempDir in tests
2024-09-06 Kir Kolyshkincmd/internal/script: use sync.OnceValue
2024-09-06 Kir Kolyshkincmd/internal/objabi: use sync.OnceValue
2024-09-06 Kir Kolyshkincmd/internal/testdir: remove temp files
2024-09-06 Kir Kolyshkincmd/internal/testdir: use sync.OnceValue
2024-09-06 Kir Kolyshkincmd/internal/testdir: use os.ReadDir
2024-09-06 Kir Kolyshkincmd/nm: use t.TempDir
2024-09-06 Kir Kolyshkincmd/addr2line: use t.TempDir
2024-09-06 Kir Kolyshkinos: use Mkdir in TestCopyFSWithSymlinks
2024-09-06 Kir Kolyshkinos: use t.TempDir in TestRemoveAllRace
2024-09-06 Mateusz Poliwczakgo/printer: mention that input file is formatted in...
2024-09-06 Kir Kolyshkincmd/go/internal: use sync.OnceFunc, sync.OnceValue
2024-09-06 Kir Kolyshkincmd/go/internal/toolchain: use sync.OnceValue
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...
next