aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
AgeCommit message (Expand)Author
2011-10-18[release-branch.r58] reflect: disallow Interface method on Value obtained via...release.r58.2Andrew Gerrand
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
2011-02-24crypto/openpgp: add packageAdam Langley
2011-02-23compress/bzip2: add package.Adam Langley
2011-02-23compress/lzw: implement a decoder.Nigel Tao
2011-02-19build: reduce the use of subshells in recursive makeDave Cheney
2011-02-08build: Drop syslog on DISABLE_NET_TESTS=1Gustavo Niemeyer
2011-02-04build: allow clean.bash to work on fresh checkoutRuss Cox
2011-02-01crypto: add package.Adam Langley
2011-01-25crypto/dsa: add support for DSAAdam Langley
2011-01-20encoding/base32: new packageMiek Gieben
2011-01-20cgo: windows/386 portWei Guangjing
2011-01-19runtime/debug: new packageRob Pike