aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/text/template
AgeCommit message (Expand)Author
2012-04-23text/template: detect unexported fields betterRob Pike
2012-04-15text/template/parse: fix doc commentShenghou Ma
2012-04-12text/template: catch unexported fields during parseRob Pike
2012-04-12html, exp/html: escape ' and " as ' and ", since IE8 andNigel Tao
2012-04-03text/template: pipelined arg was not typecheckedRob Pike
2012-03-23text/template: fix typo in package commentRobert Griesemer
2012-03-14text/template: variables do not take argumentsRob Pike
2012-03-14text/template: fix a couple of parse bugs around identifiers.Rob Pike
2012-03-04text/template: one more test caseRob Pike
2012-03-03text/template: clean up function valuesRob Pike
2012-03-01text/template: add examples that use multiple templatesRob Pike
2012-02-28text/template: add example showing use of custom functionRob Pike
2012-02-28text/template: fix redefinition bugsRob Pike
2012-02-19templates: minor edits to the documentationRob Pike
2012-02-16godoc: make example code more readable with new comment conventionAndrew Gerrand
2012-02-15html/template: add Clone and AddParseTree. Make text/template's CloneNigel Tao
2012-02-15text/template: evaluate function fieldsRob Pike
2012-02-14text/template: drop reference to os.EPERM in the testRob Pike
2012-02-11text/template/parse: deep Copy method for nodesRob Pike
2012-02-10template: refer HTML users to html/templateRob Pike
2012-02-09text/template/parse: fix commentMikio Hara
2012-01-30build: remove Make.pkg, Make.toolRuss Cox
2012-01-25text/template: add example for TemplateAndrew Gerrand
2012-01-19text/template/parse: use human error printsRob Pike
2012-01-17text/template: fix nil error on redefinitionRob Pike
2012-01-13template: for range on a map, sort the keys if feasible.Rob Pike
2012-01-09text/template: handle panic values that are not errors.Rémy Oudompheng
2011-12-20template: better error message for empty templatesRob Pike
2011-12-18text/template: fix handing of nil arguments to functionsGustavo Niemeyer
2011-12-05use new strconv APIRuss Cox
2011-12-01template: move the empty check into parse, which needs it when constructingRob Pike
2011-12-01text/template: replace Add with AddParseTreeRob Pike
2011-11-28text/template: address a couple of issues for html/templateRob Pike
2011-11-26text/template: rename the method Template.Template to Template.LookupRob Pike
2011-11-24text/template: fix bug in CloneRob Pike
2011-11-23text/template: new, simpler APIRob Pike
2011-11-18template/parse: rename Set to ParseRob Pike
2011-11-17text/template: refactor set parsingRob Pike
2011-11-08renaming_3: gofix -r go1pkgrename src/pkg/[m-z]*Rob Pike
2011-11-08renaming_1: hand-edited files for go 1 renamingRob Pike
2011-11-08text/template: make redefinition of a template in a set more consistent.Rob Pike
2011-11-04template: format error with pointer receiver.David Symonds
2011-11-04template: format errorsRuss Cox
2011-11-03os,text,unicode: renamingsRob Pike