aboutsummaryrefslogtreecommitdiff
path: root/src/text/template/exec_test.go
AgeCommit message (Expand)Author
2025-02-25all: gofmt -wJes Cok
2025-02-10text/template: handle UnsafePointer in isTruepgxiaolianzi
2024-11-18text/template: don't crash piping to call with no argumentsIan Lance Taylor
2024-09-26text/template: support range-over-intqiulaidongfeng
2024-09-23text/template: support range-over-funcqiulaidongfeng
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-02-24text/template: add "else with" actionrogeryk
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-02-06all: upgrade Unicode from 13.0.0 to 15.0.0weebney
2022-11-02text/template: correct assignment, not declaration, in rangeIan Lance Taylor
2022-09-08text/template: use strings.Buildercuiweixie
2022-04-04text/template: permit eq and ne funcs to check against nilRob Pike
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-29text/template: use reflect.Value.FieldByIndexErrRob Pike
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-06text/template: fix type bug in eqRuss 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
2020-12-15text/template: error on range over send channelMeng Zhuo
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-12text/template: allow newlines inside action delimitersRuss Cox
2020-04-16html/template,text/template: switch to Unicode escapes for JSON compatibilityempijei
2019-12-19text/template: indirect interfaces before slicingDaniel Martí
2019-11-21text/template: harden JSEscape to also escape ampersand and equalRoberto Clapis
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-09-25text/template: support all comparable types in eqAriel Mashraki
2019-05-23text/template: add a slice function to the predefined global functionsAriel Mashraki
2019-05-22all: shorten some testsRuss Cox
2019-05-14text/template: fix truth handling of typed interface nils in if and withBjørn Erik Pedersen
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-08-23text/template: Put bad function name in quotes in panic from (*Template).FuncsMichal Bohuslávek
2018-07-09html/template: ignore untyped nil arguments to default escapersIan Lance Taylor
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-08-12text/template: support indexing into *int* mapsEmmanuel Odeke
2017-02-09text/template: fix method lookup on addressable nil pointerRuss Cox
2016-11-18text/template: handle option missingkey=error consistentlyÖzgür Kesim