aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/exp
AgeCommit message (Expand)Author
2011-10-18[release-branch.r58] reflect: disallow Interface method on Value obtained via...release.r58.2Andrew Gerrand
2011-06-05image/draw: move exp/draw to image/draw and exp/gui.Nigel Tao
2011-06-03image: rename Contains and ContainsRectangle to In.Nigel Tao
2011-06-03exp/draw: fix clipping bug where sp/mp were not shifted when r.Min was.Nigel Tao
2011-05-26exp/eval: fix compile error.Yasuhiro Matsumoto
2011-05-18pkg: spelling tweaks, A-HRobert Hencke
2011-05-06wingui: fix Makefile after renameAlex Brainman
2011-05-04exp/draw: fast paths for drawing a YCbCr or an NRGBA onto an RGBA.Nigel Tao
2011-04-25fix tree for reflect renameRuss Cox
2011-04-20src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao
2011-04-13pkg: manual cleanup of some gofixed codeRuss Cox
2011-04-13gofmt: gofmt -s -w src miscRobert Griesemer
2011-04-08update go tree for reflect changesRuss Cox
2011-04-04os: New Open API.Rob Pike
2011-03-28update tree for package net changesRuss Cox
2011-03-28go/scanner: return literal as string instead of []byteRobert Griesemer
2011-03-26testing: shorten some more testsRob Pike
2011-03-16go/ast: merge CaseClause and TypeCaseClauseRobert Griesemer
2011-03-15debug/proc: fix buildRuss Cox
2011-03-07go/ast, go/parser: populate identifier scopes at parse timeRobert Griesemer
2011-02-248l/6l: new -Hwindowsgui flag allows to build windows gui peAlex Brainman
2011-02-22exp/eval, go/printer: fix buildRobert Griesemer
2011-02-11syscall: change windows apis with bool return value to return errno insteadAlex Brainman
2011-02-09src/*: fix incorrect prints found by govetRob Pike
2011-02-09template: reverse order of arguments to ExecuteRob Pike
2011-02-01windows: multiple improvements and cleanupsHector Chu
2011-01-31replace non-blocking send, receive syntax with selectRuss Cox
2011-01-25runtime: make Walk webbrowser example workHector Chu
2011-01-22runtime: implementation of callback functions for windowsAlex Brainman
2011-01-19delete float, complex - code changesRuss Cox
2011-01-13fix build (this time for real): adjust typechecker test, ogleRobert Griesemer
2011-01-13go/scanner: Make Init take a *token.File instead of a *token.FileSet.Robert Griesemer
2011-01-04fix occurrences of occur[^sr .,?!;\n]Robert Griesemer
2011-01-04go/ast: provide complete node text range infoRobert Griesemer
2010-12-27simple fix to not have 'exp/eval' panic in presence of slices like s[:2]Sebastien Binet
2010-12-16exp/draw: remove Border function.Nigel Tao
2010-12-15remove naclRuss Cox
2010-12-08throughout: simplify two-variable ranges with unused second variableRyan Hitchman
2010-12-08event.go: another print glitch from gocheck.Rob Pike
2010-12-06 go/ast: use token.Pos instead of token.Position; adjust all dependent codeRobert Griesemer
2010-11-29exp/eval: build fix for parser.ParseFile API change.Anschel Schaffer-Cohen
2010-10-28testing: eliminate testing/regexpRob Pike
2010-10-27use appendRuss Cox
2010-10-26use copyRuss Cox
2010-10-22gofmt -s -w src miscRobert Griesemer
2010-10-12log: new interfaceRob Pike
2010-10-12image: another build fix regarding ColorImage.Nigel Tao
2010-10-12exp/draw: unbreak build.Nigel Tao
2010-10-12image: add image.Tiled type, the Go equivalent of Plan9's repl bit.Nigel Tao
2010-10-11exp/iterable: deleteRuss Cox