aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/text
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-09-03text/template: 0xef is an integer, not a floating-point value.Rob Pike
2014-08-29text/template/parse: restore pointer-only receivers for Type on Dot and NilRob Pike
2014-08-29text/template: add back pointer to Nodes for better error generationRob Pike
2014-08-13text/scanner: improve documentationRobert Griesemer
2014-06-17text/scanner: fix commentRobert Griesemer
2014-06-16text/scanner: provide facility for custom identifiersRobert Griesemer
2014-05-19text/template,html/template: document that partial results may be written on ...Rob Pike
2014-04-15text/template: say more often that templates are safe for parallel executionRob Pike
2014-03-21text/scanner: handle non-io.EOF errorsRui Ueyama
2014-02-14text/template: don't panic when function call evaluates a nil pointerRob Pike
2014-02-04text/tabwriter: improve panic backtracesJosh Bleecher Snyder
2014-01-27all: use {bytes,strings}.NewReader instead of bytes.BuffersBrad Fitzpatrick
2013-12-30text/template: don't panic when using AddParseTree with an unparsed templateJosh Bleecher Snyder
2013-12-12net, text/tabwriter: use cap arg to makeJosh Bleecher Snyder
2013-09-17text/template/parse, html/template: copy Tree.text during html template cloneJosh Bleecher Snyder
2013-09-13text/template/parse: mostly roll back the error detection for unmatched right...Rob Pike
2013-09-12text/template: catch unmatched right delimiterRob Pike
2013-09-04text/template: allow eq to take more than two argumentsRob Pike
2013-08-28text/template: allow {{else if ... }} to simplify if chainsRob Pike
2013-08-27text/template: make the escapers for HTML etc. handle pointers correctlyRob Pike
2013-08-21text/template: implement comparison of basic typesRob Pike
2013-08-13text/template: Make function call builtin handle nil errors correctlyElias Naur
2013-08-09text/template/parse: nicer error when comment ends before final delimiterRob Pike
2013-08-03various: deleted unused itemsRob Pike
2013-07-31text/template/parse: print TextNodes using %s not %qRob Pike
2013-07-31text/template: fix type of ComplexZero in testRob Pike
2013-07-23all: be more idiomatic when documenting boolean return values.Rob Pike
2013-05-03text/template: comment fixKeith Randall
2013-03-27text/template: fix bug in evaluating a chain starting with a function.Rob Pike
2013-03-22build: remove dead codeRuss Cox
2013-03-08text/template: revert minor change to Name methodRob Pike
2013-03-06text/template: improve error reporting for executing an empty templateRob Pike
2013-03-05text/template/parse: remove self-assignment.David Symonds
2013-01-22text/template/parse: don't show itemType in error messagesShenghou Ma
2013-01-12text/template: Document that range can be used on chan types.Kamil Kisiel
2012-10-30gofmt: apply gofmt -w src miscRobert Griesemer
2012-10-07text/template: fix nil crash on TemplatesRob Pike
2012-10-07text/template: add an unexported method to NodeRob Pike
2012-10-03text/template: better error messages during execution,Rob Pike
2012-09-27text/template: fix typo of errorf as error in comment.Josh Holland
2012-09-24text/template: allow .Field access to parenthesized expressionsRob Pike
2012-09-14text/template: towards better errorsRob Pike
2012-09-07text/scanner: skip first character if it's a BOMRobert Griesemer
2012-08-29text/template: make spaces significantRob Pike
2012-08-24text/template: catch (A).X as a parse errorRob Pike
2012-08-24text/template: allow grouping of pipelines using parenthesesRob Pike
2012-08-15text/scanner: report illegal hexadecimal numbers (bug fix)Robert Griesemer
2012-08-09text/template/parse: fix bug handling /*/Rob Pike
2012-08-08text/template: add 'nil' as a keyword in the languageRob Pike