summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* runtime: reconvert sigqueue.goc from C to GoRuss Cox2014-09-0414-266/+258
* go/parser: initialize file set even in only some tests are runRobert Griesemer2014-09-041-2/+1
* androidtest.bash: drop noisy adb sync outputDavid Crawshaw2014-09-041-1/+3
* runtime: fix solaris netpollDmitriy Vyukov2014-09-041-1/+1
* runtime: fix netbsd buildDmitriy Vyukov2014-09-043-3/+3
* runtime: fix typosMikio Hara2014-09-041-3/+3
* runtime: fix Plan 9 buildDavid du Colombier2014-09-042-6/+4
* runtime: fix arm buildDmitriy Vyukov2014-09-041-1/+1
* runtime: convert netpoll to GoDmitriy Vyukov2014-09-0431-773/+757
* runtime: fix nacl/amd64p32 buildRuss Cox2014-09-041-2/+2
* runtime: fix int64 reconstruction in semasleepRuss Cox2014-09-041-1/+1
* runtime: fix onM test for curg on armRuss Cox2014-09-041-1/+1
* runtime: fix sigtrampPC on WindowsRuss Cox2014-09-041-1/+1
* runtime: correct various Go -> C function callsRuss Cox2014-09-0421-152/+297
* 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-0313-217/+259
* cmd/cgo, runtime: write cgo stub wrappers in Go, not CRuss Cox2014-09-038-98/+156
* 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-0333-167/+158
* 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-0212-673/+677
* 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-0214-838/+668
* cmd/gc: fix runtime print(hex(x))Russ Cox2014-09-021-1/+1
* 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-0117-786/+412