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-09-04
runtime: reject onM calls from gsignal stack
Russ Cox
2014-09-04
runtime: refactor/fix asmcgocall/asmcgocall_errno
Russ Cox
2014-09-04
net: fix parsing literal IPv6 address with zone identifier in builtin dns stu...
Mikio Hara
2014-09-03
runtime: give 2 words back in notetsleep_internal
Russ Cox
2014-09-04
net: fix parsing literal IP address in builtin dns stub resolver
Mikio Hara
2014-09-03
text/template: 0xef is an integer, not a floating-point value.
Rob Pike
2014-09-03
runtime: make entersyscall/exitsyscall safe for stack splits
Russ Cox
2014-09-03
runtime: convert symtab.c into symtab.go
Russ Cox
2014-09-03
runtime: relax flaky GC pause test
Brad Fitzpatrick
2014-09-03
runtime: remove guard against uninitialized forcegc.g
Russ Cox
2014-09-03
runtime: adopt race detector for runtime written in Go
Dmitriy Vyukov
2014-09-03
runtime: Start and stop individual goroutines at gc safepoints
Rick Hudson
2014-09-03
runtime: deferproc/deferreturn in Go
Keith Randall
2014-09-03
cmd/cgo, runtime: write cgo stub wrappers in Go, not C
Russ Cox
2014-09-03
runtime: make onM and mcall take Go func values
Russ Cox
2014-09-03
runtime: convert a few traceback-related functions from proc.c to traceback.go
Russ Cox
2014-09-03
runtime: introduce, use funcPC to convert Go func to PC
Russ Cox
2014-09-03
runtime: increase windows prof thread priority sooner
Alex Brainman
2014-09-02
runtime: avoid race with forcegc helper
Russ Cox
2014-09-03
runtime: don't allocate a new string in snprintf
David du Colombier
2014-09-03
runtime: handle empty environment variables on Plan 9
David du Colombier
2014-09-02
runtime: unify fastrand1 and fastrand2
Keith Randall
2014-09-02
runtime: convert select implementation to Go.
Keith Randall
2014-09-02
crypto: Add SHA3 functions in go.crypto/sha3 to the Hash enum.
David Leon Gil
2014-09-02
runtime: convert traceback*.c to Go
Russ Cox
2014-09-02
runtime: move reflect trampolines into thunk file.
Keith Randall
2014-09-02
database/sql: Avoid re-preparing statements when all connections are busy
Marko Tiikkaja
2014-09-02
runtime: convert clearpools/registerPoolCleanup to Go
Dmitriy Vyukov
2014-09-02
runtime: convert cpuprof from C to Go
Matthew Dempsky
2014-09-01
runtime/pprof: adjust cpuHogger so that tests pass on windows builders
Alex Brainman
2014-09-01
runtime: fix gogetenv on Plan 9
David du Colombier
2014-09-01
runtime: fix race detector running Go code on g0 of non-main thread
Russ Cox
2014-09-02
time: update generated zoneinfo_abbrs_windows.go
Alex Brainman
2014-09-01
runtime: fix Stack
Russ Cox
2014-09-01
runtime: convert mprof.goc to mprof.go
Russ Cox
2014-09-01
runtime: fix windows build
Russ Cox
2014-09-01
runtime: change concatstring panic to gothrow
Russ Cox
2014-09-01
runtime: include os_*.h in the generated Go structs
Russ Cox
2014-09-01
runtime: change PC, SP values in Stkframe, Panic, Defer from byte* to uintptr
Russ Cox
2014-09-01
runtime/race: better handling of atomic operations
Dmitriy Vyukov
2014-09-01
strings: use Rabin-Karp algorithm for LastIndex.
Rui Ueyama
2014-09-01
runtime: remove old malloc test programs
Russ Cox
2014-08-31
archive/zip: add Writer.Flush
Brad Fitzpatrick
2014-09-01
runtime: paste mprof.goc into mprof.go as comments
Russ Cox
2014-08-31
cmd/ld: diagnose Go calling C
Russ Cox
2014-09-01
net/http: fix typo in comment
Dmitri Shuralyov
2014-09-01
image/png: make the CompressionLevel constants negative, reserving
Nigel Tao
2014-08-30
runtime: fix Linux build
Ian Lance Taylor
2014-08-30
cmd/cc: generate error if #pragma pack off does anything
Russ Cox
2014-08-30
runtime: translate env*.c to Go
Russ Cox
[prev]
[next]