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
Age
Commit message (
Expand
)
Author
2024-06-21
text/template/parse: fix handling of assignment/declaration in PipeNode.String
Rob Pike
2024-05-24
text/template: clarify error when too few or too many return values
Dmitri Shuralyov
2024-05-24
text/template: add detailed info for goodFunc check
Zxilly
2024-05-13
fmt, internal/fmtsort: refactor SortedMap to use slice of structs for map sor...
aimuz
2024-04-02
text/template: more godoc links
Olivier Mengué
2024-03-18
text/template: simplify unwrapping reflect.Interface value
Joe Taber
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
2023-11-27
text/template: more godoc links
Olivier Mengué
2023-08-03
text/template: use "IsValid" instead of "!= zero" to compare zero Value
Jes Cok
2023-08-01
text/template, html/template: use reflect.TypeFor for known types
Ian Lance Taylor
2023-06-15
text/template: set variables correctly in range assignment
Ian Lance Taylor
2023-05-01
text/template: reword uncover to unwrap
Will Faught
2023-03-25
all: add a few links in package godocs
Daniel Martí
2023-02-06
all: upgrade Unicode from 13.0.0 to 15.0.0
weebney
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-11-02
text/template: correct assignment, not declaration, in range
Ian Lance Taylor
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-09-15
text/template: fixed typo in a nested template definition
kurochan
2022-09-08
text/template: use strings.Builder
cuiweixie
2022-08-22
text/template: compare reflect.Value instances differently
Keith Randall
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-04-04
text/template: permit eq and ne funcs to check against nil
Rob Pike
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2022-03-31
text/template: remove newline special casing in documentation
Sean Liao
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-29
text/template: use reflect.Value.FieldByIndexErr
Rob Pike
2021-10-26
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
2021-10-18
html/template: remove unused `mode` field on `Tree` struct
Gusted
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-10-05
text/template: only unwrap final and/or value
Ian Lance Taylor
2021-10-01
text/template: undo reflect.Value wrapping for short-circuit and/or
Ian Lance Taylor
2021-09-29
text/template: check final value for short-circuit and/or
Ian Lance Taylor
2021-09-23
html/template, text/template: implement break and continue for range loops
Russ Cox
2021-09-21
text/template: implement short-circuit and, or
Russ Cox
2021-09-20
text/template: initialize template before locking it
Ian Lance Taylor
2021-05-06
text/template: fix type bug in eq
Russ Cox
2021-05-06
text/template/parse: rename DeferFuncCheck to SkipFuncCheck
Russ Cox
2021-05-04
text/template: add lock for Template.tmpl to fix data race
Ian Lance Taylor
2021-04-19
text/template/parse: add a mode to skip func-check on parsing
Ariel Mashraki
2021-04-12
text/template: replace os.MkdirTemp with T.TempDir
Manlio Perillo
2021-03-05
text/template: wrap errors returned by template functions instead of stringif...
Adrien Delorme
2021-02-25
reflect: add Method.IsExported and StructField.IsExported methods
Joe Tsai
[next]