summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2009-11-06format composite literal types that are "short" struct type literalsRobert Griesemer4-21/+123
on one line for a more compact representation of some composite Literals R=rsc http://go/go-review/1025008
2009-11-06- application of gofmt with one-line composite literal structs enabledRobert Griesemer3-180/+46
- this CL is dependent on CL 1025008 R=r, rsc http://go/go-review/1025009
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer213-3670/+1297
- enabled for function declarations (not just function literals) - applied gofmt -w $GOROOT/src (look for instance at src/pkg/debug/elf/elf.go) R=r, rsc CC=go-dev http://go/go-review/1026006
2009-11-06updated godoc documentationRobert Griesemer1-3/+17
R=r http://go/go-review/1026007
2009-11-06fix argument order bug for floatKai Backman1-2/+1
R=rsc http://go/go-review/1025006
2009-11-06with rsc: argsize rounding to 8 smashes stack data on 32bit machines.Kai Backman1-1/+5
R=rsc http://go/go-review/1024011
2009-11-06big: fix carry error, add test case.Adam Langley4-17/+31
crypto/x509: reenable tests. R=gri CC=go-dev http://go/go-review/1026004
2009-11-06minor fixups by gofmtRobert Griesemer2-3/+2
R=agl http://go/go-review/1024009
2009-11-06crypto/x509: build fix for 32-bitAdam Langley1-0/+14
TBR=rsc R=rsc CC=go-dev http://go/go-review/1024007
2009-11-06Fix add-back division test so that it triggers the add-back case onAdam Langley1-10/+13
both 64 and 32 bit platforms. Also, uncomment some tests that were still commented out from debugging. R=gri, rsc CC=go-dev http://go/go-review/1026003
2009-11-05 make 5g executables run on android/arm hardware. change OABIKai Backman2-9/+21
usage to EABI. go/test: passes 85% (296/347) on random android phone. R=rsc http://go/go-review/1024003
2009-11-05gofmt src/cmd/goyaccRobert Griesemer1-583/+445
(with this change: gofmt -l src/cmd/ | wc is 0 0 0) R=ken, rsc http://go/go-review/1024005
2009-11-05gofmt'ed src/cmdRobert Griesemer4-32/+32
R=rsc http://go/go-review/1024004
2009-11-05- fix elf.go manually so it is idempotent for gofmtRobert Griesemer1-8/+5
- with this change, `gofmt -l src/pkg | wc` is 0 R=rsc http://go/go-review/1025002
2009-11-05missing piece gofmt'ed in reflectRobert Griesemer1-36/+108
R=r, rsc http://go/go-review/1025001
2009-11-05gofmt'ed more stragglersRobert Griesemer5-39/+39
R=rsc http://go/go-review/1019004
2009-11-05gofmt'ed bigRobert Griesemer3-8/+8
R=agl http://go/go-review/1022003
2009-11-05gofmt'ed various stragglersRobert Griesemer4-408/+408
R=rsc http://go/go-review/1022002
2009-11-05gofmt'ed more stragglersRobert Griesemer2-37/+37
(now down to a handfull of files in pkg) R=rsc http://go/go-review/1019006
2009-11-05gofmt the last outstanding files in src/pkgRobert Griesemer7-325/+342
- added a list of issues to printer/nodes.go R=rsc http://go/go-review/1024002
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-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-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-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 Cox1-15/+18
* 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-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-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