summaryrefslogtreecommitdiff
path: root/src/runtime/runtime.h
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1079
* move src/runtime -> src/lib/runtime;Russ Cox2009-06-061-464/+0
* 386-related fixes and guardsRuss Cox2009-06-041-4/+4
* more 386 runtime fixes.Russ Cox2009-06-041-1/+2
* 32-bit fixes in lessstack.Russ Cox2009-06-021-1/+1
* change representation of interface values.Russ Cox2009-05-201-2/+14
* move things out of sys into os and runtimeRuss Cox2009-05-081-8/+4
* fix string range to have full unicode range (up to 10FFFF).Rob Pike2009-04-121-0/+1
* change representation of stringsKen Thompson2009-04-091-17/+17
* more 386 runtime - can run tiny c programs.Russ Cox2009-03-301-3/+8
* spellingKen Thompson2009-01-271-1/+1
* deferKen Thompson2009-01-271-4/+19
* gc #0. mark and sweep collector.Russ Cox2009-01-261-0/+4
* interface speedups and fixes.Russ Cox2009-01-261-0/+2
* implement new restrictions on whatRuss Cox2009-01-261-5/+10
* move math routines from package sys to package math,Russ Cox2009-01-221-10/+15
* casify, cleanup sysRuss Cox2009-01-161-13/+9
* Tweak code to make it easier to compile with gcc.Ian Lance Taylor2009-01-131-28/+64
* update sys.reflect and sys.unreflect to accomodateRuss Cox2009-01-091-1/+1
* many interface bug fixes.Russ Cox2009-01-081-1/+1
* [] and struct in interfaces.Russ Cox2008-12-191-2/+9
* chan and map of [] and structRuss Cox2008-12-191-1/+14
* malloc bug fixes.Russ Cox2008-12-191-4/+1
* print(array)Ken Thompson2008-12-181-1/+1
* arraysKen Thompson2008-12-181-1/+0
* malloc in runtime (not used by default)Russ Cox2008-12-181-1/+4
* small bugKen Thompson2008-12-171-0/+1
* check printf format stringsRuss Cox2008-12-151-0/+16
* chans and maps of interfacesRuss Cox2008-12-091-1/+1
* add support for ref counts to memory allocator.Russ Cox2008-12-051-0/+8
* add stub routines stackalloc() and stackfree().Russ Cox2008-12-041-0/+2
* preparation for exec.Russ Cox2008-12-031-3/+8
* change meaning of $GOMAXPROCS to number of cpus to use,Russ Cox2008-11-251-0/+6
* use pc/ln table to print source lines in tracebackRuss Cox2008-11-251-3/+8
* delete stack mark stringsRuss Cox2008-11-231-16/+34
* First pieces of malloc.Russ Cox2008-11-171-1/+7
* mike's map codeKen Thompson2008-11-131-0/+1
* handle Inf, NaN in float printRuss Cox2008-11-101-0/+2
* select defaultKen Thompson2008-11-051-0/+1
* sys.stringtorune doesn't need a length parameter.Rob Pike2008-10-071-1/+1
* go/acid/goRuss Cox2008-09-261-1/+0
* get rid of per-G Note, avoids per-G kernel semaphore on Mac.Russ Cox2008-09-241-1/+1
* only use mach kernel semaphores for actual contention.Russ Cox2008-09-241-1/+7
* test cleanupRuss Cox2008-09-221-0/+1
* now method/interface codeKen Thompson2008-09-221-27/+0
* proper handling of signals.Russ Cox2008-09-181-0/+5
* fix up linux trap handling - INTB 5 gives SEGVRob Pike2008-09-121-2/+0
* fix silly portability bugRob Pike2008-09-121-0/+1
* - catch trace trapsRob Pike2008-09-121-0/+2
* go threads for OS XRuss Cox2008-09-091-5/+12