| Commit message (Expand) | Author | Age | Files | Lines |
| * | html/template: revert "avoid race when escaping updates template" | Ian Lance Taylor | 2021-01-25 | 1 | -84/+12 |
| * | html/template: attach functions to namespace | Ian Lance Taylor | 2021-01-07 | 1 | -19/+27 |
| * | html/template: avoid race when escaping updates template | Ian Lance Taylor | 2020-12-17 | 1 | -13/+77 |
| * | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox | 2020-12-09 | 1 | -2/+2 |
| * | html/template, text/template: add ParseFS | Russ Cox | 2020-10-20 | 1 | -6/+52 |
| * | html/template, text/template: document glob semantics | Andrew Gerrand | 2019-06-17 | 1 | -7/+8 |
| * | Revert "html/template: prevent aliasing of parse Trees via AddParseTree" | Samuel Tan | 2018-01-09 | 1 | -5/+0 |
| * | html/template: reset templates orphaned by (*Template).New | Samuel Tan | 2017-12-08 | 1 | -0/+8 |
| * | html/template: prevent aliasing of parse Trees via AddParseTree | Samuel Tan | 2017-09-20 | 1 | -0/+5 |
| * | html/template: use the same escaper across multiple template executions | Samuel Tan | 2017-07-14 | 1 | -6/+7 |
| * | template: warn about interleaved nature of writes | Dieter Plaetinck | 2017-05-05 | 1 | -2/+4 |
| * | text/template,html/template: state that Funcs must happen before parsing | Rob Pike | 2017-03-21 | 1 | -0/+1 |
| * | html/template: fix multiple Clones of redefined template | Caleb Spare | 2016-11-15 | 1 | -4/+2 |
| * | html/template, text/template: drop defined template list from errors | Russ Cox | 2016-10-28 | 1 | -1/+1 |
| * | html/template, text/template: docs and fixes for template redefinition | Russ Cox | 2016-10-24 | 1 | -19/+45 |
| * | html/template, text/template: clarify template redefinition behavior | Russ Cox | 2016-10-19 | 1 | -10/+14 |
| * | html/template: fix Clone so that t.Lookup(t.Name()) yields t | Caleb Spare | 2016-10-17 | 1 | -0/+3 |
| * | html/template, text/template: clarify Parse{Files,Glob} semantics | Andrew Gerrand | 2016-04-22 | 1 | -0/+14 |
| * | text/template,html/template: correct comment in DefinedTemplates | Rob Pike | 2015-11-24 | 1 | -1/+1 |
| * | html/template: add DefinedTemplates to html/template | Rob Pike | 2015-11-23 | 1 | -1/+8 |
| * | html/template: include itself while cloning | Nodir Turakulov | 2015-10-20 | 1 | -0/+1 |
| * | text/template: change IsTrue to take interface{} instead of reflect.Value. | David Symonds | 2015-10-01 | 1 | -2/+1 |
| * | text/template, html/template: add block keyword and permit template redefinition | Andrew Gerrand | 2015-09-28 | 1 | -1/+3 |
| * | text/template: export isTrue | Rob Pike | 2015-09-17 | 1 | -0/+8 |
| * | text/template: provide a mechanism for options | Rob Pike | 2015-04-03 | 1 | -0/+23 |
| * | html/template: fix crash when escaping incomplete template | Rob Pike | 2015-03-20 | 1 | -0/+3 |
| * | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -0/+389 |