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
2018-06-26
cmd/compile: improve escape analysis explanation
go1.11beta1
David Chase
2018-06-26
ast: refer to "embedded" rather than "anonymous" fields in
Rowan Marshall
2018-06-26
go/types: rename NewInterface2 to NewInterfaceType
Robert Griesemer
2018-06-26
syscall/js: use stable references to JavaScript values
Richard Musiol
2018-06-26
syscall: fix typo in RawSyscall6 comment
Xargin
2018-06-26
cmd/cgo: mention character restrictions on #cgo lines
Ian Lance Taylor
2018-06-26
time: run genzabbrs.go to update zoneinfo_abbrs_windows.go
Alberto Donizetti
2018-06-26
cmd/compile: map delete should clear value always
Vladimir Kuzmin
2018-06-25
cmd/dist: increase timeout scale to 3 for windows
Andrew
2018-06-25
cmd/compile: avoid remainder in loopbce when increment=0
David Chase
2018-06-25
cmd/dist: enable more tests on js/wasm
Brad Fitzpatrick
2018-06-25
net/http: document and test behavior of ServeMux with ports
Guilherme Goncalves
2018-06-25
runtime/trace: reword the trace package summary
Jeremy Jackins
2018-06-25
os: have UserCacheDir return an error on failure
Andrew Bonventre
2018-06-25
syscall/js: turn constant package vars into functions
Richard Musiol
2018-06-25
syscall.js: add Value.InstanceOf
Richard Musiol
2018-06-25
runtime: respect timeout in semasleep on Darwin
Nikhil Benesch
2018-06-23
cmd/link: never coalesce type descriptors when dynamically linking Go
Michael Hudson-Doyle
2018-06-22
cmd/link: support DWARF compression on Darwin
Heschi Kreinick
2018-06-22
syscall, internal/poll: fix build on js/wasm
Brad Fitzpatrick
2018-06-22
cmd/dist: skip non-std tests on js/wasm
Brad Fitzpatrick
2018-06-22
cmd/compile: fix compile failure for lazily resolved shadowed types
Matthew Dempsky
2018-06-22
cmd/compile: convert uint32 to int32 in ARM constant folding rules
Cherry Zhang
2018-06-22
sync: fix deficiency in RWMutex race annotations
Dmitry Vyukov
2018-06-22
os, net: avoid races between dup, set-blocking-mode, and closing
Ian Lance Taylor
2018-06-22
net/http: fix test assertion
Thomas Bruyelle
2018-06-22
runtime: fix comments style typo
Zhou Peng
2018-06-22
text/template/parse: undo breaking API changes
Daniel Theophanes
2018-06-22
runtime: avoid recursive panic on bad lock count
Austin Clements
2018-06-21
cmd/compile: fix recursive inimport handling
Matthew Dempsky
2018-06-21
flag: add a Value example
Terin Stock
2018-06-21
internal/poll: use more fine-grained locking in Splice
Andrei Tudor Călin
2018-06-21
cmd/go: re-enable a couple of tests of gccgo
Ian Lance Taylor
2018-06-21
cmd/compile: improve atomic add intrinsics with ARMv8.1 new instruction
Wei Xiao
2018-06-21
net/http: avoid deferred unlock in ServeMux.shouldRedirect
Emmanuel T Odeke
2018-06-21
syscall: check faccessat flags parameter on Linux
Tobias Klauser
2018-06-20
mime: change *.js mime type to application/javascript, not x-javascript
Brad Fitzpatrick
2018-06-20
cmd/go/internal: add a note about GOCACHE=off
Agniva De Sarker
2018-06-20
crypto/tls: consolidate signatures handling in SKE and CV
Peter Wu
2018-06-20
internal/poll: better panic message for lock overflow
Ian Lance Taylor
2018-06-20
make.bash: don't pass GOOS and GOARCH to cmd/go when finding GOROOT_BOOTSTRAP
LE Manh Cuong
2018-06-20
crypto/rand: make documentation consistent between package comment and Reader
Brad Fitzpatrick
2018-06-20
cmd/go: remove inadvertent comment for vgo
Agniva De Sarker
2018-06-20
go/internal/gccgoimporter: read export data from archives
Ian Lance Taylor
2018-06-19
runtime: fix FreeBSDNumCPU test
David Carlier
2018-06-19
debug/elf,macho,pe: support compressed DWARF
Heschi Kreinick
2018-06-19
cmd/link: enable DWARF compression on Windows
Heschi Kreinick
2018-06-19
crypto: panic on illegal input and output overlap
Filippo Valsorda
2018-06-19
cmd/compile: conditional on -race, disable inline of go:norace
David Chase
2018-06-19
cmd/compile: more accurate position for select case error message
Robert Griesemer
[next]