]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2012-01-25 Robert Griesemergo/printer: factor some frequently used code
2012-01-25 Robert Griesemergo/printer, gofmt: respect line breaks in signatures
2012-01-25 Robert Griesemergo/doc: test case for corner case (override of predecl...
2012-01-25 Robert Griesemergo/doc: clean rewrite of go/doc internals
2012-01-25 Robert Griesemergofmt: fix test.sh
2012-01-25 Fazlul Shahriaros: pass tests on Plan 9 again
2012-01-25 David Symondsruntime: move NumCPU declaration into debug.go.
2012-01-25 Joel Singarchive/tar: fix race in TestNonSeekable
2012-01-25 Rob Pikedoc/go1: mime, filepath.Walk
2012-01-25 Andrew Gerrandgodoc: update metadata upon launch
2012-01-25 Robert Griesemergo/scanner: Use explicit scanner.Mode type.
2012-01-25 Andrew Balholmnet/http: parse CONNECT requests
2012-01-25 Rob Pikedoc/go1: add more info about hash and net changes,...
2012-01-25 Robert Griesemergo/parser: Use explicit parser.Mode type.
2012-01-24 Nigel Taohtml: move the HTML parser to an exp/html package....
2012-01-24 Gustavo Niemeyerencoding/xml: remove Marshaler support
2012-01-24 Andrew Gerrandmath/big: add examples for Rat and Int's SetString...
2012-01-24 Gustavo Niemeyerencoding/xml: add docs for ignoring tag
2012-01-24 Andrew Gerrandtext/template: add example for Template
2012-01-24 Brad Fitzpatrickencoding/binary: document that PutVarint, PutUvarint...
2012-01-24 Brad Fitzpatricknet: actually reset deadline when time is zero
2012-01-24 Shenghou Mabuild: do not build all C compilers
2012-01-24 Brad Fitzpatrickrename FooError vars to ErrFoo
2012-01-24 Olivier Duperraytest: Add the usual Copyright notice.
2012-01-24 Brad Fitzpatrickgo/build: typo
2012-01-24 Russ Coxcmd/go: fix get github
2012-01-24 Ivan Krasincompress/flate: increase the length of hash table from...
2012-01-24 Brad Fitzpatrickcrypto: rename some FooError to ErrFoo
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
next