summaryrefslogtreecommitdiff
path: root/src/html
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt main repoRuss Cox2022-04-117-93/+102
* text/template: permit eq and ne funcs to check against nilRob Pike2022-04-041-14/+20
* all: remove trailing blank doc comment linesRuss Cox2022-04-011-1/+0
* html/template: make FuncMap a type alias of text/template.FuncMapEmmanuel T Odeke2022-03-311-8/+1
* all: fix some typosDan Kortschak2022-03-061-2/+2
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-1315-66/+66
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* all: use reflect.{Pointer,PointerTo}Cuong Manh Le2021-10-262-4/+4
* all: use bytes.Cut, strings.CutRuss Cox2021-10-063-9/+5
* html/template, text/template: implement break and continue for range loopsRuss Cox2021-09-234-1/+100
* text/template: add lock for Template.tmpl to fix data raceIan Lance Taylor2021-05-041-2/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* html/template: revert "avoid race when escaping updates template"Ian Lance Taylor2021-01-252-84/+47
* html/template: attach functions to namespaceIan Lance Taylor2021-01-072-19/+47
* html/template: avoid race when escaping updates templateIan Lance Taylor2020-12-172-13/+147
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-092-4/+3
* encoding/json: revert "add "json: " prefix to SyntaxError messages"Kevin Burke2020-12-011-1/+1
* encoding/json: add "json: " prefix to SyntaxError messagesKevin Burke2020-10-211-1/+1
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-202-11/+11
* html/template, text/template: add ParseFSRuss Cox2020-10-203-6/+95
* text/template: allow newlines inside action delimitersRuss Cox2020-10-121-1/+1
* text/template: add CommentNode to template parse treeAriel Mashraki2020-08-282-0/+18
* html/template: add tests from text/templateRuss Cox2020-07-149-5/+1969
* all: avoid awkward wording from CL 236857Russ Cox2020-06-081-2/+1
* all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda2020-06-081-1/+1
* html/template,text/template: switch to Unicode escapes for JSON compatibilityempijei2020-04-166-103/+156
* html: update URL in commentfujimoto kyosuke2020-01-131-1/+1
* text/template: harden JSEscape to also escape ampersand and equalRoberto Clapis2019-11-211-3/+3
* html/template: document handling of namespaced and data- attributesJustin Nuß2019-09-271-0/+45
* html/template: micro optimization for isJSTypeDong-hee Na2019-08-271-1/+1
* html/template, text/template: document glob semanticsAndrew Gerrand2019-06-171-7/+8
* html/template: handle nil Error values in context.StringSamuel Tan2019-06-171-1/+5
* html/template: add support for JavaScript modulesAndrew Bonventre2019-05-062-0/+2
* html: add a Fuzz functionRomain Baugue2019-04-301-0/+31
* html/template: prevent test from failing with nil pointer dereferenceMarat Khabibullin2019-03-021-2/+1
* html/template: use strings.BuilderJosh Bleecher Snyder2019-02-263-5/+18
* text/template: accept new number syntaxRuss Cox2019-02-261-0/+6
* text/html: escape MIME type "application/ld+json" as JavaScriptEvan Klitzke2018-12-132-0/+2
* all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick2018-11-022-2/+2
* all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick2018-09-262-2/+2
* html/template: add an example for the Delims methodDmitry Neverov2018-08-301-0/+22
* html/template: use named consts instead of their valuesIskander Sharipov2018-08-221-5/+5
* html: lazily populate Unescape tablesBrad Fitzpatrick2018-07-313-2235/+2256
* html/template: ignore untyped nil arguments to default escapersIan Lance Taylor2018-07-094-7/+35
* text/template/parse: undo breaking API changesDaniel Theophanes2018-06-221-1/+1
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-019-24/+24
* html/template: always write untyped nil as JS nullDaniel Martí2018-05-092-0/+9
* text/template: copy Decl field when copying PipeNodeIan Lance Taylor2018-04-101-0/+15
* html/template: grow srcset buffer in proportion to needRhys Hiltner2018-04-062-1/+6
* go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer2018-04-041-2077/+2077