aboutsummaryrefslogtreecommitdiff
path: root/src/text/template/exec_test.go
AgeCommit message (Expand)Author
2016-11-15text/template: efficient reporting of line numbersRob Pike
2016-11-14Revert "text/template: efficient reporting of line numbers"Brad Fitzpatrick
2016-11-14text/template: efficient reporting of line numbersRob Pike
2016-11-11text/template: reintroduce implicit indirect of interface values in builtin f...Russ Cox
2016-10-28html/template, text/template: drop defined template list from errorsRuss Cox
2016-10-24all: minor vet fixesJosh Bleecher Snyder
2016-10-19text/template: add support for reflect.Value args, results in funcsRuss Cox
2016-05-12text/template: detect pathologically recursive template invocationsAndrew Gerrand
2016-04-10text/template: emit field error over nil pointer error where appropriateAndrew Gerrand
2015-10-15text/template: resolve non-empty interfaceNodir Turakulov
2015-09-28text/template, html/template: add block keyword and permit template redefinitionAndrew Gerrand
2015-09-15text/template: verify that names in FuncMap are valid identifiersRob Pike
2015-09-09text/template: perform value validity checksNodir Turakulov
2015-09-09text/template: provide a way to trim leading and trailing space between actionsRob Pike
2015-08-27text/template: add ExecError type and return it from Execute on errorRob Pike
2015-06-24text/template: make zero Template work againRuss Cox
2015-06-01text/template: fix variadic function call corner caseDidier Spezia
2015-05-14text/template: need to validate type when an argument is a function callRob Pike
2015-05-02text/template: check for literals in chain of termsDidier Spezia
2015-05-01text/template: allow newlines in raw quotesRob Pike
2015-04-03text/template: provide a mechanism for optionsRob Pike
2015-03-16text/template: protect against explicit nil in field chainsRob Pike
2014-10-18text/template: fix bug in pipelined variadicsRob Pike
2014-09-22text/template: type-check chained node as argumentRob Pike
2014-09-22text/template: allow comparison functions to work between any integersRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox