summaryrefslogtreecommitdiff
path: root/src/text/template
Commit message (Expand)AuthorAgeFilesLines
* all: single space after periodBrad Fitzpatrick2017-06-091-5/+5
* html/template: allow safe usage of predefined escapers in pipelinesSamuel Tan2017-05-052-2/+8
* template: warn about interleaved nature of writesDieter Plaetinck2017-05-052-3/+6
* all: remove some unused parameters in test codeDaniel Martí2017-04-251-2/+2
* all: remove redundant returnsDaniel Martí2017-04-191-1/+0
* text/template: fix handling of empty blocksRob Pike2017-04-042-4/+37
* text/template,html/template: state that Funcs must happen before parsingRob Pike2017-03-211-0/+1
* text/template: fix method lookup on addressable nil pointerRuss Cox2017-02-092-1/+4
* text/template: remove duplicate logic in conditionalSeth Vargo2017-02-071-1/+1
* text/template: handle option missingkey=error consistentlyÖzgür Kesim2016-11-182-0/+9
* text/template: efficient reporting of line numbersRob Pike2016-11-155-149/+204
* Revert "text/template: efficient reporting of line numbers"Brad Fitzpatrick2016-11-145-204/+149
* text/template: efficient reporting of line numbersRob Pike2016-11-145-149/+204
* text/template: reintroduce implicit indirect of interface values in builtin f...Russ Cox2016-11-113-9/+101
* html/template, text/template: drop defined template list from errorsRuss Cox2016-10-282-2/+2
* all: minor vet fixesJosh Bleecher Snyder2016-10-241-1/+1
* html/template, text/template: docs and fixes for template redefinitionRuss Cox2016-10-241-6/+4
* text/template: add support for reflect.Value args, results in funcsRuss Cox2016-10-193-44/+88
* html/template, text/template: clarify template redefinition behaviorRuss Cox2016-10-191-3/+12
* text/template: improve lexer performance in finding left delimiters.Paul Borman2016-09-131-26/+15
* text/template: remove unused Tree.parse return valueJess Frazelle2016-08-171-2/+1
* text/template: fix Parse when called twice with empty textJess Frazelle2016-08-162-1/+37
* text/template: clarify the default formatting used for valuesRob Pike2016-06-211-2/+3
* text/template: detect pathologically recursive template invocationsAndrew Gerrand2016-05-122-4/+28
* text/template: fix typo in documentationJohan Sageryd2016-05-111-1/+1
* html/template, text/template: clarify Parse{Files,Glob} semanticsAndrew Gerrand2016-04-221-0/+14
* text/template: emit field error over nil pointer error where appropriateAndrew Gerrand2016-04-102-5/+24
* all: delete dead non-test codeDominik Honnef2016-03-251-1/+0
* all: single space after period.Brad Fitzpatrick2016-03-024-5/+5
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-292-5/+9
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten2016-02-193-4/+4
* text/template: fix documentation for pipelinesRob Pike2016-01-211-3/+3
* text/template,html/template: correct comment in DefinedTemplatesRob Pike2015-11-241-1/+1
* text/template: remove redundant indirectNodir Turakulov2015-10-281-2/+1
* text/template: resolve non-empty interfaceNodir Turakulov2015-10-152-23/+33
* text/template: fix formatting calls in testsAlexander Morozov2015-10-081-2/+2
* text/template: change IsTrue to take interface{} instead of reflect.Value.David Symonds2015-10-012-3/+7
* text/template, html/template: fix block example nameAndrew Gerrand2015-09-291-1/+1
* text/template, html/template: add block keyword and permit template redefinitionAndrew Gerrand2015-09-289-69/+190
* text/template: export isTrueRob Pike2015-09-172-8/+8
* text/template: verify that names in FuncMap are valid identifiersRob Pike2015-09-153-3/+73
* text/template: perform value validity checksNodir Turakulov2015-09-093-15/+43
* text/template: provide a way to trim leading and trailing space between actionsRob Pike2015-09-096-28/+153
* text/template: add ExecError type and return it from Execute on errorRob Pike2015-08-272-5/+88
* text/template: make zero Template work againRuss Cox2015-06-245-2/+31
* text/template: explain better the semantics of ParseFilesRob Pike2015-06-231-2/+7
* all: switch to the new deprecation conventionShenghou Ma2015-06-181-5/+5
* text/template: refactor code to accomodate bi-state requirement for templatesAamir Khan2015-06-032-23/+85
* text/template: clarify the documentation around template definitionsRob Pike2015-06-021-11/+12