summaryrefslogtreecommitdiff
path: root/src/html
Commit message (Expand)AuthorAgeFilesLines
* html: convert fuzz test to native Go fuzzingTobias Klauser2023-05-102-31/+22
* html/template: emit filterFailsafe for empty unquoted attr valueRoland Shoemaker2023-05-023-3/+20
* html/template: handle all JS whitespace charactersRoland Shoemaker2023-05-022-5/+14
* html/template: disallow angle brackets in CSS valuesRoland Shoemaker2023-05-022-1/+3
* html/template: fix unavailable urlcui fliter2023-04-252-2/+2
* all: re-run stringerIan Lance Taylor2023-04-114-0/+43
* html/template,mime/multipart: document new GODEBUG settingsMichael Anthony Knyszek2023-04-051-0/+7
* html/template: disallow actions in JS template literalsRoland Shoemaker2023-04-049-33/+118
* all: add a few links in package godocsDaniel Martí2023-03-251-4/+4
* all: upgrade Unicode from 13.0.0 to 15.0.0weebney2023-02-061-1/+1
* all: add missing periods in commentscui fliter2022-11-181-1/+1
* html/template: use strings.Buildercuiweixie2022-09-069-36/+33
* html/template: fix typo in content_test.goSemihBKGR2022-06-271-1/+1
* 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