| Commit message (Expand) | Author | Age | Files | Lines |
| * | [dev.cc] runtime: convert basic library routines from C to Go | Russ Cox | 2014-11-11 | 1 | -399/+0 |
| * | runtime: add GODEBUG invalidptr setting | Russ Cox | 2014-10-28 | 1 | -0/+4 |
| * | cmd/cc, cmd/ld, runtime: disallow conservative data/bss objects | Russ Cox | 2014-09-24 | 1 | -9/+16 |
| * | runtime: fix handling of GOTRACEBACK | David du Colombier | 2014-09-18 | 1 | -11/+11 |
| * | runtime: remove a few untyped allocations | Russ Cox | 2014-09-12 | 1 | -8/+4 |
| * | runtime: merge mallocgc, gomallocgc | Russ Cox | 2014-09-09 | 1 | -2/+3 |
| * | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -0/+391 |
| * | move src/runtime -> src/lib/runtime; | Russ Cox | 2009-06-06 | 1 | -462/+0 |
| * | 386-related fixes and guards | Russ Cox | 2009-06-04 | 1 | -8/+14 |
| * | detect recursive initialization | Ken Thompson | 2009-05-28 | 1 | -0/+6 |
| * | change representation of interface values. | Russ Cox | 2009-05-20 | 1 | -1/+23 |
| * | move things out of sys into os and runtime | Russ Cox | 2009-05-08 | 1 | -14/+14 |
| * | change representation of strings | Ken Thompson | 2009-04-09 | 1 | -12/+10 |
| * | test for and fix bug involving reflect v.Interface() and ==. | Russ Cox | 2009-03-31 | 1 | -6/+4 |
| * | more 386 runtime: | Russ Cox | 2009-03-31 | 1 | -4/+7 |
| * | more 386 runtime - can run tiny c programs. | Russ Cox | 2009-03-30 | 1 | -3/+13 |
| * | gc #0. mark and sweep collector. | Russ Cox | 2009-01-26 | 1 | -10/+14 |
| * | interface speedups and fixes. | Russ Cox | 2009-01-26 | 1 | -0/+36 |
| * | implement new restrictions on what | Russ Cox | 2009-01-26 | 1 | -31/+26 |
| * | move math routines from package sys to package math, | Russ Cox | 2009-01-22 | 1 | -255/+0 |
| * | casify, cleanup sys | Russ Cox | 2009-01-16 | 1 | -60/+41 |
| * | chan and map of [] and struct | Russ Cox | 2008-12-19 | 1 | -17/+18 |
| * | string hash function faults w empty string | Ken Thompson | 2008-12-10 | 1 | -0/+2 |
| * | chans and maps of interfaces | Russ Cox | 2008-12-09 | 1 | -1/+2 |
| * | add support for ref counts to memory allocator. | Russ Cox | 2008-12-05 | 1 | -77/+0 |
| * | delete stack mark strings | Russ Cox | 2008-11-23 | 1 | -59/+16 |
| * | don't print (incorrect anyway) line numbers in panic. | Rob Pike | 2008-11-20 | 1 | -3/+1 |
| * | symbol table changes | Russ Cox | 2008-11-20 | 1 | -0/+31 |
| * | First pieces of malloc. | Russ Cox | 2008-11-17 | 1 | -1/+1 |
| * | add cov, prof to default build; clean up compiler warnings | Russ Cox | 2008-11-14 | 1 | -0/+1 |
| * | mike's map code | Ken Thompson | 2008-11-13 | 1 | -9/+35 |
| * | converting uint bits back into floats | Rob Pike | 2008-11-12 | 1 | -0/+28 |
| * | * accept all NaNs, not just the one sys.NaN() returns. | Russ Cox | 2008-11-10 | 1 | -36/+60 |
| * | handle Inf, NaN in float print | Russ Cox | 2008-11-10 | 1 | -2/+2 |
| * | add sys.float32bits, sys.float64bits | Rob Pike | 2008-11-06 | 1 | -0/+17 |
| * | select default | Ken Thompson | 2008-11-05 | 1 | -1/+4 |
| * | test cleanup | Russ Cox | 2008-09-22 | 1 | -2/+15 |
| * | now method/interface code | Ken Thompson | 2008-09-22 | 1 | -170/+0 |
| * | methods on any type | Ken Thompson | 2008-09-14 | 1 | -0/+1 |
| * | 1 got rid if static 'fn wo return' test | Ken Thompson | 2008-09-12 | 1 | -0/+12 |
| * | - catch trace traps | Rob Pike | 2008-09-12 | 1 | -1/+3 |
| * | - fix signedness bug in sys.Inf() | Rob Pike | 2008-08-11 | 1 | -1/+1 |
| * | kill trailing white space. | Russ Cox | 2008-08-05 | 1 | -3/+3 |
| * | * comment, clean up scheduler | Russ Cox | 2008-08-05 | 1 | -33/+37 |
| * | allow pointers as keys in maps, treating them the same as ints - ptr eq not v... | Rob Pike | 2008-08-05 | 1 | -3/+4 |
| * | first cut at multithreading. works on Linux. | Russ Cox | 2008-08-04 | 1 | -25/+93 |
| * | print tracebacks for all goroutines, not just the crashing one | Rob Pike | 2008-07-28 | 1 | -0/+1 |
| * | synch chan | Ken Thompson | 2008-07-14 | 1 | -228/+0 |
| * | chan | Ken Thompson | 2008-07-13 | 1 | -2/+145 |
| * | preserve AX across stack jump so C routines return correct value when trigger... | Rob Pike | 2008-07-12 | 1 | -10/+10 |