| Age | Commit message (Expand) | Author |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |
| 2014-08-29 | text/template: add back pointer to Nodes for better error generation | Rob Pike |
| 2014-08-19 | html/template: don't panic on second execution of unescapable template | Andrew Gerrand |
| 2014-05-19 | text/template,html/template: document that partial results may be written on ... | Rob Pike |
| 2014-05-01 | html: fix small typo | Robert Hencke |
| 2014-04-26 | src: fix issues found by go vet std | Robert Hencke |
| 2014-04-15 | text/template: say more often that templates are safe for parallel execution | Rob Pike |
| 2014-04-09 | html/template: fix two unrelated bugs | Rob Pike |
| 2014-04-01 | html/template: fix broken links | Shenghou Ma |
| 2013-12-18 | html: add tests for UnescapeString edge cases | Shawn Smith |
| 2013-09-25 | html/template: update the Tree field after parsing new templates | Rob Pike |
| 2013-09-17 | text/template/parse, html/template: copy Tree.text during html template clone | Josh Bleecher Snyder |
| 2013-09-05 | html/template: export the parse.Tree for the escaped template | Rob Pike |
| 2013-08-09 | encoding/json: escape & always | Russ Cox |
| 2013-08-07 | all: fix up language in a couple of comments | Rob Pike |
| 2013-08-04 | html/template: delete panic recovery code from test | Rob Pike |
| 2013-08-04 | html/template: handle nils during indirection | Josh Bleecher Snyder |
| 2013-08-03 | various: deleted unused items | Rob Pike |
| 2013-07-23 | all: be more idiomatic when documenting boolean return values. | Rob Pike |
| 2013-07-10 | html: add escaping tests | Andrew Gerrand |
| 2013-03-22 | build: remove dead code | Russ Cox |
| 2013-03-12 | html/template: Ensure release of namespace mutex in Template.Execute() | Robert Figueiredo |
| 2013-03-11 | all: remove now-unnecessary unreachable panics | Brad Fitzpatrick |
| 2013-03-01 | html/template: fix doc typo | Andrew Gerrand |
| 2013-01-18 | html/template: remove noescape support | Andrew Gerrand |
| 2013-01-14 | html/template: Clarifying references to "text/template" in the documentation. | Francesc Campoy |
| 2012-11-22 | all: fix the the typos | Shenghou Ma |
| 2012-10-30 | gofmt: apply gofmt -w src misc | Robert Griesemer |
| 2012-10-09 | gofmt: apply gofmt -w -s src misc | Robert Griesemer |
| 2012-10-03 | text/template: better error messages during execution, | Rob Pike |
| 2012-09-24 | text/template: allow .Field access to parenthesized expressions | Rob Pike |
| 2012-09-13 | html/template: fix URL doc | Russ Cox |
| 2012-07-09 | pkg: Removing duplicated words ("of of", etc.), mostly from comments. | David G. Andersen |
| 2012-04-12 | html, exp/html: escape ' and " as ' and ", since IE8 and | Nigel Tao |
| 2012-03-21 | html/template: fix typo and make grammar consistent in comments. | David Symonds |
| 2012-03-20 | html/template: add Templates and *Escape functions | Rob Pike |
| 2012-03-14 | html/template: fix nil pointer bug | Rob Pike |
| 2012-03-13 | html/template: fix panic on Clone | Brad Fitzpatrick |
| 2012-03-12 | html/template: doc nit | Russ Cox |
| 2012-03-05 | html/template: fix comment typo | Scott Lawrence |
| 2012-03-01 | html/template: encoding/json does more escaping now, so update the html/templ... | David Symonds |
| 2012-02-27 | html/template: use correct method signature, in introduction example. | Mike Rosset |
| 2012-02-24 | html/template: make doctype check case-insensitive | Scott Lawrence |
| 2012-02-20 | html/template: don't indirect past a Stringer | Rob Pike |
| 2012-02-20 | html/template: minor tweak to docs to improve HTML typography. | David Symonds |
| 2012-02-18 | html/template: replace obsolete reference to template.Set | Rob Pike |
| 2012-02-16 | html/template: clone is implemented elsewhere, so delete this implementation | Rob Pike |
| 2012-02-15 | html/template: add Clone and AddParseTree. Make text/template's Clone | Nigel Tao |
| 2012-02-12 | html/template: Added more explicit wording about examples and documentation. | Bjorn Tipling |
| 2012-02-06 | all: avoid bytes.NewBuffer(nil) | Rob Pike |