Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-03 | Imported Upstream version 1.2upstream/1.2 | Michael Stapelberg | 1 | -1/+2 | |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 1 | -0/+4 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -2/+4 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+76 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -76/+0 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -10/+7 | |
2010-04-22 | runtime: closures, defer bug fix for Native Client | Russ Cox | 1 | -0/+1 | |
Enable package tests for Native Client build. R=r CC=golang-dev http://codereview.appspot.com/957042 | |||||
2010-04-08 | runtime: turn divide by zero, nil dereference into panics | Russ Cox | 1 | -0/+78 | |
tested on linux/amd64, linux/386, linux/arm, darwin/amd64, darwin/386. freebsd untested; will finish in a separate CL. for now all the panics are errorStrings. richer structures can be added as necessary once the mechanism is shaked out. R=r CC=golang-dev http://codereview.appspot.com/906041 |