aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/Makefile
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox
2009-05-268g: 64-bit arithmetic and assorted bug fixes;Russ Cox
2009-05-26Added enough arm related scaffolding to create a simpleKai Backman
2009-03-30more 386 runtime - can run tiny c programs.Russ Cox
2009-03-24fix build:Russ Cox
2009-03-24convert darwin to use godefs-generated defs.h.Russ Cox
2009-03-24split rt1.c into signal.c and thread.c.Russ Cox
2009-03-24move darwin specific code into runtime/darwin/Russ Cox
2009-03-24move amd64-specific (but os-independent) pieces of runtimeRuss Cox
2009-01-28Use explicit allspan list instead ofRuss Cox
2009-01-26gc #0. mark and sweep collector.Russ Cox
2009-01-22move math routines from package sys to package math,Russ Cox
2009-01-16casify, cleanup sysRuss Cox
2009-01-14Add cgo2c program to translate mixed Go/C code into C. ThisIan Lance Taylor
2008-12-18malloc in runtime (not used by default)Russ Cox
2008-12-15check printf format stringsRuss Cox
2008-12-05add support for ref counts to memory allocator.Russ Cox
2008-12-04add mutex.MutexRuss Cox
2008-12-04add stub routines stackalloc() and stackfree().Russ Cox
2008-11-23delete stack mark stringsRuss Cox
2008-11-13mike's map codeKen Thompson
2008-09-26go/acid/goRuss Cox
2008-09-22now method/interface codeKen Thompson
2008-08-27arraysKen Thompson
2008-08-05* comment, clean up schedulerRuss Cox
2008-08-04acid. works only on Linux for nowRuss Cox
2008-07-14synch chanKen Thompson
2008-07-13chanKen Thompson
2008-07-07update to Unicode 5Rob Pike
2008-07-03drop some superfluous file prefixes in runtimeRob Pike
2008-06-30Break runtime.c into separate pieces for maps, strings, print, etc.Rob Pike
2008-06-26slight change to file namesRob Pike
2008-06-26make readfile work on darwinRob Pike
2008-06-26add sys.readfile()Rob Pike
2008-06-25runtime needs runtime.cRob Pike
2008-06-25put a makefile into runtimeRob Pike