| Age | Commit message (Expand) | Author |
| 2025-02-10 | text/template: handle UnsafePointer in isTrue | pgxiaolianzi |
| 2024-11-18 | text/template: don't crash piping to call with no arguments | Ian Lance Taylor |
| 2024-11-08 | encoding/json, text/template: use reflect.Value.Equal instead of == | Emmanuel T Odeke |
| 2024-10-02 | text/template: use correct verbs for reflect.Value | Jes Cok |
| 2024-09-26 | text/template: support range-over-int | qiulaidongfeng |
| 2024-09-23 | text/template: support range-over-func | qiulaidongfeng |
| 2024-05-24 | text/template: add detailed info for goodFunc check | Zxilly |
| 2024-05-13 | fmt, internal/fmtsort: refactor SortedMap to use slice of structs for map sor... | aimuz |
| 2024-03-18 | text/template: simplify unwrapping reflect.Interface value | Joe Taber |
| 2024-02-26 | text: add available godoc link | cui fliter |
| 2023-08-01 | text/template, html/template: use reflect.TypeFor for known types | Ian Lance Taylor |
| 2023-06-15 | text/template: set variables correctly in range assignment | Ian Lance Taylor |
| 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 |