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
/
js.go
Age
Commit message (
Expand
)
Author
2024-12-10
html/template: escape script tags in JS errors case insensitively
Roland Shoemaker
2024-03-26
all: fix a large number of comments
cui fliter
2024-02-27
html/template: escape additional tokens in MarshalJSON errors
Roland Shoemaker
2023-10-02
html/template: support parsing complex JS template literals
Roland Shoemaker
2023-08-01
text/template, html/template: use reflect.TypeFor for known types
Ian Lance Taylor
2023-05-02
html/template: handle all JS whitespace characters
Roland Shoemaker
2023-04-04
html/template: disallow actions in JS template literals
Roland Shoemaker
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-26
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2020-04-16
html/template,text/template: switch to Unicode escapes for JSON compatibility
empijei
2019-08-27
html/template: micro optimization for isJSType
Dong-hee Na
2019-05-06
html/template: add support for JavaScript modules
Andrew Bonventre
2019-02-26
html/template: use strings.Builder
Josh Bleecher Snyder
2018-12-13
text/html: escape MIME type "application/ld+json" as JavaScript
Evan Klitzke
2018-11-02
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-05-09
html/template: always write untyped nil as JS null
Daniel MartÃ
2017-10-05
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-09-25
all: prefer strings.IndexByte over strings.Index
Marvin Stenger
2017-04-20
html/template: ensure that MIME type handling is case insensitive
Samuel Tan
2016-12-04
html/template: escape JS in application/json script tag
Nodir Turakulov
2016-11-12
all: spell "marshal" and "unmarshal" consistently
Dmitri Shuralyov
2016-09-29
html/template: check "type" attribute in <script>
Nodir Turakulov
2015-05-19
html/template: fix string iteration in replacement operations
Didier Spezia
2014-09-08
build: move package sources from src/pkg to src
Russ Cox