summaryrefslogtreecommitdiff
path: root/src/cmd/gc/runtime.go
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Imported Upstream version 1.4upstream/1.4Tianon Gravi1-14/+26
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-14/+17
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-5/+3
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-0/+6
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-11/+13
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-6/+19
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+130
2011-09-13Imported Upstream version 60Ondřej Surý1-131/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-0/+1
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-0/+1
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-1/+3
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-2/+5
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-7/+15
2010-06-08gc: new typechecking rulesRuss Cox1-12/+20
2010-05-01gc: be pickier about slice, chan, array, and map sizesRuss Cox1-3/+3
2010-04-01runtime: turn run time errors checks into panicsRuss Cox1-1/+2
2010-03-31gc: implement panic and recoverRuss Cox1-1/+1
2010-03-30gc: add panic and recover (still unimplemented in runtime)Russ Cox1-1/+3
2010-03-09identical complex implementationKen Thompson1-0/+2
2010-02-25gc: implement []int(string) and []byte(string)Russ Cox1-0/+2
2010-02-18complex constant multiply and divideKen Thompson1-0/+1
2010-01-27gc: implement defer print/println/panic/paniclnRuss Cox1-0/+1
2010-01-22gc: do not build builtin.c automatically; use golden copy instead.Russ Cox1-0/+4
2009-12-15 1) Change default gofmt default settings forRobert Griesemer1-1/+1
2009-12-04gc/runtime: pass type structure to makeslice.Russ Cox1-1/+1
2009-11-20x[y:] for stringsRuss Cox1-0/+1
2009-11-20x[lo:] - gc and runtime.Russ Cox1-1/+1
2009-11-17install copy predefinedKen Thompson1-0/+1
2009-10-15rename sys functions to runtime,Russ Cox1-0/+93
2009-05-12no need for compiler to hard-code definition of runtime.Russ Cox1-9/+0
2009-05-08move things out of sys into os and runtimeRuss Cox1-0/+9