aboutsummaryrefslogtreecommitdiff
path: root/src/text
AgeCommit message (Expand)Author
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2016-02-18text/scanner: mention package when reporting errors to stderrRobert Griesemer
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-09-09all: minor documentation tweaks for constantsKonstantin Shaposhnikov
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-24text/scanner: add runnable example for packageCarlos C
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-13text/scanner: avoid further reads after EOFRobert Griesemer
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
2015-05-04text/template: ensures code consistency in lexerAymerick
2015-05-03text/template/parse: huge integers are not floatsRob Pike
2015-05-02text/template: check for literals in chain of termsDidier Spezia
2015-05-01text/template: detect unmatched else at parsing timeDidier Spezia
2015-05-01text/template: allow newlines in raw quotesRob Pike
2015-04-03text/template: provide a mechanism for optionsRob Pike
2015-04-01text/scanner: Fix EOF reporting on strange ReadersEvan Phoenix
2015-03-20html/template: fix crash when escaping incomplete templateRob Pike
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2015-03-16text/template: protect against explicit nil in field chainsRob Pike
2014-10-18text/template: fix bug in pipelined variadicsRob Pike
2014-09-22text/template: type-check chained node as argumentRob Pike
2014-09-22text/template: allow comparison functions to work between any integersRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox