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
/
html
/
template
/
exec_test.go
Age
Commit message (
Expand
)
Author
2024-02-24
text/template: add "else with" action
rogeryk
2023-08-01
text/template, html/template: use reflect.TypeFor for known types
Ian Lance Taylor
2023-02-06
all: upgrade Unicode from 13.0.0 to 15.0.0
weebney
2022-09-06
html/template: use strings.Builder
cuiweixie
2022-04-04
text/template: permit eq and ne funcs to check against nil
Rob Pike
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-09-23
html/template, text/template: implement break and continue for range loops
Russ Cox
2021-05-04
text/template: add lock for Template.tmpl to fix data race
Ian Lance Taylor
2021-01-25
html/template: revert "avoid race when escaping updates template"
Ian Lance Taylor
2021-01-07
html/template: attach functions to namespace
Ian Lance Taylor
2020-12-17
html/template: avoid race when escaping updates template
Ian Lance Taylor
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-10-12
text/template: allow newlines inside action delimiters
Russ Cox
2020-07-14
html/template: add tests from text/template
Russ Cox