aboutsummaryrefslogtreecommitdiff
path: root/src/text/template/parse/node.go
AgeCommit message (Expand)Author
2024-06-21text/template/parse: fix handling of assignment/declaration in PipeNode.StringRob Pike
2024-02-26text: add available godoc linkcui fliter
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2021-09-23html/template, text/template: implement break and continue for range loopsRuss Cox
2020-08-28text/template: add CommentNode to template parse treeAriel Mashraki
2020-06-23text/template: fix lint typo in VariableNode docMacks
2019-10-03text/template/parse: speed up nodes printingAriel Mashraki
2019-10-01text/template/parse: use strings.Builder in Chain and List nodesAriel Mashraki
2019-10-01text/template/parse: use strings.Builder in String methodsAriel Mashraki
2019-10-01text/template: further simplify building the vars listRob Pike
2019-09-30text/template/parse: specify slice capacity in Pipenode.CopyPipe()Pantelis Sampaziotis
2019-02-26text/template: accept new number syntaxRuss Cox
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-10-17text/template: add break, continue actions in rangesTim Cooper
2015-06-18all: switch to the new deprecation conventionShenghou Ma
2015-05-03text/template/parse: huge integers are not floatsRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox