aboutsummaryrefslogtreecommitdiff
path: root/src/text/template/parse
AgeCommit message (Expand)Author
2025-10-17all: correct name for commentsJes Cok
2025-09-25std: remove unused declarationsAlan Donovan
2025-05-17text/template: limit expression parenthesis nestingVille Vesilehto
2024-09-23text/template/parse: use correct line number in error after commentyincong
2024-06-21text/template/parse: fix handling of assignment/declaration in PipeNode.StringRob Pike
2024-02-26text: add available godoc linkcui fliter
2024-02-24text/template: add "else with" actionrogeryk
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2022-11-04all: fix function names in commentscui fliter
2022-11-04text/template/parse: fix interaction of break/continue keywords and functionsEli Bendersky
2022-09-23text/template/parse: fix confusion about markers near right delimsRuss Cox
2022-09-15text/template/parse: simplify I/O in lexingRob Pike
2022-06-06text/template/parse: fix data race on lexer initializationEli Bendersky
2022-05-16text/template/parse: make atTerminator more efficientRob Pike
2022-04-11all: gofmt main repoRuss Cox
2022-04-06text/template: support delimiters that can be confused with actionsmprahl
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
2020-06-23text/template: fix lint typo in VariableNode docMacks
2020-01-23text/template/parse: remove redundant returnAriel Mashraki
2019-10-03text/template/parse: speed up nodes printingAriel Mashraki
2019-10-01text/template/parse: remove duplication in peekNonSpaceAriel 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-03-24text/template: allow using -}} with many spacesDaniel Martí
2019-02-26text/template: accept new number syntaxRuss Cox
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-09-05text/template: simplify line tracking in the lexerDaniel Martí
2018-08-29text/template: fix newline counting in raw stringsDaniel Martí
2018-06-28text/template/parse: fix a comment around the assign operatorAndrew Braunstein
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í