summaryrefslogtreecommitdiff
path: root/src/cmd/gc/runtime.go
Commit message (Expand)AuthorAgeFilesLines
* gc: introduce runeRuss Cox2011-10-251-3/+3
* gc: add delete(m, x) but leave in m[x] = 0, false.Russ Cox2011-10-181-0/+1
* gc: pass FlagNoPointers to runtime.newDmitriy Vyukov2011-10-131-1/+1
* runtime: append([]byte, string...)Luuk van Dijk2011-10-121-0/+1
* gc: implement nil chan supportRuss Cox2011-08-171-8/+7
* gc: implement nil map supportRuss Cox2011-08-171-6/+6
* runtime: faster selectDmitriy Vyukov2011-07-211-1/+1
* gc: descriptive panic for nil pointer -> value method callRuss Cox2011-06-171-0/+1
* gc: inline append when len<capLuuk van Dijk2011-05-111-0/+1
* gc, runtime: replace closed(c) with x, ok := <-cRuss Cox2011-03-111-1/+3
* gc: remove non-blocking send, receive syntaxRuss Cox2011-01-311-2/+0
* gc: special case code for single-op blocking and non-blocking selectsRuss Cox2011-01-301-0/+4
* gc, runtime: make range on channel safe for multiple goroutinesRuss Cox2011-01-181-0/+1
* gc: fix arm buildRob Pike2010-11-121-0/+2
* runtime: ,s/[a-zA-Z0-9_]+/runtime?&/g, almostRuss Cox2010-11-041-2/+2
* gc: implement appendRuss Cox2010-10-271-0/+4
* 5g, 6g, 8g: generate code for string indexRuss Cox2010-10-261-1/+0
* gc, runtime: copy([]byte, string)Russ Cox2010-10-261-0/+1
* gc: make string x + y + z + ... + w efficientRuss Cox2010-09-121-1/+3
* gc: index bounds tests and fixesRuss Cox2010-08-031-3/+3
* gc: new typechecking rulesRuss Cox2010-06-081-12/+20
* gc: be pickier about slice, chan, array, and map sizesRuss Cox2010-05-011-3/+3
* runtime: turn run time errors checks into panicsRuss Cox2010-04-011-1/+2
* gc: implement panic and recoverRuss Cox2010-03-311-1/+1
* gc: add panic and recover (still unimplemented in runtime)Russ Cox2010-03-301-1/+3
* identical complex implementationKen Thompson2010-03-091-0/+2
* gc: implement []int(string) and []byte(string)Russ Cox2010-02-251-0/+2
* complex constant multiply and divideKen Thompson2010-02-181-0/+1
* gc: implement defer print/println/panic/paniclnRuss Cox2010-01-271-0/+1
* gc: do not build builtin.c automatically; use golden copy instead.Russ Cox2010-01-221-0/+4
* 1) Change default gofmt default settings forRobert Griesemer2009-12-151-1/+1
* gc/runtime: pass type structure to makeslice.Russ Cox2009-12-041-1/+1
* x[y:] for stringsRuss Cox2009-11-201-0/+1
* x[lo:] - gc and runtime.Russ Cox2009-11-201-1/+1
* install copy predefinedKen Thompson2009-11-171-0/+1
* rename sys functions to runtime,Russ Cox2009-10-151-0/+93
* no need for compiler to hard-code definition of runtime.Russ Cox2009-05-121-9/+0
* move things out of sys into os and runtimeRuss Cox2009-05-081-0/+9