aboutsummaryrefslogtreecommitdiff
path: root/src/text/template/exec.go
AgeCommit message (Expand)Author
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
2017-02-07text/template: remove duplicate logic in conditionalSeth Vargo
2016-11-18text/template: handle option missingkey=error consistentlyÖzgür Kesim
2016-11-11text/template: reintroduce implicit indirect of interface values in builtin f...Russ Cox
2016-10-28html/template, text/template: drop defined template list from errorsRuss Cox
2016-10-19text/template: add support for reflect.Value args, results in funcsRuss Cox
2016-05-12text/template: detect pathologically recursive template invocationsAndrew Gerrand
2016-04-10text/template: emit field error over nil pointer error where appropriateAndrew Gerrand
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2015-11-24text/template,html/template: correct comment in DefinedTemplatesRob Pike
2015-10-28text/template: remove redundant indirectNodir Turakulov