summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/symtab.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-42/+30
2010-05-19runtime: avoid allocation for fixed stringsRuss Cox1-1/+1
2010-04-29rename GOOS=mingw to GOOS=windowsAlex Brainman1-2/+2
2010-04-275l, 6l, 8l, runtime: make -s binaries workRuss Cox1-17/+8
2010-04-05runtime: various arm fixesRuss Cox1-8/+31
2010-03-24runtime: malloc sampling, pprof interfaceRuss Cox1-0/+9
2010-02-046l: move mapped symbol table lower in memoryAndrew Gerrand1-6/+1
2010-01-13runtime: add demo running Go on raw (emulated) hwRuss Cox1-0/+4
2010-01-06Ported runtime to Windows.Hector Chu1-0/+12
2009-12-07runtime: don't touch pages of memory unnecessarily.Russ Cox1-34/+5
2009-10-15rename sys functions to runtime,Russ Cox1-1/+1
2009-09-22changes to accommodate nacl:Russ Cox1-0/+17
2009-08-25rename runtime internals to have modern names (array->slice etc)Rob Pike1-11/+11
2009-08-14Fix buildAustin Clements1-1/+1
2009-08-14Make the runtime correctly decode the symbol table historyAustin Clements1-14/+34
2009-08-12change gotype in symbol table fromRuss Cox1-6/+2
2009-06-09mv src/lib to src/pkgRob Pike1-0/+377