| Commit message (Expand) | Author | Age | Files | Lines |
| * | html/template: emit filterFailsafe for empty unquoted attr value | Roland Shoemaker | 2023-05-02 | 3 | -3/+20 |
| * | html/template: handle all JS whitespace characters | Roland Shoemaker | 2023-05-02 | 2 | -5/+14 |
| * | html/template: disallow angle brackets in CSS values | Roland Shoemaker | 2023-05-02 | 2 | -1/+3 |
| * | html/template: fix unavailable url | cui fliter | 2023-04-25 | 2 | -2/+2 |
| * | all: re-run stringer | Ian Lance Taylor | 2023-04-11 | 4 | -0/+43 |
| * | html/template,mime/multipart: document new GODEBUG settings | Michael Anthony Knyszek | 2023-04-05 | 1 | -0/+7 |
| * | html/template: disallow actions in JS template literals | Roland Shoemaker | 2023-04-04 | 9 | -33/+118 |
| * | all: add a few links in package godocs | Daniel Martí | 2023-03-25 | 1 | -4/+4 |
| * | all: upgrade Unicode from 13.0.0 to 15.0.0 | weebney | 2023-02-06 | 1 | -1/+1 |
| * | all: add missing periods in comments | cui fliter | 2022-11-18 | 1 | -1/+1 |
| * | html/template: use strings.Builder | cuiweixie | 2022-09-06 | 9 | -36/+33 |
| * | html/template: fix typo in content_test.go | SemihBKGR | 2022-06-27 | 1 | -1/+1 |
| * | all: gofmt main repo | Russ Cox | 2022-04-11 | 7 | -93/+102 |
| * | text/template: permit eq and ne funcs to check against nil | Rob Pike | 2022-04-04 | 1 | -14/+20 |
| * | all: remove trailing blank doc comment lines | Russ Cox | 2022-04-01 | 1 | -1/+0 |
| * | html/template: make FuncMap a type alias of text/template.FuncMap | Emmanuel T Odeke | 2022-03-31 | 1 | -8/+1 |
| * | all: fix some typos | Dan Kortschak | 2022-03-06 | 1 | -2/+2 |
| * | all: gofmt -w -r 'interface{} -> any' src | Russ Cox | 2021-12-13 | 15 | -66/+66 |
| * | all: use reflect.{Pointer,PointerTo} | Cuong Manh Le | 2021-10-26 | 2 | -4/+4 |
| * | all: use bytes.Cut, strings.Cut | Russ Cox | 2021-10-06 | 3 | -9/+5 |
| * | html/template, text/template: implement break and continue for range loops | Russ Cox | 2021-09-23 | 4 | -1/+100 |
| * | text/template: add lock for Template.tmpl to fix data race | Ian Lance Taylor | 2021-05-04 | 1 | -2/+0 |
| * | html/template: revert "avoid race when escaping updates template" | Ian Lance Taylor | 2021-01-25 | 2 | -84/+47 |
| * | html/template: attach functions to namespace | Ian Lance Taylor | 2021-01-07 | 2 | -19/+47 |
| * | html/template: avoid race when escaping updates template | Ian Lance Taylor | 2020-12-17 | 2 | -13/+147 |
| * | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox | 2020-12-09 | 2 | -4/+3 |
| * | encoding/json: revert "add "json: " prefix to SyntaxError messages" | Kevin Burke | 2020-12-01 | 1 | -1/+1 |
| * | encoding/json: add "json: " prefix to SyntaxError messages | Kevin Burke | 2020-10-21 | 1 | -1/+1 |
| * | all: update references to symbols moved from io/ioutil to io | Russ Cox | 2020-10-20 | 2 | -11/+11 |
| * | html/template, text/template: add ParseFS | Russ Cox | 2020-10-20 | 3 | -6/+95 |
| * | text/template: allow newlines inside action delimiters | Russ Cox | 2020-10-12 | 1 | -1/+1 |
| * | text/template: add CommentNode to template parse tree | Ariel Mashraki | 2020-08-28 | 2 | -0/+18 |
| * | html/template: add tests from text/template | Russ Cox | 2020-07-14 | 9 | -5/+1969 |
| * | all: avoid awkward wording from CL 236857 | Russ Cox | 2020-06-08 | 1 | -2/+1 |
| * | all: replace usages of whitelist/blacklist and master/slave | Filippo Valsorda | 2020-06-08 | 1 | -1/+1 |
| * | html/template,text/template: switch to Unicode escapes for JSON compatibility | empijei | 2020-04-16 | 6 | -103/+156 |
| * | text/template: harden JSEscape to also escape ampersand and equal | Roberto Clapis | 2019-11-21 | 1 | -3/+3 |
| * | html/template: document handling of namespaced and data- attributes | Justin Nuß | 2019-09-27 | 1 | -0/+45 |
| * | html/template: micro optimization for isJSType | Dong-hee Na | 2019-08-27 | 1 | -1/+1 |
| * | html/template, text/template: document glob semantics | Andrew Gerrand | 2019-06-17 | 1 | -7/+8 |
| * | html/template: handle nil Error values in context.String | Samuel Tan | 2019-06-17 | 1 | -1/+5 |
| * | html/template: add support for JavaScript modules | Andrew Bonventre | 2019-05-06 | 2 | -0/+2 |
| * | html/template: prevent test from failing with nil pointer dereference | Marat Khabibullin | 2019-03-02 | 1 | -2/+1 |
| * | html/template: use strings.Builder | Josh Bleecher Snyder | 2019-02-26 | 3 | -5/+18 |
| * | text/template: accept new number syntax | Russ Cox | 2019-02-26 | 1 | -0/+6 |
| * | text/html: escape MIME type "application/ld+json" as JavaScript | Evan Klitzke | 2018-12-13 | 2 | -0/+2 |
| * | all: use "reports whether" consistently in the few places that didn't | Brad Fitzpatrick | 2018-11-02 | 2 | -2/+2 |
| * | all: use strings.ReplaceAll and bytes.ReplaceAll where applicable | Brad Fitzpatrick | 2018-09-26 | 2 | -2/+2 |
| * | html/template: add an example for the Delims method | Dmitry Neverov | 2018-08-30 | 1 | -0/+22 |
| * | html/template: use named consts instead of their values | Iskander Sharipov | 2018-08-22 | 1 | -5/+5 |