aboutsummaryrefslogtreecommitdiff
path: root/src/text/template/exec.go
AgeCommit message (Expand)Author
2025-02-10text/template: handle UnsafePointer in isTruepgxiaolianzi
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: support range-over-funcqiulaidongfeng
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-03-18text/template: simplify unwrapping reflect.Interface valueJoe Taber
2024-02-26text: add available godoc linkcui fliter
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
2022-11-02text/template: correct assignment, not declaration, in rangeIan Lance Taylor
2022-08-22text/template: compare reflect.Value instances differentlyKeith Randall
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-29text/template: use reflect.Value.FieldByIndexErrRob Pike
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2021-10-05text/template: only unwrap final and/or valueIan Lance Taylor
2021-10-01text/template: undo reflect.Value wrapping for short-circuit and/orIan Lance Taylor
2021-09-29text/template: check final value for short-circuit and/orIan Lance Taylor
2021-09-23html/template, text/template: implement break and continue for range loopsRuss Cox
2021-09-21text/template: implement short-circuit and, orRuss Cox
2021-05-04text/template: add lock for Template.tmpl to fix data raceIan Lance Taylor
2021-03-05text/template: wrap errors returned by template functions instead of stringif...Adrien Delorme
2021-02-25reflect: add Method.IsExported and StructField.IsExported methodsJoe Tsai
2020-12-15text/template: error on range over send channelMeng Zhuo
2020-08-28text/template: add CommentNode to template parse treeAriel Mashraki
2019-11-12text/template: add error check for parenthesized first argument in pipelineRob Pike
2019-09-25text/template: don't evaluate '.' as a float64Daniel Martí
2019-08-27text/template: replace bytes.Buffer with strings.BuilderDong-hee Na
2019-05-14text/template: fix truth handling of typed interface nils in if and withBjørn Erik Pedersen
2019-05-04all: add Unwrap and Is methods to various error typesDamien Neil
2019-02-26text/template: error on method calls on nil interfacesDaniel Martí
2019-02-26text/template: improve nil errors in evalFieldDaniel Martí
2019-02-26text/template: accept new number syntaxRuss Cox
2018-10-24text/template: recover panics during function callsDaniel Martí
2018-10-19text/template: drop unused sortKeys functionSeebs
2018-10-18fmt: print maps in key-sorted orderRob Pike
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-06-22text/template/parse: undo breaking API changesDaniel Theophanes
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2018-04-04text/template: add variable assignmentsDaniel Martí
2018-02-19text/template: differentiate nil from missing argDaniel Martí
2018-02-13text/template: never call reflect.Zero(nil)Daniel Martí
2018-02-06text/template: revert CL 66410 "add break, continue actions in ranges"Ian Lance Taylor
2017-10-17text/template: add break, continue actions in rangesTim Cooper
2017-09-22all: use sort.Slice in a few more placesDaniel Martí
2017-09-12all: remove strings.Contains check around ReplaceDaniel Martí
2017-05-05template: warn about interleaved nature of writesDieter Plaetinck
2017-02-09text/template: fix method lookup on addressable nil pointerRuss Cox