summaryrefslogtreecommitdiff
path: root/src/text/template/funcs.go
Commit message (Expand)AuthorAgeFilesLines
* html/template: allow safe usage of predefined escapers in pipelinesSamuel Tan2017-05-051-1/+4
* text/template: reintroduce implicit indirect of interface values in builtin f...Russ Cox2016-11-111-8/+13
* text/template: add support for reflect.Value args, results in funcsRuss Cox2016-10-191-40/+41
* all: delete dead non-test codeDominik Honnef2016-03-251-1/+0
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten2016-02-191-1/+1
* text/template: change IsTrue to take interface{} instead of reflect.Value.David Symonds2015-10-011-1/+1
* text/template: export isTrueRob Pike2015-09-171-4/+3
* text/template: verify that names in FuncMap are valid identifiersRob Pike2015-09-151-1/+21
* text/template: perform value validity checksNodir Turakulov2015-09-091-12/+38
* text/template: fix race condition on function mapsDidier Spezia2015-05-161-0/+2
* text/template: provide a mechanism for optionsRob Pike2015-04-031-1/+1
* text/template: allow comparison functions to work between any integersRob Pike2014-09-221-34/+52
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+580