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
2014-10-29
cmd/objdump: disable test failing on arm5
go1.4beta1
Russ Cox
2014-10-29
runtime: change top-most return PC from goexit to goexit+PCQuantum
Russ Cox
2014-10-30
runtime: make TestCgoExternalThreadPanic run on windows
Alex Brainman
2014-10-29
doc/go1.4.html: final library changes
Rob Pike
2014-10-29
cmd/objdump: use cmd/internal/objfile
Russ Cox
2014-10-29
doc/go1.4.html: gccgo status
Rob Pike
2014-10-29
runtime: fix line number in first stack frame in printed stack trace
Russ Cox
2014-10-29
runtime: update comment for Callers
Russ Cox
2014-10-29
doc/go1.4.html: half of the small library changes
Rob Pike
2014-10-29
fmt: fix one-letter typo in doc.go
Rob Pike
2014-10-29
cmd/objdump: skip extld test on plan9
Russ Cox
2014-10-29
runtime: fix windows build
Russ Cox
2014-10-28
cmd/gc: fix build - remove unused variables in walkprint
Russ Cox
2014-10-28
cmd/objdump: disassemble local text symbols
Ian Lance Taylor
2014-10-28
cmd/gc: fix internal compiler error in struct compare
Russ Cox
2014-10-28
fmt: fix documentation for %g and %G
Rob Pike
2014-10-28
doc/go1.4.html: GODEBUG and assembler changes
Rob Pike
2014-10-28
runtime: add GODEBUG invalidptr setting
Russ Cox
2014-10-28
runtime: fix unrecovered panic on external thread
Russ Cox
2014-10-28
cmd/gc: avoid use of goprintf
Russ Cox
2014-10-28
os: fix write on Plan 9
David du Colombier
2014-10-28
doc/go1.4.html: breaking compiler change, no plugins in misc
Rob Pike
2014-10-28
doc/asm: explain coordination with garbage collector
Russ Cox
2014-10-28
os: fix build
Russ Cox
2014-10-28
doc/go1.4.html: new ports
Rob Pike
2014-10-28
os: do not assume syscall i/o funcs return n=0 on error
Russ Cox
2014-10-28
doc/go1.4.html: vanity imports and internal packages
Rob Pike
2014-10-28
runtime: add PauseEnd array to MemStats and GCStats
Jens Frederich
2014-10-28
syscall: fix ParseRoutingSockaddr with unexpected submessages
Russ Cox
2014-10-28
cmd/go: add get -f flag
Russ Cox
2014-10-28
net: add test for lookupIPDeadline
Mikio Hara
2014-10-27
doc/go1.4.html: much of the go command's changes
Rob Pike
2014-10-27
doc/go1.4.html: runtime and performance
Rob Pike
2014-10-27
runtime: disable fake time on nacl
Russ Cox
2014-10-27
syscall: accept pre-existing directories in nacl zip file
Russ Cox
2014-10-27
runtime: add fake time support back.
Shenghou Ma
2014-10-27
doc/go_mem.html: don't be clever
Rob Pike
2014-10-27
spec: permit parentheses around builtin function names
Robert Griesemer
2014-10-28
html/template: fix build after encoding/js escaping change
Andrew Gerrand
2014-10-27
test: make maplinear more robust
Russ Cox
2014-10-27
encoding/json: encode \t as \t instead of \u0009
Russ Cox
2014-10-27
doc/go1.4.html: first pieces of release notes
Rob Pike
2014-10-27
runtime: fix endianness assumption when decoding ftab
Austin Clements
2014-10-27
net: if a DNS lookup times out, forget that it is in flight
Ian Lance Taylor
2014-10-27
misc/makerelease/windows: fix 404 help URL in installer
Emil Hessman
2014-10-26
doc/go_faq.html: fix a couple of nits
Rob Pike
2014-10-25
cmd/go: pass $CGO_LDFLAGS to linker with the "gccgo" toolchain.
Peter Collingbourne
2014-10-24
cmd/go: add bzr support for vcs root checking
Gustavo Niemeyer
2014-10-24
doc/go1.4.txt: unsafe is outside go1 compatibility guarantees
Rob Pike
2014-10-24
unsafe: document that unsafe programs are not protected
Rob Pike
[next]