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
/
cmd
Age
Commit message (
Expand
)
Author
2018-06-26
cmd/compile: improve escape analysis explanation
go1.11beta1
David Chase
2018-06-26
syscall/js: use stable references to JavaScript values
Richard Musiol
2018-06-26
cmd/cgo: mention character restrictions on #cgo lines
Ian Lance Taylor
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
syscall.js: add Value.InstanceOf
Richard Musiol
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
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
os, net: avoid races between dup, set-blocking-mode, and closing
Ian Lance Taylor
2018-06-21
cmd/compile: fix recursive inimport handling
Matthew Dempsky
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-20
cmd/go/internal: add a note about GOCACHE=off
Agniva De Sarker
2018-06-20
cmd/go: remove inadvertent comment for vgo
Agniva De Sarker
2018-06-19
cmd/link: enable DWARF compression on Windows
Heschi Kreinick
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
2018-06-19
runtime: implement procyield properly for ppc64x
Carlos Eduardo Seo
2018-06-19
cmd/compile: fix exporting of 'for' loops
Robert Griesemer
2018-06-18
cmd/cgo: avoid name confliction for C functions
Hiroshi Ioka
2018-06-18
cmd/cover: fix off-by-one in test error message
Rob Pike
2018-06-17
cmd/dist: don't test Examples for js/wasm
Brad Fitzpatrick
2018-06-16
cmd/compile: add more color choices to ssa.html
Yury Smolsky
2018-06-16
runtime: move semaphore ops from system calls to libc calls on Darwin
Keith Randall
2018-06-15
cmd/link: compress DWARF sections in ELF binaries
Heschi Kreinick
2018-06-15
cmd/link: compress debug sections in external linking mode
Heschi Kreinick
2018-06-15
cmd/link: add buildid to wasm modules
Brad Fitzpatrick
2018-06-15
cmd/go: add dark copy of golang.org/x/vgo
Russ Cox
2018-06-15
ld/macho: add all missing load commands
Misty De Meo
2018-06-15
cmd/link: fix name section of WebAssembly binary
Richard Musiol
2018-06-15
cmd/link: separate virtual address layout from file layout
Austin Clements
2018-06-15
all: enable vet/all for js/wasm and fix vet issues
Richard Musiol
2018-06-14
runtime, sycall/js: add support for callbacks from JavaScript
Richard Musiol
2018-06-14
cmd/cover: remove use of diff in cover_test.go
Rob Pike
2018-06-14
cmd/vet: simplify side effects func call logic
Daniel MartÃ
2018-06-14
cmd/compile: ensure that operand of ORETURN is not double-walked
David Chase
2018-06-14
cmd/go: follow convention for generated code comment
Tobias Klauser
2018-06-14
cmd/go: document convention to signify generated code.
Akhil Indurti
2018-06-13
cmd/cgo: add import path to hash
Ian Lance Taylor
2018-06-13
cmd/compile: make case insensitive suggestions aware of package
Emmanuel T Odeke
2018-06-13
cgo: update documentation on calling C variadic functions
Sabin Mihai Rapan
2018-06-13
cmd/compile: use expandable columns in ssa.html
Yury Smolsky
2018-06-13
Revert "cmd/link: separate virtual address layout from file layout"
Austin Clements
2018-06-13
cmd/dist, go/types: add support for GOARCH=riscv64
Tobias Klauser
2018-06-13
cmd/go: fix go list usage line
Russ Cox
2018-06-12
cmd/link: separate virtual address layout from file layout
Austin Clements
[next]