aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/text/template/parse/parse.go
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-08-29text/template: add back pointer to Nodes for better error generationRob Pike
2013-09-17text/template/parse, html/template: copy Tree.text during html template cloneJosh Bleecher Snyder
2013-08-28text/template: allow {{else if ... }} to simplify if chainsRob Pike
2013-08-03various: deleted unused itemsRob Pike
2013-03-22build: remove dead codeRuss Cox
2013-03-05text/template/parse: remove self-assignment.David Symonds
2013-01-22text/template/parse: don't show itemType in error messagesShenghou Ma
2012-10-03text/template: better error messages during execution,Rob Pike
2012-09-24text/template: allow .Field access to parenthesized expressionsRob Pike
2012-09-14text/template: towards better errorsRob Pike
2012-08-29text/template: make spaces significantRob Pike
2012-08-24text/template: allow grouping of pipelines using parenthesesRob Pike
2012-08-08text/template: add 'nil' as a keyword in the languageRob 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-03-14text/template: fix a couple of parse bugs around identifiers.Rob Pike
2012-02-28text/template: fix redefinition bugsRob Pike
2012-02-19templates: minor edits to the documentationRob Pike
2011-12-01template: move the empty check into parse, which needs it when constructingRob Pike
2011-11-28text/template: address a couple of issues for html/templateRob 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-03os,text,unicode: renamingsRob Pike