summaryrefslogtreecommitdiff
path: root/src/pkg/template/template.go
AgeCommit message (Expand)AuthorFilesLines
2010-02-02Change type of Printf's args to ... interface{}Rob Pike1-2/+2
2010-01-15template: look inside interface valuesRuss Cox1-0/+3
2010-01-08Rewrite tokenizer to clean up and fix a bug with spaces before delimited block.Rob Pike1-44/+50
2009-12-24implement .repeats for maps.Rob Pike1-26/+20
2009-12-16add the ability to invoke niladic single-valued methods in templates.Rob Pike1-10/+69
2009-12-151) Change default gofmt default settings forRobert Griesemer1-260/+260
2009-11-30template: two bug fixes / nitsRuss Cox1-0/+3
2009-11-24Change to container/vector interface:Robert Griesemer1-1/+1
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox1-2/+2
2009-11-19Map support for template.Execute().James Meneghello1-12/+17
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-7/+7
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-75/+75
2009-11-08a nagging inconsistency: capitalization ofRuss Cox1-1/+1
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-6/+2
2009-11-05- gofmt'ing of some stragglers, now with correct comment indentationRobert Griesemer1-97/+97
2009-11-04panic can't print interfaces well so use err.String()Rob 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-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 Cox1-7/+9
2009-08-29Fix .alternates execution: it was skipping every second token.David Symonds1-2/+2
2009-08-26template: Support iterables for repeated fields.David Symonds1-21/+62
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-7/+1
2009-08-05- FieldByName lookup through anonymous fieldsRobert Griesemer1-1/+1
2009-07-31delete unused arg to empty.Rob Pike1-3/+6
2009-07-30bug fixRobert Griesemer1-2/+3
2009-07-30dotted namesRob Pike1-5/+13
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 Cox1-3/+3
2009-06-09mv src/lib to src/pkgRob Pike1-0/+808