aboutsummaryrefslogtreecommitdiff
path: root/src/text/template
AgeCommit message (Expand)Author
2017-02-07text/template: remove duplicate logic in conditionalSeth Vargo
2016-11-18text/template: handle option missingkey=error consistentlyÖzgür Kesim
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-24html/template, text/template: docs and fixes for template redefinitionRuss Cox
2016-10-19text/template: add support for reflect.Value args, results in funcsRuss Cox
2016-10-19html/template, text/template: clarify template redefinition behaviorRuss Cox
2016-09-13text/template: improve lexer performance in finding left delimiters.Paul Borman
2016-08-17text/template: remove unused Tree.parse return valueJess Frazelle
2016-08-16text/template: fix Parse when called twice with empty textJess Frazelle
2016-06-21text/template: clarify the default formatting used for valuesRob Pike
2016-05-12text/template: detect pathologically recursive template invocationsAndrew Gerrand
2016-05-11text/template: fix typo in documentationJohan Sageryd
2016-04-22html/template, text/template: clarify Parse{Files,Glob} semanticsAndrew Gerrand
2016-04-10text/template: emit field error over nil pointer error where appropriateAndrew Gerrand
2016-03-25all: delete dead non-test codeDominik Honnef
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2016-01-21text/template: fix documentation for pipelinesRob Pike
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-08text/template: fix formatting calls in testsAlexander Morozov
2015-10-01text/template: change IsTrue to take interface{} instead of reflect.Value.David Symonds
2015-09-29text/template, html/template: fix block example nameAndrew Gerrand
2015-09-28text/template, html/template: add block keyword and permit template redefinitionAndrew Gerrand
2015-09-17text/template: export isTrueRob Pike
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-23text/template: explain better the semantics of ParseFilesRob Pike
2015-06-18all: switch to the new deprecation conventionShenghou Ma
2015-06-03text/template: refactor code to accomodate bi-state requirement for templatesAamir Khan
2015-06-02text/template: clarify the documentation around template definitionsRob Pike
2015-06-01text/template: fix variadic function call corner caseDidier Spezia
2015-06-01html/template: prevent panic when escaping actions involving chain nodesDidier Spezia
2015-06-01text/template: template must be initialized at the time of creationAamir Khan
2015-05-16text/template: fix race condition on function mapsDidier Spezia
2015-05-14text/template: need to validate type when an argument is a function callRob Pike
2015-05-07text/template: delete obsolete nil checkRob Pike
2015-05-05text/template: check for malformed pipelinesDidier Spezia
2015-05-05text/template: shut down lexing goroutine on errorRob Pike