index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
text
/
template
/
parse
/
parse.go
Age
Commit message (
Expand
)
Author
2018-06-22
text/template/parse: undo breaking API changes
Daniel Theophanes
2018-04-04
text/template: add variable assignments
Daniel MartÃ
2018-02-06
text/template: revert CL 66410 "add break, continue actions in ranges"
Ian Lance Taylor
2017-10-17
text/template: add break, continue actions in ranges
Tim Cooper
2017-04-19
all: remove redundant returns
Daniel MartÃ
2016-11-15
text/template: efficient reporting of line numbers
Rob Pike
2016-11-14
Revert "text/template: efficient reporting of line numbers"
Brad Fitzpatrick
2016-11-14
text/template: efficient reporting of line numbers
Rob Pike
2016-08-17
text/template: remove unused Tree.parse return value
Jess Frazelle
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-29
all: remove public named return values when useless
Brad Fitzpatrick
2015-09-28
text/template, html/template: add block keyword and permit template redefinition
Andrew Gerrand
2015-05-05
text/template: check for malformed pipelines
Didier Spezia
2015-05-05
text/template: shut down lexing goroutine on error
Rob Pike
2015-05-02
text/template: check for literals in chain of terms
Didier Spezia
2015-05-01
text/template: detect unmatched else at parsing time
Didier Spezia
2014-09-08
build: move package sources from src/pkg to src
Russ Cox