summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/Makefile
Commit message (Expand)AuthorAgeFilesLines
* runtime: delete old asm_*.h if still aroundRuss Cox2011-12-221-1/+1
* build: a round of fixesRuss Cox2011-12-201-1/+1
* runtime: separate out auto-generated files, take 2Russ Cox2011-12-191-58/+23
* runtime: use correct traceback file on armRob Pike2011-12-161-1/+1
* runtime: hg revert -r 6ec0a5c12d75Russ Cox2011-12-161-26/+57
* runtime: fix buildRuss Cox2011-12-161-2/+4
* runtime: separate out auto-generated filesRuss Cox2011-12-161-57/+24
* runtime: fix buildRuss Cox2011-12-161-4/+8
* runtime: make more build-friendlyRuss Cox2011-12-161-49/+45
* build: Changes to the build infrastructure for NetBSD.Christopher Nielsen2011-12-121-0/+3
* pkg/runtime/Makefile: sorted object module names.Lucio De Re2011-12-111-3/+3
* runtime: prep for type-specific algorithmsRuss Cox2011-12-051-0/+1
* time: faster Nanoseconds callRuss Cox2011-11-031-0/+1
* runtime: unify mutex code across OSesDmitriy Vyukov2011-11-021-0/+16
* runtime: windows/amd64 callbacks fixed and syscall fixed to allow using it in...Jaroslavas Po?epko2011-08-301-0/+1
* runtime: fix void warningsRuss Cox2011-08-231-1/+1
* runtime: make goc2c build on Plan 9Lucio De Re2011-07-191-1/+1
* runtime: replace Semacquire/Semrelease implementationDmitriy Vyukov2011-06-281-0/+1
* 5c: do not use R9 and R10Russ Cox2011-06-221-3/+0
* undo CL 4515163 / 42c3cfa4d64fRuss Cox2011-05-311-2/+2
* runtime: use HOST_CC to compile mkversionDave Cheney2011-05-311-2/+2
* reflect: more efficient; cannot Set result of NewValue anymoreRuss Cox2011-04-181-1/+0
* runtime: cpu profiling supportRuss Cox2011-03-231-0/+1
* runtime: split non-debugging malloc interface out of debug.go into mem.goRuss Cox2011-03-111-0/+1
* runtime: use kernel-supplied cas on linux/armRuss Cox2011-02-251-3/+0
* runtime: fix signal stack bugRuss Cox2011-02-241-3/+4
* runtime: record $GOROOT_FINAL for runtime.GOROOTRuss Cox2011-02-181-1/+1
* build: fix spaces in GOROOTChristopher Nielsen2011-02-031-2/+2
* runtime: correct runtime.GOOS, runtime.GOARCHRuss Cox2011-02-021-0/+10
* runtime: generate Go defs for C types.Luuk van Dijk2011-01-311-6/+5
* runtime: simpler heap map, memory allocationRuss Cox2011-01-281-2/+0
* runtime: remove tinyRuss Cox2011-01-261-3/+0
* remove naclRuss Cox2010-12-151-6/+0
* runtime: parallel definitions in Go for all C structs.Luuk van Dijk2010-11-301-0/+7
* Makefiles: Don't define _64BIT now that 6c does it by default.Ian Lance Taylor2010-11-181-3/+1
* arm: precise float64 software floating pointRuss Cox2010-10-251-0/+1
* runtime: remove .c generated from .goc during make cleanRuss Cox2010-10-251-1/+1
* build: remove unnecessary references to GOBIN and GOROOTChristian Himpel2010-08-301-10/+10
* build: no required environment variablesRuss Cox2010-08-181-1/+1
* runtime: correct line numbers for .goc files.Luuk van Dijk2010-08-181-1/+1
* runtime: split extern.go into debug.go, extern.go, sig.go.Russ Cox2010-06-211-0/+2
* runtime: finish pchw -> tiny, added gettime for tinyDaniel Theophanes2010-06-071-2/+2
* rename GOOS=mingw to GOOS=windowsAlex Brainman2010-04-291-2/+2
* runtime: closures, defer bug fix for Native ClientRuss Cox2010-04-221-1/+5
* runtime: rename cgo2c, *.cgo to goc2c, *.gocRuss Cox2010-04-201-4/+4
* runtime: various arm fixesRuss Cox2010-04-051-1/+1
* runtime: make type assertion a runtime.Error, the first of manyRuss Cox2010-03-311-0/+1
* runtime: add memory profiling, disabled.Russ Cox2010-03-231-0/+1
* runtime: add CallersRuss Cox2010-03-231-0/+8
* Fix build: don't assume that . is on PATH.Ian Lance Taylor2010-03-171-1/+1