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
Age
Commit message (
Expand
)
Author
7 days
html/template: properly track JS template literal brace depth across contexts
Roland Shoemaker
2026-03-05
html/template: properly escape URLs in meta content attributes
Roland Shoemaker
2025-03-17
html/template: document comment stripping
Sean Liao
2025-03-15
html/template: replace end-of-life link
cui fliter
2025-03-05
html/template: example for disallowed script type change
Sean Liao
2025-02-19
html/template: add available godoc link
alirezaarzehgar
2024-12-10
html/template: escape script tags in JS errors case insensitively
Roland Shoemaker
2024-10-21
html: use sync.OnceValues instead of var once sync.Once
1911860538
2024-09-11
html/template: use maps.Copy in escaper.escapeListConditionally
Jes Cok
2024-08-27
html/template: track continue nodes correctly when escaping
cuishuang
2024-05-22
html: update jstmpllitinterp doc
Roland Shoemaker
2024-03-26
all: fix a large number of comments
cui fliter
2024-03-21
html/template: add available godoc link
cui fliter
2024-03-11
all: gofmt
sivchari
2024-02-27
html/template: replace bytes.Compare call with bytes.Equal
guoguangwu
2024-02-27
html/template: escape additional tokens in MarshalJSON errors
Roland Shoemaker
2024-02-24
text/template: add "else with" action
rogeryk
2023-10-16
html/template: track brace depth for each nested expression
Roland Shoemaker
2023-10-05
html/template: only track brace depth when we are in a JS tmpl lit
Roland Shoemaker
2023-10-02
html/template: support parsing complex JS template literals
Roland Shoemaker
2023-09-06
html/template: properly handle special tags within the script context
Roland Shoemaker
2023-09-06
html/template: support HTML-like comments in script contexts
Roland Shoemaker
2023-08-01
text/template, html/template: use reflect.TypeFor for known types
Ian Lance Taylor
2023-05-19
html/template: expose ErrJSTemplate
cuiweixie
2023-05-10
html: convert fuzz test to native Go fuzzing
Tobias Klauser
2023-05-02
html/template: emit filterFailsafe for empty unquoted attr value
Roland Shoemaker
2023-05-02
html/template: handle all JS whitespace characters
Roland Shoemaker
2023-05-02
html/template: disallow angle brackets in CSS values
Roland Shoemaker
2023-04-25
html/template: fix unavailable url
cui fliter
2023-04-11
all: re-run stringer
Ian Lance Taylor
2023-04-05
html/template,mime/multipart: document new GODEBUG settings
Michael Anthony Knyszek
2023-04-04
html/template: disallow actions in JS template literals
Roland Shoemaker
2023-03-25
all: add a few links in package godocs
Daniel MartÃ
2023-02-06
all: upgrade Unicode from 13.0.0 to 15.0.0
weebney
2022-11-18
all: add missing periods in comments
cui fliter
2022-09-06
html/template: use strings.Builder
cuiweixie
2022-06-27
html/template: fix typo in content_test.go
SemihBKGR
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-04
text/template: permit eq and ne funcs to check against nil
Rob Pike
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2022-03-31
html/template: make FuncMap a type alias of text/template.FuncMap
Emmanuel T Odeke
2022-03-06
all: fix some typos
Dan Kortschak
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-26
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
2021-10-06
all: use bytes.Cut, strings.Cut
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-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-01-25
html/template: revert "avoid race when escaping updates template"
Ian Lance Taylor
[next]