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-07
runtime: fix plan9/windows build
Dmitriy Vyukov
2014-08-07
runtime: remove mal/malloc/FlagNoGC/FlagNoInvokeGC
Dmitriy Vyukov
2014-08-07
runtime: shrink stacks in parallel
Dmitriy Vyukov
2014-08-07
path/filepath: do not restore original working directory twice in test
Alex Brainman
2014-08-06
encoding/xml: add InputOffset method to Decoder
Russ Cox
2014-08-06
debug/dwarf: fix typos in comment for UnspecifiedType
Rob Pike
2014-08-06
runtime: clean up naming of mcallable functions.
Keith Randall
2014-08-06
runtime: use better hash for floating point inputs
Russ Cox
2014-08-06
runtime: shorten hash declarations
Keith Randall
2014-08-06
runtime: use better hash for non-empty interface
Russ Cox
2014-08-06
debug/dwarf: fix Reader panic on DW_TAG_unspecified_type
Derek Parker
2014-08-06
runtime: turn off 'unexpected return pc' print on arm traceback
Russ Cox
2014-08-06
crypto/tls: Added dynamic alternative to NameToCertificate map for SNI
Percy Wegmann
2014-08-06
runtime: remove unused variable
Dmitriy Vyukov
2014-08-06
runtime: simplify code
Dmitriy Vyukov
2014-08-06
runtime: burn cpu before calling yield in windows runtime.systime
Alex Brainman
2014-08-06
runtime: get rid of SA_RESTORER on ARM.
Shenghou Ma
2014-08-06
runtime: remove dead code
Shenghou Ma
2014-08-06
runtime: disable aeshash on NaCl at compile time
Shenghou Ma
2014-08-05
cmd/cgo: fix handling of defs_linux.go
Matthew Dempsky
2014-08-06
net: separate DNS transport from DNS query-response interaction
Mikio Hara
2014-08-06
runtime: cache one GC workbuf in thread-local storage
Dmitriy Vyukov
2014-08-05
mime/multipart: fix Writer data race test
Rui Ueyama
2014-08-05
mime/multipart: add Writer data race test
Brad Fitzpatrick
2014-08-05
undo CL 95760043 / b2131d729e52
Brad Fitzpatrick
2014-08-05
crypto/tls: add ALPN support.
Adam Langley
2014-08-05
runtime: remove type.go
Dmitriy Vyukov
2014-08-05
runtime/race: add tests for maps with big keys/vals
Dmitriy Vyukov
2014-08-05
runtime: remove outdated comment
Dmitriy Vyukov
2014-08-04
runtime: use memmove rather than memcopy in mgc0.c
Ian Lance Taylor
2014-08-04
syscall: fix typo in comment
Ian Lance Taylor
2014-08-04
runtime: remove unused enum maxround
Ian Lance Taylor
2014-08-04
runtime: only use a single variable in USED
Ian Lance Taylor
2014-08-04
archive/zip: accept bogus trailing zeros in extras
Brad Fitzpatrick
2014-08-05
net: consolidate sockaddrToAddr functions
Mikio Hara
2014-08-03
encoding/gob: save a call to userType
Rob Pike
2014-08-01
net: fix Dial comment about IPv6 addresses
Brad Fitzpatrick
2014-08-01
runtime: move constants from map header to map type
Keith Randall
2014-08-01
runtime: prevent pointless jmp in amd64 and 386 memmove
Josh Bleecher Snyder
2014-08-01
runtime: implement monotonic clocks on windows
Alex Brainman
2014-07-31
runtime: missed a file in alg checkin
Keith Randall
2014-07-31
runtime: convert hash functions to Go calling convention.
Keith Randall
2014-07-31
strconv: remove needless cast
Rui Ueyama
2014-07-31
runtime: move built-in print routines to go.
Keith Randall
2014-07-31
runtime: fix 32 bit build.
Keith Randall
2014-07-31
runtime: convert slice operations to Go.
Keith Randall
2014-07-31
runtime: use right mask to extract type kind
Keith Randall
2014-07-31
runtime: get rid of free
Dmitriy Vyukov
2014-07-31
image/jpeg: rename some internal variables.
Nigel Tao
2014-07-30
runtime: cast to uintptr to match %p formatter.
Keith Randall
[prev]
[next]