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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2023-01-30
cmd/asm: reject avx512 .Z instructions without a mask register
Keith Randall
2023-01-30
internal/syscall/windows: regenerate zsyscall_windows.go
qmuntal
2023-01-30
crypto/sha512: reduce add usage on PPC64
Paul E. Murphy
2023-01-30
internal/poll: don't queue port completion entry for udp on windows
qmuntal
2023-01-29
time: update windows zoneinfo_abbrs
qmuntal
2023-01-28
runtime: remove go119MemoryLimitSupport flag
Keith Randall
2023-01-28
runtime: remove go119ConcurrentGoroutineProfile flag
Keith Randall
2023-01-28
os: use GetTempPath2 on Windows if available
Thanonchai W
2023-01-28
runtime: remove go118UseTimerCreateProfiler
Keith Randall
2023-01-28
os: fix findOneDriveDir to expand strings that contain environment variables
Daniela Petruzalek
2023-01-28
cmd/compile: fix -m=2 output for recursive function with closures
Keith Randall
2023-01-27
cmd/dist: remove dead code for META_BUILDLET_HOST_TYPE
Bryan C. Mills
2023-01-27
encoding/binary: add var NativeEndian
cuiweixie
2023-01-27
syscall: avoid making assumptions about syscall permissions
Bryan C. Mills
2023-01-27
cmd/go/internal/modfetch: avoid path.Join in URL errors
Bryan C. Mills
2023-01-27
hex: fix panic in Decode when len(src) > 2*len(dst)
Benjamin Prosnitz
2023-01-27
go/types, types2: move tparamIndex from unify.go into infer.go
Robert Griesemer
2023-01-27
go/types, types2: simplify unifier
Robert Griesemer
2023-01-27
cmd/compile/internal/noder: remove unused noding code
Matthew Dempsky
2023-01-27
cmd/compile: apply FixVariadicCall and FixMethodCall during typecheck
Matthew Dempsky
2023-01-27
cmd/compile: remove go119UseJumpTables flag
Keith Randall
2023-01-27
net/http: fix missing word in ServeMux doc
Oleksii Sholik
2023-01-27
net: report completed when context is done in cgoLookupIP and cgoLookupPTR
Mateusz Poliwczak
2023-01-26
runtime/debug: expand fuzz corpus for FuzzParseBuildInfoRoundTrip
Bryan C. Mills
2023-01-26
cmd/dist: restore the original GOCACHE before building std and cmd
Bryan C. Mills
2023-01-26
cmd/dist: require absolute path to executable in flattenCommandLine
Bryan C. Mills
2023-01-26
cmd/compile/internal/inline: adjust isBigFunc to recognize unified IR codegen
Matthew Dempsky
2023-01-26
cmd/dist: consistently use $GOROOT/bin/go instead of just "go"
Bryan C. Mills
2023-01-26
cmd/compile/internal/types: remove Markdcl/Pushdcl/Popdcl
Matthew Dempsky
2023-01-26
cmd/compile/internal/types: remove unneeded functionality
Matthew Dempsky
2023-01-26
cmd/compile/internal/types: remove TTYPEPARAM and TUNION types
Matthew Dempsky
2023-01-26
internal/syscall/unix: use atomic.Bool for getrandomUnsupported
Tobias Klauser
2023-01-26
cmd/compile: remove GOEXPERIMENT=nounified frontend
Matthew Dempsky
2023-01-26
cmd/compile/internal/noder: stop creating TUNION types
Matthew Dempsky
2023-01-26
go/types, types2: remove misleading example from comment
Robert Griesemer
2023-01-26
Revert "runtime: use explicit NOFRAME on darwin/amd64"
Quim Muntal
2023-01-26
crypto/rand, internal/syscall/unix: add support for getrandom on NetBSD ≥ 10.0
json-isValidNumber-before
Tobias Klauser
2023-01-26
runtime: use explicit NOFRAME on darwin/amd64
qmuntal
2023-01-26
cmd/go/internal/vcs: fix outdated comment
Cameron Bedard
2023-01-26
net/http: keep sensitive headers on redirects to the same host
Gustavo Falco
2023-01-26
cmd/compile: change some unreachable code paths into Fatalf
Matthew Dempsky
2023-01-26
cmd/compile: remove -d=typecheckinl flag
Matthew Dempsky
2023-01-26
cmd/compile/internal/pkginit: remove dependency on typecheck.Resolve
Matthew Dempsky
2023-01-26
cmd/compile: improve register overwrite decision for resultInArg0 ops
Keith Randall
2023-01-25
runtime: delete unused cbctxts variable on windows assembly
qmuntal
2023-01-25
cmd: remove GOEXPERIMENT=nounified knob
Matthew Dempsky
2023-01-25
context: eliminate arbitrary timeouts in examples
Bryan C. Mills
2023-01-25
os: eliminate arbitrary timeout in testClosewithBlockingRead
Bryan C. Mills
2023-01-25
cmd/link: don't export all symbols for ELF external linking
Ian Lance Taylor
2023-01-25
Revert "cmd/compile: improve register overwrite decision for resultInArg0 ops"
Keith Randall
[prev]
[next]