aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/text/template/parse
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
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-08-28text/template: allow {{else if ... }} to simplify if chainsRob Pike
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-03-22build: remove dead codeRuss Cox
2013-03-05text/template/parse: remove self-assignment.David Symonds
2013-01-22text/template/parse: don't show itemType in error messagesShenghou Ma
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-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-09text/template/parse: fix bug handling /*/Rob Pike
2012-08-08text/template: add 'nil' as a keyword in the languageRob Pike
2012-07-30text/template/parse/lex.go: fix typoRob Pike
2012-07-30text/template/parse: fix data raceRob Pike
2012-06-01text/template/parse: restore the goroutineRob Pike
2012-04-25all: fix errors found by go vetRob Pike
2012-04-23text/template: detect unexported fields betterRob Pike
2012-04-15text/template/parse: fix doc commentShenghou Ma
2012-04-12text/template: catch unexported fields during parseRob Pike
2012-03-14text/template: fix a couple of parse bugs around identifiers.Rob Pike
2012-02-28text/template: fix redefinition bugsRob Pike
2012-02-19templates: minor edits to the documentationRob Pike
2012-02-11text/template/parse: deep Copy method for nodesRob Pike
2012-02-09text/template/parse: fix commentMikio Hara
2012-01-30build: remove Make.pkg, Make.toolRuss Cox
2012-01-19text/template/parse: use human error printsRob Pike
2011-12-05use new strconv APIRuss Cox
2011-12-01template: move the empty check into parse, which needs it when constructingRob Pike
2011-11-28text/template: address a couple of issues for html/templateRob Pike
2011-11-23text/template: new, simpler APIRob Pike
2011-11-18template/parse: rename Set to ParseRob Pike
2011-11-17text/template: refactor set parsingRob Pike
2011-11-08renaming_3: gofix -r go1pkgrename src/pkg/[m-z]*Rob Pike
2011-11-08renaming_1: hand-edited files for go 1 renamingRob Pike
2011-11-03os,text,unicode: renamingsRob Pike