aboutsummaryrefslogtreecommitdiff
path: root/src/text/template/doc.go
AgeCommit message (Expand)Author
2025-05-17text/template: limit expression parenthesis nestingVille Vesilehto
2024-09-26text/template: support range-over-intqiulaidongfeng
2024-09-23text/template: support range-over-funcqiulaidongfeng
2024-07-22text/template: fix doc spacingWill Faught
2024-02-24text/template: add "else with" actionrogeryk
2023-11-27text/template: more godoc linksOlivier Mengué
2023-03-25all: add a few links in package godocsDaniel Martí
2022-09-15text/template: fixed typo in a nested template definitionkurochan
2022-03-31text/template: remove newline special casing in documentationSean Liao
2021-09-23html/template, text/template: implement break and continue for range loopsRuss Cox
2021-09-21text/template: implement short-circuit and, orRuss Cox
2020-10-12text/template: allow newlines inside action delimitersRuss Cox
2019-09-25text/template: support all comparable types in eqAriel Mashraki
2019-09-06text/template: refer to sorted map keys as "ordered" not "comparable" in docsMihai Borobocea
2019-05-23text/template: add a slice function to the predefined global functionsAriel Mashraki
2018-10-11text/template: explain that integer constants can overflowRob Pike
2018-04-19text/template: improve comment example in docZheng Dayu
2018-04-04text/template: add variable assignmentsDaniel Martí
2018-02-21text/template: fix the documentation of the block actionYury Smolsky
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-06-09all: single space after periodBrad Fitzpatrick
2017-05-05html/template: allow safe usage of predefined escapers in pipelinesSamuel Tan
2017-05-05template: warn about interleaved nature of writesDieter Plaetinck
2016-06-21text/template: clarify the default formatting used for valuesRob Pike
2016-05-11text/template: fix typo in documentationJohan Sageryd
2016-01-21text/template: fix documentation for pipelinesRob Pike
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-05-01text/template: allow newlines in raw quotesRob Pike
2014-09-22text/template: allow comparison functions to work between any integersRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox