]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-03-15 Russ Coxbuild: fix for 32-bit windows builds on 64-bit windows...
2013-03-15 Joel Singruntime: unbreak netbsd builds
2013-03-15 Rémy Oudomphengcmd/gc: fix escape analysis bug.
2013-03-15 Jan Ziakruntime: replace lock() with casp() in the GC
2013-03-15 Jan Ziakcmd/gc: unroll small array types
2013-03-15 Russ Coxruntime: accept GOTRACEBACK=crash to mean 'crash after...
2013-03-15 Tyler Bunnellcmd/gc: disallow fallthrough in final case of switch
2013-03-15 Anthony Martincmd/dist: instruct the user to bind $GOBIN on Plan 9
2013-03-15 Russ Coxos/signal: add Stop, be careful about SIGHUP
2013-03-15 Jonathan Niedergo/build: allow ~ in middle of path, just not at beginning
2013-03-15 Russ CoxCONTRIBUTORS: add Jonathan Nieder (Google CLA)
2013-03-15 David Symondsmisc/dashboard/codereview: better debugging when some...
2013-03-15 Russ Coxruntime: use 64-bit negative error code on 64-bit machines
2013-03-15 David Symondsmisc/dashboard/codereview: add more people.
2013-03-14 Brad Fitzpatrickdatabase/sql: associate a mutex with each driver interface
2013-03-14 Russ Coxruntime: fix netbsd after reorg (again)
2013-03-14 Russ Coxruntime: fix netbsd again after reorg
2013-03-14 Russ Coxruntime: fix build for freebsd/arm after reorg
2013-03-14 Russ Coxruntime: fix freebsd arm for hash change
2013-03-14 Russ Coxruntime: freebsd, netbsd build fixes after reorg
2013-03-14 Brad Fitzpatrickdatabase/sql: document non-open of Open; add Ping
2013-03-14 Russ Coxruntime, net: fix arm build
2013-03-14 Russ Coxcmd/ld: another use-after-free
2013-03-14 Russ Coxruntime: refactor os-specific code
2013-03-14 Albert Strasheimnet: deflake TestDialTimeout
2013-03-14 Dmitriy Vyukovruntime: do not memprofile settype_flush
2013-03-14 Dmitriy Vyukovruntime: integrated network poller for linux
2013-03-14 Dmitriy Vyukovcmd/dist: support goos,goarch build tags
2013-03-14 Russ Coxruntime: make panic possible before malloc is ready
2013-03-14 Dmitriy Vyukovruntime: revert UseSpanType back to 1
2013-03-14 Dmitriy Vyukovruntime: fix build
2013-03-14 Dmitriy Vyukovruntime: integrated network poller for darwin
2013-03-14 Dmitriy Vyukovnet: prepare connect() for new network poller
2013-03-14 Russ Coxcmd/go: allow ~ in middle of path, just not at beginning
2013-03-14 Olivier Saingreencoding/xml: rewrite invalid code points to U+FFFD...
2013-03-13 Russ Coxcmd/go: add go1.1 build tag, add -installsuffix flag
2013-03-13 Russ Coxcmd/vet: make struct tag literal test work better with...
2013-03-13 Rob Pikecmd/go: better documentation about profiling
2013-03-13 Dave Cheneycmd/gc: silence valgrind error
2013-03-13 Russ Coxcmd/godoc: fix BUGS heading in text mode
2013-03-13 Rick Arnoldencoding/json: properly handle extra objects with fixed...
2013-03-13 Tyler Bunnellnet: use original raddr if getpeername fails
2013-03-13 Russ Coxencoding/xml: predefine xml name space prefix
2013-03-13 Jeff R. Allenmisc/pprof: fix address lookup regression on Linux
2013-03-13 Jeff R. Allenunicode/utf8: fix insignificant typos in tests
2013-03-13 Brad Fitzpatricknet: fix windows and plan9 build
2013-03-13 Dominik Honnefmisc/emacs: Fix indentation for code following multilin...
2013-03-13 Mike Rossetdoc: clarify that gccgo is a GCC front-end
2013-03-13 Mikio Haranet: require of both -external and -ipv6 flags to run...
2013-03-12 Rob Pikego/test/bench/go1: add regexp test
2013-03-12 Brad Fitzpatricktest/bench/go1: add http test
2013-03-12 Nigel Taoimage/jpeg: ignore extraneous data, the same as what...
2013-03-12 Mikio Haranet: make sure to use /tmp in unix domain socket tests
2013-03-12 Akshat Kumarruntime: Plan 9, 32-bit: fix build by updating call...
2013-03-12 Akshat Kumarnet: Plan 9: add lookupProtocol
2013-03-12 Russ Coxcmd/ld: fix 'use after free' error in new obj code
2013-03-12 Rob Pikeapi/next.txt: remove references to go/types, now in...
2013-03-12 Robert Figueiredohtml/template: Ensure release of namespace mutex in...
2013-03-12 Benny Siegertmisc/bbedit, misc/notepadplus: remove executable bits...
2013-03-12 Rob Pikespec: rewrite the description of panic and recover.
2013-03-12 Jan Ziaktest/bench/garbage: fix parser benchmark
2013-03-12 Rob Pikego/types: delete from main repo; part of move to go.exp
2013-03-12 Russ Coxencoding/xml: reject > chain with non-element
2013-03-12 Robert Griesemergo/printer, gofmt: avoid extra final comma in multi...
2013-03-12 Robert Griesemergo/doc: set receiver type position for embedded methods
2013-03-12 Dmitriy Vyukovnet: refactoring in preparation for integrated network...
2013-03-12 Shenghou Maos/signal: windows is supported, update comment
2013-03-12 Keith Randallruntime: Fix plan9 aes hash initialization.
2013-03-12 Rob Pikeeffective_go.html: fix semaphore example
2013-03-12 Keith Randallruntime: faster & safer hash function
2013-03-12 Dmitriy Vyukovruntime: fix build
2013-03-12 Dmitriy Vyukovruntime: add network polling support into scheduler
2013-03-12 Russ Coxencoding/xml: name space bug fixes
2013-03-12 Adrian Nosnet/rpc/jsonrpc: nil pointer deference on invalid reply.
2013-03-12 Russ CoxA+C: Adrian Nos (individual CLA)
2013-03-12 Dmitriy Vyukovruntime: fix deadlock detector false negative
2013-03-12 Dmitriy Vyukovruntime: deflake TestStackMem
2013-03-12 Dmitriy Vyukovnet/http: deflake test
2013-03-12 Philip K. Warrenencoding/base32, encoding/base64: fix issues with decod...
2013-03-12 Russ CoxA+C: Philip K. Warren (individual CLA)
2013-03-12 Russ Coxnet: never use backlog > 65535
2013-03-12 Russ Coxencoding/xml: fix spurious "no semicolon" in error
2013-03-12 Russ Coxencoding/xml: allow embedded non-structs
2013-03-12 Brad Fitzpatricknet/http: bit more docs on Client vs Transport
2013-03-12 Nigel Taoencoding/base32, encoding/base64: a small stack-space...
2013-03-12 Dave Cheneynet/http: add tests for ParseHTTPVersion
2013-03-12 Rob Pikego/test/bench/go1: add printf and time format tests
2013-03-12 Nigel Taoencoding/base32: don't panic when decoding "AAAA==".
2013-03-11 Rob Pikeregexp: identify that submatch is also known as capturi...
2013-03-11 Robert Griesemergo/parser: better error message if = is seen instead...
2013-03-11 Russ Coxcmd/pprof: never use c++filt
2013-03-11 Russ Coxcmd/addr2line: exit 0 for --help
2013-03-11 Rémy Oudomphengcmd/gc: reject complex calls with mismatched argument...
2013-03-11 Brad Fitzpatrickall: remove now-unnecessary unreachable panics
2013-03-11 Rob Pikecmd/go: fix description of -o flag to build
2013-03-11 Russ Coxcmd/dist: make cc rule match what cmd/go uses
2013-03-11 Robert Griesemercmd/godoc: only show package documentation for commands
2013-03-11 Robert Griesemergo/types: update operand types early
2013-03-11 Russ CoxA+C: Chris Howey (individual CLA)
2013-03-11 Akshat Kumarlib9, cmd/dist, cmd/ld: Plan 9: fix build
next