aboutsummaryrefslogtreecommitdiff
path: root/src/text/template/parse/parse.go
AgeCommit message (Expand)Author
2018-06-22text/template/parse: undo breaking API changesDaniel Theophanes
2018-04-04text/template: add variable assignmentsDaniel Martí
2018-02-06text/template: revert CL 66410 "add break, continue actions in ranges"Ian Lance Taylor
2017-10-17text/template: add break, continue actions in rangesTim Cooper
2017-04-19all: remove redundant returnsDaniel Martí
2016-11-15text/template: efficient reporting of line numbersRob Pike
2016-11-14Revert "text/template: efficient reporting of line numbers"Brad Fitzpatrick
2016-11-14text/template: efficient reporting of line numbersRob Pike
2016-08-17text/template: remove unused Tree.parse return valueJess Frazelle
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2015-09-28text/template, html/template: add block keyword and permit template redefinitionAndrew Gerrand
2015-05-05text/template: check for malformed pipelinesDidier Spezia
2015-05-05text/template: shut down lexing goroutine on errorRob Pike
2015-05-02text/template: check for literals in chain of termsDidier Spezia
2015-05-01text/template: detect unmatched else at parsing timeDidier Spezia
2014-09-08build: move package sources from src/pkg to srcRuss Cox