aboutsummaryrefslogtreecommitdiff
path: root/src/html
AgeCommit message (Expand)Author
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
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
2020-01-13html: update URL in commentfujimoto kyosuke
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-04-30html: add a Fuzz functionRomain Baugue
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
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-08-30html/template: add an example for the Delims methodDmitry Neverov
2018-08-22html/template: use named consts instead of their valuesIskander Sharipov
2018-07-31html: lazily populate Unescape tablesBrad Fitzpatrick
2018-07-09html/template: ignore untyped nil arguments to default escapersIan Lance Taylor
2018-06-22text/template/parse: undo breaking API changesDaniel Theophanes
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-05-09html/template: always write untyped nil as JS nullDaniel Martí
2018-04-10text/template: copy Decl field when copying PipeNodeIan Lance Taylor
2018-04-06html/template: grow srcset buffer in proportion to needRhys Hiltner
2018-04-04go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer
2018-04-04text/template: add variable assignmentsDaniel Martí
2018-03-30html/template: fix one more lint naming errorSamuel Tan
2018-03-29html/template: fix lint errorsSamuel Tan
2018-02-20all: fix misspellingsShawn Smith
2018-02-20all: remove duplicate word "the"Ryuma Yoshida
2018-02-20html/template: make more use of stringerDaniel Martí
2018-02-19all: add more uses of stringerDaniel Martí
2018-02-19html/template: remove unused funcDaniel Martí
2018-01-10html/template: check for duplicates when inserting escapersSamuel Tan
2018-01-09Revert "html/template: prevent aliasing of parse Trees via AddParseTree"Samuel Tan