| Age | Commit message (Expand) | Author |
| 2023-02-06 | all: upgrade Unicode from 13.0.0 to 15.0.0 | weebney |
| 2022-11-04 | all: fix function names in comments | cui fliter |
| 2022-11-04 | text/template/parse: fix interaction of break/continue keywords and functions | Eli Bendersky |
| 2022-11-02 | text/template: correct assignment, not declaration, in range | Ian Lance Taylor |
| 2022-09-23 | text/template/parse: fix confusion about markers near right delims | Russ Cox |
| 2022-09-15 | text/template/parse: simplify I/O in lexing | Rob Pike |
| 2022-09-15 | text/template: fixed typo in a nested template definition | kurochan |
| 2022-09-08 | text/template: use strings.Builder | cuiweixie |
| 2022-08-22 | text/template: compare reflect.Value instances differently | Keith Randall |
| 2022-06-06 | text/template/parse: fix data race on lexer initialization | Eli Bendersky |
| 2022-05-16 | text/template/parse: make atTerminator more efficient | Rob Pike |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-04-06 | text/template: support delimiters that can be confused with actions | mprahl |
| 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 | text/template: remove newline special casing in documentation | Sean Liao |
| 2022-03-15 | text/template/parse: allow space after continue or break | Rob Pike |
| 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-18 | html/template: remove unused `mode` field on `Tree` struct | Gusted |
| 2021-10-06 | all: use bytes.Cut, strings.Cut | Russ Cox |
| 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-09-20 | text/template: initialize template before locking it | Ian Lance Taylor |
| 2021-05-06 | text/template: fix type bug in eq | Russ Cox |
| 2021-05-06 | text/template/parse: rename DeferFuncCheck to SkipFuncCheck | Russ Cox |
| 2021-05-04 | text/template: add lock for Template.tmpl to fix data race | Ian Lance Taylor |
| 2021-04-19 | text/template/parse: add a mode to skip func-check on parsing | Ariel Mashraki |
| 2021-04-12 | text/template: replace os.MkdirTemp with T.TempDir | Manlio Perillo |
| 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-12-09 | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox |
| 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-23 | text/template: fix lint typo in VariableNode doc | Macks |
| 2020-05-21 | all: use a hermetic "go" tool in standard-library tests | Bryan C. Mills |
| 2020-04-16 | html/template,text/template: switch to Unicode escapes for JSON compatibility | empijei |
| 2020-04-15 | text/template: avoid a global map to help the linker's deadcode elimination | Brad Fitzpatrick |
| 2020-02-24 | text/template: make reflect.Value indirections more robust | Daniel Martà |
| 2020-01-23 | text/template/parse: remove redundant return | Ariel Mashraki |
| 2019-12-19 | text/template: indirect interfaces before slicing | Daniel Martà |
| 2019-12-17 | text/template: remove an incorrect comment and clarify docs for AddParseTree | Oliver Powell |