2024-09-18 |
Tobias Klauser | net/netip: cover more AddrPort.String cases in tests |
commit | commitdiff | tree |
2024-09-18 |
Cuong Manh Le | cmd/compile: fix wrong esacpe analysis for rangefunc |
commit | commitdiff | tree |
2024-09-18 |
Srinivas Pokala | cmd/internal/obj/s390x: fix m6 field encoding for VSTRC... |
commit | commitdiff | tree |
2024-09-18 |
Tobias Klauser | cmd/cgo: use strings.CutPrefix |
commit | commitdiff | tree |
2024-09-18 |
qiulaidongfeng | go/types, types2: better error message when type argume... |
commit | commitdiff | tree |
2024-09-18 |
Mateusz Poliwczak | net/netip: use const for max address length |
commit | commitdiff | tree |
2024-09-18 |
Tobias Klauser | os/signal: use slices.Delete |
commit | commitdiff | tree |
2024-09-17 |
Michael Matloob | cmd/go: update go help packages doc on all pattern... |
commit | commitdiff | tree |
2024-09-17 |
sunnymilk | cmd/compile: improve the ssa documentation. |
commit | commitdiff | tree |
2024-09-17 |
Michael Pratt | runtime: move getclosureptr to internal/runtime/sys |
commit | commitdiff | tree |
2024-09-17 |
Michael Pratt | runtime: move getcallersp to internal/runtime/sys |
commit | commitdiff | tree |
2024-09-17 |
Kir Kolyshkin | os: TestPipeThreads: remove openbsd special case |
commit | commitdiff | tree |
2024-09-17 |
Michael Pratt | runtime: move getcallerpc to internal/runtime/sys |
commit | commitdiff | tree |
2024-09-16 |
Robert Griesemer | go/types, types2: slightly simplify rangeKeyVal function |
commit | commitdiff | tree |
2024-09-16 |
qmuntal | os/user: fix Current().GroupIds() for AD joined users... |
commit | commitdiff | tree |
2024-09-16 |
Cuong Manh Le | unique: handle zero-size types |
commit | commitdiff | tree |
2024-09-16 |
Robert Griesemer | math/big: add clarifying (internal) comment |
commit | commitdiff | tree |
2024-09-16 |
Michael Pratt | runtime: remove go:noescape from getcallerpc/sp |
commit | commitdiff | tree |
2024-09-16 |
Michael Pratt | cmd/compile: remove ir.OGETCALLERPC |
commit | commitdiff | tree |
2024-09-16 |
Michael Pratt | cmd/compile/internal/typecheck: remove getcallerpc... |
commit | commitdiff | tree |
2024-09-16 |
Joel Sing | math/big: simplify divBasic ujn assignment |
commit | commitdiff | tree |
2024-09-16 |
Dmitri Shuralyov | cmd/preprofile, runtime/coverage: add package comment |
commit | commitdiff | tree |
2024-09-15 |
Cuong Manh Le | unicode/utf8: speedup RuneCount |
commit | commitdiff | tree |
2024-09-15 |
Cuong Manh Le | unicode/utf8: add test that RuneCount does zero allocations |
commit | commitdiff | tree |
2024-09-13 |
Cuong Manh Le | test: add test for issue 24755 |
commit | commitdiff | tree |
2024-09-13 |
Cuong Manh Le | all: add test for issue 20027 |
commit | commitdiff | tree |
2024-09-13 |
Jes Cok | cmd: make use of maps.{Copy, Clone} |
commit | commitdiff | tree |
2024-09-13 |
Jes Cok | encoding/gob: make use of maps.Clone |
commit | commitdiff | tree |
2024-09-13 |
Jes Cok | archive/tar: make use of maps.Clone |
commit | commitdiff | tree |
2024-09-13 |
Xiaolin Zhao | cmd/compile: optimize math.Float64(32)bits and math... |
commit | commitdiff | tree |
2024-09-13 |
Mark Ryan | crypto/md5: provide optimised assembly for riscv64 |
commit | commitdiff | tree |
2024-09-13 |
Michael Matloob | cmd/go: populate build info for test mains |
commit | commitdiff | tree |
2024-09-13 |
Xiaolin Zhao | cmd/compile: optimize RotateLeft8/16 on loong64 |
commit | commitdiff | tree |
2024-09-13 |
Xiaolin Zhao | cmd/internal/obj/loong64: add support for instructions... |
commit | commitdiff | tree |
2024-09-13 |
Mateusz Poliwczak | go/ast: note that in BasicLit CHARs and STRINGs are... |
commit | commitdiff | tree |
2024-09-13 |
Jes Cok | net/http: make use of maps.Copy |
commit | commitdiff | tree |
2024-09-13 |
Jes Cok | text/template: make use of maps.Copy for Template.Clone |
commit | commitdiff | tree |
2024-09-13 |
Kir Kolyshkin | internal/testenv: add MustHaveSource, rm HasSrc |
commit | commitdiff | tree |
2024-09-13 |
Tobias Klauser | cmd/link/internal: use slices.Contains |
commit | commitdiff | tree |
2024-09-12 |
Robert Griesemer | go/types, types2: add initial README.md |
commit | commitdiff | tree |
2024-09-12 |
Cuong Manh Le | unicode/utf8: use range loop in RuneCountInString |
commit | commitdiff | tree |
2024-09-12 |
Guoqi Chen | runtime: switch cputicks and switchToCrashStack0 on... |
commit | commitdiff | tree |
2024-09-12 |
Michael Pratt | os: add clone(CLONE_PIDFD) check to pidfd feature check |
commit | commitdiff | tree |
2024-09-12 |
Joel Sing | cmd/compile,cmd/internal/obj/riscv: always provide... |
commit | commitdiff | tree |
2024-09-12 |
Michael Matloob | cmd/go: explicitly add default GODEBUG to linker config |
commit | commitdiff | tree |
2024-09-12 |
jokemanfire | cmd/go: set environment LANG=C when getting compiler... |
commit | commitdiff | tree |
2024-09-12 |
Tobias Klauser | runtime/pprof: use slices.Contains |
commit | commitdiff | tree |
2024-09-12 |
Ian Lance Taylor | os: check for EACCES, not EPERM, in Getwd test |
commit | commitdiff | tree |
2024-09-11 |
Cuong Manh Le | cmd/compile/internal/typecheck: simplify checkmake... |
commit | commitdiff | tree |
2024-09-11 |
Cuong Manh Le | cmd/compile/internal/typecheck: simplify tcSlice |
commit | commitdiff | tree |
2024-09-11 |
Xiaolin Zhao | src/internal/bytealg: optimize the function Compare... |
commit | commitdiff | tree |
2024-09-11 |
Xiaolin Zhao | runtime: optimize the function memmove on loong64 |
commit | commitdiff | tree |
2024-09-11 |
Cherry Mui | cmd/compile: correct wasmexport result type checking |
commit | commitdiff | tree |
2024-09-11 |
Xiaolin Zhao | crypto/subtle: implement xorBytes in hardware on loong64 |
commit | commitdiff | tree |
2024-09-11 |
Jes Cok | html/template: use maps.Copy in escaper.escapeListCondi... |
commit | commitdiff | tree |
2024-09-11 |
Cuong Manh Le | cmd/compile/internal/typecheck: simplify IndexConst |
commit | commitdiff | tree |
2024-09-11 |
Cuong Manh Le | runtime: Goexit on C-created thread report more useful... |
commit | commitdiff | tree |
2024-09-11 |
Mark D Ryan | runtime: add asm_riscv64.h |
commit | commitdiff | tree |
2024-09-11 |
Cuong Manh Le | cmd/compile: remove types.Type rparams field |
commit | commitdiff | tree |
2024-09-11 |
Ian Lance Taylor | cmd/compile, go/types: add missing space in error message |
commit | commitdiff | tree |
2024-09-11 |
Tobias Klauser | cmd/cgo: use slices.ContainsFunc |
commit | commitdiff | tree |
2024-09-11 |
Dmitri Shuralyov | go/printer: revert "do not treat comments inside a... |
commit | commitdiff | tree |
2024-09-11 |
Meng Zhuo | math: add round assembly implementations on riscv64 |
commit | commitdiff | tree |
2024-09-11 |
Meng Zhuo | test/codegen: add Rotate test for riscv64 |
commit | commitdiff | tree |
2024-09-11 |
Xiaolin Zhao | cmd/compile/internal/ssa: optimize rules Zero and Move... |
commit | commitdiff | tree |
2024-09-10 |
Tim King | Revert "runtime: Goexit on C-created thread report... |
commit | commitdiff | tree |
2024-09-10 |
Ian Lance Taylor | runtime, reflect: avoid allocation in structType.Field... |
commit | commitdiff | tree |
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 |
next |