2022-12-19 |
qmuntal | os: reenable TestReaddirSmallSeek on windows |
commit | commitdiff | tree |
2022-12-17 |
Guoqi Chen | cmd/compile: sign-extend the 2nd argument of the Lowere... |
commit | commitdiff | tree |
2022-12-16 |
Than McIntosh | os/user,net: add -fno-stack-protector to CFLAGS |
commit | commitdiff | tree |
2022-12-16 |
Damien Neil | net/http: improve errors in TestCancelRequestWhenSharin... |
commit | commitdiff | tree |
2022-12-16 |
Ian Lance Taylor | syscall, internal/poll: fall back to accept on linux-arm |
commit | commitdiff | tree |
2022-12-16 |
Bryan C. Mills | os/exec: retry ETXTBSY errors in TestFindExecutableVsNoexec |
commit | commitdiff | tree |
2022-12-15 |
Robert Griesemer | doc/go1.20: fix typo |
commit | commitdiff | tree |
2022-12-15 |
Robert Griesemer | spec: fix typo |
commit | commitdiff | tree |
2022-12-14 |
Robert Griesemer | spec: document which recursive arrays and structs are... |
commit | commitdiff | tree |
2022-12-14 |
Heschi Kreinick | doc/go1.20.html: pre-announce dropping Windows 7, 8... |
commit | commitdiff | tree |
2022-12-14 |
Matthew Dempsky | cmd/compile: desugar OCALLMETH->OCALLFUNC within devirt... |
commit | commitdiff | tree |
2022-12-14 |
Robert Griesemer | spec: document illegal recursive type parameter lists |
commit | commitdiff | tree |
2022-12-14 |
Robert Griesemer | spec: describe new semantics for comparable and constra... |
commit | commitdiff | tree |
2022-12-14 |
Robert Griesemer | spec: introduce notion of strict comparability |
commit | commitdiff | tree |
2022-12-13 |
miller | syscall: fix closing of reordered FDs in plan9 ForkExec |
commit | commitdiff | tree |
2022-12-13 |
Robert Griesemer | go/types, types2: report type mismatch error when conve... |
commit | commitdiff | tree |
2022-12-13 |
Oleg Zaytsev | cmd/gc: test temp string comparison with all ops |
commit | commitdiff | tree |
2022-12-12 |
Paul E. Murphy | syscall: skip TestUseCgroupFD if cgroupfs mounted RO |
commit | commitdiff | tree |
2022-12-12 |
Bryan C. Mills | syscall: fix shadowing bugs in forkAndExecInChild |
commit | commitdiff | tree |
2022-12-12 |
Changkun Ou | sync: remove unused const |
commit | commitdiff | tree |
2022-12-12 |
Alexander Frolov | doc/go1.20: fix typo |
commit | commitdiff | tree |
2022-12-12 |
Nikola Jokic | debug/buildinfo: check pointer size on buildinfo.Read |
commit | commitdiff | tree |
2022-12-12 |
Shengyu Zhang | doc/go1.20: fix URL anchor |
commit | commitdiff | tree |
2022-12-11 |
Keith Randall | cmd/compile: fix conditional move rule on PPC64 |
commit | commitdiff | tree |
2022-12-10 |
Ian Lance Taylor | os: skip size test in TestLstat if the file is a symlink |
commit | commitdiff | tree |
2022-12-09 |
Keith Randall | cmd/compile: fix conditional select rule |
commit | commitdiff | tree |
2022-12-09 |
Than McIntosh | doc: fix typo in 1.20 release notes |
commit | commitdiff | tree |
2022-12-09 |
Bryan C. Mills | os/user: zero-initialize C structs returned to Go |
commit | commitdiff | tree |
2022-12-08 |
Robert Findley | go/types, types2: always rename type parameters during... |
commit | commitdiff | tree |
2022-12-08 |
Zhizhen He | doc: fix typo |
commit | commitdiff | tree |
2022-12-08 |
Dmitri Shuralyov | doc/go1.20: correct test binary -v flag value for test2json |
commit | commitdiff | tree |
2022-12-08 |
Than McIntosh | cmd/{go,cover,covdata}: fix 'package main' inconsistent... |
commit | commitdiff | tree |
2022-12-08 |
cia-rana | cmd/link: fix dynamic interpreter path for musl-based... |
commit | commitdiff | tree |
2022-12-08 |
Bryan C. Mills | runtime: remove arbitrary timeouts in finalizer tests |
commit | commitdiff | tree |
2022-12-08 |
Bryan C. Mills | cmd/go: deflake TestScript/test2json_interrupt |
commit | commitdiff | tree |
2022-12-08 |
Ian Lance Taylor | os/user: on AIX getpwuid_r seems to return -1 on overflow |
commit | commitdiff | tree |
2022-12-07 |
David du Colombier | internal/safefilepath: fix TestFromFS on Plan 9 |
commit | commitdiff | tree |
2022-12-07 |
Bryan C. Mills | cmd/go: in TestTerminalPassthrough, delay subprocess... |
commit | commitdiff | tree |
2022-12-07 |
Michael Pratt | api: promote next to go1.20 |
commit | commitdiff | tree |
2022-12-07 |
Michael Pratt | doc/go1.20: delete remaining TODO |
commit | commitdiff | tree |
2022-12-07 |
Than McIntosh | doc/go1.20: add section on coverage |
commit | commitdiff | tree |
2022-12-07 |
Russ Cox | os/user: fix buffer retry loop on macOS |
commit | commitdiff | tree |
2022-12-07 |
Russ Cox | doc/go1.20: relnote and take care of TODOs |
commit | commitdiff | tree |
2022-12-07 |
Matthew Dempsky | go/internal/gcimporter: simplify unified IR importer |
commit | commitdiff | tree |
2022-12-07 |
Matthew Dempsky | cmd/compile: restore test/nested.go test cases |
commit | commitdiff | tree |
2022-12-07 |
Damien Neil | all: update vendored golang.org/x/net |
commit | commitdiff | tree |
2022-12-07 |
Russ Cox | lib/time: update to 2022g/2022g |
commit | commitdiff | tree |
2022-12-06 |
Damien Neil | os, net/http: avoid escapes from os.DirFS and http... |
commit | commitdiff | tree |
2022-12-06 |
Cherry Mui | Revert "runtime/pprof: unskip TestTimeVDSO on Android" |
commit | commitdiff | tree |
2022-12-06 |
Bryan C. Mills | cmd/go: unskip TestScript/build_issue48319 on Windows |
commit | commitdiff | tree |
2022-12-06 |
Roland Shoemaker | archive/zip: only consider UncompressedSize when checki... |
commit | commitdiff | tree |
2022-12-06 |
Dmitri Shuralyov | run.bash, cmd/dist: document GO_TEST_SHORT and GO_TEST_... |
commit | commitdiff | tree |
2022-12-06 |
Robert Griesemer | go/types, types2: better error message for invalid... |
commit | commitdiff | tree |
2022-12-06 |
Cherry Mui | runtime/pprof: unskip TestTimeVDSO on Android |
commit | commitdiff | tree |
2022-12-06 |
Than McIntosh | cmd/link: pass -Wl,--no-insert-timestamp to external... |
commit | commitdiff | tree |
2022-12-06 |
Keith Randall | cmd/compile: turn off jump tables when spectre retpolin... |
commit | commitdiff | tree |
2022-12-05 |
Keith Randall | cmd/asm: improve assembler error messages |
commit | commitdiff | tree |
2022-12-05 |
Robert Griesemer | go/types, types2: better error message for failing... |
commit | commitdiff | tree |
2022-12-05 |
Keith Randall | cmd/compile: clean up amd64 opcode comments |
commit | commitdiff | tree |
2022-12-05 |
Cherry Mui | runtime: prioritize VDSO and libcall unwinding in profiler |
commit | commitdiff | tree |
2022-12-05 |
Mateusz Poliwczak | net: support context cancellation in resSearch |
commit | commitdiff | tree |
2022-12-05 |
David Chase | doc: 1.20 compiler changes |
commit | commitdiff | tree |
2022-12-05 |
Cherry Mui | runtime/cgo: fix typo in gcc_loong64.S |
commit | commitdiff | tree |
2022-12-05 |
Cherry Mui | runtime/cgo: add .file directive to GNU assembly files |
commit | commitdiff | tree |
2022-12-03 |
cui fliter | all: fix some comments for method |
commit | commitdiff | tree |
2022-12-02 |
Russ Cox | runtime/debug: add missing period |
commit | commitdiff | tree |
2022-12-02 |
Heschi Kreinick | doc/go1.20: preannounce dropping macOS 10.13 and 10... |
commit | commitdiff | tree |
2022-12-02 |
Bryan C. Mills | cmd/go: remove TestScript/version_buildvcs_git_gpg |
commit | commitdiff | tree |
2022-12-02 |
Bryan C. Mills | cmd/go: skip TestScript/mod_replace_gopkgin |
commit | commitdiff | tree |
2022-12-02 |
Damien Neil | path/filepath: make Join("c:", "/a") return "c:/a"... |
commit | commitdiff | tree |
2022-12-02 |
Bryan C. Mills | go/internal/gcimporter: in short tests, avoid creating... |
commit | commitdiff | tree |
2022-12-02 |
Roland Shoemaker | doc/go1.20: resolve root bundle package TODO |
commit | commitdiff | tree |
2022-12-02 |
Filippo Valsorda | math/big: fix BitLen performance regression |
commit | commitdiff | tree |
2022-12-02 |
Russ Cox | cmd/api: track darwin arm64 port |
commit | commitdiff | tree |
2022-12-02 |
Russ Cox | encoding/csv: use proper doc comment for Deprecated... |
commit | commitdiff | tree |
2022-12-02 |
Russ Cox | archive/zip: use proper doc comment for Deprecated... |
commit | commitdiff | tree |
2022-12-02 |
Russ Cox | archive/tar: use proper doc comment for Deprecated... |
commit | commitdiff | tree |
2022-12-02 |
Russ Cox | cmd/api: track deprecations |
commit | commitdiff | tree |
2022-12-02 |
Russ Cox | runtime/debug: more complete BuildInfo documentation |
commit | commitdiff | tree |
2022-12-01 |
Bryan C. Mills | go/internal/gcimporter: load cached export data for... |
commit | commitdiff | tree |
2022-12-01 |
Michael Matloob | cmd/dist: remove pkg/$GOOS_$GOARCH and pkg/obj at exit |
commit | commitdiff | tree |
2022-12-01 |
Tobias Klauser | doc/go1.20: add code tags in crypto/{rsa,subtle} and... |
commit | commitdiff | tree |
2022-12-01 |
Mateusz Poliwczak | net: acquire thread in resSearch |
commit | commitdiff | tree |
2022-12-01 |
Mateusz Poliwczak | net: retry with bigger buffer in resSearch |
commit | commitdiff | tree |
2022-12-01 |
Chaoshuai Lü | crypto/des: fix a typo in the comment for permuteFinalBlock |
commit | commitdiff | tree |
2022-12-01 |
Cuong Manh Le | doc: add release note for cgo.Incomplete |
commit | commitdiff | tree |
2022-12-01 |
Robert Griesemer | doc/go1.20: document new semantics for comparable const... |
commit | commitdiff | tree |
2022-12-01 |
Michael Matloob | go/internal/gcimporter: fix TestImportStdLib |
commit | commitdiff | tree |
2022-12-01 |
Robert Griesemer | go/types, types2: make the new comparable semantics... |
commit | commitdiff | tree |
2022-12-01 |
Bryan C. Mills | cmd/go/internal/work: make formatOutput return an error... |
commit | commitdiff | tree |
2022-12-01 |
Than McIntosh | runtime,hash/maphash: eliminate maphash torture test... |
commit | commitdiff | tree |
2022-12-01 |
Roland Shoemaker | crypto/x509: include more hints for verification failure |
commit | commitdiff | tree |
2022-12-01 |
Robert Griesemer | Revert "go/types, types2: make the new comparable seman... |
commit | commitdiff | tree |
2022-12-01 |
Tobias Klauser | internal/coverage: use io.Seek* constants |
commit | commitdiff | tree |
2022-12-01 |
Roland Shoemaker | archive/zip: tolerate compressed directories with zero... |
commit | commitdiff | tree |
2022-12-01 |
Roland Shoemaker | crypto/ecdsa: verify validity of signature parameters... |
commit | commitdiff | tree |
2022-12-01 |
Robert Griesemer | go/types, types2: make the new comparable semantics... |
commit | commitdiff | tree |
2022-11-30 |
Cuong Manh Le | cmd/compile: fix inline static init with derived types |
commit | commitdiff | tree |
2022-11-30 |
Matthew Dempsky | cmd/cgo: walk {FuncType,TypeSpec}.TypeParams fields |
commit | commitdiff | tree |
2022-11-30 |
Damien Neil | net: reenable SRV tests with _ldap._tcp.google.com |
commit | commitdiff | tree |
next |