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
/
context.go
Age
Commit 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-04
html/template: disallow actions in JS template literals
Roland Shoemaker
2022-04-11
all: gofmt main repo
Russ Cox
2021-09-23
html/template, text/template: implement break and continue for range loops
Russ Cox
2019-06-17
html/template: handle nil Error values in context.String
Samuel Tan
2018-08-22
html/template: use named consts instead of their values
Iskander Sharipov
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-02-20
html/template: make more use of stringer
Daniel MartÃ
2018-02-19
all: add more uses of stringer
Daniel MartÃ
2017-12-14
html/template: add srcset content type
Mike Samuel
2016-09-29
html/template: check "type" attribute in <script>
Nodir Turakulov
2015-09-09
html/template: preserve attr in stateBeforeValue
Nodir Turakulov
2014-09-08
build: move package sources from src/pkg to src
Russ Cox