summaryrefslogtreecommitdiff
path: root/src/pkg/template
AgeCommit message (Expand)AuthorFilesLines
2010-05-09template: regularize the handling of interfaces, pointers, andRob Pike1-79/+56
2010-04-28template: remove reference to json-templateAndrew Gerrand1-3/+1
2010-04-26template: fix handling of pointer inside interfaceRuss Cox2-1/+8
2010-04-21json: Marshal, Unmarshal using new scannerRuss Cox1-1/+1
2010-04-13template: use panic/recover to simplify internal error handling.Rob Pike1-50/+32
2010-03-30single argument panicRuss Cox1-2/+2
2010-03-19template: fixed html formatter bug where it would turn a []byteAndrew Gerrand2-3/+18
2010-03-10template: add ParseFile, MustParseFile, and associated testsAndrew Gerrand2-1/+37
2010-03-02gofmt: experiment: align values in map composites where possibleRobert Griesemer2-3/+3
2010-02-26Fix a couple of bugs referencing data values in template.Micah Stetson2-0/+18
2010-02-25strings: delete Runes, BytesRuss Cox3-11/+9
2010-02-24gofmt: don't print ()'s around function-typed results (not needed anymore)Robert Griesemer1-1/+1
2010-02-02Change type of Printf's args to ... interface{}Rob Pike1-2/+2
2010-01-15template: look inside interface valuesRuss Cox2-0/+23
2010-01-08Rewrite tokenizer to clean up and fix a bug with spaces before delimited block.Rob Pike2-45/+73
2009-12-24implement .repeats for maps.Rob Pike2-27/+37
2009-12-16add the ability to invoke niladic single-valued methods in templates.Rob Pike2-10/+86
2009-12-151) Change default gofmt default settings forRobert Griesemer3-378/+378
2009-12-09remove uses of string concatenation from src and misc directoryRobert Griesemer1-72/+72
2009-11-30template: two bug fixes / nitsRuss Cox3-1/+17
2009-11-24Change to container/vector interface:Robert Griesemer2-2/+2
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox2-3/+3
2009-11-19Map support for template.Execute().James Meneghello2-12/+59
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer3-11/+11
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer3-101/+101
2009-11-08a nagging inconsistency: capitalization ofRuss Cox2-6/+6
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer2-7/+5
2009-11-05- gofmt'ing of some stragglers, now with correct comment indentationRobert Griesemer1-97/+97
2009-11-05gofmt-ify strings, templateRobert Griesemer1-72/+72
2009-11-05gofmt-ify template, time, unsafe, flag, fmtRobert Griesemer1-5/+5
2009-11-04panic can't print interfaces well so use err.String()Rob Pike1-1/+1
2009-11-03add " and ' to list of html-escaped charsRobert Griesemer1-15/+24
2009-11-02fix buildRob Pike1-1/+1
2009-11-02forgot to count newlines when scanning white space.Rob Pike1-1/+2
2009-11-02remove goroutines from template parsing.Rob Pike1-31/+75
2009-10-27files that are okay from the last gofmt roundRuss Cox1-3/+1
2009-10-08more lgtm files from gofmtRuss Cox1-67/+67
2009-09-17use buf.String() instead of string(buf.Bytes())Rob Pike1-8/+8
2009-09-17unused importsRuss Cox2-3/+0
2009-09-16rename bytes.Buffer.Data() to bytes.Buffer.Bytes()Rob Pike2-9/+9
2009-09-15more "declared and not used".Russ Cox1-1/+1
2009-09-14fix "declared and not used" in tests;Russ Cox1-8/+8
2009-09-14do not crash on nil data valueRuss Cox1-0/+3
2009-09-01template:Russ Cox2-7/+28
2009-08-29Fix .alternates execution: it was skipping every second token.David Symonds2-2/+13
2009-08-26template: Support iterables for repeated fields.David Symonds2-65/+130
2009-08-12convert non-low-level non-google pkg codeRuss Cox3-69/+6
2009-08-05- FieldByName lookup through anonymous fieldsRobert Griesemer1-1/+1
2009-07-31add test of invariant in findVarRob Pike1-0/+23