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
Age
Commit message (
Expand
)
Author
2025-05-17
text/template: limit expression parenthesis nesting
Ville Vesilehto
2024-09-23
text/template/parse: use correct line number in error after comment
yincong
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
2024-02-24
text/template: add "else with" action
rogeryk
2023-12-14
all: remove newline characters after return statements
Danil Timerbulatov
2022-11-04
all: fix function names in comments
cui fliter
2022-11-04
text/template/parse: fix interaction of break/continue keywords and functions
Eli Bendersky
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-05-16
text/template/parse: make atTerminator more efficient
Rob Pike
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-06
text/template: support delimiters that can be confused with actions
mprahl
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-10-18
html/template: remove unused `mode` field on `Tree` struct
Gusted
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
2020-06-23
text/template: fix lint typo in VariableNode doc
Macks
2020-01-23
text/template/parse: remove redundant return
Ariel Mashraki
2019-10-03
text/template/parse: speed up nodes printing
Ariel Mashraki
2019-10-01
text/template/parse: remove duplication in peekNonSpace
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-03-24
text/template: allow using -}} with many spaces
Daniel Martí
2019-02-26
text/template: accept new number syntax
Russ Cox
2018-10-29
text/template/parse: simplify Tree.pipeline
Daniel Martí
2018-10-28
text/template/parse: error on bad range variables
Daniel Martí
2018-10-23
text/template: removed truncation of context in error message
Alexandre Maari
2018-09-05
text/template: simplify line tracking in the lexer
Daniel Martí
2018-08-29
text/template: fix newline counting in raw strings
Daniel Martí
2018-06-28
text/template/parse: fix a comment around the assign operator
Andrew Braunstein
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-11-10
text/template: remove unnecessary lexer field
Ariel Mashraki
2017-11-09
text/template: remove unused lexer field
Ariel Mashraki
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-08-29
all: join some chained ifs to unindent code
Daniel Martí
2017-04-25
all: remove some unused parameters in test code
Daniel Martí
2017-04-19
all: remove redundant returns
Daniel Martí
2016-11-15
text/template: efficient reporting of line numbers
Rob Pike
[next]