aboutsummaryrefslogtreecommitdiff
path: root/src/text/template/parse
AgeCommit message (Expand)Author
2018-06-22text/template/parse: undo breaking API changesDaniel Theophanes
2018-04-10text/template: copy Decl field when copying PipeNodeIan Lance Taylor
2018-04-04text/template: add variable assignmentsDaniel Martí
2018-02-06text/template: revert CL 66410 "add break, continue actions in ranges"Ian Lance Taylor
2017-11-10text/template: remove unnecessary lexer fieldAriel Mashraki
2017-11-09text/template: remove unused lexer fieldAriel Mashraki
2017-10-17text/template: add break, continue actions in rangesTim Cooper
2017-09-07text/template: fix pos info when trimming newlinesDaniel Martí
2017-08-29all: join some chained ifs to unindent codeDaniel Martí
2017-04-25all: remove some unused parameters in test codeDaniel Martí
2017-04-19all: remove redundant returnsDaniel Martí
2016-11-15text/template: efficient reporting of line numbersRob Pike
2016-11-14Revert "text/template: efficient reporting of line numbers"Brad Fitzpatrick
2016-11-14text/template: efficient reporting of line numbersRob Pike
2016-09-13text/template: improve lexer performance in finding left delimiters.Paul Borman
2016-08-17text/template: remove unused Tree.parse return valueJess Frazelle
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
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