aboutsummaryrefslogtreecommitdiff
path: root/src/html/template
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-05-19html/template: expose ErrJSTemplatecuiweixie
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-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-01-25html/template: revert "avoid race when escaping updates template"Ian Lance Taylor
2021-01-07html/template: attach functions to namespaceIan Lance Taylor
2020-12-17html/template: avoid race when escaping updates templateIan Lance Taylor
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-01encoding/json: revert "add "json: " prefix to SyntaxError messages"Kevin Burke
2020-10-21encoding/json: add "json: " prefix to SyntaxError messagesKevin Burke
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20html/template, text/template: add ParseFSRuss Cox
2020-10-12text/template: allow newlines inside action delimitersRuss Cox
2020-08-28text/template: add CommentNode to template parse treeAriel Mashraki
2020-07-14html/template: add tests from text/templateRuss Cox
2020-06-08all: avoid awkward wording from CL 236857Russ Cox
2020-06-08all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda
2020-04-16html/template,text/template: switch to Unicode escapes for JSON compatibilityempijei
2019-11-21text/template: harden JSEscape to also escape ampersand and equalRoberto Clapis
2019-09-27html/template: document handling of namespaced and data- attributesJustin Nuß
2019-08-27html/template: micro optimization for isJSTypeDong-hee Na
2019-06-17html/template, text/template: document glob semanticsAndrew Gerrand
2019-06-17html/template: handle nil Error values in context.StringSamuel Tan
2019-05-06html/template: add support for JavaScript modulesAndrew Bonventre
2019-03-02html/template: prevent test from failing with nil pointer dereferenceMarat Khabibullin
2019-02-26html/template: use strings.BuilderJosh Bleecher Snyder
2019-02-26text/template: accept new number syntaxRuss Cox
2018-12-13text/html: escape MIME type "application/ld+json" as JavaScriptEvan Klitzke
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick