summaryrefslogtreecommitdiff
path: root/src/runtime/runtime.c
AgeCommit message (Collapse)AuthorFilesLines
2008-06-30makes stack traces work for segmented stacksRob Pike1-1/+1
SVN=125371
2008-06-30Break runtime.c into separate pieces for maps, strings, print, etc.Rob Pike1-1138/+0
Share common assembler for amd64 runtime SVN=125317
2008-06-29segmented stacksKen Thompson1-5/+3
SVN=125267
2008-06-26add pointer to val type of mapsKen Thompson1-2/+33
SVN=124971
2008-06-24center dots into argument codeRob Pike1-4/+4
SVN=124433
2008-06-24put center dot into main_mainRob Pike1-0/+76
restore smashed arg code, lost in incorrect resolve SVN=124432
2008-06-24middle dot as alpha package separatorKen Thompson1-88/+89
SVN=124419
2008-06-24string nil same as string ""Ken Thompson1-7/+25
SVN=124381
2008-06-24map[int] bugKen Thompson1-1/+1
SVN=124332
2008-06-22mapsKen Thompson1-0/+359
SVN=124030
2008-06-21add signal handling and traceback support therein.Rob Pike1-58/+4
factor the runtime into architecture-dependent and -independent pieces. ditto for the OS dependence. SVN=124020
2008-06-20delete incorrect offset printRob Pike1-5/+2
SVN=123857
2008-06-18improved formatting of tracebackRob Pike1-8/+21
SVN=123527
2008-06-18print rudimentary stack traceback after panicRob Pike1-0/+50
SVN=123524
2008-06-16mapsKen Thompson1-30/+26
SVN=123089
2008-06-16print pc on faultsRob Pike1-11/+26
SVN=123030
2008-06-15now checks for lvalue/rvalue context ofKen Thompson1-2/+2
expressions. start of generics for calling builtin functions start of map type 'any' demoted from reserved word to type SVN=122808
2008-06-10debugging to get fmt to runKen Thompson1-0/+154
SVN=122046
2008-06-05goos garchKen Thompson1-0/+595
SVN=121367