aboutsummaryrefslogtreecommitdiff
path: root/src/html
AgeCommit message (Expand)Author
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
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