Age | Commit message (Expand) | Author | Files | Lines |
2015-01-15 | Imported Upstream version 1.4upstream/1.4 | Tianon Gravi | 1 | -0/+399 |
2009-06-06 | move src/runtime -> src/lib/runtime; | Russ Cox | 1 | -462/+0 |
2009-06-04 | 386-related fixes and guards | Russ Cox | 1 | -8/+14 |
2009-05-28 | detect recursive initialization | Ken Thompson | 1 | -0/+6 |
2009-05-20 | change representation of interface values. | Russ Cox | 1 | -1/+23 |
2009-05-08 | move things out of sys into os and runtime | Russ Cox | 1 | -14/+14 |
2009-04-09 | change representation of strings | Ken Thompson | 1 | -12/+10 |
2009-03-31 | test for and fix bug involving reflect v.Interface() and ==. | Russ Cox | 1 | -6/+4 |
2009-03-31 | more 386 runtime: | Russ Cox | 1 | -4/+7 |
2009-03-30 | more 386 runtime - can run tiny c programs. | Russ Cox | 1 | -3/+13 |
2009-01-26 | gc #0. mark and sweep collector. | Russ Cox | 1 | -10/+14 |
2009-01-26 | interface speedups and fixes. | Russ Cox | 1 | -0/+36 |
2009-01-26 | implement new restrictions on what | Russ Cox | 1 | -31/+26 |
2009-01-22 | move math routines from package sys to package math, | Russ Cox | 1 | -255/+0 |
2009-01-16 | casify, cleanup sys | Russ Cox | 1 | -60/+41 |
2008-12-19 | chan and map of [] and struct | Russ Cox | 1 | -17/+18 |
2008-12-10 | string hash function faults w empty string | Ken Thompson | 1 | -0/+2 |
2008-12-09 | chans and maps of interfaces | Russ Cox | 1 | -1/+2 |
2008-12-05 | add support for ref counts to memory allocator. | Russ Cox | 1 | -77/+0 |
2008-11-23 | delete stack mark strings | Russ Cox | 1 | -59/+16 |
2008-11-20 | don't print (incorrect anyway) line numbers in panic. | Rob Pike | 1 | -3/+1 |
2008-11-20 | symbol table changes | Russ Cox | 1 | -0/+31 |
2008-11-17 | First pieces of malloc. | Russ Cox | 1 | -1/+1 |
2008-11-14 | add cov, prof to default build; clean up compiler warnings | Russ Cox | 1 | -0/+1 |
2008-11-13 | mike's map code | Ken Thompson | 1 | -9/+35 |
2008-11-12 | converting uint bits back into floats | Rob Pike | 1 | -0/+28 |
2008-11-10 | * accept all NaNs, not just the one sys.NaN() returns. | Russ Cox | 1 | -36/+60 |
2008-11-10 | handle Inf, NaN in float print | Russ Cox | 1 | -2/+2 |
2008-11-06 | add sys.float32bits, sys.float64bits | Rob Pike | 1 | -0/+17 |
2008-11-05 | select default | Ken Thompson | 1 | -1/+4 |
2008-09-22 | test cleanup | Russ Cox | 1 | -2/+15 |
2008-09-22 | now method/interface code | Ken Thompson | 1 | -170/+0 |
2008-09-14 | methods on any type | Ken Thompson | 1 | -0/+1 |
2008-09-12 | 1 got rid if static 'fn wo return' test | Ken Thompson | 1 | -0/+12 |
2008-09-12 | - catch trace traps | Rob Pike | 1 | -1/+3 |
2008-08-11 | - fix signedness bug in sys.Inf() | Rob Pike | 1 | -1/+1 |
2008-08-05 | kill trailing white space. | Russ Cox | 1 | -3/+3 |
2008-08-05 | * comment, clean up scheduler | Russ Cox | 1 | -33/+37 |
2008-08-05 | allow pointers as keys in maps, treating them the same as ints - ptr eq not v... | Rob Pike | 1 | -3/+4 |
2008-08-04 | first cut at multithreading. works on Linux. | Russ Cox | 1 | -25/+93 |
2008-07-28 | print tracebacks for all goroutines, not just the crashing one | Rob Pike | 1 | -0/+1 |
2008-07-14 | synch chan | Ken Thompson | 1 | -228/+0 |
2008-07-13 | chan | Ken Thompson | 1 | -2/+145 |
2008-07-12 | preserve AX across stack jump so C routines return correct value when trigger... | Rob Pike | 1 | -10/+10 |
2008-07-11 | segmented stacks AND goroutines | Ken Thompson | 1 | -14/+223 |
2008-07-09 | defined external registers g and m | Ken Thompson | 1 | -0/+5 |
2008-07-08 | fix ldexp, frexp, and make math package compile and test correctly | Rob Pike | 1 | -6/+6 |
2008-07-08 | unique import/export names | Ken Thompson | 1 | -0/+13 |
2008-06-30 | update golden | Rob Pike | 1 | -1/+1 |
2008-06-30 | clean up rearrangement of runtime functions in the source | Rob Pike | 1 | -0/+461 |