aboutsummaryrefslogtreecommitdiff
path: root/src/text/template/exec.go
AgeCommit message (Expand)Author
2020-08-28text/template: add CommentNode to template parse treeAriel Mashraki
2019-11-12text/template: add error check for parenthesized first argument in pipelineRob Pike
2019-09-25text/template: don't evaluate '.' as a float64Daniel Martí
2019-08-27text/template: replace bytes.Buffer with strings.BuilderDong-hee Na
2019-05-14text/template: fix truth handling of typed interface nils in if and withBjørn Erik Pedersen
2019-05-04all: add Unwrap and Is methods to various error typesDamien Neil
2019-02-26text/template: error on method calls on nil interfacesDaniel Martí
2019-02-26text/template: improve nil errors in evalFieldDaniel Martí
2019-02-26text/template: accept new number syntaxRuss Cox
2018-10-24text/template: recover panics during function callsDaniel Martí
2018-10-19text/template: drop unused sortKeys functionSeebs
2018-10-18fmt: print maps in key-sorted orderRob Pike
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-06-22text/template/parse: undo breaking API changesDaniel Theophanes
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2018-04-04text/template: add variable assignmentsDaniel Martí
2018-02-19text/template: differentiate nil from missing argDaniel Martí
2018-02-13text/template: never call reflect.Zero(nil)Daniel Martí
2018-02-06text/template: revert CL 66410 "add break, continue actions in ranges"Ian Lance Taylor
2017-10-17text/template: add break, continue actions in rangesTim Cooper
2017-09-22all: use sort.Slice in a few more placesDaniel Martí
2017-09-12all: remove strings.Contains check around ReplaceDaniel Martí
2017-05-05template: warn about interleaved nature of writesDieter Plaetinck
2017-02-09text/template: fix method lookup on addressable nil pointerRuss Cox
2017-02-07text/template: remove duplicate logic in conditionalSeth Vargo
2016-11-18text/template: handle option missingkey=error consistentlyÖzgür Kesim
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-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
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2015-11-24text/template,html/template: correct comment in DefinedTemplatesRob Pike
2015-10-28text/template: remove redundant indirectNodir Turakulov
2015-10-15text/template: resolve non-empty interfaceNodir Turakulov
2015-10-01text/template: change IsTrue to take interface{} instead of reflect.Value.David Symonds
2015-09-17text/template: export isTrueRob Pike
2015-09-09text/template: perform value validity checksNodir Turakulov
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-06-01text/template: template must be initialized at the time of creationAamir Khan
2015-05-14text/template: need to validate type when an argument is a function callRob Pike
2015-04-03text/template: provide a mechanism for optionsRob Pike
2015-03-20html/template: fix crash when escaping incomplete templateRob 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