summaryrefslogtreecommitdiff
path: root/src/pkg/text
Commit message (Expand)AuthorAgeFilesLines
* text/template: allow eq to take more than two argumentsRob Pike2013-09-043-35/+54
* text/template: allow {{else if ... }} to simplify if chainsRob Pike2013-08-284-4/+40
* text/template: make the escapers for HTML etc. handle pointers correctlyRob Pike2013-08-273-27/+43
* text/template: implement comparison of basic typesRob Pike2013-08-213-2/+287
* text/template: Make function call builtin handle nil errors correctlyElias Naur2013-08-132-1/+4
* text/template/parse: nicer error when comment ends before final delimiterRob Pike2013-08-093-3/+13
* various: deleted unused itemsRob Pike2013-08-031-22/+0
* text/template/parse: print TextNodes using %s not %qRob Pike2013-07-313-3/+7
* text/template: fix type of ComplexZero in testRob Pike2013-07-311-1/+1
* all: be more idiomatic when documenting boolean return values.Rob Pike2013-07-231-1/+1
* text/template: comment fixKeith Randall2013-05-031-1/+1
* text/template: fix bug in evaluating a chain starting with a function.Rob Pike2013-03-272-10/+19
* build: remove dead codeRuss Cox2013-03-221-1/+0
* text/template: revert minor change to Name methodRob Pike2013-03-081-3/+0
* text/template: improve error reporting for executing an empty templateRob Pike2013-03-063-1/+57
* text/template/parse: remove self-assignment.David Symonds2013-03-051-1/+0
* text/template/parse: don't show itemType in error messagesShenghou Ma2013-01-221-2/+2
* text/template: Document that range can be used on chan types.Kamil Kisiel2013-01-121-4/+4
* gofmt: apply gofmt -w src miscRobert Griesemer2012-10-301-8/+8
* text/template: fix nil crash on TemplatesRob Pike2012-10-072-0/+8
* text/template: add an unexported method to NodeRob Pike2012-10-071-1/+10
* text/template: better error messages during execution,Rob Pike2012-10-037-164/+282
* text/template: fix typo of errorf as error in comment.Josh Holland2012-09-271-17/+17
* text/template: allow .Field access to parenthesized expressionsRob Pike2012-09-248-88/+263
* text/template: towards better errorsRob Pike2012-09-142-5/+79
* text/scanner: skip first character if it's a BOMRobert Griesemer2012-09-072-8/+11
* text/template: make spaces significantRob Pike2012-08-294-81/+190
* text/template: catch (A).X as a parse errorRob Pike2012-08-242-0/+9
* text/template: allow grouping of pipelines using parenthesesRob Pike2012-08-248-4/+82
* text/scanner: report illegal hexadecimal numbers (bug fix)Robert Griesemer2012-08-152-3/+11
* text/template/parse: fix bug handling /*/Rob Pike2012-08-092-2/+7
* text/template: add 'nil' as a keyword in the languageRob Pike2012-08-089-12/+78
* text/template: fix range example.Yves Junqueira2012-08-061-1/+1
* text/template/parse/lex.go: fix typoRob Pike2012-07-301-1/+1
* text/template/parse: fix data raceRob Pike2012-07-302-95/+159
* text/template: fix bug in map indexingRob Pike2012-07-232-2/+2
* doc: various "the the" and other typosMatthew William Jibson2012-07-082-2/+2
* text/template/parse: restore the goroutineRob Pike2012-06-011-12/+11
* text/template: exec should accept interface value as valid.Ugorji Nwoke2012-05-222-0/+13
* all: fix errors found by go vetRob Pike2012-04-251-1/+1
* text/template: improve the error reporting for unexported fields.Rob Pike2012-04-241-17/+8
* text/template: detect unexported fields betterRob Pike2012-04-234-19/+24
* text/template/parse: fix doc commentShenghou Ma2012-04-151-1/+1
* text/template: catch unexported fields during parseRob Pike2012-04-123-1/+12
* html, exp/html: escape ' and " as ' and ", since IE8 andNigel Tao2012-04-121-1/+1
* text/template: pipelined arg was not typecheckedRob Pike2012-04-032-1/+14
* text/template: fix typo in package commentRobert Griesemer2012-03-231-1/+1
* text/template: variables do not take argumentsRob Pike2012-03-142-0/+5
* text/template: fix a couple of parse bugs around identifiers.Rob Pike2012-03-144-2/+42
* text/template: one more test caseRob Pike2012-03-041-1/+2