summaryrefslogtreecommitdiff
path: root/src/runtime/Makefile
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+5
* move src/runtime -> src/lib/runtime;Russ Cox2009-06-061-119/+0
* 8g: 64-bit arithmetic and assorted bug fixes;Russ Cox2009-05-261-0/+3
* Added enough arm related scaffolding to create a simpleKai Backman2009-05-261-2/+4
* more 386 runtime - can run tiny c programs.Russ Cox2009-03-301-6/+26
* fix build:Russ Cox2009-03-241-1/+2
* convert darwin to use godefs-generated defs.h.Russ Cox2009-03-241-4/+8
* split rt1.c into signal.c and thread.c.Russ Cox2009-03-241-1/+2
* move darwin specific code into runtime/darwin/Russ Cox2009-03-241-18/+18
* move amd64-specific (but os-independent) pieces of runtimeRuss Cox2009-03-241-8/+12
* Use explicit allspan list instead ofRuss Cox2009-01-281-1/+1
* gc #0. mark and sweep collector.Russ Cox2009-01-261-0/+1
* move math routines from package sys to package math,Russ Cox2009-01-221-6/+9
* casify, cleanup sysRuss Cox2009-01-161-1/+0
* Add cgo2c program to translate mixed Go/C code into C. ThisIan Lance Taylor2009-01-141-1/+9
* malloc in runtime (not used by default)Russ Cox2008-12-181-0/+6
* check printf format stringsRuss Cox2008-12-151-2/+2
* add support for ref counts to memory allocator.Russ Cox2008-12-051-1/+1
* add mutex.MutexRuss Cox2008-12-041-0/+1
* add stub routines stackalloc() and stackfree().Russ Cox2008-12-041-0/+1
* delete stack mark stringsRuss Cox2008-11-231-0/+2
* mike's map codeKen Thompson2008-11-131-2/+2
* go/acid/goRuss Cox2008-09-261-2/+2
* now method/interface codeKen Thompson2008-09-221-0/+1
* arraysKen Thompson2008-08-271-0/+1
* * comment, clean up schedulerRuss Cox2008-08-051-2/+2
* acid. works only on Linux for nowRuss Cox2008-08-041-2/+6
* synch chanKen Thompson2008-07-141-0/+1
* chanKen Thompson2008-07-131-0/+1
* update to Unicode 5Rob Pike2008-07-071-0/+1
* drop some superfluous file prefixes in runtimeRob Pike2008-07-031-3/+6
* Break runtime.c into separate pieces for maps, strings, print, etc.Rob Pike2008-06-301-0/+5
* slight change to file namesRob Pike2008-06-261-1/+1
* make readfile work on darwinRob Pike2008-06-261-1/+5
* add sys.readfile()Rob Pike2008-06-261-1/+2
* runtime needs runtime.cRob Pike2008-06-251-0/+1
* put a makefile into runtimeRob Pike2008-06-251-0/+40