aboutsummaryrefslogtreecommitdiff
path: root/src/text/template
AgeCommit message (Expand)Author
2025-12-15text/template: fix slice builtin for pointers to arraysNathan Nguyen
2025-10-17all: correct name for commentsJes Cok
2025-10-13all: replace calls to errors.As with errors.AsTypeJulien Cretel
2025-09-25std: remove unused declarationsAlan Donovan
2025-08-08text/template: use sync.OnceValue for builtinFuncs1911860538
2025-05-17text/template: limit expression parenthesis nestingVille Vesilehto
2025-05-12text/template: clone options when cloning templatesSean Liao
2025-03-07text/template: add an if func examplelinmaolin
2025-03-05text/template: provide example of overwriting template func after parserorycl
2025-02-25all: gofmt -wJes Cok
2025-02-10text/template: handle UnsafePointer in isTruepgxiaolianzi
2025-02-03text/template improved comparison error addresses issue #71421Diego Lara
2024-11-18text/template: don't crash piping to call with no argumentsIan Lance Taylor
2024-11-08encoding/json, text/template: use reflect.Value.Equal instead of ==Emmanuel T Odeke
2024-10-02text/template: use correct verbs for reflect.ValueJes Cok
2024-09-26text/template: support range-over-intqiulaidongfeng
2024-09-23text/template/parse: use correct line number in error after commentyincong
2024-09-23text/template: support range-over-funcqiulaidongfeng
2024-09-13text/template: make use of maps.Copy for Template.CloneJes Cok
2024-07-22text/template: fix doc spacingWill Faught
2024-06-21text/template/parse: fix handling of assignment/declaration in PipeNode.StringRob Pike
2024-05-24text/template: clarify error when too few or too many return valuesDmitri Shuralyov
2024-05-24text/template: add detailed info for goodFunc checkZxilly
2024-05-13fmt, internal/fmtsort: refactor SortedMap to use slice of structs for map sor...aimuz
2024-04-02text/template: more godoc linksOlivier Mengué
2024-03-18text/template: simplify unwrapping reflect.Interface valueJoe Taber
2024-02-26text: add available godoc linkcui fliter
2024-02-24text/template: add "else with" actionrogeryk
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-11-27text/template: more godoc linksOlivier Mengué
2023-08-03text/template: use "IsValid" instead of "!= zero" to compare zero ValueJes Cok
2023-08-01text/template, html/template: use reflect.TypeFor for known typesIan Lance Taylor
2023-06-15text/template: set variables correctly in range assignmentIan Lance Taylor
2023-05-01text/template: reword uncover to unwrapWill Faught
2023-03-25all: add a few links in package godocsDaniel Martí
2023-02-06all: upgrade Unicode from 13.0.0 to 15.0.0weebney
2022-11-04all: fix function names in commentscui fliter
2022-11-04text/template/parse: fix interaction of break/continue keywords and functionsEli Bendersky
2022-11-02text/template: correct assignment, not declaration, in rangeIan Lance Taylor
2022-09-23text/template/parse: fix confusion about markers near right delimsRuss Cox
2022-09-15text/template/parse: simplify I/O in lexingRob Pike
2022-09-15text/template: fixed typo in a nested template definitionkurochan
2022-09-08text/template: use strings.Buildercuiweixie
2022-08-22text/template: compare reflect.Value instances differentlyKeith Randall
2022-06-06text/template/parse: fix data race on lexer initializationEli Bendersky
2022-05-16text/template/parse: make atTerminator more efficientRob Pike
2022-04-11all: gofmt main repoRuss Cox
2022-04-06text/template: support delimiters that can be confused with actionsmprahl
2022-04-04text/template: permit eq and ne funcs to check against nilRob Pike
2022-04-01all: remove trailing blank doc comment linesRuss Cox