aboutsummaryrefslogtreecommitdiff
path: root/src/text/template/parse/parse.go
AgeCommit message (Expand)Author
2022-11-04text/template/parse: fix interaction of break/continue keywords and functionsEli Bendersky
2022-09-15text/template/parse: simplify I/O in lexingRob Pike
2022-06-06text/template/parse: fix data race on lexer initializationEli Bendersky
2022-04-11all: gofmt main repoRuss Cox
2022-03-15text/template/parse: allow space after continue or breakRob Pike
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-18html/template: remove unused `mode` field on `Tree` structGusted
2021-09-23html/template, text/template: implement break and continue for range loopsRuss Cox
2021-05-06text/template/parse: rename DeferFuncCheck to SkipFuncCheckRuss Cox
2021-04-19text/template/parse: add a mode to skip func-check on parsingAriel Mashraki
2020-10-12text/template: allow newlines inside action delimitersRuss Cox
2020-08-28text/template: add CommentNode to template parse treeAriel Mashraki
2019-10-01text/template/parse: remove duplication in peekNonSpaceAriel Mashraki
2018-10-29text/template/parse: simplify Tree.pipelineDaniel Martí
2018-10-28text/template/parse: error on bad range variablesDaniel Martí
2018-10-23text/template: removed truncation of context in error messageAlexandre Maari
2018-06-22text/template/parse: undo breaking API changesDaniel Theophanes
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-10-17text/template: add break, continue actions in rangesTim Cooper
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-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
2015-09-28text/template, html/template: add block keyword and permit template redefinitionAndrew Gerrand
2015-05-05text/template: check for malformed pipelinesDidier Spezia
2015-05-05text/template: shut down lexing goroutine on errorRob Pike
2015-05-02text/template: check for literals in chain of termsDidier Spezia
2015-05-01text/template: detect unmatched else at parsing timeDidier Spezia
2014-09-08build: move package sources from src/pkg to srcRuss Cox