| Commit message (Expand) | Author | Age | Files | Lines |
* | gc: introduce rune | Russ Cox | 2011-10-25 | 1 | -3/+3 |
* | gc: add delete(m, x) but leave in m[x] = 0, false. | Russ Cox | 2011-10-18 | 1 | -0/+1 |
* | gc: pass FlagNoPointers to runtime.new | Dmitriy Vyukov | 2011-10-13 | 1 | -1/+1 |
* | runtime: append([]byte, string...) | Luuk van Dijk | 2011-10-12 | 1 | -0/+1 |
* | gc: implement nil chan support | Russ Cox | 2011-08-17 | 1 | -8/+7 |
* | gc: implement nil map support | Russ Cox | 2011-08-17 | 1 | -6/+6 |
* | runtime: faster select | Dmitriy Vyukov | 2011-07-21 | 1 | -1/+1 |
* | gc: descriptive panic for nil pointer -> value method call | Russ Cox | 2011-06-17 | 1 | -0/+1 |
* | gc: inline append when len<cap | Luuk van Dijk | 2011-05-11 | 1 | -0/+1 |
* | gc, runtime: replace closed(c) with x, ok := <-c | Russ Cox | 2011-03-11 | 1 | -1/+3 |
* | gc: remove non-blocking send, receive syntax | Russ Cox | 2011-01-31 | 1 | -2/+0 |
* | gc: special case code for single-op blocking and non-blocking selects | Russ Cox | 2011-01-30 | 1 | -0/+4 |
* | gc, runtime: make range on channel safe for multiple goroutines | Russ Cox | 2011-01-18 | 1 | -0/+1 |
* | gc: fix arm build | Rob Pike | 2010-11-12 | 1 | -0/+2 |
* | runtime: ,s/[a-zA-Z0-9_]+/runtime?&/g, almost | Russ Cox | 2010-11-04 | 1 | -2/+2 |
* | gc: implement append | Russ Cox | 2010-10-27 | 1 | -0/+4 |
* | 5g, 6g, 8g: generate code for string index | Russ Cox | 2010-10-26 | 1 | -1/+0 |
* | gc, runtime: copy([]byte, string) | Russ Cox | 2010-10-26 | 1 | -0/+1 |
* | gc: make string x + y + z + ... + w efficient | Russ Cox | 2010-09-12 | 1 | -1/+3 |
* | gc: index bounds tests and fixes | Russ Cox | 2010-08-03 | 1 | -3/+3 |
* | gc: new typechecking rules | Russ Cox | 2010-06-08 | 1 | -12/+20 |
* | gc: be pickier about slice, chan, array, and map sizes | Russ Cox | 2010-05-01 | 1 | -3/+3 |
* | runtime: turn run time errors checks into panics | Russ Cox | 2010-04-01 | 1 | -1/+2 |
* | gc: implement panic and recover | Russ Cox | 2010-03-31 | 1 | -1/+1 |
* | gc: add panic and recover (still unimplemented in runtime) | Russ Cox | 2010-03-30 | 1 | -1/+3 |
* | identical complex implementation | Ken Thompson | 2010-03-09 | 1 | -0/+2 |
* | gc: implement []int(string) and []byte(string) | Russ Cox | 2010-02-25 | 1 | -0/+2 |
* | complex constant multiply and divide | Ken Thompson | 2010-02-18 | 1 | -0/+1 |
* | gc: implement defer print/println/panic/panicln | Russ Cox | 2010-01-27 | 1 | -0/+1 |
* | gc: do not build builtin.c automatically; use golden copy instead. | Russ Cox | 2010-01-22 | 1 | -0/+4 |
* | 1) Change default gofmt default settings for | Robert Griesemer | 2009-12-15 | 1 | -1/+1 |
* | gc/runtime: pass type structure to makeslice. | Russ Cox | 2009-12-04 | 1 | -1/+1 |
* | x[y:] for strings | Russ Cox | 2009-11-20 | 1 | -0/+1 |
* | x[lo:] - gc and runtime. | Russ Cox | 2009-11-20 | 1 | -1/+1 |
* | install copy predefined | Ken Thompson | 2009-11-17 | 1 | -0/+1 |
* | rename sys functions to runtime, | Russ Cox | 2009-10-15 | 1 | -0/+93 |
* | no need for compiler to hard-code definition of runtime. | Russ Cox | 2009-05-12 | 1 | -9/+0 |
* | move things out of sys into os and runtime | Russ Cox | 2009-05-08 | 1 | -0/+9 |