aboutsummaryrefslogtreecommitdiff
path: root/src/html
AgeCommit message (Expand)Author
8 days[release-branch.go1.26] html/template: properly track JS template literal bra...Roland Shoemaker
2026-03-05[release-branch.go1.26] html/template: properly escape URLs in meta content a...Roland Shoemaker
2025-03-17html/template: document comment strippingSean Liao
2025-03-15html/template: replace end-of-life linkcui fliter
2025-03-05html/template: example for disallowed script type changeSean Liao
2025-02-19html/template: add available godoc linkalirezaarzehgar
2024-12-10html/template: escape script tags in JS errors case insensitivelyRoland Shoemaker
2024-10-21html: use sync.OnceValues instead of var once sync.Once1911860538
2024-09-11html/template: use maps.Copy in escaper.escapeListConditionallyJes Cok
2024-08-27html/template: track continue nodes correctly when escapingcuishuang
2024-05-22html: update jstmpllitinterp docRoland Shoemaker
2024-03-26all: fix a large number of commentscui fliter
2024-03-21html/template: add available godoc linkcui fliter
2024-03-11all: gofmtsivchari
2024-02-27html/template: replace bytes.Compare call with bytes.Equalguoguangwu
2024-02-27html/template: escape additional tokens in MarshalJSON errorsRoland Shoemaker
2024-02-24text/template: add "else with" actionrogeryk
2023-10-16html/template: track brace depth for each nested expressionRoland Shoemaker
2023-10-05html/template: only track brace depth when we are in a JS tmpl litRoland Shoemaker
2023-10-02html/template: support parsing complex JS template literalsRoland Shoemaker
2023-09-06html/template: properly handle special tags within the script contextRoland Shoemaker
2023-09-06html/template: support HTML-like comments in script contextsRoland Shoemaker
2023-08-01text/template, html/template: use reflect.TypeFor for known typesIan Lance Taylor
2023-05-19html/template: expose ErrJSTemplatecuiweixie
2023-05-10html: convert fuzz test to native Go fuzzingTobias Klauser
2023-05-02html/template: emit filterFailsafe for empty unquoted attr valueRoland Shoemaker
2023-05-02html/template: handle all JS whitespace charactersRoland Shoemaker
2023-05-02html/template: disallow angle brackets in CSS valuesRoland Shoemaker
2023-04-25html/template: fix unavailable urlcui fliter
2023-04-11all: re-run stringerIan Lance Taylor
2023-04-05html/template,mime/multipart: document new GODEBUG settingsMichael Anthony Knyszek
2023-04-04html/template: disallow actions in JS template literalsRoland Shoemaker
2023-03-25all: add a few links in package godocsDaniel Martí
2023-02-06all: upgrade Unicode from 13.0.0 to 15.0.0weebney
2022-11-18all: add missing periods in commentscui fliter
2022-09-06html/template: use strings.Buildercuiweixie
2022-06-27html/template: fix typo in content_test.goSemihBKGR
2022-04-11all: gofmt main repoRuss Cox
2022-04-04text/template: permit eq and ne funcs to check against nilRob Pike
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-03-31html/template: make FuncMap a type alias of text/template.FuncMapEmmanuel T Odeke
2022-03-06all: fix some typosDan Kortschak
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-09-23html/template, text/template: implement break and continue for range loopsRuss Cox
2021-05-04text/template: add lock for Template.tmpl to fix data raceIan Lance Taylor
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-01-25html/template: revert "avoid race when escaping updates template"Ian Lance Taylor