| Age | Commit message (Expand) | Author |
| 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-11-10 | text/template: remove unnecessary lexer field | Ariel Mashraki |
| 2017-11-09 | text/template: remove unused lexer field | Ariel Mashraki |
| 2017-10-31 | all: unindent some if bodies by exiting early | Daniel Martí |
| 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-13 | text/template: check ignored error in a test | Daniel Martí |
| 2017-09-12 | all: remove strings.Contains check around Replace | Daniel Martí |
| 2017-09-07 | text/template: fix pos info when trimming newlines | Daniel Martí |
| 2017-08-29 | all: join some chained ifs to unindent code | Daniel Martí |
| 2017-08-18 | all: unindent some big chunks of code | Daniel Martí |
| 2017-08-12 | text/template: support indexing into *int* maps | Emmanuel Odeke |
| 2017-06-09 | all: single space after period | Brad Fitzpatrick |
| 2017-05-14 | text/scanner: clarify documentation on Pos and Position | Robert Griesemer |
| 2017-05-12 | text/scanner: use correct token position in example | Robert Griesemer |
| 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 | all: remove some unused parameters in test code | Daniel Martí |
| 2017-04-19 | all: remove redundant returns | Daniel Martí |
| 2017-04-04 | text/template: fix handling of empty blocks | Rob Pike |
| 2017-03-21 | text/template,html/template: state that Funcs must happen before parsing | Rob Pike |
| 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-15 | text/template: efficient reporting of line numbers | Rob Pike |
| 2016-11-14 | Revert "text/template: efficient reporting of line numbers" | Brad Fitzpatrick |
| 2016-11-14 | text/template: efficient reporting of line numbers | Rob Pike |
| 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-26 | all: freeze net/rpc and reword the 'frozen' message in other frozen packages | Rob Pike |
| 2016-10-24 | testing/quick, text/tabwriter: freeze packages | Brad Fitzpatrick |
| 2016-10-24 | all: minor vet fixes | Josh Bleecher Snyder |
| 2016-10-24 | html/template, text/template: docs and fixes for template redefinition | Russ Cox |
| 2016-10-19 | text/template: add support for reflect.Value args, results in funcs | Russ Cox |
| 2016-10-19 | html/template, text/template: clarify template redefinition behavior | Russ Cox |
| 2016-09-13 | text/template: improve lexer performance in finding left delimiters. | Paul Borman |
| 2016-08-17 | text/template: remove unused Tree.parse return value | Jess Frazelle |
| 2016-08-16 | text/template: fix Parse when called twice with empty text | Jess Frazelle |
| 2016-06-21 | text/template: clarify the default formatting used for values | Rob Pike |
| 2016-05-25 | text/scanner: better error message if no error handler is installed | Robert Griesemer |
| 2016-05-12 | text/template: detect pathologically recursive template invocations | Andrew Gerrand |
| 2016-05-11 | text/template: fix typo in documentation | Johan Sageryd |
| 2016-04-22 | html/template, text/template: clarify Parse{Files,Glob} semantics | Andrew Gerrand |
| 2016-04-10 | text/template: emit field error over nil pointer error where appropriate | Andrew Gerrand |
| 2016-03-25 | all: delete dead non-test code | Dominik Honnef |
| 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-24 | all: fix typos and spelling | Martin Möhrmann |
| 2016-02-23 | text/tabwriter: clarify documentation | Robert Griesemer |