]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-03-26 Brad Fitzpatrickdatabase/sql: link to driver wiki page
2013-03-25 Brad Fitzpatrickdatabase/sql: don't close a driver.Conn until its Stmts...
2013-03-25 Adam Langleycrypto/rsa: don't correct private exponent unless needed.
2013-03-25 Ian Lance Taylorcmd/ld: permit sym to be both cgo_export_static and...
2013-03-25 Brad Fitzpatrickdoc: add summary of net/http additions to Go 1.1
2013-03-25 Russ Coxruntime: pass setmg function to cgo_init
2013-03-25 Russ Coxruntime: delete mkasmh.sh
2013-03-25 Rémy Oudomphengcmd/gc: instrument logical && and ||.
2013-03-25 Carl Shapiroruntime: store asmcgocall return PC where the ARM unwin...
2013-03-25 Rémy Oudomphengcmd/5l, cmd/6l, cmd/8l: fix segfault on reading LOCALS...
2013-03-25 Russ Coxmath: make Hypot special cases look like others
2013-03-25 Jan Ziakruntime: optionally check all allocations in hashmap.c
2013-03-25 Brad Fitzpatrickdoc: add DialOpt and friends to go1.1.html
2013-03-25 Dmitriy Vyukovnet: band-aid for windows network poller
2013-03-25 Dominik Honnefmisc/emacs: Derive mode from prog-mode if possible
2013-03-25 Oling Catmath: modify a comment to the convention format.
2013-03-25 Rémy Oudomphengcmd/cc, cmd/ld: do not overflow strings in symbol lookup.
2013-03-25 Rémy Oudomphengnet/http: deflake BenchmarkServerFakeConnNoKeepAlive.
2013-03-25 Mikio Haranet: disable tests with controlling network facilities...
2013-03-25 Alex Brainmanall.bat,make.bat,run.bat: make these work even when...
2013-03-24 Shenghou Mabuild, cmd/5l: actually report failures for -linkmode...
2013-03-24 Rémy Oudomphengcmd/cc: fix typo leading to index out of range.
2013-03-24 Shenghou Mabuild: increase timeout for ARM
2013-03-24 Rémy Oudomphengcmd/5l, cmd/6l, cmd/8l: remove declaration on non-exist...
2013-03-23 Oling Catmisc/kate: fix multiline raw string syntax highlighting...
2013-03-23 Rob Pikedoc/go1.1.html: performance
2013-03-23 Mikio Haranet: use original raddr if getpeername fails
2013-03-23 Mikio Haranet: support IPv6 scoped addressing zone
2013-03-23 Ian Lance Taylorruntime: remove declaration of non-existent function
2013-03-23 Ian Lance Taylorruntime: correct misplaced right brace in Linux SIGBUS...
2013-03-22 Robert Griesemerdoc/go1.1.html: fix broken links
2013-03-22 Rob Pikedoc/go1.1.html: blockprofile, method values, ListenUnix...
2013-03-22 Mikio Haranet: fix documentation for UnixAddr
2013-03-22 Robert Griesemerspec: remove most §links for the now more common in...
2013-03-22 Rob Pikedoc/go1.1.html: return requirements
2013-03-22 Russ Coxcmd/gc: fix line number for 'missing return' in closure
2013-03-22 Russ Coxcmd/vet: diagnose unreachable code
2013-03-22 Russ Coxbuild: remove dead code
2013-03-22 Rob Pikeencoding/gob: delete dead code.
2013-03-22 Shenghou Maruntime/cgo, go/build: re-enable cgo for FreeBSD/ARM.
2013-03-22 Julien Schmidtdatabase/sql: add missing []byte and RawBytes conversions
2013-03-22 Russ Coxcmd/vet: add assembly checker
2013-03-22 Rob Pikespec: add example showing missing return statement
2013-03-22 Russ Coxbuild: update assembly variable names for vet
2013-03-22 Russ Coxcrypto/cipher: fix vet warning
2013-03-22 Adam LangleyCONTRIBUTORS: add Joseph Bonneau (Google CLA)
2013-03-22 Jeff R. Allenimage/gif: reject a GIF image if frame bounds larger...
2013-03-22 Joel Singruntime: correct return value checks for mmap on darwin...
2013-03-22 Joel Singruntime: improve mmap return value checking for netbsd...
2013-03-22 Rob Pikego1.1.html: bufio.Scanner and reflect; more about surro...
2013-03-22 Oling Catmath: remove repeated comment.
2013-03-22 Nigel Taoimage/gif: tighten the checks for when the amount of...
2013-03-22 Miki Tebekacmd/cgo: fix the cgo example on multiple assignment...
2013-03-22 Dominik Honnefmisc/emacs: Kill gofmt error buffer if the buffer was...
2013-03-22 Brad Fitzpatricknet/http: reuse bufio.Reader and bufio.Writer between...
2013-03-22 Brad Fitzpatrickbufio: add some tests
2013-03-22 Rémy Oudomphengdebug/elf: repair GNU version symbols.
2013-03-21 Robert Griesemertest: more systematic shift tests
2013-03-21 Rémy Oudomphengcmd/gc: accept ideal float as indices.
2013-03-21 Robert Griesemergo/doc: use regexp for -notes instead of comma-sep...
2013-03-21 Rob Pikebufio.Scanner: delete obsolete TODO
2013-03-21 Brad Fitzpatricknet/http/fcgi: fix a shutdown race
2013-03-21 Russ Coxdebug/elf: restore Go 1.0 semantics for (*File).Symbols
2013-03-21 Russ Coxreflect: implement method values
2013-03-21 Rob Pikedoc/go1.1.html: more TODOs done
2013-03-21 Russ Coxcrypto/rc4: faster amd64 implementation
2013-03-21 Shenghou Macmd/ld: portability fixes
2013-03-21 Shenghou Macmd/ld: don't generate DW_AT_type attr for unsafe.Point...
2013-03-21 Shenghou Macmd/ld: fix bad merge
2013-03-21 Jan Ziakruntime: mark strings without going through an intermed...
2013-03-21 Robert Griesemergo/format: fix documentation
2013-03-21 Russ Coxcrypto/sha1: faster amd64, 386 implementations
2013-03-21 Russ Coxcrypto/md5: faster amd64, 386 implementations
2013-03-21 Russ Coxcrypto/rc4: faster amd64, 386 implementations
2013-03-21 Dmitriy Vyukovruntime: explicitly remove fd's from epoll waitset...
2013-03-21 Dmitriy Vyukovruntime: faster parallel GC
2013-03-21 Rémy Oudomphengcmd/gc: implement more cases in racewalk.
2013-03-21 Brad Fitzpatrickcrypto/tls: use method values
2013-03-21 Russ Coxcmd/gc: fix escape analysis of method values
2013-03-20 Robert Griesemersrc/pkg: fixed various typos
2013-03-20 Keith Randallruntime: free map structures more aggressively
2013-03-20 Rob Pikespec: fix description of initialization
2013-03-20 Robert Griesemergo/parser: use method values
2013-03-20 Keith Randallruntime: Use aligned loads for AES key schedule.
2013-03-20 Russ Coxcmd/gc: add OCHECKNOTNIL to race walker (fix build)
2013-03-20 Daniel Morsingcmd/gc: reject methods on non-locals, even if symbol...
2013-03-20 Russ Coxcmd/gc: implement method values
2013-03-20 Russ Coxspec: define method values
2013-03-20 Keith Randallruntime: faster hashmap implementation.
2013-03-20 Jan Ziakruntime: prevent garbage collection during hashmap...
2013-03-20 Brad Fitzpatricknet/http/fcgi: Request.Body should always be non-nil
2013-03-20 Ian Lance Taylormisc/swig: remove old broken Makefile
2013-03-20 Dave Cheneycmd/6c, cmd/8c: fix stack allocated Biobuf leaking...
2013-03-20 Rémy Oudomphengcmd/ld: remove remaining occurrence of isobj.
2013-03-20 Brad Fitzpatricknet/http: new benchmark to measure server without network
2013-03-20 Dave Cheneycmd/5l: fix arm build
2013-03-19 Rob Pikedoc/go1.1.html: add links to the text, write some new...
2013-03-19 Rémy Oudomphengcmd/gc: implement revised rule for shifts in equality.
2013-03-19 Rob Pikebytes,strings: remove user name from BUG in comment
2013-03-19 Jan Ziakruntime: prevent garbage collection during hashmap...
next