aboutsummaryrefslogtreecommitdiff
path: root/src/html/template/context.go
AgeCommit message (Expand)Author
2023-09-06[release-branch.go1.21] html/template: properly handle special tags within th...Roland Shoemaker
2023-09-06[release-branch.go1.21] html/template: support HTML-like comments in script c...Roland Shoemaker
2023-04-04html/template: disallow actions in JS template literalsRoland Shoemaker
2022-04-11all: gofmt main repoRuss Cox
2021-09-23html/template, text/template: implement break and continue for range loopsRuss Cox
2019-06-17html/template: handle nil Error values in context.StringSamuel Tan
2018-08-22html/template: use named consts instead of their valuesIskander Sharipov
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-02-20html/template: make more use of stringerDaniel Martí
2018-02-19all: add more uses of stringerDaniel Martí
2017-12-14html/template: add srcset content typeMike Samuel
2016-09-29html/template: check "type" attribute in <script>Nodir Turakulov
2015-09-09html/template: preserve attr in stateBeforeValueNodir Turakulov
2014-09-08build: move package sources from src/pkg to srcRuss Cox