summaryrefslogtreecommitdiff
path: root/src/pkg/template
Commit message (Expand)AuthorAgeFilesLines
* template: Grammar fix for template documentation.Bill Neubauer2011-08-251-1/+1
* template/parse: give if, range, and with a common representation.Rob Pike2011-08-221-40/+34
* template/parse: remove Walk.Rob Pike2011-08-223-217/+0
* template/parse: add a Walk method to Tree.Rob Pike2011-08-193-0/+217
* exp/template: remove else and end nodes from public view.Rob Pike2011-08-183-20/+21
* template: move exp/template into template.Rob Pike2011-08-1720-0/+4518
* template: delete old template code.Rob Pike2011-08-176-2075/+0
* go/printer: changed max. number of newlines from 3 to 2Robert Griesemer2011-07-141-2/+0
* strings.Split: make the default to split all.Rob Pike2011-06-282-2/+2
* template: rearrange the code into separate files.Rob Pike2011-06-064-453/+474
* template: explain that fields must be exported.Rob Pike2011-06-031-4/+7
* template: fix and clean interaction between quotes and formattersGustavo Niemeyer2011-05-302-19/+40
* template: cosmetic cleanups.Rob Pike2011-05-291-13/+13
* template: fix quote-handling with formattersGustavo Niemeyer2011-05-292-4/+9
* template: support string, int and float literalsGustavo Niemeyer2011-05-192-23/+154
* fix tree for reflect renameRuss Cox2011-04-251-3/+3
* src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao2011-04-201-2/+2
* update go tree for reflect changesRuss Cox2011-04-081-42/+43
* remove unused labelsRuss Cox2011-03-151-1/+0
* go code: replace closed(c) with x, ok := <-cRuss Cox2011-03-111-2/+2
* template: document the delimiters betterRob Pike2011-02-281-1/+7
* src/*: fix incorrect prints found by govetRob Pike2011-02-091-1/+1
* template: reverse order of arguments to ExecuteRob Pike2011-02-092-11/+11
* template: Add simple formatter chaining.Kyle Consalus2011-02-042-80/+137
* template: allow a leading '*' to indicate that evaulation shouldRob Pike2011-02-042-4/+74
* template: treat map keys as zero, not non-existent.Roger Peppe2011-01-242-12/+34
* template: give "unexported" error when accessing an unexported field.Rob Pike2011-01-122-6/+29
* template: allow accesses only to exported fields and methodsRob Pike2011-01-112-110/+125
* template: fix trivial bug: integers are not "empty"Rob Pike2010-12-202-1/+7
* template: implement multi-word variable instantation for formatters.Rob Pike2010-12-012-17/+44
* template: change the signature of formatters for future development.Rob Pike2010-12-013-18/+28
* use appendRuss Cox2010-10-271-7/+1
* use copyRuss Cox2010-10-261-3/+1
* gc: fix reflect table method receiverRuss Cox2010-09-281-4/+1
* ... changesRuss Cox2010-09-241-2/+2
* template: fixed documentation formattingScott Lawrence2010-08-311-4/+5
* template: finally fix space handling around actions.Rob Pike2010-08-282-26/+39
* build: no required environment variablesRuss Cox2010-08-181-1/+1
* Fix template package so that data itemsRoger Peppe2010-08-172-14/+21
* template: retain leading space if the line is not an action.Rob Pike2010-08-172-3/+5
* template: added ParseFile method for template.TemplateScott Lawrence2010-08-112-1/+25
* strings and bytes.Split: make count of 0 mean 0, not infinite.Rob Pike2010-07-011-1/+1
* template: fix typo in doc commentDaniel Fleischman2010-06-301-1/+1
* template: regularize the handling of interfaces, pointers, andRob Pike2010-05-091-79/+56
* template: remove reference to json-templateAndrew Gerrand2010-04-281-3/+1
* template: fix handling of pointer inside interfaceRuss Cox2010-04-262-1/+8
* json: Marshal, Unmarshal using new scannerRuss Cox2010-04-211-1/+1
* template: use panic/recover to simplify internal error handling.Rob Pike2010-04-131-50/+32
* single argument panicRuss Cox2010-03-301-2/+2
* template: fixed html formatter bug where it would turn a []byteAndrew Gerrand2010-03-192-3/+18