aboutsummaryrefslogtreecommitdiff
path: root/src/text/template/parse
AgeCommit message (Expand)Author
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2015-09-28text/template, html/template: add block keyword and permit template redefinitionAndrew Gerrand
2015-09-09text/template: provide a way to trim leading and trailing space between actionsRob Pike
2015-06-18all: switch to the new deprecation conventionShenghou Ma
2015-06-01html/template: prevent panic when escaping actions involving chain nodesDidier Spezia
2015-05-07text/template: delete obsolete nil checkRob Pike
2015-05-05text/template: check for malformed pipelinesDidier Spezia
2015-05-05text/template: shut down lexing goroutine on errorRob Pike
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
2014-09-08build: move package sources from src/pkg to srcRuss Cox