aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/text/template/exec_test.go
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-02-14text/template: don't panic when function call evaluates a nil pointerRob 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-07-31text/template: fix type of ComplexZero in testRob Pike
2013-03-27text/template: fix bug in evaluating a chain starting with a function.Rob Pike
2013-03-06text/template: improve error reporting for executing an empty templateRob Pike
2012-10-07text/template: fix nil crash on TemplatesRob Pike
2012-10-03text/template: better error messages during execution,Rob Pike
2012-09-24text/template: allow .Field access to parenthesized expressionsRob Pike
2012-08-24text/template: allow grouping of pipelines using parenthesesRob Pike
2012-08-08text/template: add 'nil' as a keyword in the languageRob Pike
2012-07-23text/template: fix bug in map indexingRob Pike
2012-05-22text/template: exec should accept interface value as valid.Ugorji Nwoke
2012-04-23text/template: detect unexported fields betterRob Pike
2012-04-03text/template: pipelined arg was not typecheckedRob Pike
2012-03-14text/template: variables do not take argumentsRob Pike
2012-03-04text/template: one more test caseRob Pike
2012-03-03text/template: clean up function valuesRob Pike
2012-02-15text/template: evaluate function fieldsRob Pike
2012-02-14text/template: drop reference to os.EPERM in the testRob Pike
2012-01-13template: for range on a map, sort the keys if feasible.Rob Pike
2011-12-18text/template: fix handing of nil arguments to functionsGustavo Niemeyer
2011-11-26text/template: rename the method Template.Template to Template.LookupRob Pike
2011-11-23text/template: new, simpler APIRob Pike
2011-11-17text/template: refactor set parsingRob Pike
2011-11-04template: format error with pointer receiver.David Symonds
2011-11-04template: format errorsRuss Cox
2011-11-03os,text,unicode: renamingsRob Pike