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
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
cmd/objdump: use cmd/internal/objfile
Russ Cox
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
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
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/asm: explain coordination with garbage collector
Russ Cox
2014-10-28
os: fix build
Russ Cox
2014-10-28
os: do not assume syscall i/o funcs return n=0 on error
Russ Cox
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
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-28
html/template: fix build after encoding/js escaping change
Andrew Gerrand
2014-10-27
encoding/json: encode \t as \t instead of \u0009
Russ Cox
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-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
unsafe: document that unsafe programs are not protected
Rob Pike
2014-10-24
net/http/pprof: run GC for /debug/pprof/heap?gc=1
Russ Cox
2014-10-24
cmd/gc: synthesize zeroed value for non-assignment context
Russ Cox
2014-10-23
encoding/csv: for Postgres, unquote empty strings, quote \.
Russ Cox
2014-10-22
sync: release Pool memory during second and later GCs
Dmitriy Vyukov
2014-10-22
runtime/cgo: encode BLX directly, fixes one clang build error on arm
Dave Cheney
2014-10-21
undo CL 156430044 / 5d69cad4faaf
Dave Cheney
2014-10-21
runtime: warn that cputicks() might not be monotonic.
Keith Randall
2014-10-21
cmd/ld: fix addstrdata for big-endian systems
Ian Lance Taylor
2014-10-21
time: panic with a more helpful error on use of invalid Timer
Brad Fitzpatrick
2014-10-20
cmd/gc: disallow call of *T method using **T variable
Russ Cox
2014-10-20
compress/gzip: allow stopping at end of first stream
Russ Cox
2014-10-20
cmd/cgo: disable clang's integrated assembler
Dave Cheney
2014-10-21
debug/pe: use appropriate type for sizeofOptionalHeader32
Alex Brainman
2014-10-20
runtime: fix flaky TestBlockProfile test
Keith Randall
2014-10-20
runtime: handle non-nil-terminated environment strings on Plan 9
David du Colombier
2014-10-20
os/exec: fix number of expected file descriptors on Plan 9
David du Colombier
[next]