Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-02 | Imported Upstream version 1.4.2upstream/1.4.2upstream-sid | Tianon Gravi | 6 | -0/+140 | |
2015-01-15 | Imported Upstream version 1.4.1upstream/1.4.1 | Tianon Gravi | 1 | -0/+37 | |
2015-01-15 | Imported Upstream version 1.4upstream/1.4 | Tianon Gravi | 64 | -21/+1353 | |
2014-08-13 | Imported Upstream version 1.3.1upstream/1.3.1 | Michael Stapelberg | 1 | -0/+31 | |
2014-06-19 | Imported Upstream version 1.3upstream/1.3 | Michael Stapelberg | 115 | -72/+2339 | |
2013-12-03 | Imported Upstream version 1.2upstream/1.2 | Michael Stapelberg | 60 | -77/+1070 | |
2013-08-13 | Imported Upstream version 1.1.2upstream/1.1.2 | Michael Stapelberg | 9 | -1/+199 | |
2013-06-14 | Imported Upstream version 1.1.1upstream/1.1.1 | Ingo Oeser | 11 | -0/+235 | |
2013-05-14 | Imported Upstream version 1.1upstream/1.1 | Michael Stapelberg | 33 | -23/+671 | |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 206 | -231/+4220 | |
2012-06-14 | Imported Upstream version 1.0.2upstream/1.0.2 | Ondřej Surý | 4 | -0/+99 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 419 | -702/+2454 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 379 | -0/+30030 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 361 | -29591/+0 | |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 10 | -14/+83 | |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 11 | -1/+221 | |
2011-06-16 | Imported Upstream version 57.2upstream/57.2 | Ondřej Surý | 1 | -0/+22 | |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 16 | -3/+371 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 22 | -100/+226 | |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 6 | -19/+42 | |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 3 | -0/+95 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 27 | -104/+159 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 50 | -71/+2034 | |
2010-06-30 | 8g: out of register bug fix | Russ Cox | 2 | -0/+29 | |
Fixes issue 868. R=ken2 CC=golang-dev http://codereview.appspot.com/1695049 | |||||
2010-06-21 | test: another listen on ":0" -> "127.0.0.1:0" | Russ Cox | 1 | -1/+1 | |
R=r CC=golang-dev http://codereview.appspot.com/1664043 | |||||
2010-06-14 | remove uses of ... from tree, add one test | Russ Cox | 4 | -21/+7 | |
R=r CC=golang-dev http://codereview.appspot.com/1662041 | |||||
2010-06-08 | gc: new typechecking rules | Russ Cox | 4 | -14/+321 | |
* Code for assignment, conversions now mirrors spec. * Changed some snprint -> smprint. * Renamed runtime functions to separate interface conversions from type assertions: convT2I, assertI2T, etc. * Correct checking of \U sequences. Fixes issue 840. Fixes issue 830. Fixes issue 778. R=ken2 CC=golang-dev http://codereview.appspot.com/1303042 | |||||
2010-06-08 | misc cleanup: gofmt + &x -> x[0:] conversion | Russ Cox | 1 | -7/+8 | |
R=gri CC=golang-dev http://codereview.appspot.com/1620042 | |||||
2010-05-24 | 8g: out of register bug | Russ Cox | 1 | -0/+19 | |
Fixes issue 806. R=ken2 CC=golang-dev http://codereview.appspot.com/1281042 | |||||
2010-05-24 | gc: fix shift/reduce conflict in go.y export syntax | Russ Cox | 3 | -0/+25 | |
Fixes issue 771. R=ken2 CC=golang-dev http://codereview.appspot.com/1267042 | |||||
2010-05-24 | gc: bug281 - bad overlap in stack copy | Russ Cox | 1 | -0/+55 | |
Fixes issue 807. R=ken2 CC=golang-dev http://codereview.appspot.com/1283041 | |||||
2010-05-24 | gc: bug277 - new conversion syntax | Russ Cox | 1 | -0/+72 | |
R=ken2 CC=golang-dev http://codereview.appspot.com/1220046 | |||||
2010-05-24 | gc: bug280 | Russ Cox | 1 | -0/+13 | |
Fixes issue 808. R=ken2 CC=golang-dev http://codereview.appspot.com/1273042 | |||||
2010-05-24 | gc: bug278 | Russ Cox | 1 | -0/+23 | |
Fixes issue 804. R=ken2 CC=golang-dev http://codereview.appspot.com/1224045 | |||||
2010-05-24 | gc: fix unsafe.Sizeof on ideal constants | Russ Cox | 1 | -0/+36 | |
R=ken2 CC=golang-dev http://codereview.appspot.com/1280041 | |||||
2010-05-21 | issue 789: keep test case | Robert Griesemer | 1 | -0/+23 | |
R=rsc CC=golang-dev http://codereview.appspot.com/1242045 | |||||
2010-05-20 | gc: handle use of builtin function outside function call | Russ Cox | 1 | -2/+2 | |
tweaks & tests of last bug fix too. R=ken2 CC=golang-dev http://codereview.appspot.com/1207044 | |||||
2010-05-20 | clean up bug 275 | Ken Thompson | 1 | -0/+20 | |
R=rsc CC=golang-dev http://codereview.appspot.com/1224044 | |||||
2010-05-03 | gc: bug264 | Russ Cox | 1 | -0/+44 | |
Fixes issue 692. R=ken2 CC=golang-dev http://codereview.appspot.com/1092041 | |||||
2010-05-03 | gc: bug267 | Russ Cox | 1 | -0/+22 | |
R=ken2 CC=golang-dev http://codereview.appspot.com/1067042 | |||||
2010-05-01 | gc: be pickier about slice, chan, array, and map sizes | Russ Cox | 1 | -0/+95 | |
Fixes issue 589. R=ken2 CC=golang-dev http://codereview.appspot.com/1032044 | |||||
2010-04-30 | 8g: bug272 | Russ Cox | 1 | -0/+25 | |
Fixes issue 589. R=ken2 CC=golang-dev http://codereview.appspot.com/1043042 | |||||
2010-04-30 | gc: bug271 | Russ Cox | 1 | -0/+20 | |
Fixes issue 662. R=ken2 CC=golang-dev http://codereview.appspot.com/978043 | |||||
2010-04-30 | gc: bug270 | Russ Cox | 1 | -0/+21 | |
Fixes issue 746. R=ken2 CC=golang-dev http://codereview.appspot.com/1040042 | |||||
2010-04-29 | gc: never include ( ) on singleton func return type | Russ Cox | 1 | -0/+18 | |
Fixes issue 749. R=ken2 CC=golang-dev http://codereview.appspot.com/963043 | |||||
2010-04-29 | gc: bug268 | Russ Cox | 1 | -0/+53 | |
Fixes issue 745. R=ken2 CC=golang-dev http://codereview.appspot.com/1008045 | |||||
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-12 | gc: zero unnamed return values on entry if func has defer | Russ Cox | 1 | -0/+26 | |
R=ken2 CC=golang-dev http://codereview.appspot.com/891050 | |||||
2010-04-11 | gc: make sure main.main has correct type | Russ Cox | 1 | -1/+1 | |
R=ken2 CC=golang-dev http://codereview.appspot.com/883049 | |||||
2010-03-30 | single argument panic | Russ Cox | 13 | -65/+98 | |
note that sortmain.go has been run through hg gofmt; only the formatting of the day initializers changed. i'm happy to revert that formatting if you'd prefer. stop on error in doc/progs/run R=r CC=golang-dev http://codereview.appspot.com/850041 |