summaryrefslogtreecommitdiff
path: root/src/pkg/template/template.go
AgeCommit message (Expand)AuthorFilesLines
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-45/+45
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-1/+7
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-43/+86
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-1/+4
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-71/+107
2010-07-01strings and bytes.Split: make count of 0 mean 0, not infinite.Rob Pike1-1/+1
2010-06-30template: fix typo in doc commentDaniel Fleischman1-1/+1
2010-05-09template: regularize the handling of interfaces, pointers, andRob Pike1-79/+56
2010-04-28template: remove reference to json-templateAndrew Gerrand1-3/+1
2010-04-26template: fix handling of pointer inside interfaceRuss Cox1-1/+1
2010-04-13template: use panic/recover to simplify internal error handling.Rob Pike1-50/+32
2010-03-30single argument panicRuss Cox1-2/+2
2010-03-10template: add ParseFile, MustParseFile, and associated testsAndrew Gerrand1-0/+24
2010-03-02gofmt: experiment: align values in map composites where possibleRobert Griesemer1-2/+2
2010-02-26Fix a couple of bugs referencing data values in template.Micah Stetson1-0/+5
2010-02-25strings: delete Runes, BytesRuss Cox1-3/+3
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