aboutsummaryrefslogtreecommitdiff
path: root/src/pkg
AgeCommit message (Expand)Author
2014-09-04runtime: reject onM calls from gsignal stackRuss Cox
2014-09-04runtime: refactor/fix asmcgocall/asmcgocall_errnoRuss Cox
2014-09-04net: fix parsing literal IPv6 address with zone identifier in builtin dns stu...Mikio Hara
2014-09-03runtime: give 2 words back in notetsleep_internalRuss Cox
2014-09-04net: fix parsing literal IP address in builtin dns stub resolverMikio Hara
2014-09-03text/template: 0xef is an integer, not a floating-point value.Rob Pike
2014-09-03runtime: make entersyscall/exitsyscall safe for stack splitsRuss Cox
2014-09-03runtime: convert symtab.c into symtab.goRuss Cox
2014-09-03runtime: relax flaky GC pause testBrad Fitzpatrick
2014-09-03runtime: remove guard against uninitialized forcegc.gRuss Cox
2014-09-03runtime: adopt race detector for runtime written in GoDmitriy Vyukov
2014-09-03runtime: Start and stop individual goroutines at gc safepointsRick Hudson
2014-09-03runtime: deferproc/deferreturn in GoKeith Randall
2014-09-03cmd/cgo, runtime: write cgo stub wrappers in Go, not CRuss Cox
2014-09-03runtime: make onM and mcall take Go func valuesRuss Cox
2014-09-03runtime: convert a few traceback-related functions from proc.c to traceback.goRuss Cox
2014-09-03runtime: introduce, use funcPC to convert Go func to PCRuss Cox
2014-09-03runtime: increase windows prof thread priority soonerAlex Brainman
2014-09-02runtime: avoid race with forcegc helperRuss Cox
2014-09-03runtime: don't allocate a new string in snprintfDavid du Colombier
2014-09-03runtime: handle empty environment variables on Plan 9David du Colombier
2014-09-02runtime: unify fastrand1 and fastrand2Keith Randall
2014-09-02runtime: convert select implementation to Go.Keith Randall
2014-09-02crypto: Add SHA3 functions in go.crypto/sha3 to the Hash enum.David Leon Gil
2014-09-02runtime: convert traceback*.c to GoRuss Cox
2014-09-02runtime: move reflect trampolines into thunk file.Keith Randall
2014-09-02database/sql: Avoid re-preparing statements when all connections are busyMarko Tiikkaja
2014-09-02runtime: convert clearpools/registerPoolCleanup to GoDmitriy Vyukov
2014-09-02runtime: convert cpuprof from C to GoMatthew Dempsky
2014-09-01runtime/pprof: adjust cpuHogger so that tests pass on windows buildersAlex Brainman
2014-09-01runtime: fix gogetenv on Plan 9David du Colombier
2014-09-01runtime: fix race detector running Go code on g0 of non-main threadRuss Cox
2014-09-02time: update generated zoneinfo_abbrs_windows.goAlex Brainman
2014-09-01runtime: fix StackRuss Cox
2014-09-01runtime: convert mprof.goc to mprof.goRuss Cox
2014-09-01runtime: fix windows buildRuss Cox
2014-09-01runtime: change concatstring panic to gothrowRuss Cox
2014-09-01runtime: include os_*.h in the generated Go structsRuss Cox
2014-09-01runtime: change PC, SP values in Stkframe, Panic, Defer from byte* to uintptrRuss Cox
2014-09-01runtime/race: better handling of atomic operationsDmitriy Vyukov
2014-09-01strings: use Rabin-Karp algorithm for LastIndex.Rui Ueyama
2014-09-01runtime: remove old malloc test programsRuss Cox
2014-08-31archive/zip: add Writer.FlushBrad Fitzpatrick
2014-09-01runtime: paste mprof.goc into mprof.go as commentsRuss Cox
2014-08-31cmd/ld: diagnose Go calling CRuss Cox
2014-09-01net/http: fix typo in commentDmitri Shuralyov
2014-09-01image/png: make the CompressionLevel constants negative, reservingNigel Tao
2014-08-30runtime: fix Linux buildIan Lance Taylor
2014-08-30cmd/cc: generate error if #pragma pack off does anythingRuss Cox
2014-08-30runtime: translate env*.c to GoRuss Cox