aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
AgeCommit message (Expand)Author
2012-01-30build: remove Make.pkg, Make.toolRuss Cox
2012-01-31image: remove image/bmp and image/tiff from std.Nigel Tao
2012-01-30go: move compilers into the go-tool directoryRob Pike
2012-01-29cmd/goinstall: remove now that 'go get' worksGustavo Niemeyer
2012-01-29cmd/go: add go tools to rearrangementRob Pike
2012-01-29cmd/go: first piece of tool rearrangementRob Pike
2012-01-25build: remove code now in subrepositoriesRuss Cox
2012-01-25html: move the HTML parser to an exp/html package. The parser is aNigel Tao
2012-01-19database/sql: move from exp/sqlBrad Fitzpatrick
2012-01-15exp/terminal: still trying to unbreak non-Linux builds.Adam Langley
2012-01-15exp/terminal: add to level Makefile for the (non-Linux?) systems that need it.Adam Langley
2012-01-11Makefile: update openpgp/error -> openpgp/errorsAdam Langley
2011-12-21image/ycbcr: move the Y'CbCr types into image and image/color.Nigel Tao
2011-11-30html/template: update to new template APIRob Pike
2011-11-23text/template: new, simpler APIRob Pike
2011-11-20exp/gui: delete exp/gui and exp/gui/x11. They are moving toNigel Tao
2011-11-18exp/terminal: fix build after os.Errno changesGustavo Niemeyer
2011-11-16exp/ssh: add to pkg MakefileChristopher Wedgwood
2011-11-03httputil: move ReverseProxy out of httpBrad Fitzpatrick
2011-11-03net/http/httputil: new package; move ClientConn and ServerConnBrad Fitzpatrick
2011-11-03os,text,unicode: renamingsRob Pike
2011-11-03net: renamingsRob Pike
2011-11-03html,log,math: renamingsRob Pike
2011-11-03encoding: move asn1, csv, gob, json, xml into encodingRob Pike
2011-11-02exp/sql: finish transactions, flesh out types, docsBrad Fitzpatrick
2011-11-01errors: new packageRuss Cox
2011-10-20go/ast, go/token: actually run tests; fix go/ast testIan Lance Taylor
2011-10-19os/inotify: move to exp/inotifyMikio Hara
2011-10-13gotype: move to exp/gotype per Go 1 planRobert Griesemer
2011-10-13go/types: move to exp/types per Go 1 planRobert Griesemer
2011-10-12go/typechecker: delete per Go 1 planRobert Griesemer
2011-10-12netchan: move to old/netchanRob Pike
2011-10-11exp/datafmt: delete per Go 1 planRobert Griesemer
2011-10-11ebnf, ebnflint: move under expRobert Griesemer
2011-10-11exp/spdy: move http/spdy to exp/spdyBrad Fitzpatrick
2011-10-11container/vector: deleteRob Pike
2011-10-11try: deleteRob Pike
2011-10-04image: spin off a new color package out of the image package.Nigel Tao
2011-09-29exp/sql{,/driver}: new database packagesBrad Fitzpatrick
2011-09-26regexp: move to old/regexp, replace with exp/regexpRuss Cox
2011-09-19 crypto/bcrypt: new packageJeff Hodges
2011-09-07exp/regexp: bug fixes and RE2 testsRuss Cox
2011-08-30goinstall: select the tag that is closest to runtime.VersionAndrew Gerrand
2011-08-26time: fix zone during windows testRuss Cox
2011-08-22build: build more packages/commands for Plan 9Fazlul Shahriar
2011-08-17template: move exp/template into template.Rob Pike
2011-08-17template: delete old template code.Rob Pike
2011-08-17url: new packageRob Pike
2011-08-12exp/template/html: New package with a toy template transformation.Mike Samuel
2011-08-09exp/template: split the parse tree into a separate package exp/template/parseRob Pike