summaryrefslogtreecommitdiff
path: root/src/text/template/parse/parse.go
Commit message (Expand)AuthorAgeFilesLines
* text/template/parse: rename DeferFuncCheck to SkipFuncCheckRuss Cox2021-05-061-3/+3
* text/template/parse: add a mode to skip func-check on parsingAriel Mashraki2021-04-191-2/+4
* text/template: allow newlines inside action delimitersRuss Cox2020-10-121-26/+33
* text/template: add CommentNode to template parse treeAriel Mashraki2020-08-281-3/+19
* text/template/parse: remove duplication in peekNonSpaceAriel Mashraki2019-10-011-7/+2
* text/template/parse: simplify Tree.pipelineDaniel Martí2018-10-291-40/+32
* text/template/parse: error on bad range variablesDaniel Martí2018-10-281-1/+7
* text/template: removed truncation of context in error messageAlexandre Maari2018-10-231-3/+0
* text/template/parse: undo breaking API changesDaniel Theophanes2018-06-221-2/+2
* text/template: add variable assignmentsDaniel Martí2018-04-041-8/+16
* text/template: revert CL 66410 "add break, continue actions in ranges"Ian Lance Taylor2018-02-061-38/+6
* text/template: add break, continue actions in rangesTim Cooper2017-10-171-6/+38
* all: remove redundant returnsDaniel Martí2017-04-191-1/+0
* text/template: efficient reporting of line numbersRob Pike2016-11-151-10/+12
* Revert "text/template: efficient reporting of line numbers"Brad Fitzpatrick2016-11-141-12/+10
* text/template: efficient reporting of line numbersRob Pike2016-11-141-10/+12
* text/template: remove unused Tree.parse return valueJess Frazelle2016-08-171-2/+1
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-291-4/+4
* text/template, html/template: add block keyword and permit template redefinitionAndrew Gerrand2015-09-281-23/+60
* text/template: check for malformed pipelinesDidier Spezia2015-05-051-3/+17
* text/template: shut down lexing goroutine on errorRob Pike2015-05-051-0/+1
* text/template: check for literals in chain of termsDidier Spezia2015-05-021-2/+5
* text/template: detect unmatched else at parsing timeDidier Spezia2015-05-011-3/+4
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+677