| Age | Commit message (Expand) | Author |
| 2018-03-29 | html/template: fix lint errors | Samuel Tan |
| 2018-02-20 | all: fix misspellings | Shawn Smith |
| 2018-02-20 | all: remove duplicate word "the" | Ryuma Yoshida |
| 2018-02-20 | html/template: make more use of stringer | Daniel Martí |
| 2018-02-19 | all: add more uses of stringer | Daniel Martí |
| 2018-02-19 | html/template: remove unused func | Daniel Martí |
| 2018-01-10 | html/template: check for duplicates when inserting escapers | Samuel Tan |
| 2018-01-09 | Revert "html/template: prevent aliasing of parse Trees via AddParseTree" | Samuel Tan |
| 2017-12-14 | html/template: add srcset content type | Mike Samuel |
| 2017-12-08 | html/template: fix typo in TestOrphanedTemplate error message | Samuel Tan |
| 2017-12-08 | html/template: reset templates orphaned by (*Template).New | Samuel Tan |
| 2017-10-05 | all: revert "all: prefer strings.IndexByte over strings.Index" | Marvin Stenger |
| 2017-09-25 | all: prefer strings.IndexByte over strings.Index | Marvin Stenger |
| 2017-09-20 | html/template: prevent aliasing of parse Trees via AddParseTree | Samuel Tan |
| 2017-09-18 | html/template: explain URL filtering | Samuel Tan |
| 2017-07-14 | html/template: use the same escaper across multiple template executions | Samuel Tan |
| 2017-06-14 | html/template: only search identifier nodes for predefined escapers | Samuel Tan |
| 2017-05-05 | html/template: allow safe usage of predefined escapers in pipelines | Samuel Tan |
| 2017-05-05 | template: warn about interleaved nature of writes | Dieter Plaetinck |
| 2017-04-25 | html/template: use bytes.ContainsAny | Daniel Martí |
| 2017-04-20 | html/template: ignore case when handling type attribute in script element | Samuel Tan |
| 2017-04-20 | html/template: ensure that MIME type handling is case insensitive | Samuel Tan |
| 2017-04-10 | html/template: panic if predefined escapers are found in pipelines during rew... | Samuel Tan |
| 2017-03-21 | text/template,html/template: state that Funcs must happen before parsing | Rob Pike |
| 2017-03-07 | encoding/base64, html/template: fix grammar mistakes | Kevin Burke |
| 2016-12-04 | html/template: lock in application/json as valid JS test | Emmanuel Odeke |
| 2016-12-04 | html/template: escape JS in application/json script tag | Nodir Turakulov |
| 2016-11-15 | html/template: fix multiple Clones of redefined template | Caleb Spare |
| 2016-11-14 | html/template: typo fix | Marcel Edmund Franke |
| 2016-11-12 | all: spell "marshal" and "unmarshal" consistently | Dmitri Shuralyov |
| 2016-10-28 | html/template, text/template: drop defined template list from errors | Russ Cox |
| 2016-10-24 | html/template: add test case for unbounded template expansion | Russ Cox |
| 2016-10-24 | html/template, text/template: docs and fixes for template redefinition | Russ Cox |
| 2016-10-19 | html/template: adjust ambiguous URL context text | Russ Cox |
| 2016-10-19 | html/template, text/template: clarify template redefinition behavior | Russ Cox |
| 2016-10-17 | html/template: fix Clone so that t.Lookup(t.Name()) yields t | Caleb Spare |
| 2016-09-29 | html/template: check "type" attribute in <script> | Nodir Turakulov |
| 2016-06-23 | html/template: update security model link | Ian Lance Taylor |
| 2016-05-18 | html/template: mention risks of the CSS, HTML, JS, etc. types | Andrew Gerrand |
| 2016-04-22 | html/template, text/template: clarify Parse{Files,Glob} semantics | Andrew Gerrand |
| 2016-04-13 | html/template: add examples of loading templates from files | Emmanuel Odeke |
| 2016-04-11 | all: use bytes.Equal, bytes.Contains and strings.Contains, again | Dominik Honnef |
| 2016-04-10 | all: replace magic 0x80 with named constant utf8.RuneSelf | Martin Möhrmann |
| 2016-04-04 | html/template: prefix the internally-used FuncMap values with an underscore | Rob Pike |
| 2016-04-01 | all: use bytes.Equal, bytes.Contains and strings.Contains | Dominik Honnef |
| 2016-03-02 | all: single space after period. | Brad Fitzpatrick |
| 2016-02-24 | all: fix typos and spelling | Martin Möhrmann |
| 2015-11-24 | text/template,html/template: correct comment in DefinedTemplates | Rob Pike |
| 2015-11-23 | html/template: add DefinedTemplates to html/template | Rob Pike |
| 2015-11-22 | html/template: Add missing error check to package example. | Dmitri Shuralyov |