]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-01-24 Luuk van Dijkgc: static implements check on typeswitches only applie...
2012-01-24 Gustavo Niemeyerencoding/xml: bring API closer to other packages
2012-01-24 Robert Griesemergo/doc: removed unused field "Type.Type"
2012-01-24 Rob Pikedoc/go1: image changes
2012-01-24 Robert Griesemerlib/godoc: use Type.Name directly
2012-01-23 David G. Andersenmath/big: slight improvement to algorithm used for...
2012-01-23 Russ Coxexp/ebnflint: test spec during 'go test'
2012-01-23 Russ Coxcmd/go: add missing files (fix build)
2012-01-23 Russ Coxcmd/go: implement go get + bug fixes
2012-01-23 Russ Coxgo/build: add BuildTags to Context, allow !tag
2012-01-23 Russ Coxgc: avoid DOT in error messages
2012-01-23 Shenghou Macgo: -cdefs should translate unsafe.Pointer to void *
2012-01-23 Robert Griesemergo/doc: test all operation modes
2012-01-23 Marcel van... exp/norm: fixes a subtle bug introduced by change 10087...
2012-01-23 Mikio Haranet: consistent OpError message
2012-01-23 Russ Coxdashboard: fix -commit for new xml package
2012-01-23 Rob PikeCONTRIBUTORS: add Alexandru Moșoi <brtzsnr@gmail.com>
2012-01-23 Rob Pikegob: annotate debug.go so it's not normally built
2012-01-23 Rob Pikespec: function invocation, panic on *nil
2012-01-23 Rob PikeFAQ: update to Go 1.
2012-01-23 Luuk van Dijkgc: missed typecheck in subscripting a const string.
2012-01-23 Luuk van Dijkgc: handle function calls in arguments to builtin compl...
2012-01-23 Ivan Krasincompress/flate: delete unused util functions.
2012-01-23 Mikkel Krautzld: fix Mach-O code signing for non-cgo binaries
2012-01-23 Ivan Krasincompress/flate: use append instead of slice+counter.
2012-01-23 Ivan Krasincompress/flate: reduce memory pressure at cost of addit...
2012-01-23 Russ Coxgc: fix recursion loop in interface comparison
2012-01-23 Robert Griesemergodoc: log node printing error
2012-01-23 Gustavo Niemeyerencoding/xml: support ignoring fields with "-"
2012-01-23 Gustavo Niemeyerencoding/xml: minor doc fixup
2012-01-23 Robert Griesemergo/doc: add more test cases
2012-01-23 Robert Griesemergo/doc: set Type.Name field
2012-01-23 Gustavo Niemeyerencoding/xml: improve []byte handling
2012-01-23 Olivier Duperraydoc/progs: Add the usual Copyright notice.
2012-01-22 Olivier Duperraydoc/codelab/wiki: Add the usual Copyright notice.
2012-01-22 Andrew Gerrandgo/build: silence all warnings
2012-01-22 Rob Pikegob: reduce the maximum message size
2012-01-22 Ian Lance Taylortest: explicitly use variables to avoid gccgo "not...
2012-01-22 Shenghou Ma6l, 8l: remove unused macro definition
2012-01-22 Shenghou Maruntime: update out-of-date comment
2012-01-22 Rob Pikebytes: delete the test for huge buffers
2012-01-22 Robert Griesemerbytes.Buffer: remove dead code, complete documentation
2012-01-21 Rob Pikebytes.Buffer: restore panic on out-of-memory
2012-01-21 Ivan Krasincompress/flate: fix a typo, improve compression rate...
2012-01-21 Mikio Haranet: Dial, ListenPacket with "ip:protocol" network...
2012-01-21 David Symondsgc: test case for recursive interface bug.
2012-01-21 Russ Coxcmd/go: every test imports regexp
2012-01-21 Ivan Krasincompress/flate: make lazy matching work.
2012-01-21 Anthony Martinos: fix Plan 9 build after more FileMode changes
2012-01-20 Robert Griesemerbytes: simplified logic
2012-01-20 Rob Pikedoc/go1: flag, runtime, testing
2012-01-20 Stefan Nilssondoc: fix typo in Go for C++ programmers
2012-01-20 Rob Pikedoc/go1: rearrange a bit, sort the packages
2012-01-20 Russ Coxgc: undo most of 'fix infinite recursion for embedded...
2012-01-20 Rob Pikebytes.Buffer: turn buffer size overflows into errors
2012-01-20 Robert Griesemerencoding/varint: deleted WriteXvarint
2012-01-20 Robert Griesemerdoc/go1.html: fix broken links
2012-01-20 Shenghou Mago run: correctly handle -n and -x flags
2012-01-20 Jeff R. Allengc: do not try to add a key with incorrect type to...
2012-01-20 Shenghou Malibmach: cross compiling support
2012-01-20 Russ CoxA+C: Berengar Lehr (individual CLA)
2012-01-20 Scott Lawrencego/ast: respect ImportSpec.EndPos
2012-01-20 Russ Coxgo/doc: avoid the name 'a.out' in the testdata
2012-01-20 Rob Pikegoyacc: fix indexing bug when yydebug >= 2
2012-01-20 Shenghou Mamisc/xcode/go.xclangspec: fix typo
2012-01-20 Dmitriy Vyukovruntime: add type algorithms for zero-sized types
2012-01-20 Nigel Taotag weekly.2012-01-20
2012-01-20 Nigel Taoweekly.2012-01-20 weekly.2012-01-20
2012-01-20 Mikio Haranet: fix linux build
2012-01-20 Alex Brainmanmisc/cgo/test: make tests run on windows
2012-01-20 Brad Fitzpatrickdatabase/sql: move from exp/sql
2012-01-19 Gustavo Niemeyerhtml/template: fix docs after API changes
2012-01-19 Brad Fitzpatrickos: use FileMode instead of uint32 in various functions
2012-01-19 Nigel Taoimage: change the YCbCr image's pixel buffers to start...
2012-01-19 Mikio Haranet: fix windows build
2012-01-19 Mikio Haranet: fix broken setDefaultSockopts
2012-01-19 Luit van Drongelencrypto/hmac: Deprecate hmac.NewMD5, hmac.NewSHA1 and...
2012-01-19 David Symondsgc: don't emit pkgpath for error type.
2012-01-19 Brad Fitzpatricknet/http: log handler panic before closing HTTP connection
2012-01-19 Gustavo Niemeyeros/exec: trivial allocation removal in LookPath
2012-01-19 Gustavo Niemeyerencoding/xml: marshal/unmarshal xml.Name in field
2012-01-19 Shenghou Madoc: update out-of-date comments about runtime/cgo
2012-01-19 Robert Griesemergo/parser: expressions may have comments
2012-01-19 Rob Piketext/template/parse: use human error prints
2012-01-19 Dave Cheneyruntime: madvise and SysUnused for Darwin
2012-01-19 Andrew Gerrandgodoc: support canonical Paths in HTML metadata
2012-01-19 Evan Shawos: add ModeSticky
2012-01-19 Shenghou Matesting: do not recover example's panic
2012-01-19 Olivier Duperraypkg: Add & fix Copyright of "hand generated" files
2012-01-19 Brad Fitzpatrickexp/sql: rename NullableString to NullString and allow...
2012-01-19 Robert Griesemergo/doc, godoc: don't shadow receiver
2012-01-19 Christoph Hacknet/http: the documentation should call NewRequest...
2012-01-19 Adam Langleycrypto/x509: remove explicit uses of rsa.
2012-01-19 Adam Langleycrypto/elliptic: add constant-time P224.
2012-01-19 Dmitriy Vyukovmath/rand: decrease test duration in short mode
2012-01-19 Andrew Gerrandgodoc: add anchors to cmd documentation headings
2012-01-19 Nigel Taohtml: in foreign content, check for HTML integration...
2012-01-19 Mikio Haraencoding/json: fix comments, tweak tests for tag names
2012-01-19 Russ Coxregexp: add SubexpNames
2012-01-19 Mikio Harasyscall: fix plan9 build
next