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
/
node.go
Age
Commit message (
Expand
)
Author
2024-06-21
text/template/parse: fix handling of assignment/declaration in PipeNode.String
Rob Pike
2024-02-26
text: add available godoc link
cui fliter
2023-12-14
all: remove newline characters after return statements
Danil Timerbulatov
2021-09-23
html/template, text/template: implement break and continue for range loops
Russ Cox
2020-08-28
text/template: add CommentNode to template parse tree
Ariel Mashraki
2020-06-23
text/template: fix lint typo in VariableNode doc
Macks
2019-10-03
text/template/parse: speed up nodes printing
Ariel Mashraki
2019-10-01
text/template/parse: use strings.Builder in Chain and List nodes
Ariel Mashraki
2019-10-01
text/template/parse: use strings.Builder in String methods
Ariel Mashraki
2019-10-01
text/template: further simplify building the vars list
Rob Pike
2019-09-30
text/template/parse: specify slice capacity in Pipenode.CopyPipe()
Pantelis Sampaziotis
2019-02-26
text/template: accept new number syntax
Russ Cox
2018-06-22
text/template/parse: undo breaking API changes
Daniel Theophanes
2018-04-10
text/template: copy Decl field when copying PipeNode
Ian Lance Taylor
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
2015-06-18
all: switch to the new deprecation convention
Shenghou Ma
2015-05-03
text/template/parse: huge integers are not floats
Rob Pike
2014-09-08
build: move package sources from src/pkg to src
Russ Cox