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_test.go
Age
Commit message (
Expand
)
Author
2024-06-21
text/template/parse: fix handling of assignment/declaration in PipeNode.String
Rob Pike
2024-02-24
text/template: add "else with" action
rogeryk
2022-11-04
text/template/parse: fix interaction of break/continue keywords and functions
Eli Bendersky
2022-09-15
text/template/parse: simplify I/O in lexing
Rob Pike
2022-03-15
text/template/parse: allow space after continue or break
Rob Pike
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-09-23
html/template, text/template: implement break and continue for range loops
Russ Cox
2021-05-06
text/template/parse: rename DeferFuncCheck to SkipFuncCheck
Russ Cox
2021-04-19
text/template/parse: add a mode to skip func-check on parsing
Ariel Mashraki
2020-10-12
text/template: allow newlines inside action delimiters
Russ Cox
2020-08-28
text/template: add CommentNode to template parse tree
Ariel Mashraki
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-03-24
text/template: allow using -}} with many spaces
Daniel Martí
2019-02-26
text/template: accept new number syntax
Russ Cox
2018-10-28
text/template/parse: error on bad range variables
Daniel Martí
2018-08-29
text/template: fix newline counting in raw strings
Daniel Martí
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
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-03-02
all: single space after period.
Brad Fitzpatrick
2015-09-28
text/template, html/template: add block keyword and permit template redefinition
Andrew Gerrand
2015-09-09
text/template: provide a way to trim leading and trailing space between actions
Rob Pike
2015-06-01
html/template: prevent panic when escaping actions involving chain nodes
Didier Spezia
2015-05-05
text/template: check for malformed pipelines
Didier Spezia
2015-05-03
text/template/parse: huge integers are not floats
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