summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/symtab.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-333/+0
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-541/+199
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-1/+1
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-50/+206
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-9/+62
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+466
2011-09-13Imported Upstream version 60Ondřej Surý1-454/+0
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-1/+3
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-25/+74
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