- 11 Jun, 2010 4 commits
-
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1597043
-
Ian Lance Taylor authored
This avoids a crash when using cgo where glibc's malloc thinks that it can use some of the memory following the symbol table. This fails because the symbol table is mapped read-only, which affects the whole page. R=rsc CC=golang-dev https://golang.org/cl/1616042
-
Alex Brainman authored
R=rsc CC=golang-dev https://golang.org/cl/1381041
-
Alex Brainman authored
R=rsc CC=golang-dev https://golang.org/cl/1652041
-
- 10 Jun, 2010 6 commits
-
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/1615042
-
Paolo Giarrusso authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/1555042
-
Paolo Giarrusso authored
R=rsc CC=golang-dev https://golang.org/cl/1585041
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/1649041
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/1633042
-
Adam Langley authored
Although technically incorrect, we want this in order to parse X.509 certificates where a wildcard hostname ("*.example.com") has been put into a PrintableString. Fixes #850. R=rsc CC=golang-dev https://golang.org/cl/1615043
-
- 09 Jun, 2010 12 commits
-
-
Robert Griesemer authored
R=r CC=golang-dev https://golang.org/cl/1644042
-
Robert Griesemer authored
R=r CC=golang-dev https://golang.org/cl/1599043
-
Robert Griesemer authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/1636043
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/1626043
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/1644041
-
Russ Cox authored
* disallow surrogate pair runes. * diagnose impossible type assertions * eliminate another static buffer. * do not overflow lexbuf. * add -u flag to disable package unsafe. R=ken2 CC=golang-dev https://golang.org/cl/1619042
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/1631041
-
Russ Cox authored
* 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 #840. Fixes #830. Fixes #778. R=ken2 CC=golang-dev https://golang.org/cl/1303042
-
Russ Cox authored
R=gri CC=golang-dev https://golang.org/cl/1620042
-
Robert Griesemer authored
(remains of the semicolon conversion) R=rsc CC=golang-dev https://golang.org/cl/1623041
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/1621041
-
Robert Griesemer authored
(caused certain files to not be idempotent under gofmt) - corrected golden files for go/printer - slightly simplified some code in nodes.go (no impact on formatting) - these changes have no impact on gofmt output of .go files under src, misc fallthrough statement considered harmful! R=rsc CC=golang-dev https://golang.org/cl/1593042
-
- 08 Jun, 2010 7 commits
-
-
Russ Cox authored
R=gri CC=golang-dev https://golang.org/cl/1616041
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/1614041
-
Russ Cox authored
R=gri CC=golang-dev https://golang.org/cl/1612041
-
Russ Cox authored
*T2 implements I2, but T2 does not. R=gri CC=golang-dev https://golang.org/cl/1613041
-
Robert Griesemer authored
Fixes #844. R=ken2, rsc, ken3 CC=golang-dev https://golang.org/cl/1593041
-
Robert Griesemer authored
Fixes #827. R=ken2 CC=golang-dev, rsc https://golang.org/cl/1592041
-
Robert Griesemer authored
R=r, rsc CC=golang-dev https://golang.org/cl/1590041
-
- 07 Jun, 2010 4 commits
-
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/1581041
-
Robert Griesemer authored
Specifically: - introduced notion of "underlying type" - removed notion of type compatibility - consolidated rules about assignment compatibility in assignment compatibility section - be consistent with specyfing that nil is the value for uninitialized variables that can be nil (this was not specified clearly for pointers, functions, interfaces) - added/fixed various related links throughout - clarify language on conversions R=rsc, r, iant, ken2 CC=golang-dev https://golang.org/cl/1536041
-
Daniel Theophanes authored
R=rsc CC=golang-dev https://golang.org/cl/1514041
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/1535041
-
- 06 Jun, 2010 1 commit
-
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/1539042
-
- 05 Jun, 2010 3 commits
-
-
Rob Pike authored
R=rsc, iant CC=golang-dev https://golang.org/cl/1567041
-
Nigel Tao authored
R=rsc CC=golang-dev https://golang.org/cl/1559041
-
Nigel Tao authored
R=gri CC=golang-dev https://golang.org/cl/1548042
-
- 04 Jun, 2010 3 commits
-
-
Nigel Tao authored
Time (us) to draw a 200x200 src onto an image.RGBA dst with the Over operator. Each case was measured three separate times, and the sorted times are reported. Fill case (where src is an image.ColorImage): Before: 7438, 7511, 7526 After: 3073, 3087, 3102 Copy case (where src is an image.RGBA): Before: 9506, 9510, 9563 After: 5262, 5300, 5344 R=rsc CC=golang-dev https://golang.org/cl/1532041
-
Nigel Tao authored
R=rsc CC=golang-dev https://golang.org/cl/1533041
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/1518042
-