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
2018-12-18
runtime: use QPC for nanotime and time.now on windows/arm
go1.12beta1
Jordan Rhee
2018-12-18
doc/go1.12: note that syscall.Getdirentries is no longer supported on iOS
Elias Naur
2018-12-18
api: promote next to go1.12
Filippo Valsorda
2018-12-18
os: show how to print permission bits in octal
Kevin Burke
2018-12-18
runtime: call mmap with MAP_FIXED on BSDs in race mode
Michael Anthony Knyszek
2018-12-18
cmd/cover: avoid repeating positions
Ian Lance Taylor
2018-12-18
cmd/cover: use -toolexec in tests to run newly built cover program
Ian Lance Taylor
2018-12-18
cmd/dist: enable race detector test on Linux/ARM64
Cherry Zhang
2018-12-18
doc/go1.12: finish most Go 1.12 release notes
Filippo Valsorda
2018-12-18
doc/go1.12: add notes for syscall/js CLs 141644, 143137, 144384
Dmitri Shuralyov
2018-12-18
doc/go1.12: add release notes for GODEBUG internal/cpu options
Martin Möhrmann
2018-12-18
runtime: fix backtrace during C syscalls for aix/ppc64
Clément Chigot
2018-12-18
cmd/link: optimize access to data symbols for aix/ppc64
Clément Chigot
2018-12-18
doc/1.12: add notes about aix/ppc64 port
Clément Chigot
2018-12-18
runtime: flush on every write barrier while debugging
Austin Clements
2018-12-18
doc: document GODEBUG options to disable use of instruction set extensions
Martin Möhrmann
2018-12-18
runtime,cmd/dist,cmd/link: add cgo support on openbsd/arm
Joel Sing
2018-12-18
cmd/compile: increase nesting depth limit for type descriptors
Robert Griesemer
2018-12-17
doc: explain how to use "go vet -shadow"
Ian Lance Taylor
2018-12-17
runtime: allocate from free and scav fairly
Michael Anthony Knyszek
2018-12-17
runtime: add iterator abstraction for mTreap
Michael Anthony Knyszek
2018-12-17
cmd/link: move XCOFF data addresses to an unreachable segment
Clément Chigot
2018-12-17
cmd/compile: prevent double-walk of switch for OPRINT/OPRINTN
David Chase
2018-12-17
runtime: fix sysUsed for Windows
Michael Anthony Knyszek
2018-12-17
doc/go1.12: release notes for crypto
Filippo Valsorda
2018-12-17
doc/go1.12: release notes for "go doc -all"
Filippo Valsorda
2018-12-17
runtime: capture pause stack for late gcWork put debugging
Austin Clements
2018-12-17
runtime: make traceback indicate whether _defer was just allocated
Austin Clements
2018-12-17
runtime: record extra information in throwOnGCWork crashes
Austin Clements
2018-12-17
cmd: improve aix/ppc64 new symbol addressing
Clément Chigot
2018-12-17
doc/go1.12: updates for runtime and compiler
Austin Clements
2018-12-17
cmd/compile: generate interface method expression wrapper for error.Error
Robert Griesemer
2018-12-17
runtime: poison the write barrier buffer during flushing
Austin Clements
2018-12-17
cmd/link: fix error messages for external linking on ppc64
Clément Chigot
2018-12-17
os: make Stat work on FAT file system
Alex Brainman
2018-12-17
cmd/dist: re-enable VFPv3 on openbsd/arm
Joel Sing
2018-12-17
runtime: fix hangs in TestDebugCall*
Austin Clements
2018-12-16
go/doc: handle Examples with no body
Agniva De Sarker
2018-12-15
cmd/fix,cmd/cgo,misc/cgo: map the EGLDisplay C type to uintptr in Go
Elias Naur
2018-12-15
cmd/nm: report windows/arm as relocatable in TestGoExec
Jordan Rhee
2018-12-15
cmd/link: fix in-package syso linking
Shenghou Ma
2018-12-15
cmd/go/internal/cache: save more data from DefaultDir
Bryan C. Mills
2018-12-14
doc: document Go 1.11.4
Filippo Valsorda
2018-12-14
doc: document Go 1.10.7
Filippo Valsorda
2018-12-14
net/http/httptest: don't register a flag unless it looks like it's in use
Brad Fitzpatrick
2018-12-14
internal/x/net/http2/hpack: update from upstream
Brad Fitzpatrick
2018-12-14
cmd/go/internal/get: move wildcard-trimming to before CheckImportPath
Bryan C. Mills
2018-12-14
syscall: remove linknames to runtime symbols for aix/ppc64
Clément Chigot
2018-12-14
cmd/compile: fix length overflow when appending elements to a slice
Martin Möhrmann
2018-12-14
cmd/go: set user and email in test-local git repos
Bryan C. Mills
[next]