aboutsummaryrefslogtreecommitdiff
path: root/src/text
AgeCommit message (Expand)Author
5 daysfmt, 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-29text/tabwriter: add recovered panic message to rethrowNicolas Hillegeer
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
2022-03-31text/template: remove newline special casing in documentationSean Liao
2022-03-17text/scanner: guard against installed IsIdentRune that accepts EOFRobert Griesemer
2022-03-15text/template/parse: allow space after continue or breakRob Pike
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-18html/template: remove unused `mode` field on `Tree` structGusted
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
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-09-20text/template: initialize template before locking itIan Lance Taylor
2021-07-18text/scanner: use Go convention in Position doc commentmehradsadeghi
2021-05-06text/template: fix type bug in eqRuss Cox
2021-05-06text/template/parse: rename DeferFuncCheck to SkipFuncCheckRuss Cox
2021-05-04text/template: add lock for Template.tmpl to fix data raceIan Lance Taylor
2021-04-19text/template/parse: add a mode to skip func-check on parsingAriel Mashraki
2021-04-12text/template: replace os.MkdirTemp with T.TempDirManlio Perillo
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