aboutsummaryrefslogtreecommitdiff
path: root/src/text
AgeCommit message (Expand)Author
2019-02-26text/template: accept new number syntaxRuss Cox
2019-02-20text/scanner: don't liberally consume (invalid) floats or underbarsRobert Griesemer
2019-02-11text/scanner: accept new Go2 number literalsRobert Griesemer
2019-02-11text/scanner: don't crash when calling TokenText in error handlerRobert Griesemer
2018-10-29text/template/parse: simplify Tree.pipelineDaniel Martí
2018-10-28text/template/parse: error on bad range variablesDaniel Martí
2018-10-24text/template: recover panics during function callsDaniel Martí
2018-10-23text/template: removed truncation of context in error messageAlexandre Maari
2018-10-19text/template: drop unused sortKeys functionSeebs
2018-10-18fmt: print maps in key-sorted orderRob Pike
2018-10-11text/template: explain that integer constants can overflowRob Pike
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-09-05text/template: simplify line tracking in the lexerDaniel Martí
2018-08-29text/template: fix newline counting in raw stringsDaniel Martí
2018-08-23text/template: Put bad function name in quotes in panic from (*Template).FuncsMichal Bohuslávek
2018-08-20text/scanner: don't allow Float exponents with no mantissaBen Hoyt
2018-07-09html/template: ignore untyped nil arguments to default escapersIan Lance Taylor
2018-06-28text/template/parse: fix a comment around the assign operatorAndrew Braunstein
2018-06-22text/template/parse: undo breaking API changesDaniel Theophanes
2018-06-04text/tabwriter: fix BenchmarkPyramid and BenchmarkRagged againJosh Bleecher Snyder
2018-05-08text/scanner: return RawString token rather than String for raw string literalsShengyu Zhang
2018-05-07text/tabwriter: don't mimic previous lines on flushJosh Bleecher Snyder
2018-05-06text/tabwriter: fix BenchmarkPyramid and BenchmarkRaggedJosh Bleecher Snyder
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2018-04-19text/template: improve comment example in docZheng Dayu
2018-04-14text/tabwriter: reduce allocations from tracking cellsJosh Bleecher Snyder
2018-04-10text/template: copy Decl field when copying PipeNodeIan Lance Taylor
2018-04-04text/tabwriter: remove internal use of bytes.Buffer (cleanup)Robert Griesemer
2018-04-04text/template: add variable assignmentsDaniel Martí
2018-03-10text/scanner: add examplesAdam Woodbeck
2018-02-21text/template: fix the documentation of the block actionYury Smolsky
2018-02-20text/template: avoid assiging unnecessary variableKunpei Sakai
2018-02-19text/template: remove associate's error returnDaniel 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-11-10text/template: remove unnecessary lexer fieldAriel Mashraki
2017-11-09text/template: remove unused lexer fieldAriel Mashraki
2017-10-31all: unindent some if bodies by exiting earlyDaniel Martí
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-13text/template: check ignored error in a testDaniel Martí
2017-09-12all: remove strings.Contains check around ReplaceDaniel Martí
2017-09-07text/template: fix pos info when trimming newlinesDaniel Martí
2017-08-29all: join some chained ifs to unindent codeDaniel Martí
2017-08-18all: unindent some big chunks of codeDaniel Martí
2017-08-12text/template: support indexing into *int* mapsEmmanuel Odeke
2017-06-09all: single space after periodBrad Fitzpatrick
2017-05-14text/scanner: clarify documentation on Pos and PositionRobert Griesemer
2017-05-12text/scanner: use correct token position in exampleRobert Griesemer