Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 1 | -20/+131 | |
2012-06-14 | Imported Upstream version 1.0.2upstream/1.0.2 | Ondřej Surý | 1 | -50/+111 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -210/+160 | |
2011-10-06 | Imported Upstream version 60.2upstream/60.2 | Ondřej Surý | 1 | -29/+29 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+1180 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -1166/+0 | |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 1 | -5/+116 | |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 1 | -0/+18 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -14/+14 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -129/+112 | |
2010-05-19 | runtime: allow large map values | Russ Cox | 1 | -12/+59 | |
Fixes issue 772. R=ken2 CC=golang-dev http://codereview.appspot.com/1206043 | |||||
2010-05-01 | gc: be pickier about slice, chan, array, and map sizes | Russ Cox | 1 | -3/+6 | |
Fixes issue 589. R=ken2 CC=golang-dev http://codereview.appspot.com/1032044 | |||||
2010-04-01 | runtime: turn run time errors checks into panics | Russ Cox | 1 | -4/+0 | |
R=ken2, r CC=golang-dev http://codereview.appspot.com/871042 Committer: Russ Cox <rsc@golang.org> | |||||
2010-03-23 | maps access to a missing key | Ken Thompson | 1 | -2/+4 | |
will return the "zero" value R=rsc CC=golang-dev http://codereview.appspot.com/700041 | |||||
2010-03-04 | cc: disallow ... argument unless NOSPLIT is set. | Russ Cox | 1 | -0/+6 | |
check that NOSPLIT functions don't use too much stack. correct some missing NOSPLITs in the runtime library. Fixes bug reported in https://groups.google.com/group/golang-nuts/t/efff68b73941eccf R=ken2 CC=golang-dev http://codereview.appspot.com/236041 | |||||
2010-01-25 | in C and asm, replace pkg·name with ·name | Russ Cox | 1 | -37/+37 | |
(eliminate assumption of package global name space, make code easier to move between packages). R=r CC=golang-dev http://codereview.appspot.com/194072 | |||||
2010-01-09 | runtime: check for preemption due to garbage collection | Russ Cox | 1 | -0/+9 | |
in various already expensive routines. helps keep cpu utilization up when GOMAXPROCS > 1, but not a full solution. http://groups.google.com/group/golang-nuts/t/7a9535c4136d3e2 R=r CC=golang-dev http://codereview.appspot.com/184043 | |||||
2009-10-15 | rename sys functions to runtime, | Russ Cox | 1 | -37/+37 | |
because they are in package runtime. another step to enforcing package boundaries. R=r DELTA=732 (114 added, 93 deleted, 525 changed) OCL=35811 CL=35824 | |||||
2009-09-08 | pass Type* to makechan and makemap so that | Russ Cox | 1 | -16/+16 | |
they can get the official alignment out of there instead of guessing. R=ken OCL=34450 CL=34450 | |||||
2009-08-25 | rename runtime internals to have modern names (array->slice etc) | Rob Pike | 1 | -6/+6 | |
R=rsc DELTA=444 (179 added, 177 deleted, 88 changed) OCL=33847 CL=33849 | |||||
2009-07-08 | reflection for maps | Russ Cox | 1 | -47/+77 | |
R=r DELTA=304 (248 added, 34 deleted, 22 changed) OCL=31345 CL=31347 | |||||
2009-07-02 | move Structrnd to runtime.h | Russ Cox | 1 | -4/+0 | |
R=ken OCL=31125 CL=31125 | |||||
2009-06-30 | change alignment rules: roll receiver into | Russ Cox | 1 | -38/+49 | |
input parameters, move output parameters into their own struct. R=ken OCL=30954 CL=30966 | |||||
2009-06-09 | mv src/lib to src/pkg | Rob Pike | 1 | -0/+954 | |
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102 |