summaryrefslogtreecommitdiff
path: root/src/pkg/runtime
Commit message (Expand)AuthorAgeFilesLines
* runtime/debug: fix build (missing Makefile)Rob Pike2011-01-191-0/+11
* runtime/debug: new packageRob Pike2011-01-192-0/+145
* windows: implement exception handlingHector Chu2011-01-199-7/+271
* runtime: add per-pause gc statsRuss Cox2011-01-193-7/+14
* gc, runtime: make range on channel safe for multiple goroutinesRuss Cox2011-01-183-5/+26
* runtime: print signal information during panicRuss Cox2011-01-1810-1/+16
* runtime: fix arm reflect.call boundary caseRuss Cox2011-01-146-109/+124
* runtime/cgo: Don't define crosscall2 in dummy _cgo_main.c.Ian Lance Taylor2011-01-141-1/+0
* runtime: revert 6974:1f3c3696babbAlex Brainman2011-01-1210-19/+121
* runtime/cgo: Add callbacks to support SWIG.Ian Lance Taylor2011-01-113-0/+81
* runtime: Restore scheduler stack position if cgo callback panics.Ian Lance Taylor2011-01-081-0/+33
* runtime/cgo: fix stackguard on FreeBSD/amd64Anthony Martin2011-01-061-0/+6
* fix cgo buildRuss Cox2010-12-171-0/+4
* misc/cgo/life: fix, add to buildRuss Cox2010-12-171-2/+7
* darwin, freebsd: ignore write failure (during print, panic)Russ Cox2010-12-164-8/+0
* runtime: move windows goargs implementation from runtime and into os packageAlex Brainman2010-12-165-91/+4
* fix freebsd buildRuss Cox2010-12-154-6/+19
* remove naclRuss Cox2010-12-1516-711/+1
* [68]l and runtime: GDB support for interfaces and goroutines.Luuk van Dijk2010-12-152-32/+252
* runtime: write only to standard errorRuss Cox2010-12-144-23/+18
* runtime: remove paranoid mapping at 0Russ Cox2010-12-133-21/+0
* gc: align structs according to max alignment of fieldsRuss Cox2010-12-135-2/+24
* runtime/linux/386: set FPU to 64-bit precisionRuss Cox2010-12-131-0/+8
* Fix windows build.Wei Guangjing2010-12-132-20/+20
* arm floating point simulationKen Thompson2010-12-092-336/+416
* arm: more fixesRuss Cox2010-12-083-0/+30
* runtime/cgo: adapt files copied from libcgoRuss Cox2010-12-085-13/+18
* libcgo: delete (replaced by runtime/cgo)Russ Cox2010-12-085-0/+235
* runtime/cgo: take 2Russ Cox2010-12-0811-0/+705
* runtime/cgo: runtime changes for new cgoRuss Cox2010-12-084-5/+13
* runtime: fix windows buildAlex Brainman2010-12-081-0/+1
* runtime: add GoroutinesKeith Rarick2010-12-072-0/+10
* runtime: debugging help on 386Russ Cox2010-12-071-1/+3
* 8l : add dynimport to import table in Windows PE, initial make cgo dll work.Wei Guangjing2010-12-074-84/+40
* runtime: fix build for naclAndrew Gerrand2010-12-071-5/+5
* 8l, runtime: fix Plan 9 386 build.Yuval Pavel Zholkover2010-12-064-9/+38
* [68]l: generate debug info for builtin structured types. prettyprinting in gdb.Luuk van Dijk2010-12-031-0/+174
* runtime: fix windows breakageLuuk van Dijk2010-12-011-0/+2
* runtime: parallel definitions in Go for all C structs.Luuk van Dijk2010-11-3016-18/+621
* runtime: fix SysFree to really free memory on WindowsAlex Brainman2010-11-241-2/+21
* Makefiles: Don't define _64BIT now that 6c does it by default.Ian Lance Taylor2010-11-181-3/+1
* last of the arm conversionsKen Thompson2010-11-111-4/+25
* runtime: free memory allocated by windows CommandLineToArgvAlex Brainman2010-11-111-1/+3
* runtime: omit runtime? prefix from static functions (in ARM code).Ian Lance Taylor2010-11-101-21/+21
* runtime: Add some missing runtime? prefixes to ARM asm code.Ian Lance Taylor2010-11-102-3/+3
* runtime: explain nacl closure failureRuss Cox2010-11-051-0/+2
* runtime: fix windows buildAlex Brainman2010-11-051-1/+1
* Small addition to previous optimization of memequal as discussed here: http:/...Graham Miller2010-11-041-0/+2
* runtime: ,s/[a-zA-Z0-9_]+/runtime?&/g, almostRuss Cox2010-11-04111-3071/+3010
* add hardware floating point.Ken Thompson2010-11-031-1/+1