| Age | Commit message (Expand) | Author |
| 2022-11-02 | text/template: correct assignment, not declaration, in range | Ian Lance Taylor |
| 2022-08-22 | text/template: compare reflect.Value instances differently | Keith Randall |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 2021-10-29 | text/template: use reflect.Value.FieldByIndexErr | Rob Pike |
| 2021-10-26 | all: use reflect.{Pointer,PointerTo} | Cuong Manh Le |
| 2021-10-05 | text/template: only unwrap final and/or value | Ian Lance Taylor |
| 2021-10-01 | text/template: undo reflect.Value wrapping for short-circuit and/or | Ian Lance Taylor |
| 2021-09-29 | text/template: check final value for short-circuit and/or | Ian Lance Taylor |
| 2021-09-23 | html/template, text/template: implement break and continue for range loops | Russ Cox |
| 2021-09-21 | text/template: implement short-circuit and, or | Russ Cox |
| 2021-05-04 | text/template: add lock for Template.tmpl to fix data race | Ian Lance Taylor |
| 2021-03-05 | text/template: wrap errors returned by template functions instead of stringif... | Adrien Delorme |
| 2021-02-25 | reflect: add Method.IsExported and StructField.IsExported methods | Joe Tsai |
| 2020-12-15 | text/template: error on range over send channel | Meng Zhuo |
| 2020-08-28 | text/template: add CommentNode to template parse tree | Ariel Mashraki |
| 2019-11-12 | text/template: add error check for parenthesized first argument in pipeline | Rob Pike |
| 2019-09-25 | text/template: don't evaluate '.' as a float64 | Daniel Martí |
| 2019-08-27 | text/template: replace bytes.Buffer with strings.Builder | Dong-hee Na |
| 2019-05-14 | text/template: fix truth handling of typed interface nils in if and with | Bjørn Erik Pedersen |
| 2019-05-04 | all: add Unwrap and Is methods to various error types | Damien Neil |
| 2019-02-26 | text/template: error on method calls on nil interfaces | Daniel Martí |
| 2019-02-26 | text/template: improve nil errors in evalField | Daniel Martí |
| 2019-02-26 | text/template: accept new number syntax | Russ Cox |
| 2018-10-24 | text/template: recover panics during function calls | Daniel Martí |
| 2018-10-19 | text/template: drop unused sortKeys function | Seebs |
| 2018-10-18 | fmt: print maps in key-sorted order | Rob Pike |
| 2018-09-26 | all: use strings.ReplaceAll and bytes.ReplaceAll where applicable | Brad Fitzpatrick |
| 2018-06-22 | text/template/parse: undo breaking API changes | Daniel Theophanes |
| 2018-04-30 | all: skip unsupported tests for js/wasm | Richard Musiol |
| 2018-04-04 | text/template: add variable assignments | Daniel Martí |
| 2018-02-19 | text/template: differentiate nil from missing arg | Daniel Martí |
| 2018-02-13 | text/template: never call reflect.Zero(nil) | Daniel Martí |
| 2018-02-06 | text/template: revert CL 66410 "add break, continue actions in ranges" | Ian Lance Taylor |
| 2017-10-17 | text/template: add break, continue actions in ranges | Tim Cooper |
| 2017-09-22 | all: use sort.Slice in a few more places | Daniel Martí |
| 2017-09-12 | all: remove strings.Contains check around Replace | Daniel Martí |
| 2017-05-05 | template: warn about interleaved nature of writes | Dieter Plaetinck |
| 2017-02-09 | text/template: fix method lookup on addressable nil pointer | Russ Cox |
| 2017-02-07 | text/template: remove duplicate logic in conditional | Seth Vargo |
| 2016-11-18 | text/template: handle option missingkey=error consistently | Özgür Kesim |
| 2016-11-11 | text/template: reintroduce implicit indirect of interface values in builtin f... | Russ Cox |
| 2016-10-28 | html/template, text/template: drop defined template list from errors | Russ Cox |
| 2016-10-19 | text/template: add support for reflect.Value args, results in funcs | Russ Cox |
| 2016-05-12 | text/template: detect pathologically recursive template invocations | Andrew Gerrand |
| 2016-04-10 | text/template: emit field error over nil pointer error where appropriate | Andrew Gerrand |
| 2016-03-02 | all: single space after period. | Brad Fitzpatrick |
| 2016-02-29 | all: remove public named return values when useless | Brad Fitzpatrick |
| 2016-02-19 | all: replace strings.Index with strings.Contains where possible | Nathan VanBenschoten |
| 2015-11-24 | text/template,html/template: correct comment in DefinedTemplates | Rob Pike |
| 2015-10-28 | text/template: remove redundant indirect | Nodir Turakulov |