aboutsummaryrefslogtreecommitdiff
path: root/src/text/template
AgeCommit message (Expand)Author
2015-05-04text/template: ensures code consistency in lexerAymerick
2015-05-03text/template/parse: huge integers are not floatsRob Pike
2015-05-02text/template: check for literals in chain of termsDidier Spezia
2015-05-01text/template: detect unmatched else at parsing timeDidier Spezia
2015-05-01text/template: allow newlines in raw quotesRob Pike
2015-04-03text/template: provide a mechanism for optionsRob Pike
2015-03-20html/template: fix crash when escaping incomplete templateRob Pike
2015-03-16text/template: protect against explicit nil in field chainsRob Pike
2014-10-18text/template: fix bug in pipelined variadicsRob Pike
2014-09-22text/template: type-check chained node as argumentRob Pike
2014-09-22text/template: allow comparison functions to work between any integersRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox