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