aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
AgeCommit message (Expand)Author
2011-08-04exp/norm: maketables tool for generating tables for normalization.Marcel van Lohuizen
2011-07-18debug/proc: Remove.Ian Lance Taylor
2011-07-13exp/eval, exp/ogle: remove packages eval and ogleRobert Griesemer
2011-07-01csv: new packagePaul Borman
2011-06-30govet: automate testRuss Cox
2011-06-29exp/template: use MethodByName, add to build.Rob Pike
2011-06-21crypto/openpgp: add ElGamal support.Adam Langley
2011-06-20build: exclude packages that fail on Plan 9 (for now)Anthony Martin
2011-06-15undo CL 4557047 / 8818ac606e92Russ Cox
2011-06-15goinstall: use go/make package to scan and build packagesAndrew Gerrand
2011-06-13exp/regexp/syntax: syntax data structures, parserRuss Cox
2011-06-10bike/shed: new package.David Symonds
2011-06-06crypto: reorg, cleanup and add function for generating CRLs.Adam Langley
2011-06-05image/draw: move exp/draw to image/draw and exp/gui.Nigel Tao
2011-06-04go/build: new package for building go programsAndrew Gerrand
2011-06-01mail: new package.David Symonds
2011-05-24encoding/line: delete package.Rob Pike
2011-05-11image/bmp: implement a BMP decoder.Nigel Tao
2011-05-11crypto/x509/crl: add packageAdam Langley
2011-05-07image/gif: GIF decoderRob Pike
2011-05-04image/tiff: implement a decoder.Benny Siegert
2011-04-28http/spdy: new packageRoss Light
2011-04-27http/fcgi: New packageEvan Shaw
2011-04-22os/user: new package to look up usersBrad Fitzpatrick
2011-04-19image/jpeg: add an encoder.Nigel Tao
2011-04-15build: remove DISABLE_NET_TESTSRuss Cox
2011-04-13fix build: disable gofmt test script, enable gotest testing insteadRobert Griesemer
2011-04-13build: tidy intermediate files during buildRuss Cox
2011-04-12image/ycbcr: new package.Nigel Tao
2011-04-07go/types: New Go type hierarchy implementation for AST.Robert Griesemer
2011-04-06fix build (sorry)Russ Cox
2011-04-06src/pkg/Makefile: trim per-directory make output except on failureRuss Cox
2011-04-06pkg/path: enable tests on WindowsAlex Brainman
2011-04-05crypto/des: cleanupsAdam Langley
2011-04-05crypto/block: remove deprecated package.Adam Langley
2011-03-29gotest: replace the shell script with the compiled program written in go.Rob Pike
2011-03-27build: add all-qemu.bash, handful of arm fixesRuss Cox
2011-03-25testing: set up structure for faster testing using the new -test.short flag.Rob Pike
2011-03-23runtime/pprof: cpu profiling supportRuss Cox
2011-03-15gofix: new command for updating code to new releaseRuss Cox
2011-03-11gotype: clean handling of stdin, added testsRobert Griesemer
2011-03-11gotype: commandline tool to typecheck go programsRobert Griesemer
2011-03-10http: run tests even with DISABLE_NET_TESTS=1Brad Fitzpatrick
2011-03-10crypto/ecdsa: add package.Adam Langley
2011-03-07hash: new FNV-1a implementationPascal S. de Kloe
2011-03-07goinstall: handle $(GOOS) and $(GOARCH) in filenamesGustavo Niemeyer
2011-03-06path/filepath: new OS-specific path supportGustavo Niemeyer
2011-03-04http: add packages http/cgi and http/httptestBrad Fitzpatrick
2011-03-03image: add a decoding test for common file formats.Nigel Tao
2011-02-25sync/atomic: new packageRuss Cox