index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-06-09
cmd/cgo: recognize clang 14 DWARF type names
go1.19beta1
Dmitri Goutnik
2022-06-09
runtime/cgo: retry _beginthread on EACCES
Michael Pratt
2022-06-09
runtime/cgo: merge bodies of cgo_sys_thread_start on windows
Michael Pratt
2022-06-09
api: promote next to go1.19
Cherry Mui
2022-06-09
go/types, types2: only set instance context if packages match
Robert Findley
2022-06-08
cmd/go/testdata/script: fix skip on list_replace_absolute_windows
Michael Matloob
2022-06-08
api/next: minor reformat
Cherry Mui
2022-06-08
runtime: use pidleget for faketime jump
Michael Pratt
2022-06-08
cmd/go: clean paths before using them form index functions
Michael Matloob
2022-06-08
syscall: remove unused setgroups on linux/loong64
Tobias Klauser
2022-06-08
runtime: skip TestGdbBacktrace on gdb bug
Austin Clements
2022-06-08
net: fix testHookDialTCP race
Damien Neil
2022-06-08
cmd/go: enable module index by default
Michael Matloob
2022-06-08
cmd/go: properly call PackageModuleRoot to get modroot for index
Michael Matloob
2022-06-08
cmd/go: set Root and target fields for packages in GOPATH
Michael Matloob
2022-06-08
doc/go1.19: delete remaining TODOs
Russ Cox
2022-06-08
runtime: gofmt
Michael Pratt
2022-06-08
doc/go1.19: complete most remaining TODOs
Russ Cox
2022-06-08
runtime: remove unused pipe and setNonblock on linux/loong64
Tobias Klauser
2022-06-08
doc/go1.19: mention riscv64 supported regabi
Meng Zhuo
2022-06-07
os: document that Chdir affects fs.FS returned by DirFS with a relative path
Dan Kortschak
2022-06-07
syscall: remove unused accept on linux/loong64
Tobias Klauser
2022-06-07
net: use synthetic network in TestDialParallel
Damien Neil
2022-06-07
doc/go1.19: document that the assembler requires -p
Cherry Mui
2022-06-07
doc/go1.19: document linker CL that switches DWARF compressed section format
Cherry Mui
2022-06-07
go/types, types2: better error message for invalid use of constraint type
Robert Griesemer
2022-06-07
go/types, types2: better error message if type is not in type set
Robert Griesemer
2022-06-07
go/types, types2: use | rather than ∪ when printing term lists
Robert Griesemer
2022-06-07
doc/go1.19: add release notes for net/http and net/url
Damien Neil
2022-06-07
doc/go1.19: adjust runtime release notes
Michael Pratt
2022-06-07
runtime: document GOMEMLIMIT in environment variables section
Michael Pratt
2022-06-07
doc/go1.19: document loong64 port
David Chase
2022-06-07
sync/atomic: clarify that 8-byte alignment of variables is due to escape
Will Hawkins
2022-06-07
doc/go1.19: some platforms are still on TSAN v2
Austin Clements
2022-06-07
doc/go1.19: compiler section is complete, modulo TODOs
Austin Clements
2022-06-07
doc/go1.19: minor edits
Austin Clements
2022-06-07
doc/go1.19: complete TODOs for go/types
Robert Findley
2022-06-07
doc/go1.19: add various crypto release notes
Roland Shoemaker
2022-06-07
runtime: fix inline assembly trampoline for arm64
Khaled Yakdan
2022-06-07
cmd/link: specify -Wl,-z params as documented
Motiejus Jakštys
2022-06-07
doc/go1.19: delete boringcrypto TODO
Russ Cox
2022-06-07
doc/go1.19: add more TODOs from updated relnote
Russ Cox
2022-06-06
doc/go1.19: add release notes for the soft memory limit and idle GC
Michael Anthony Knyszek
2022-06-06
runtime, sync, sync/atomic: document happens-before guarantees
Russ Cox
2022-06-06
go/doc/comment: add heuristics for common badly formatted comments
Russ Cox
2022-06-06
doc/go_mem: update revision date
Russ Cox
2022-06-06
doc/go1.19: gc requires -p=importpath
Austin Clements
2022-06-06
doc/go1.19: document Resolver.PreferGo
Brad Fitzpatrick
2022-06-06
cmd/go: use index to match packages in dependency modules
Michael Matloob
2022-06-06
all: boringcrypto post-merge cleanup
Russ Cox
[next]