aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/text
AgeCommit message (Expand)Author
2012-08-06text/template: fix range example.Yves Junqueira
2012-07-30text/template/parse/lex.go: fix typoRob Pike
2012-07-30text/template/parse: fix data raceRob Pike
2012-07-23text/template: fix bug in map indexingRob Pike
2012-07-08doc: various "the the" and other typosMatthew William Jibson
2012-06-01text/template/parse: restore the goroutineRob Pike
2012-05-22text/template: exec should accept interface value as valid.Ugorji Nwoke
2012-04-25all: fix errors found by go vetRob Pike
2012-04-24text/template: improve the error reporting for unexported fields.Rob Pike
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-22pprof: add Profile typeRuss Cox
2012-02-21text/tabwriter: fix documentation by adding an example.Robert Griesemer
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/scanner: update commentsRobert Griesemer
2012-02-09text/template/parse: fix commentMikio Hara
2012-02-06doc: remove overuse of simplyRuss Cox
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