summaryrefslogtreecommitdiff
path: root/src/pkg/template/template_test.go
AgeCommit message (Expand)AuthorFilesLines
2010-02-24gofmt: don't print ()'s around function-typed results (not needed anymore)Robert Griesemer1-1/+1
2010-01-15template: look inside interface valuesRuss Cox1-0/+20
2010-01-08Rewrite tokenizer to clean up and fix a bug with spaces before delimited block.Rob Pike1-1/+23
2009-12-24implement .repeats for maps.Rob Pike1-1/+17
2009-12-16add the ability to invoke niladic single-valued methods in templates.Rob Pike1-0/+17
2009-12-151) Change default gofmt default settings forRobert Griesemer1-97/+97
2009-12-09remove uses of string concatenation from src and misc directoryRobert Griesemer1-72/+72
2009-11-30template: two bug fixes / nitsRuss Cox1-0/+9
2009-11-24Change to container/vector interface:Robert Griesemer1-1/+1
2009-11-19Map support for template.Execute().James Meneghello1-0/+42
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-3/+3
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-19/+19
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-1/+3
2009-11-05gofmt-ify strings, templateRobert Griesemer1-72/+72
2009-11-02fix buildRob Pike1-1/+1
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 Cox1-2/+0
2009-09-16rename bytes.Buffer.Data() to bytes.Buffer.Bytes()Rob Pike1-8/+8
2009-09-15more "declared and not used".Russ Cox1-1/+1
2009-09-01template:Russ Cox1-0/+19
2009-08-29Fix .alternates execution: it was skipping every second token.David Symonds1-0/+11
2009-08-26template: Support iterables for repeated fields.David Symonds1-44/+68
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-1/+0
2009-07-31add test of invariant in findVarRob Pike1-0/+23
2009-07-30dotted namesRob Pike1-0/+11
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-4/+5
2009-06-09mv src/lib to src/pkgRob Pike1-0/+331