| Age | Commit message (Expand) | Author |
| 2024-03-21 | html/template: add available godoc link | cui fliter |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 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 |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 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-10-20 | html/template, text/template: add ParseFS | Russ Cox |
| 2019-06-17 | html/template, text/template: document glob semantics | Andrew Gerrand |
| 2018-01-09 | Revert "html/template: prevent aliasing of parse Trees via AddParseTree" | Samuel Tan |
| 2017-12-08 | html/template: reset templates orphaned by (*Template).New | Samuel Tan |
| 2017-09-20 | html/template: prevent aliasing of parse Trees via AddParseTree | Samuel Tan |
| 2017-07-14 | html/template: use the same escaper across multiple template executions | Samuel Tan |
| 2017-05-05 | template: warn about interleaved nature of writes | Dieter Plaetinck |
| 2017-03-21 | text/template,html/template: state that Funcs must happen before parsing | Rob Pike |
| 2016-11-15 | html/template: fix multiple Clones of redefined template | Caleb Spare |
| 2016-10-28 | html/template, text/template: drop defined template list from errors | Russ Cox |
| 2016-10-24 | html/template, text/template: docs and fixes for template redefinition | 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-04-22 | html/template, text/template: clarify Parse{Files,Glob} semantics | Andrew Gerrand |
| 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-10-20 | html/template: include itself while cloning | Nodir Turakulov |
| 2015-10-01 | text/template: change IsTrue to take interface{} instead of reflect.Value. | David Symonds |
| 2015-09-28 | text/template, html/template: add block keyword and permit template redefinition | Andrew Gerrand |
| 2015-09-17 | text/template: export isTrue | Rob Pike |
| 2015-04-03 | text/template: provide a mechanism for options | Rob Pike |
| 2015-03-20 | html/template: fix crash when escaping incomplete template | Rob Pike |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |