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
2019-01-10
runtime: make mTreap iterator bidirectional
go1.12beta2
Michael Anthony Knyszek
2019-01-10
path/filepath: return special error from EvalSymlinks
Alex Brainman
2019-01-10
net: drop confusing comment
Mikio Hara
2019-01-10
net: update BUG sections for go1.12
Mikio Hara
2019-01-09
cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64
Clément Chigot
2019-01-09
os: always treat files as unpollable on FreeBSD
Ian Lance Taylor
2019-01-09
cmd/go: skip tests using Git on Plan 9
David du Colombier
2019-01-09
cmd/internal/obj/wasm: increment PC by 2 at sigpanic
Cherry Zhang
2019-01-09
go/types: don't create new context string for each argument of each call
Robert Griesemer
2019-01-09
net/http/httputil: run the ReverseProxy.ModifyResponse hook for upgrades
Brad Fitzpatrick
2019-01-09
net/http/httputil: fix typo in ReverseProxy godoc
Tobias Klauser
2019-01-09
debug/gosym: remove outdated comment
LE Manh Cuong
2019-01-09
runtime: follow convention for generated code comment in fastlog2table
Tobias Klauser
2019-01-09
os: disable the use of netpoll on regular files on *BSDs.
Yuval Pavel Zholkover
2019-01-08
bufio: document relationship between UnreadByte/UnreadRune and Peek
Brad Fitzpatrick
2019-01-08
runtime: make FuncForPC return the innermost inlined frame
Keith Randall
2019-01-08
runtime: store incremented PC in result of runtime.Callers
Keith Randall
2019-01-08
cmd/go: fix typo in output of go help importpath
Mark Rushakoff
2019-01-08
runtime: disable GDB tests on freebsd on all GOARCH values
Yuval Pavel Zholkover
2019-01-07
cmd/go: improve error message for names forbidden by Windows
Ian Lance Taylor
2019-01-07
runtime/pprof: add a test for gccgo bug #29448
Cherry Zhang
2019-01-07
math: fix ternary correction statement in Log1p
Brian Kessler
2019-01-07
crypto/md5: fix casting of d.nx in UnmarshalBinary
Jason LeBrun
2019-01-07
crypto/sha1: fix casting of d.nx in UnmarshalBinary
Jason LeBrun
2019-01-07
cmd/go: deflake TestScript/gcflags_patterns
Jay Conrod
2019-01-07
archive/zip: fix casting overflow on 32-bit arch
LE Manh Cuong
2019-01-07
cmd: vendor x/sys/unix into the stdlib
Keith Randall
2019-01-06
cmd/vendor: update to golang.org/x/tools@3ef68632
Daniel Martí
2019-01-05
crypto/x509: ignore harmless edge case in TestSystemRoots
Filippo Valsorda
2019-01-05
crypto/x509: ignore 5 phantom 1024-bit roots in TestSystemRoots
Filippo Valsorda
2019-01-04
cmd/compile: modify swt.go to skip repeated walks of switch
David Chase
2019-01-04
crypto/sha512: fix casting of d.nx in UnmarshalBinary
Jason LeBrun
2019-01-04
runtime: skip writes to persistent memory in cgo checker
Ian Lance Taylor
2019-01-04
runtime: work around "P has cached GC work" failures
Austin Clements
2019-01-04
cmd/go: fix failure in TestScript/build_runtime_gcflags
Jay Conrod
2019-01-04
runtime: proper panic tracebacks with mid-stack inlining
Keith Randall
2019-01-03
runtime: don't scan go'd function args past length of ptr bitmap
Keith Randall
2019-01-03
crypto/sha256: fix casting of d.nx in UnmarshalBinary
Jason LeBrun
2019-01-03
runtime: skip stack barrier copy when there are no pointers
Inada Naoki
2019-01-03
runtime: remove redundant slicing
Stepan Shabalin
2019-01-03
cmd/go: respect gcflags, ldflags in 'go test'
Alessandro Arzilli
2019-01-03
cmd/compile: fix no-op instruction used by s390x
Keith Randall
2019-01-03
net: skip TestUDPZeroBytePayload on Darwin
Ian Lance Taylor
2019-01-02
cmd/compile: Update ssa/debug_test reference files for delve and gdb
David Chase
2019-01-02
cmd/compile: fix format test
Cherry Zhang
2019-01-02
runtime: add GODEBUG=madvdontneed=1
Brad Fitzpatrick
2019-01-02
runtime: don't spin in checkPut if non-preemptible
Austin Clements
2019-01-02
cmd/dist: list only supported platforms
Tobias Klauser
2019-01-02
cmd/compile: fix deriving from x+d >= w on overflow in prove pass
Cherry Zhang
2019-01-02
runtime: disable GDB tests on freebsd/arm for now
Brad Fitzpatrick
[next]