summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* runtime: mark sysAlloc nosplitRuss Cox2014-09-0410-4/+46
* runtime: more C to Go conversion adjustmentsRuss Cox2014-09-0416-280/+478
* cmd/api: don't depend on os/user or USER to check apiBrad Fitzpatrick2014-09-041-3/+1
* go/parser: fix "zero day" parse errorRobert Griesemer2014-09-042-9/+11
* runtime: make more functions safe for GoRuss Cox2014-09-0419-220/+274
* runtime: convert cgocall to GoDmitriy Vyukov2014-09-043-182/+150
* runtime: use C for readgstatus, goroutine status valuesRuss Cox2014-09-042-28/+3
* 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-044-18/+32
* 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
* spec: Add link to rune literals from string literals when talking about escap...Robin Eklind2014-09-031-1/+1
* 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-039-101/+160
* 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
* A+C: David Leon Gil (individual CLA)Adam Langley2014-09-022-0/+2
* 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