aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime.c
AgeCommit message (Collapse)Author
2008-07-11segmented stacks AND goroutinesKen Thompson
SVN=126929
2008-07-09defined external registers g and mKen Thompson
SVN=126521
2008-07-08fix ldexp, frexp, and make math package compile and test correctlyRob Pike
SVN=126423
2008-07-08unique import/export namesKen Thompson
more on go statement SVN=126421
2008-06-30update goldenRob Pike
fix a comment SVN=125405
2008-06-30clean up rearrangement of runtime functions in the sourceRob Pike
add isNaN, isInf, NaN, Inf SVN=125389
2008-06-30makes stack traces work for segmented stacksRob Pike
SVN=125371
2008-06-30Break runtime.c into separate pieces for maps, strings, print, etc.Rob Pike
Share common assembler for amd64 runtime SVN=125317
2008-06-29segmented stacksKen Thompson
SVN=125267
2008-06-26add pointer to val type of mapsKen Thompson
SVN=124971
2008-06-24center dots into argument codeRob Pike
SVN=124433
2008-06-24put center dot into main_mainRob Pike
restore smashed arg code, lost in incorrect resolve SVN=124432
2008-06-24middle dot as alpha package separatorKen Thompson
SVN=124419
2008-06-24string nil same as string ""Ken Thompson
SVN=124381
2008-06-24map[int] bugKen Thompson
SVN=124332
2008-06-22mapsKen Thompson
SVN=124030
2008-06-21add signal handling and traceback support therein.Rob Pike
factor the runtime into architecture-dependent and -independent pieces. ditto for the OS dependence. SVN=124020
2008-06-20delete incorrect offset printRob Pike
SVN=123857
2008-06-18improved formatting of tracebackRob Pike
SVN=123527
2008-06-18print rudimentary stack traceback after panicRob Pike
SVN=123524
2008-06-16mapsKen Thompson
SVN=123089
2008-06-16print pc on faultsRob Pike
SVN=123030
2008-06-15now checks for lvalue/rvalue context ofKen Thompson
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 Thompson
SVN=122046
2008-06-05goos garchKen Thompson
SVN=121367