index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
text
/
template
/
doc.go
Age
Commit message (
Expand
)
Author
2025-05-17
text/template: limit expression parenthesis nesting
Ville Vesilehto
2024-09-26
text/template: support range-over-int
qiulaidongfeng
2024-09-23
text/template: support range-over-func
qiulaidongfeng
2024-07-22
text/template: fix doc spacing
Will Faught
2024-02-24
text/template: add "else with" action
rogeryk
2023-11-27
text/template: more godoc links
Olivier Mengué
2023-03-25
all: add a few links in package godocs
Daniel Martí
2022-09-15
text/template: fixed typo in a nested template definition
kurochan
2022-03-31
text/template: remove newline special casing in documentation
Sean Liao
2021-09-23
html/template, text/template: implement break and continue for range loops
Russ Cox
2021-09-21
text/template: implement short-circuit and, or
Russ Cox
2020-10-12
text/template: allow newlines inside action delimiters
Russ Cox
2019-09-25
text/template: support all comparable types in eq
Ariel Mashraki
2019-09-06
text/template: refer to sorted map keys as "ordered" not "comparable" in docs
Mihai Borobocea
2019-05-23
text/template: add a slice function to the predefined global functions
Ariel Mashraki
2018-10-11
text/template: explain that integer constants can overflow
Rob Pike
2018-04-19
text/template: improve comment example in doc
Zheng Dayu
2018-04-04
text/template: add variable assignments
Daniel Martí
2018-02-21
text/template: fix the documentation of the block action
Yury Smolsky
2018-02-06
text/template: revert CL 66410 "add break, continue actions in ranges"
Ian Lance Taylor
2017-10-17
text/template: add break, continue actions in ranges
Tim Cooper
2017-06-09
all: single space after period
Brad Fitzpatrick
2017-05-05
html/template: allow safe usage of predefined escapers in pipelines
Samuel Tan
2017-05-05
template: warn about interleaved nature of writes
Dieter Plaetinck
2016-06-21
text/template: clarify the default formatting used for values
Rob Pike
2016-05-11
text/template: fix typo in documentation
Johan Sageryd
2016-01-21
text/template: fix documentation for pipelines
Rob Pike
2015-09-28
text/template, html/template: add block keyword and permit template redefinition
Andrew Gerrand
2015-09-09
text/template: provide a way to trim leading and trailing space between actions
Rob Pike
2015-05-01
text/template: allow newlines in raw quotes
Rob Pike
2014-09-22
text/template: allow comparison functions to work between any integers
Rob Pike
2014-09-08
build: move package sources from src/pkg to src
Russ Cox