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
/
lex_test.go
Age
Commit message (
Expand
)
Author
2025-09-25
std: remove unused declarations
Alan Donovan
2024-09-23
text/template/parse: use correct line number in error after comment
yincong
2022-09-23
text/template/parse: fix confusion about markers near right delims
Russ Cox
2022-09-15
text/template/parse: simplify I/O in lexing
Rob Pike
2022-06-06
text/template/parse: fix data race on lexer initialization
Eli Bendersky
2022-04-06
text/template: support delimiters that can be confused with actions
mprahl
2021-09-23
html/template, text/template: implement break and continue for range loops
Russ Cox
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-02-26
text/template: accept new number syntax
Russ Cox
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-09-07
text/template: fix pos info when trimming newlines
Daniel Martí
2017-04-25
all: remove some unused parameters in test code
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
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-05-05
text/template: shut down lexing goroutine on error
Rob Pike
2015-05-01
text/template: allow newlines in raw quotes
Rob Pike
2014-09-08
build: move package sources from src/pkg to src
Russ Cox