2024-09-10 |
Ian Lance Taylor | syscall: on exec failure, close pidfd |
commit | commitdiff | tree |
2024-09-10 |
WuGuangyao | runtime: update documentation for ios addr bits |
commit | commitdiff | tree |
2024-09-10 |
Tobias Klauser | time: don't check non-nil err twice in parse |
commit | commitdiff | tree |
2024-09-10 |
Cuong Manh Le | cmd/compile: remove trivial closure reference |
commit | commitdiff | tree |
2024-09-10 |
Paschalis Tsilias | cmd/compile: optimize []byte(string1 + string2) |
commit | commitdiff | tree |
2024-09-10 |
qiulaidongfeng | runtime: Goexit on C-created thread report more useful... |
commit | commitdiff | tree |
2024-09-10 |
Jes Cok | net/http: make use of maps.Clone for Transport.{Clone... |
commit | commitdiff | tree |
2024-09-09 |
amusman | cmd/compile: emit tail call wrappers when possible |
commit | commitdiff | tree |
2024-09-09 |
Michael Matloob | cmd/go/testdata/script: skip part of test on unsupporte... |
commit | commitdiff | tree |
2024-09-09 |
cuishuang | all: remove unnecessary symbols and add missing symbols |
commit | commitdiff | tree |
2024-09-09 |
Michael Matloob | cmd/go: add an exception for 'go telemetry off' to... |
commit | commitdiff | tree |
2024-09-07 |
Tobias Klauser | syscall: follow convention for generated code comment |
commit | commitdiff | tree |
2024-09-06 |
Mateusz Poliwczak | go/printer: check whether !isTypeElem, instead of combi... |
commit | commitdiff | tree |
2024-09-06 |
Michael Matloob | src/cmd/go/internal/load: remove PackageError.Hard |
commit | commitdiff | tree |
2024-09-06 |
Sebastian Nickolls | cmd/internal/obj/arm64: Add helpers for span7 passes |
commit | commitdiff | tree |
2024-09-06 |
Kir Kolyshkin | internal/syscall/unix: Eaccess: return ENOSYS on Android |
commit | commitdiff | tree |
2024-09-06 |
Kir Kolyshkin | internal/syscall/unix: implement Eaccess on all unix... |
commit | commitdiff | tree |
2024-09-06 |
Kir Kolyshkin | cmd/internal: use t.TempDir in tests |
commit | commitdiff | tree |
2024-09-06 |
Kir Kolyshkin | cmd/internal/script: use sync.OnceValue |
commit | commitdiff | tree |
2024-09-06 |
Kir Kolyshkin | cmd/internal/objabi: use sync.OnceValue |
commit | commitdiff | tree |
2024-09-06 |
Kir Kolyshkin | cmd/internal/testdir: remove temp files |
commit | commitdiff | tree |
2024-09-06 |
Kir Kolyshkin | cmd/internal/testdir: use sync.OnceValue |
commit | commitdiff | tree |
2024-09-06 |
Kir Kolyshkin | cmd/internal/testdir: use os.ReadDir |
commit | commitdiff | tree |
2024-09-06 |
Kir Kolyshkin | cmd/nm: use t.TempDir |
commit | commitdiff | tree |
2024-09-06 |
Kir Kolyshkin | cmd/addr2line: use t.TempDir |
commit | commitdiff | tree |
2024-09-06 |
Kir Kolyshkin | os: use Mkdir in TestCopyFSWithSymlinks |
commit | commitdiff | tree |
2024-09-06 |
Kir Kolyshkin | os: use t.TempDir in TestRemoveAllRace |
commit | commitdiff | tree |
2024-09-06 |
Mateusz Poliwczak | go/printer: mention that input file is formatted in... |
commit | commitdiff | tree |
2024-09-06 |
Kir Kolyshkin | cmd/go/internal: use sync.OnceFunc, sync.OnceValue |
commit | commitdiff | tree |
2024-09-06 |
Kir Kolyshkin | cmd/go/internal/toolchain: use sync.OnceValue |
commit | commitdiff | tree |
2024-09-06 |
Kir Kolyshkin | cmd/go/internal/auth: use sync.OnceValues |
commit | commitdiff | tree |
2024-09-06 |
Tobias Klauser | cmd/asm/internal: use slices.Contains |
commit | commitdiff | tree |
2024-09-06 |
apocelipes | compress/flate: use built-in clear to simplify the... |
commit | commitdiff | tree |
2024-09-06 |
Kyle Xiao | runtime: remove cloudwego/frugal unused linkname from... |
commit | commitdiff | tree |
2024-09-06 |
Ian Lance Taylor | reflect: gofmt all_test.go |
commit | commitdiff | tree |
2024-09-05 |
Robert Griesemer | go/types, types2: remove unused argument from Checker... |
commit | commitdiff | tree |
2024-09-05 |
Robert Griesemer | go/types, types2: remove unused argument from Checker... |
commit | commitdiff | tree |
2024-09-05 |
Robert Griesemer | go/types, types2: factor type checking of basic literal... |
commit | commitdiff | tree |
2024-09-05 |
Robert Griesemer | go/types: factor out opPos computation |
commit | commitdiff | tree |
2024-09-05 |
Robert Griesemer | go/types, types2: factor type checking of func literals... |
commit | commitdiff | tree |
2024-09-05 |
Robert Griesemer | go/types, types2: factor out endPos call |
commit | commitdiff | tree |
2024-09-05 |
Robert Griesemer | go/types: generate literals.go from corresponding types... |
commit | commitdiff | tree |
2024-09-05 |
Robert Griesemer | go/types, types2: factor out isdddArray and inNode... |
commit | commitdiff | tree |
2024-09-05 |
Robert Griesemer | go/types, types2: factor out code for type checking... |
commit | commitdiff | tree |
2024-09-05 |
Robert Griesemer | cmd/compile/internal/syntax: handle parentheses around... |
commit | commitdiff | tree |
2024-09-05 |
Cuong Manh Le | cmd/compile: use slices.SortStableFunc |
commit | commitdiff | tree |
2024-09-05 |
Cuong Manh Le | cmd/compile: use slices.{Sort,SortFunc} |
commit | commitdiff | tree |
2024-09-05 |
Tobias Klauser | cmd/cgo: use slices.Index |
commit | commitdiff | tree |
2024-09-05 |
Mateusz Poliwczak | go/printer: do not treat comments inside a ast.Decl... |
commit | commitdiff | tree |
2024-09-05 |
Kir Kolyshkin | cmd/go/internal: use t.TempDir in tests |
commit | commitdiff | tree |
2024-09-05 |
Roland Shoemaker | go/build/constraint: add parsing limits |
commit | commitdiff | tree |
2024-09-05 |
Roland Shoemaker | encoding/gob: cover missed cases when checking ignore... |
commit | commitdiff | tree |
2024-09-05 |
Roland Shoemaker | go/parser: track depth in nested element lists |
commit | commitdiff | tree |
2024-09-05 |
Cuong Manh Le | types2, go/types: use slices.SortFunc |
commit | commitdiff | tree |
2024-09-05 |
Meng Zhuo | runtime: use regabi for riscv64 cputicks |
commit | commitdiff | tree |
2024-09-05 |
Xiaolin Zhao | cmd/internal/obj/loong64: add support for instructions... |
commit | commitdiff | tree |
2024-09-05 |
Xiaolin Zhao | runtime: optimize the function memclrNoHeapPointers... |
commit | commitdiff | tree |
2024-09-05 |
Xiaolin Zhao | crypto/sha256: implement sha256block in hardware on... |
commit | commitdiff | tree |
2024-09-05 |
Xiaolin Zhao | crypto/sha512: implement sha512block in hardware on... |
commit | commitdiff | tree |
2024-09-04 |
Ian Lance Taylor | os: don't fail TestGetwdDeepWithPWDSet if TMPDIR has... |
commit | commitdiff | tree |
2024-09-04 |
Kir Kolyshkin | cmd/link/internal/ld: rm os.Getwd from elf_test |
commit | commitdiff | tree |
2024-09-04 |
Kir Kolyshkin | cmd/link/internal/ld: rm os.Getwd from dwarf_test |
commit | commitdiff | tree |
2024-09-04 |
Alan Donovan | vendor/golang.org/x/tools: update to v0.24.1-0.20240904... |
commit | commitdiff | tree |
2024-09-04 |
Garrett Bodley | crypto/internal/nistec: Avo port of p256_asm_amd64.s |
commit | commitdiff | tree |
2024-09-04 |
Garrett Bodley | crypto/aes: Avo port of asm_amd64.s |
commit | commitdiff | tree |
2024-09-04 |
Garrett Bodley | crypto/aes: Avo port of gcm_amd64.s |
commit | commitdiff | tree |
2024-09-04 |
Garrett Bodley | crypto/md5: Avo port of md5block_amd64.s |
commit | commitdiff | tree |
2024-09-04 |
Garrett Bodley | crypto/sha512: Avo port of sha512block_amd64.s |
commit | commitdiff | tree |
2024-09-04 |
Garrett Bodley | crypto/sha1: Avo port of sha1block_amd64.s |
commit | commitdiff | tree |
2024-09-04 |
Garrett Bodley | crypto/sha256: Avo port of sha256block_amd64.s |
commit | commitdiff | tree |
2024-09-04 |
Cuong Manh Le | cmd/compile: remove NameSet.Sorted |
commit | commitdiff | tree |
2024-09-04 |
Cuong Manh Le | cmd/compile/internal/liveness: use slices.Reverse |
commit | commitdiff | tree |
2024-09-04 |
Roland Shoemaker | crypto/internal/boring: disable LFS64 interfaces |
commit | commitdiff | tree |
2024-09-04 |
Kir Kolyshkin | cmd/link/internal/ld: simplify gobuildTestdata |
commit | commitdiff | tree |
2024-09-04 |
Mateusz Poliwczak | go/parser: convert *ast.CallExpr into *ast.ParenExpr... |
commit | commitdiff | tree |
2024-09-04 |
Cuong Manh Le | cmd: remove notsha256 package |
commit | commitdiff | tree |
2024-09-04 |
Cuong Manh Le | cmd: use 16 bytes hash when possible |
commit | commitdiff | tree |
2024-09-04 |
Cuong Manh Le | cmd: use 20 bytes hash when possible |
commit | commitdiff | tree |
2024-09-04 |
Cuong Manh Le | cmd: do not use notsha256 |
commit | commitdiff | tree |
2024-09-04 |
Cuong Manh Le | cmd/internal: add hash package |
commit | commitdiff | tree |
2024-09-04 |
Alan Donovan | all: fix printf(var) mistakes detected by latest printf... |
commit | commitdiff | tree |
2024-09-04 |
Michael Anthony... | unique: don't retain uncloned input as key |
commit | commitdiff | tree |
2024-09-04 |
Michael Anthony... | internal/weak: shade pointer in weak-to-strong conversion |
commit | commitdiff | tree |
2024-09-04 |
Keith Randall | runtime: size maps.Clone destination bucket array safely |
commit | commitdiff | tree |
2024-09-04 |
Michael Pratt | cmd/internal/obj: drop NOFRAME TODO |
commit | commitdiff | tree |
2024-09-04 |
komuw | crypto/cipher: update documentation for aead Open |
commit | commitdiff | tree |
2024-09-04 |
Meng Zhuo | math: add large exact float rounding tests |
commit | commitdiff | tree |
2024-09-04 |
Mateusz Poliwczak | go/printer: do not panic on *ast.ParenExpr in combinesW... |
commit | commitdiff | tree |
2024-09-04 |
Demi Marie... | encoding/xml: allow ]]> in attribute values |
commit | commitdiff | tree |
2024-09-04 |
Wei Fu | runtime: update comment for golinkname |
commit | commitdiff | tree |
2024-09-04 |
qmuntal | os/user: User.GroupIds shouldn't error on users with... |
commit | commitdiff | tree |
2024-09-04 |
Ian Lance Taylor | os: treat Getwd result of ENOMEM the same as ENAMETOOLONG |
commit | commitdiff | tree |
2024-09-04 |
Kir Kolyshkin | all: use t.Chdir in tests |
commit | commitdiff | tree |
2024-09-04 |
Xiaolin Zhao | crypto/internal/bigmod: provide assembly addMulVVW... |
commit | commitdiff | tree |
2024-09-03 |
Keith Randall | cmd: use built-in clear for maps instead of range+delete |
commit | commitdiff | tree |
2024-09-03 |
Keith Randall | cmd: use built-in min/max instead of bespoke versions |
commit | commitdiff | tree |
2024-09-03 |
Jorropo | cmd/compile: compute Negation's limits from argument... |
commit | commitdiff | tree |
2024-09-03 |
Jorropo | cmd/compile: compute Complement's limits from argument... |
commit | commitdiff | tree |
2024-09-03 |
Jorropo | cmd/compile: compute Trunc's limits from argument's... |
commit | commitdiff | tree |
2024-09-03 |
Jorropo | cmd/compile: propagate unsigned limits for Div and... |
commit | commitdiff | tree |
next |