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
/
pkg
/
text
/
template
/
parse
/
parse.go
Age
Commit message (
Expand
)
Author
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2014-08-29
text/template: add back pointer to Nodes for better error generation
Rob Pike
2013-09-17
text/template/parse, html/template: copy Tree.text during html template clone
Josh Bleecher Snyder
2013-08-28
text/template: allow {{else if ... }} to simplify if chains
Rob Pike
2013-08-03
various: deleted unused items
Rob Pike
2013-03-22
build: remove dead code
Russ Cox
2013-03-05
text/template/parse: remove self-assignment.
David Symonds
2013-01-22
text/template/parse: don't show itemType in error messages
Shenghou Ma
2012-10-03
text/template: better error messages during execution,
Rob Pike
2012-09-24
text/template: allow .Field access to parenthesized expressions
Rob Pike
2012-09-14
text/template: towards better errors
Rob Pike
2012-08-29
text/template: make spaces significant
Rob Pike
2012-08-24
text/template: allow grouping of pipelines using parentheses
Rob Pike
2012-08-08
text/template: add 'nil' as a keyword in the language
Rob Pike
2012-04-23
text/template: detect unexported fields better
Rob Pike
2012-04-15
text/template/parse: fix doc comment
Shenghou Ma
2012-04-12
text/template: catch unexported fields during parse
Rob Pike
2012-03-14
text/template: fix a couple of parse bugs around identifiers.
Rob Pike
2012-02-28
text/template: fix redefinition bugs
Rob Pike
2012-02-19
templates: minor edits to the documentation
Rob Pike
2011-12-01
template: move the empty check into parse, which needs it when constructing
Rob Pike
2011-11-28
text/template: address a couple of issues for html/template
Rob Pike
2011-11-23
text/template: new, simpler API
Rob Pike
2011-11-18
template/parse: rename Set to Parse
Rob Pike
2011-11-17
text/template: refactor set parsing
Rob Pike
2011-11-03
os,text,unicode: renamings
Rob Pike