aboutsummaryrefslogtreecommitdiff
path: root/src/html
AgeCommit message (Expand)Author
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
2017-12-14html/template: add srcset content typeMike Samuel
2017-12-08html/template: fix typo in TestOrphanedTemplate error messageSamuel Tan
2017-12-08html/template: reset templates orphaned by (*Template).NewSamuel Tan
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-09-20html/template: prevent aliasing of parse Trees via AddParseTreeSamuel Tan
2017-09-18html/template: explain URL filteringSamuel Tan
2017-08-08html: updated entity spec linkSeiji Takahashi
2017-07-14html/template: use the same escaper across multiple template executionsSamuel Tan
2017-06-14html/template: only search identifier nodes for predefined escapersSamuel Tan
2017-05-05html/template: allow safe usage of predefined escapers in pipelinesSamuel Tan
2017-05-05template: warn about interleaved nature of writesDieter Plaetinck