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
/
pkg
Age
Commit message (
Expand
)
Author
2014-08-30
runtime/pprof: make CPU profiling tests more robust
Dmitriy Vyukov
2014-08-30
runtime: preallocate panic errors for index and slice
Russ Cox
2014-08-30
runtime: convert chanrecv to Go
Keith Randall
2014-08-30
net/url: make Userinfo.String() escape ? and add test for shouldEscape
Evan Kroske
2014-08-30
go/doc/headscan: update script to count headings with an ID attribute
Evan Kroske
2014-08-29
runtime: retry fix openbsd build
Matthew Dempsky
2014-08-29
net/http: add BasicAuth method to *http.Request
Kelsey Hightower
2014-08-30
runtime: increase nosplit area to 192
Russ Cox
2014-08-30
runtime: rename SysAlloc to sysAlloc for Go
Russ Cox
2014-08-30
runtime: convert type algorithms to Go
Dmitriy Vyukov
2014-08-30
undo CL 135230043 / 60812bad3769
Russ Cox
2014-08-30
net: implement query-response fast failover in builtin dns stub resolver
Alex A Skinner
2014-08-29
runtime: fix openbsd build
Matthew Dempsky
2014-08-29
runtime: rename Sigaltstack to SigaltstackT
Ian Lance Taylor
2014-08-30
undo CL 107150043 / caa2646daa63
Mikio Hara
2014-08-30
net: ensure identical queries are not sent multiple times in builtin stub res...
Alex A Skinner
2014-08-29
runtime: make allp a static array
Russ Cox
2014-08-29
runtime: convert lock*.c to Go
Russ Cox
2014-08-29
runtime: include constants and defs_*_*.h types in generated Go defs
Russ Cox
2014-08-29
crypto: add Signer
Adam Langley
2014-08-29
text/template/parse: restore pointer-only receivers for Type on Dot and Nil
Rob Pike
2014-08-29
runtime: run runtime.init
Russ Cox
2014-08-29
cmd/gc: allow runtime to define a hex integer type for printing
Russ Cox
2014-08-29
runtime: implement 64 bit division in Go
Josh Bleecher Snyder
2014-08-29
text/template: add back pointer to Nodes for better error generation
Rob Pike
2014-08-29
runtime: clean up GC code
Dmitriy Vyukov
2014-08-29
runtime: fix sprintf index out of bounds
Russ Cox
2014-08-29
runtime: allow sysvicall functions to be called from Go
Aram Hăvărneanu
2014-08-29
runtime: allow to call stdcall from Go on windows
Dmitriy Vyukov
2014-08-29
image/png: do not apply filters if level is NoCompression
Rui Ueyama
2014-08-29
runtime: convert forcegc helper to Go
Dmitriy Vyukov
2014-08-28
runtime: don't allocate a new string in printf
Keith Randall
2014-08-28
runtime: convert closechan/chanlen/chancap to Go
Keith Randall
2014-08-29
net: add more cases to lookup API test
Mikio Hara
2014-08-28
runtime: convert print.c to Go
Russ Cox
2014-08-28
runtime: remove holes in FUNCDATA tables
Matthew Dempsky
2014-08-28
runtime: fix Plan 9 build for new C calling convention
Anthony Martin
2014-08-28
crypto/md5: use go generate to create md5block.go
ChaiShushan
2014-08-28
compress/flate: use go generate to create fixedhuff.go
ChaiShushan
2014-08-28
strconv: use go generate to create isprint.go
ChaiShushan
2014-08-28
image/color/palette: use go generate to create palette.go
ChaiShushan
2014-08-28
runtime: fix openbsd/386
Matthew Dempsky
2014-08-28
runtime: move finalizer thread to Go.
Keith Randall
2014-08-28
go/token: implement PositionFor accessors
Robert Griesemer
2014-08-28
mime: style, perf, and test updates to case-insensitive lookups
Brad Fitzpatrick
2014-08-28
database/sql: use a value type instead of a pointer
Brad Fitzpatrick
2014-08-28
runtime: compare only until min(len(s1), len(s2))
David Crawshaw
2014-08-28
database/sql: use slices rather than container/list
Alberto García Hierro
2014-08-28
runtime: fix arm build
David Crawshaw
2014-08-28
runtime: fix build
Russ Cox
[prev]
[next]