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
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
2023-01-25
cmd/compile: improve register overwrite decision for resultInArg0 ops
Keith Randall
2023-01-25
internal/testpty: fix error handling
Heschi Kreinick
2023-01-25
cmd/compile: revert package typecheck part of CL 422914
Matthew Dempsky
2023-01-25
cmd/go/internal/str: fix PathPrefix functions for root directories
Bryan C. Mills
2023-01-25
os: make Lstat for symlinks on Windows consistent with POSIX
Bryan C. Mills
2023-01-25
runtime: mark amd64 runtime·rt0_go as NOFRAME
qmuntal
2023-01-25
runtime/race: update race_windows_amd64.syso
Than McIntosh
2023-01-25
os: have RemoveAll loop on EINTR
Nigel Tao
2023-01-25
syscall: clean up variable declarations in forkAndExecInChild
Bryan C. Mills
2023-01-25
syscall: export X__ifi_pad and X_f on s390x and riscv64
Bryan C. Mills
2023-01-24
test/codegen: accept ppc64x as alias for ppc64le and ppc64 arches
Paul E. Murphy
2023-01-24
runtime/cgo: use //go:build lines in C and assembly files
Tobias Klauser
2023-01-24
bytes, strings: add ContainsFunc
hopehook
2023-01-24
encoding/gob: slightly simplify init code
Daniel Martí
2023-01-24
test: remove TODO in issue20250.go
Matthew Dempsky
2023-01-24
runtime: use explicit NOFRAME on windows/amd64
qmuntal
2023-01-24
cmd/link: support R_ADDRPOWER_GOT_PCREL34 on ppc64le
Paul E. Murphy
2023-01-24
runtime: switch AMD64's publicationBarrier to ABIInternal
Jakub Ciolek
2023-01-24
math: handle int64 overflows for odd integer exponents in Pow(-0, y)
Dmitry Panov
2023-01-24
all: fix some comments
cui fliter
2023-01-24
Revert "cmd/compile: teach prove about bitwise OR operation"
Keith Randall
2023-01-24
go/types, types2: refuse pointer to array as argument to "clear" builtin
Cuong Manh Le
2023-01-24
cmd/link: remove importcycles function
Jeremy Quirke
2023-01-24
cmd/compile: flag 'large' functions when -m=2+ in effect
Than McIntosh
2023-01-24
os: use handle based APIs to read directories on windows
qmuntal
2023-01-24
runtime: remove unused badsignal2 on windows
qmuntal
2023-01-24
runtime: factor out windows sigtramp
qmuntal
2023-01-24
runtime: run TestVectoredHandlerDontCrashOnLibrary on 386 and arm64
qmuntal
2023-01-24
path/filepath: remove extra Clean call in EvalSymlinks on Windows
qmuntal
2023-01-24
archive: error check when parse archive
James Yang
2023-01-23
cmd/compile/internal/pgo: gofmt and simplify
Koichi Shiraishi
2023-01-23
os: treat non-symlink reparse points as irregular files
Bryan C. Mills
2023-01-23
utf16: reduce utf16.Decode allocations
qmuntal
2023-01-23
internal/abi: repair broken self-bootstrap
David Chase
2023-01-23
runtime: enable sha512 optimizations on arm64 via hwcaps.
Matt Horsnell
2023-01-23
cmd/compile: teach prove about unsigned division, modulus and rsh
Jorropo
[next]