summaryrefslogtreecommitdiff
path: root/src/pkg/template
AgeCommit message (Expand)AuthorFilesLines
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox2-3/+3
2009-11-19Map support for template.Execute().James Meneghello2-12/+59
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer3-11/+11
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer3-101/+101
2009-11-08a nagging inconsistency: capitalization ofRuss Cox2-6/+6
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer2-7/+5
2009-11-05- gofmt'ing of some stragglers, now with correct comment indentationRobert Griesemer1-97/+97
2009-11-05gofmt-ify strings, templateRobert Griesemer1-72/+72
2009-11-05gofmt-ify template, time, unsafe, flag, fmtRobert Griesemer1-5/+5
2009-11-04panic can't print interfaces well so use err.String()Rob Pike1-1/+1
2009-11-03add " and ' to list of html-escaped charsRobert Griesemer1-15/+24
2009-11-02fix buildRob Pike1-1/+1
2009-11-02forgot to count newlines when scanning white space.Rob Pike1-1/+2
2009-11-02remove goroutines from template parsing.Rob Pike1-31/+75
2009-10-27files that are okay from the last gofmt roundRuss Cox1-3/+1
2009-10-08more lgtm files from gofmtRuss Cox1-67/+67
2009-09-17use buf.String() instead of string(buf.Bytes())Rob Pike1-8/+8
2009-09-17unused importsRuss Cox2-3/+0
2009-09-16rename bytes.Buffer.Data() to bytes.Buffer.Bytes()Rob Pike2-9/+9
2009-09-15more "declared and not used".Russ Cox1-1/+1
2009-09-14fix "declared and not used" in tests;Russ Cox1-8/+8
2009-09-14do not crash on nil data valueRuss Cox1-0/+3
2009-09-01template:Russ Cox2-7/+28
2009-08-29Fix .alternates execution: it was skipping every second token.David Symonds2-2/+13
2009-08-26template: Support iterables for repeated fields.David Symonds2-65/+130
2009-08-12convert non-low-level non-google pkg codeRuss Cox3-69/+6
2009-08-05- FieldByName lookup through anonymous fieldsRobert Griesemer1-1/+1
2009-07-31add test of invariant in findVarRob Pike1-0/+23
2009-07-31delete unused arg to empty.Rob Pike1-3/+6
2009-07-30bug fixRobert Griesemer1-2/+3
2009-07-30dotted namesRob Pike2-5/+24
2009-07-16use FieldByName where possible.Rob Pike1-5/+2
2009-07-07template: use new reflect interface (CL 31107)Russ Cox1-13/+15
2009-06-29io.StringBytes -> strings.BytesRuss Cox3-11/+14
2009-06-09mv src/lib to src/pkgRob Pike4-0/+1261