summaryrefslogtreecommitdiff
path: root/src/text
Commit message (Expand)AuthorAgeFilesLines
* 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: freeze net/rpc and reword the 'frozen' message in other frozen packagesRob Pike2016-10-261-1/+1
* testing/quick, text/tabwriter: freeze packagesBrad Fitzpatrick2016-10-241-0/+1
* 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/scanner: better error message if no error handler is installedRobert Griesemer2016-05-253-49/+47
* 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-025-7/+7
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-293-9/+15
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* text/tabwriter: clarify documentationRobert Griesemer2016-02-232-13/+62
* all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten2016-02-193-4/+4
* text/scanner: mention package when reporting errors to stderrRobert Griesemer2016-02-181-1/+1
* 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
* all: minor documentation tweaks for constantsKonstantin Shaposhnikov2015-09-091-1/+1
* 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/scanner: add runnable example for packageCarlos C2015-06-242-11/+38
* 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
* text/template: fix variadic function call corner caseDidier Spezia2015-06-012-1/+26
* html/template: prevent panic when escaping actions involving chain nodesDidier Spezia2015-06-011-2/+2