aboutsummaryrefslogtreecommitdiff
path: root/src/html/template/template.go
AgeCommit message (Expand)Author
2020-10-20html/template, text/template: add ParseFSRuss Cox
2019-06-17html/template, text/template: document glob semanticsAndrew Gerrand
2018-01-09Revert "html/template: prevent aliasing of parse Trees via AddParseTree"Samuel Tan
2017-12-08html/template: reset templates orphaned by (*Template).NewSamuel Tan
2017-09-20html/template: prevent aliasing of parse Trees via AddParseTreeSamuel Tan
2017-07-14html/template: use the same escaper across multiple template executionsSamuel Tan
2017-05-05template: warn about interleaved nature of writesDieter Plaetinck
2017-03-21text/template,html/template: state that Funcs must happen before parsingRob Pike
2016-11-15html/template: fix multiple Clones of redefined templateCaleb Spare
2016-10-28html/template, text/template: drop defined template list from errorsRuss Cox
2016-10-24html/template, text/template: docs and fixes for template redefinitionRuss Cox
2016-10-19html/template, text/template: clarify template redefinition behaviorRuss Cox
2016-10-17html/template: fix Clone so that t.Lookup(t.Name()) yields tCaleb Spare
2016-04-22html/template, text/template: clarify Parse{Files,Glob} semanticsAndrew Gerrand
2015-11-24text/template,html/template: correct comment in DefinedTemplatesRob Pike
2015-11-23html/template: add DefinedTemplates to html/templateRob Pike
2015-10-20html/template: include itself while cloningNodir Turakulov
2015-10-01text/template: change IsTrue to take interface{} instead of reflect.Value.David Symonds
2015-09-28text/template, html/template: add block keyword and permit template redefinitionAndrew Gerrand
2015-09-17text/template: export isTrueRob Pike
2015-04-03text/template: provide a mechanism for optionsRob Pike
2015-03-20html/template: fix crash when escaping incomplete templateRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox