summaryrefslogtreecommitdiff
path: root/src/text
Commit message (Expand)AuthorAgeFilesLines
* all: single space after periodBrad Fitzpatrick2017-06-091-5/+5
* text/scanner: clarify documentation on Pos and PositionRobert Griesemer2017-05-141-1/+4
* text/scanner: use correct token position in exampleRobert Griesemer2017-05-121-19/+16
* 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: 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