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 |
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 |
next |