summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-11-05gofmt'ed missing regexp fileRobert Griesemer1-137/+187
(one-line functions will be re-established once we have all formatted uniformly) R=r http://go/go-review/1023004
2009-11-05manual fix for better gofmt resultRobert Griesemer1-2/+1
R=r http://go/go-review/1019005
2009-11-05- gofmt'ing of some stragglers, now with correct comment indentationRobert Griesemer4-153/+155
in special cases - re-gofmt'ing of some files that are now improved R=r, rsc http://go/go-review/1023003
2009-11-05fix a comment formatting bug:Robert Griesemer3-2/+22
- this ensures better comment formatting in template.go and codec_test.go - it affects only 2 files of all files that have been gofmt'ed already, see separate CL (it fixes the same issue in those files) R=rsc http://go/go-review/1023002
2009-11-05crypto/tls (part 6/5)Adam Langley2-4/+10
Results of running gofmt again. R=rsc CC=go-dev http://go/go-review/1022006 Committer: Adam Langley <agl@golang.org>
2009-11-05fix broken linkRob Pike1-1/+1
R=rsc, iant CC=go-dev http://go/go-review/1019003
2009-11-05crypto/tls (part 5/5)Adam Langley8-9/+35
Make RSA and X509 build by using big. (This involves commenting out key generation for now since I haven't written Miller-Rabin in big yet.) Add entries to the Makefile. R=rsc CC=go-dev http://go/go-review/1022005
2009-11-05crypto/tls (part 4/5)Adam Langley2-0/+191
R=rsc CC=go-dev http://go/go-review/1019002
2009-11-05Cleaned up gccgo error messages require minor adjustment toIan Lance Taylor1-2/+2
test. const1.go:27: error: integer constant overflow const1.go:29: error: integer constant overflow const1.go:30: error: integer constant overflow const1.go:31: error: integer constant overflow const1.go:32: error: integer constant overflow const1.go:33: error: integer constant overflow const1.go:33: error: integer constant overflow const1.go:34: error: integer constant overflow const1.go:37: error: integer constant overflow const1.go:38: error: integer constant overflow const1.go:40: error: integer constant overflow const1.go:41: error: integer constant overflow const1.go:43: error: integer constant overflow const1.go:44: error: integer constant overflow const1.go:45: error: integer constant overflow const1.go:48: error: integer constant overflow const1.go:50: error: integer constant overflow const1.go:51: error: integer constant overflow const1.go:52: error: integer constant overflow const1.go:53: error: integer constant overflow const1.go:55: error: integer constant overflow const1.go:56: error: division by zero const1.go:59: error: floating point constant overflow const1.go:61: error: floating point constant overflow const1.go:62: error: division by zero const1.go:47: error: integer constant overflow const1.go:49: error: integer constant overflow const1.go:60: error: floating point constant overflow const1.go:68: error: argument 1 has incompatible type (cannot use type int8 as type int) const1.go:69: error: argument 1 has incompatible type (cannot use type int8 as type int) const1.go:70: error: argument 1 has incompatible type (cannot use type uint8 as type int) const1.go:72: error: argument 1 has incompatible type (cannot use type float32 as type int) const1.go:73: error: argument 1 has incompatible type (cannot use type float as type int) const1.go:74: error: floating point constant truncated to integer const1.go:76: error: argument 1 has incompatible type (cannot use type float64 as type int) const1.go:77: error: argument 1 has incompatible type const1.go:78: error: argument 1 has incompatible type R=rsc http://go/go-review/1022001
2009-11-05gofmt'ed parts of goRobert Griesemer3-127/+137
R=rsc http://go/go-review/1023001
2009-11-05big: add Div, Mod, Exp, GcdExt and several other fixes.Adam Langley6-29/+896
R=gri, rsc CC=go-dev http://go/go-review/1017036
2009-11-05crypto/tls (part 3)Adam Langley4-0/+871
(With hindsight, record_process might have been designed wrong, but it works for now. It'll get redrawn when client support is added.) R=rsc CC=r http://go/go-review/1018032 Committer: Adam Langley <agl@golang.org>
2009-11-05gofmt-ify io, json, runtime, encodingRobert Griesemer9-104/+112
R=rsc http://go/go-review/1017056
2009-11-05gofmt'ed godefsRobert Griesemer1-11/+11
R=rsc http://go/go-review/1020001
2009-11-05gofmt'ed debugRobert Griesemer7-147/+194
(excluding debug/gosym/symtab.go which has a small issue) R=rsc http://go/go-review/1019001
2009-11-05gofmt'ed 6l 8l cgoRobert Griesemer3-27/+29
R=r http://go/go-review/1020002
2009-11-05gofmt-ify strings, templateRobert Griesemer3-132/+128
R=r http://go/go-review/1018064
2009-11-05add information comparing the compiler implementations to the installation ↵Rob Pike1-29/+95
document R=rsc CC=go-dev http://go/go-review/1018063 Committer: Russ Cox <rsc@golang.org>
2009-11-05gofmt-ify gobRobert Griesemer3-245/+328
(the one-line struct types used in composite literals will become one line again in another cleanup round; don't worry about them now) R=r http://go/go-review/1016056
2009-11-05codereview: new commandsRuss Cox2-46/+249
* clpatch * download * submit, on behalf of clpatch stir hgpatch to fix a few bugs R=r CC=go-dev http://go/go-review/1016051
2009-11-05gofmt-ify 4s, iterableRobert Griesemer5-364/+375
R=rsc http://go/go-review/1016055
2009-11-05gofmt-ify drawRobert Griesemer4-81/+79
R=rsc http://go/go-review/1017055
2009-11-05gofmt-ify evalRobert Griesemer17-980/+1063
R=rsc http://go/go-review/1016054
2009-11-05gofmt-ify ogleRobert Griesemer11-208/+197
R=rsc http://go/go-review/1016053
2009-11-05gofmt-ify naclRobert Griesemer6-420/+419
R=rsc http://go/go-review/1018062
2009-11-05gofmt-ify reflectRobert Griesemer4-241/+417
- the single line structs can be fixed in another round R=rsc http://go/go-review/1016052
2009-11-052nd attempt: no noIndent for string listsRobert Griesemer5-20/+133
- slightly better output in general - extra indentation where we could do without (however that seems better for now that not having the indentation where it is needed) - no information is lost, so a future better approach can fix these places up again R=rsc http://go/go-review/1017050
2009-11-05add a place-holder link for the hour-long videoRob Pike1-0/+1
R=rsc CC=go-dev http://go/go-review/1017054
2009-11-05update the text on the landing page.Rob Pike1-15/+26
R=agl, rsc CC=go-dev http://go/go-review/1017053
2009-11-05forgot a piece of debuggingKen Thompson1-18/+2
in previous change R=rsc http://go/go-review/1017052
2009-11-05same speedup as 6lKen Thompson5-71/+170
R=rsc http://go/go-review/1016050
2009-11-05godoc: style update.Adam Langley5-10/+24
R=r, rsc CC=go-dev http://go/go-review/1017051
2009-11-05gofmt-ify syscallRobert Griesemer16-178/+168
(replacement for CL 1018053) R=r http://go/go-review/1017047
2009-11-05gofmt-ify template, time, unsafe, flag, fmtRobert Griesemer7-18/+18
(replacement for CLs 1017039, 1017041, 1017040, 1018054) R=r http://go/go-review/1018060
2009-11-05new command hgpatch, for use by codereview extensionRuss Cox5-2/+426
R=r http://go/go-review/1018059
2009-11-05gofmt-ify math, expvar, exp/spacewarRobert Griesemer6-106/+103
R=rsc http://go/go-review/1018061
2009-11-05gofmt-ify parts of xmlRobert Griesemer2-34/+35
R=rsc http://go/go-review/1017049
2009-11-05gofmt-ify encodingRobert Griesemer5-61/+59
R=rsc http://go/go-review/1017048
2009-11-05add -l flag to hg gofmt.Russ Cox1-4/+9
don't apply gofmt to non-go files during upload check. R=r http://go/go-review/1016048
2009-11-04add "hg gofmt" to run all modified files through gofmt.Russ Cox1-12/+93
add check before Upload, for now disabled by default, that files do not change when run through gofmt. enable by adding [codereview] force_gofmt = True to .hgrc or .hg/hgrc. add doc strings for a few more commands. rename codereview-login to code-login to make module doc visible. R=r CC=gri http://go/go-review/1018056
2009-11-04gofmt-ify sort, syncRobert Griesemer2-4/+4
R=rsc http://go/go-review/1018057
2009-11-04gofmt-ify strconvRobert Griesemer6-76/+75
(and remove an empty line at the end of a file) R=rsc http://go/go-review/1017046
2009-11-04gofmt-ify netRobert Griesemer23-570/+569
R=rsc http://go/go-review/1017045
2009-11-04gofmt-ify imageRobert Griesemer2-16/+16
R=rsc http://go/go-review/1017044
2009-11-04gofmt-ify hash, httpRobert Griesemer5-160/+157
(gofmt will be able to re-align map entries as in http nicely, eventually) R=rsc http://go/go-review/1018055
2009-11-04gofmt-ify tabwriterRobert Griesemer2-110/+115
R=rsc http://go/go-review/1017042
2009-11-04more comment formatting:Robert Griesemer3-24/+160
- preserve (some) indentation of comment text for /*-style comments even if the first comment line does not contain any text that might suggest the "correct" indentation - enabled because otherwise existing larger comments get re-formatted (this will not introduce a lot of changes since comments of this kind - until now - were not changed with respect to indentation) R=rsc http://go/go-review/1016047
2009-11-04bumper for videoRob Pike1-0/+0
R=rsc http://go/go-review/1017038
2009-11-04gofmt-ify unicodeRobert Griesemer4-409/+402
R=r http://go/go-review/1018051
2009-11-04fixing (badly) linux_arm syscall.Kai Backman4-23/+47
R=rsc http://go/go-review/1017037