summaryrefslogtreecommitdiff
path: root/src/runtime/runtime.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Imported Upstream version 1.4upstream/1.4Tianon Gravi1-0/+399
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox1-462/+0
2009-06-04386-related fixes and guardsRuss Cox1-8/+14
2009-05-28detect recursive initializationKen Thompson1-0/+6
2009-05-20change representation of interface values.Russ Cox1-1/+23
2009-05-08move things out of sys into os and runtimeRuss Cox1-14/+14
2009-04-09change representation of stringsKen Thompson1-12/+10
2009-03-31test for and fix bug involving reflect v.Interface() and ==.Russ Cox1-6/+4
2009-03-31more 386 runtime:Russ Cox1-4/+7
2009-03-30more 386 runtime - can run tiny c programs.Russ Cox1-3/+13
2009-01-26gc #0. mark and sweep collector.Russ Cox1-10/+14
2009-01-26interface speedups and fixes.Russ Cox1-0/+36
2009-01-26implement new restrictions on whatRuss Cox1-31/+26
2009-01-22move math routines from package sys to package math,Russ Cox1-255/+0
2009-01-16casify, cleanup sysRuss Cox1-60/+41
2008-12-19chan and map of [] and structRuss Cox1-17/+18
2008-12-10string hash function faults w empty stringKen Thompson1-0/+2
2008-12-09chans and maps of interfacesRuss Cox1-1/+2
2008-12-05add support for ref counts to memory allocator.Russ Cox1-77/+0
2008-11-23delete stack mark stringsRuss Cox1-59/+16
2008-11-20don't print (incorrect anyway) line numbers in panic.Rob Pike1-3/+1
2008-11-20symbol table changesRuss Cox1-0/+31
2008-11-17First pieces of malloc.Russ Cox1-1/+1
2008-11-14add cov, prof to default build; clean up compiler warningsRuss Cox1-0/+1
2008-11-13mike's map codeKen Thompson1-9/+35
2008-11-12converting uint bits back into floatsRob Pike1-0/+28
2008-11-10* accept all NaNs, not just the one sys.NaN() returns.Russ Cox1-36/+60
2008-11-10handle Inf, NaN in float printRuss Cox1-2/+2
2008-11-06add sys.float32bits, sys.float64bitsRob Pike1-0/+17
2008-11-05select defaultKen Thompson1-1/+4
2008-09-22test cleanupRuss Cox1-2/+15
2008-09-22now method/interface codeKen Thompson1-170/+0
2008-09-14methods on any typeKen Thompson1-0/+1
2008-09-121 got rid if static 'fn wo return' testKen Thompson1-0/+12
2008-09-12- catch trace trapsRob Pike1-1/+3
2008-08-11- fix signedness bug in sys.Inf()Rob Pike1-1/+1
2008-08-05kill trailing white space.Russ Cox1-3/+3
2008-08-05* comment, clean up schedulerRuss Cox1-33/+37
2008-08-05allow pointers as keys in maps, treating them the same as ints - ptr eq not v...Rob Pike1-3/+4
2008-08-04first cut at multithreading. works on Linux.Russ Cox1-25/+93
2008-07-28print tracebacks for all goroutines, not just the crashing oneRob Pike1-0/+1
2008-07-14synch chanKen Thompson1-228/+0
2008-07-13chanKen Thompson1-2/+145
2008-07-12preserve AX across stack jump so C routines return correct value when trigger...Rob Pike1-10/+10
2008-07-11segmented stacks AND goroutinesKen Thompson1-14/+223
2008-07-09defined external registers g and mKen Thompson1-0/+5
2008-07-08fix ldexp, frexp, and make math package compile and test correctlyRob Pike1-6/+6
2008-07-08unique import/export namesKen Thompson1-0/+13
2008-06-30update goldenRob Pike1-1/+1
2008-06-30clean up rearrangement of runtime functions in the sourceRob Pike1-0/+461