Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2010-04-20 | runtime: rename cgo2c, *.cgo to goc2c, *.goc | Russ Cox | 1 | -296/+0 |
2010-04-09 | runtime: delete malx, skip_depth argument to malloc | Russ Cox | 1 | -3/+3 |
2010-04-01 | runtime: turn run time errors checks into panics | Russ Cox | 1 | -31/+16 |
2010-03-23 | runtime: add memory profiling, disabled. | Russ Cox | 1 | -3/+3 |
2010-02-25 | gc: implement []int(string) and []byte(string) | Russ Cox | 1 | -0/+31 |
2010-01-25 | in C and asm, replace pkg·name with ·name | Russ Cox | 1 | -6/+6 |
2010-01-13 | runtime cleanup. | Russ Cox | 1 | -1/+1 |
2010-01-06 | Ported runtime to Windows. | Hector Chu | 1 | -0/+30 |
2009-11-20 | x[y:] for strings | Russ Cox | 1 | -0/+18 |
2009-10-15 | rename sys functions to runtime, | Russ Cox | 1 | -6/+6 |
2009-08-25 | rename runtime internals to have modern names (array->slice etc) | Rob Pike | 1 | -5/+5 |
2009-06-30 | convert string runtime to use cgo. | Russ Cox | 1 | -0/+232 |