aboutsummaryrefslogtreecommitdiff
path: root/src/text/template
AgeCommit message (Expand)Author
2018-06-22text/template/parse: undo breaking API changesDaniel Theophanes
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2018-04-19text/template: improve comment example in docZheng Dayu
2018-04-10text/template: copy Decl field when copying PipeNodeIan Lance Taylor
2018-04-04text/template: add variable assignmentsDaniel Martí
2018-02-21text/template: fix the documentation of the block actionYury Smolsky
2018-02-20text/template: avoid assiging unnecessary variableKunpei Sakai
2018-02-19text/template: remove associate's error returnDaniel 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-11-10text/template: remove unnecessary lexer fieldAriel Mashraki
2017-11-09text/template: remove unused lexer fieldAriel Mashraki
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-13text/template: check ignored error in a testDaniel Martí
2017-09-12all: remove strings.Contains check around ReplaceDaniel Martí
2017-09-07text/template: fix pos info when trimming newlinesDaniel Martí
2017-08-29all: join some chained ifs to unindent codeDaniel Martí
2017-08-12text/template: support indexing into *int* mapsEmmanuel Odeke
2017-06-09all: single space after periodBrad Fitzpatrick
2017-05-05html/template: allow safe usage of predefined escapers in pipelinesSamuel Tan
2017-05-05template: warn about interleaved nature of writesDieter Plaetinck
2017-04-25all: remove some unused parameters in test codeDaniel Martí
2017-04-19all: remove redundant returnsDaniel Martí
2017-04-04text/template: fix handling of empty blocksRob Pike
2017-03-21text/template,html/template: state that Funcs must happen before parsingRob Pike
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-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