summaryrefslogtreecommitdiff
path: root/src/pkg/exp
AgeCommit message (Expand)AuthorFilesLines
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý22-1/+6470
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý15-625/+36
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý8-10/+10
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý13-103/+99
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý2-6/+8
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý5-25/+23
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý18-76/+565
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý68-15773/+953
2010-07-01strings and bytes.Split: make count of 0 mean 0, not infinite.Rob Pike2-2/+2
2010-06-29exp/draw/x11: implement the mapping from keycodes to keysyms.Nigel Tao1-31/+78
2010-06-20reflect: add Kind, remove Int8Type, Int8Value, etc.Russ Cox3-29/+37
2010-06-18nacl: fix buildRuss Cox2-2/+2
2010-06-14remove uses of ... from tree, add one testRuss Cox2-19/+12
2010-06-14exp/draw: small draw.drawGlyphOver optimization.Nigel Tao1-10/+11
2010-06-09exp/eval test: fix buildRobert Griesemer1-3/+3
2010-06-04Fixes issue 836.Nigel Tao2-1/+15
2010-06-03draw.Draw fast paths for the Over operator.Nigel Tao1-34/+93
2010-05-28Make image.Color.RGBA return 16 bit color instead of 32 bit color.Nigel Tao4-39/+2
2010-05-27Add Rectangle.Eq and Point.In.Roger Peppe1-0/+14
2010-05-24Optimize exp/draw/x11 flusher inner loop.Nigel Tao1-6/+6
2010-05-24Fix typo in exp/draw/x11.Nigel Tao1-1/+1
2010-05-24Make draw/x11 treat $DISPLAY the same way x-go-bindings does.Nigel Tao2-44/+97
2010-05-21go/printer, gofmt: fix printing of labels,Robert Griesemer1-1/+2
2010-05-21bignum: deprecate by moving into exp directoryRobert Griesemer16-8/+2802
2010-05-20Fix Rectangle.Canon()Roger Peppe1-2/+2
2010-05-20Fast-ish path for drawing onto an image.RGBA destination.Nigel Tao2-13/+121
2010-05-11drawGlyphOver optimization.Nigel Tao1-4/+5
2010-05-10exp/draw fast path for glyph images.Nigel Tao1-1/+43
2010-05-06Make exp/draw/x11 respect $XAUTHORITY.Nigel Tao1-13/+17
2010-04-27iterable: expose iterFunc as iterable.FuncRuss Cox1-16/+17
2010-04-15exp/eval: Always read float literals as base 10Evan Shaw2-1/+2
2010-04-15exp/eval: Implement x[lo:]Evan Shaw2-6/+23
2010-04-13Remove exp/exception as it's no longer relevantChristopher Wedgwood3-155/+0
2010-04-11exp/eval: Fix example and add target to MakefileEvan Shaw2-4/+10
2010-04-11nacl: update documentation to match current coding styleChristopher Wedgwood1-3/+3
2010-03-30simplify various code using new map index ruleRuss Cox4-7/+4
2010-03-30single argument panicRuss Cox7-49/+45
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike3-7/+6
2010-03-04gofmt: modified algorithm for alignment of multi-line composite/list entriesRobert Griesemer1-5/+5
2010-03-02gofmt: fix alignment of multi-line var declarationsRobert Griesemer1-7/+7
2010-03-02gofmt: experiment: align values in map composites where possibleRobert Griesemer11-64/+64
2010-02-25go/printer, gofmt: align comments in multi-line expression listsRobert Griesemer1-7/+7
2010-02-25strings: delete Runes, BytesRuss Cox3-6/+4
2010-02-25go/printer, gofmt: correct indentation after certain /*-style commentsRobert Griesemer1-7/+7
2010-02-24go/ast: streamline representation of field listsRobert Griesemer1-33/+23
2010-02-24gofmt: don't print ()'s around function-typed results (not needed anymore)Robert Griesemer4-26/+22
2010-02-19- removed exp/parser (support for old semicolon syntax)Robert Griesemer9-2311/+12
2010-02-17Add Src and Over draw operators.Nigel Tao3-63/+95
2010-02-16remove assumption that all files belonging to a package are in the same direc...Robert Griesemer1-3/+4
2010-02-11exp/draw test.Nigel Tao1-0/+89