summaryrefslogtreecommitdiff
path: root/src/pkg
Commit message (Expand)AuthorAgeFilesLines
...
* runtime: reject onM calls from gsignal stackRuss Cox2014-09-045-20/+90
* runtime: refactor/fix asmcgocall/asmcgocall_errnoRuss Cox2014-09-043-16/+25
* net: fix parsing literal IPv6 address with zone identifier in builtin dns stu...Mikio Hara2014-09-043-2/+5
* runtime: give 2 words back in notetsleep_internalRuss Cox2014-09-031-5/+11
* net: fix parsing literal IP address in builtin dns stub resolverMikio Hara2014-09-047-63/+83
* text/template: 0xef is an integer, not a floating-point value.Rob Pike2014-09-033-1/+12
* runtime: make entersyscall/exitsyscall safe for stack splitsRuss Cox2014-09-033-59/+141
* runtime: convert symtab.c into symtab.goRuss Cox2014-09-039-459/+275
* runtime: relax flaky GC pause testBrad Fitzpatrick2014-09-031-3/+6
* runtime: remove guard against uninitialized forcegc.gRuss Cox2014-09-031-6/+3
* runtime: adopt race detector for runtime written in GoDmitriy Vyukov2014-09-033-10/+18
* runtime: Start and stop individual goroutines at gc safepointsRick Hudson2014-09-034-10/+262
* runtime: deferproc/deferreturn in GoKeith Randall2014-09-0312-216/+257
* cmd/cgo, runtime: write cgo stub wrappers in Go, not CRuss Cox2014-09-037-4/+48
* runtime: make onM and mcall take Go func valuesRuss Cox2014-09-0318-92/+141
* runtime: convert a few traceback-related functions from proc.c to traceback.goRuss Cox2014-09-0332-166/+147
* runtime: introduce, use funcPC to convert Go func to PCRuss Cox2014-09-039-72/+33
* runtime: increase windows prof thread priority soonerAlex Brainman2014-09-031-0/+1
* runtime: avoid race with forcegc helperRuss Cox2014-09-022-19/+24
* runtime: don't allocate a new string in snprintfDavid du Colombier2014-09-031-1/+1
* runtime: handle empty environment variables on Plan 9David du Colombier2014-09-031-0/+4
* runtime: unify fastrand1 and fastrand2Keith Randall2014-09-0210-26/+10
* runtime: convert select implementation to Go.Keith Randall2014-09-0210-672/+674
* crypto: Add SHA3 functions in go.crypto/sha3 to the Hash enum.David Leon Gil2014-09-021-0/+8
* runtime: convert traceback*.c to GoRuss Cox2014-09-0213-831/+644
* runtime: move reflect trampolines into thunk file.Keith Randall2014-09-025-116/+39
* database/sql: Avoid re-preparing statements when all connections are busyMarko Tiikkaja2014-09-022-30/+41
* runtime: convert clearpools/registerPoolCleanup to GoDmitriy Vyukov2014-09-024-34/+32
* runtime: convert cpuprof from C to GoMatthew Dempsky2014-09-025-464/+431
* runtime/pprof: adjust cpuHogger so that tests pass on windows buildersAlex Brainman2014-09-011-4/+4
* runtime: fix gogetenv on Plan 9David du Colombier2014-09-011-15/+5
* runtime: fix race detector running Go code on g0 of non-main threadRuss Cox2014-09-011-0/+2
* time: update generated zoneinfo_abbrs_windows.goAlex Brainman2014-09-021-4/+4
* runtime: fix StackRuss Cox2014-09-012-2/+12
* runtime: convert mprof.goc to mprof.goRuss Cox2014-09-0115-784/+409
* runtime: fix windows buildRuss Cox2014-09-011-1/+1
* runtime: change concatstring panic to gothrowRuss Cox2014-09-011-1/+1
* runtime: include os_*.h in the generated Go structsRuss Cox2014-09-013-5/+8
* runtime: change PC, SP values in Stkframe, Panic, Defer from byte* to uintptrRuss Cox2014-09-017-50/+50
* runtime/race: better handling of atomic operationsDmitriy Vyukov2014-09-0111-300/+166
* strings: use Rabin-Karp algorithm for LastIndex.Rui Ueyama2014-09-012-12/+67
* runtime: remove old malloc test programsRuss Cox2014-09-014-335/+0
* archive/zip: add Writer.FlushBrad Fitzpatrick2014-08-312-0/+25
* runtime: paste mprof.goc into mprof.go as commentsRuss Cox2014-09-011-40/+384
* cmd/ld: diagnose Go calling CRuss Cox2014-08-311-2/+4
* net/http: fix typo in commentDmitri Shuralyov2014-09-011-1/+1
* image/png: make the CompressionLevel constants negative, reservingNigel Tao2014-09-011-4/+7
* runtime: fix Linux buildIan Lance Taylor2014-08-303-4/+4
* cmd/cc: generate error if #pragma pack off does anythingRuss Cox2014-08-302-2/+2
* runtime: translate env*.c to GoRuss Cox2014-08-309-124/+121