- 07 Jul, 2011 5 commits
-
-
Rob Pike authored
because that's what they are. No semantic change. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4675060
-
Gideon Jan-Wessel Redelinghuys authored
In function readSignedMessage a pointer to for loop variable 'key' was incorrectly being assigned to md.SignedBy. Changed so that md.SignedBy is pointing to the 'more correct' memory position. R=golang-dev, r, agl CC=golang-dev https://golang.org/cl/4631088
-
Rob Pike authored
R=golang-dev, dsymonds CC=gjredelinghuys, golang-dev https://golang.org/cl/4675059
-
Alex Brainman authored
R=golang-dev, r CC=golang-dev, vcc.163 https://golang.org/cl/4641093
-
Rob Pike authored
R=golang-dev, dsymonds CC=golang-dev, mpvl https://golang.org/cl/4643075
-
- 06 Jul, 2011 16 commits
-
-
Rob Pike authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/4636087
-
Adam Langley authored
There is no end to the kitchen sink of string types in ASN.1. Fixes #1953. R=golang-dev, gri CC=golang-dev https://golang.org/cl/4672045
-
Adam Langley authored
Fixes #2030. R=golang-dev, gri CC=golang-dev https://golang.org/cl/4635092
-
Ian Lance Taylor authored
Fixes test when run with gccgo using optimization, which changes the order of the calls to rand. R=golang-dev, gri CC=golang-dev https://golang.org/cl/4639101
-
Rob Pike authored
R=golang-dev, adg, r CC=golang-dev https://golang.org/cl/4643072
-
Rob Pike authored
Also delete a TODO and clean up a little evaluation code. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4643071
-
David Symonds authored
R=r CC=golang-dev https://golang.org/cl/4671048
-
Rob Pike authored
We extract the concrete value inside. R=golang-dev, adg CC=golang-dev https://golang.org/cl/4677041
-
Rob Pike authored
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4636086
-
Rob Pike authored
This is unused in the generation of the tables, but was incorrect if we ever needed it. Also update the reference to the document. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4626097
-
David Symonds authored
R=r CC=golang-dev https://golang.org/cl/4672044
-
Rob Pike authored
- fix line numbers - forgot to update state.line during execution - add a comment convention {{/* comment */}} - set.Template returns the named template in the set - set.Execute executes the named template in the set - use a local methodByName so this package can be used with earlier release of reflect. - use initial cap to detect exported names R=golang-dev, adg CC=golang-dev https://golang.org/cl/4668054
-
David Symonds authored
R=r, gri TBR=r CC=golang-dev https://golang.org/cl/4671047
-
Yasuhiro Matsumoto authored
R=golang-dev, nigeltao CC=golang-dev https://golang.org/cl/4626080
-
Rob Pike authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/4626095
-
Rob Pike authored
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4675053
-
- 05 Jul, 2011 8 commits
-
-
Luuk van Dijk authored
6g -W crashed on any source with a goto. this fixes that. R=rsc, r CC=golang-dev https://golang.org/cl/4675052
-
Rob Pike authored
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4670045
-
Andrew Gerrand authored
Fixes #2017. R=golang-dev, r CC=golang-dev https://golang.org/cl/4675047
-
Rob Pike authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/4675046
-
Fazlul Shahriar authored
R=golang-dev, alex.brainman CC=golang-dev https://golang.org/cl/4657074
-
Rob Pike authored
R=golang-dev, dsymonds, adg CC=golang-dev https://golang.org/cl/4626092
-
Nigel Tao authored
R=r CC=golang-dev https://golang.org/cl/4626091
-
Rob Pike authored
Add the ability to attach functions to template and template sets. Make variadic functions and methods work. Still to come: static checking of function names during parse. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4643068
-
- 04 Jul, 2011 6 commits
-
-
Rob Pike authored
This allows us to drop some crufty scripting and provides a firmer footing for building better tools for preparing documents with source code inside. Also eliminate line numbers from the examples and text. R=golang-dev, adg CC=golang-dev https://golang.org/cl/4650069
-
Andrew Gerrand authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/4657071
-
Rob Pike authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/4673042
-
Rob Pike authored
Also simplify the handling of keywords. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4639096
-
Rob Pike authored
It's probably just an oversight that it doesn't work, perhaps caused by analogy with Cap. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4634125
-
Andrew Gerrand authored
R=golang-dev, r, dsymonds CC=golang-dev https://golang.org/cl/4645078
-
- 02 Jul, 2011 3 commits
-
-
Andrew Gerrand authored
R=rsc, mattn.jp CC=golang-dev https://golang.org/cl/4627065
-
Andrew Gerrand authored
R=rsc, julian CC=golang-dev https://golang.org/cl/4642049
-
Andrew Gerrand authored
This permits full URLs to be shown on the dashboard, not just the repository roots. This has been tested. R=rsc, mattn.jp CC=golang-dev https://golang.org/cl/4627081
-
- 01 Jul, 2011 2 commits
-
-
Adam Langley authored
This changes Signature so that parsed signatures can be reserialized exactly. With this ability we can add Serialize to Entity and also the ability to sign other public keys. R=bradfitz CC=golang-dev https://golang.org/cl/4627084
-
Paul Borman authored
csv reader/writer based on RFC 4180 R=rsc, mattn.jp, r, dchest CC=golang-dev https://golang.org/cl/4629085
-