]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2013-03-11 Rémy Oudomphengcmd/gc: enable inlining in generated method wrappers.
2013-03-11 Brad Fitzpatricknet/http/httputil: fix string in test failure message
2013-03-11 Rob Pikedebug/macho: add doc comment for FormatError
2013-03-11 Rodrigo Moraes... net/url: better path resolution
2013-03-11 Russ CoxA+C: Rodrigo Moraes de Oliveira (individual CLA)
2013-03-11 Dmitriy Vyukovos/signal: deflake test
2013-03-11 Brad Fitzpatricknet/http: add a test verifying header case preservation
2013-03-11 Brad Fitzpatrickapi: update next.txt
2013-03-11 Brad Fitzpatricknet/http/httputil: remove hop-by-hop headers in Reverse...
2013-03-11 Albert Strasheimnet: allow concurrent UNIX socket tests if TMPDIR is...
2013-03-11 Russ Coxlib/time: update link in README; draft now an RFC
2013-03-11 Russ Coxsync/atomic: make unaligned 64-bit atomics crash on 386
2013-03-11 Robert Griesemerspec: typed indices must be of integer type
2013-03-11 Robert Griesemerspec: result type of a comparison is always untyped...
2013-03-11 Jonathan Rudenbergnet/http: add additional status codes defined in RFC...
2013-03-11 Brad FitzpatrickA+C: Jonathan Rudenberg (individual CLA)
2013-03-11 Russ Coxmath/big: fix comment
2013-03-11 Shenghou Macmd/ld, runtime/cgo: allow a symbol to be both cgo_expo...
2013-03-11 Russ Coxcmd/5l: fix build (define stub machoreloc1)
2013-03-11 Russ Coxbuild: enable host linking test for all BSDs
2013-03-11 Russ Coxcmd/ld: darwin support for host linking
2013-03-11 Russ Coxcmd/ld: avoid redundant external relocation calculations
2013-03-11 Rick Arnolddoc/contribute: add instructions to fix codereview...
2013-03-11 Jeff R. Allencmd/go: send output of build and install to stderr
2013-03-11 Andrew Gerrandmisc/dashboard: add go.blog sub-repo to dashboard
2013-03-10 Russ Coxcmd/ld: replace dynimpname with extname
2013-03-10 Russ Coxcmd/ld: wrap long data lines in -a output
2013-03-10 Russ Coxcmd/ld: include full symbol table in Mach-O output
2013-03-10 Russ Coxlibmach: fix build
2013-03-10 Russ Coxcmd/ld: make mach-o sections match internal sections
2013-03-10 Russ Coxcmd/ld: add tmpdir flag to preserve temp files
2013-03-10 Dmitriy Vyukovruntime: fix misaligned 64-bit atomic
2013-03-10 Brad Fitzpatricknet: evaluate the timeout dial opt's deadline at dial...
2013-03-09 Lucio De Recmd/8l/obj.c: NetBSD passes the test, Hnetbsd added.
2013-03-09 Steve McCoycgo: enable external linking mode on FreeBSD amd64.
2013-03-09 Russ CoxA+C: Steve McCoy (individual CLA)
2013-03-09 Dave Cheneysyscall: add PROT_* and MAP_* constants to freebsd
2013-03-09 Ian Lance Taylornet: if accept4 returns EINVAL fall back to accept
2013-03-09 Akshat Kumarruntime: Plan 9: fix errstr
2013-03-09 Russ Coxcmd/ld: external linking fixes for linux/386
2013-03-09 Rob Piketext/template: revert minor change to Name method
2013-03-08 Rémy Oudomphengruntime: fix integer overflow in amd64 memmove.
2013-03-08 Rob Pikeeffective_go.html: add a section on type assertions
2013-03-08 Rob Pikeeffective_go.html: move and rework the blank identifier...
2013-03-08 Brad Fitzpatrickdatabase/sql: fix Conn leak
2013-03-08 Russ Coxruntime: clear locked bit when goroutine exits
2013-03-08 Russ Coxruntime: make TestStackMem a little less flaky
2013-03-08 Russ Coxcmd/6l, cmd/8l: fix BSD builds
2013-03-08 Robert Griesemerspec: clarify unsafe.Offsetof
2013-03-08 Russ Coxcmd/ld: steps toward 386 host linking
2013-03-08 Russ Coxruntime: change 386 startup convention
2013-03-08 Brad Fitzpatricknet/http: Transport socket late binding
2013-03-07 Akshat Kumarsyscall: Plan 9: use lightweight errstr in entersyscall...
2013-03-07 Mikio Haranet: fix multicast listener tests
2013-03-07 Keith Randallcmd/6a, cmd/8a, cmd/6l, cmd/8l: add AES instructions
2013-03-07 Rémy Oudomphengcmd/8g: fix code generation of int64(0) == int64(0).
2013-03-07 Brad FitzpatrickC: add Keith Randall (Google CLA)
2013-03-07 Russ Coxlib9: fix windows build (don't use runesmprint)
2013-03-07 Robert Griesemergo/types: more internal cleanups
2013-03-07 Dominik Honnef misc/emacs: Rewrite gofmt to use own function for...
2013-03-07 Dmitriy Vyukovnet: more refactoring in preparation for runtime integr...
2013-03-07 Dmitriy Vyukovruntime: fix deadlock
2013-03-07 Russ Coxcmd/ld: host linking support for linux/amd64
2013-03-07 Russ Coxruntime: fix cgo callbacks on windows
2013-03-07 Dmitriy Vyukovnet: fix accept/connect deadline handling
2013-03-07 Mikio Haranet: fix typo in skip message
2013-03-07 Mikio Haranet: fix plan9 build
2013-03-07 Tyler Bunnellcmd/fix: remove redundant 0 port
2013-03-07 Rob Pikeall: delete a couple of mentions of the exp and old...
2013-03-07 Robert Griesemergo/types: implement constant string(x) conversions
2013-03-07 Robert Griesemergo/types: cleanup of assignment checks
2013-03-06 Albert Strasheimall: Skip AllocsPerRun tests if GOMAXPROCS>1.
2013-03-06 Rob Pikedoc/effective_go.html: unify and expand the discussion...
2013-03-06 Rob Pikeexp/norm: delete, part of moving to go.text
2013-03-06 Brad Fitzpatricknet/http: remove allocations in HeaderWriteSubset
2013-03-06 Russ Coxcmd/cgo: split cgo_export into cgo_export_static and...
2013-03-06 Russ Coxnet/http/httputil: fix build
2013-03-06 Russ Coxruntime: fix netbsd, windows build
2013-03-06 Russ Coxnet/http: change user agent string
2013-03-06 Rob Pikemake.bash,bat: add -tags gotypes to the build
2013-03-06 Rob Pikecmd/vet: isolate the type checking code into a separate...
2013-03-06 Russ Coxlib9: add mktempdir, removeall, runprog
2013-03-06 Rob Piketext/template: improve error reporting for executing...
2013-03-06 Ewan Choustrings: remove allocations in Split(s, "")
2013-03-06 Russ CoxA+C: Ewan Chou (individual CLA)
2013-03-06 Alex Brainmanruntime,misc/cgo/test: disable broken tests so we can...
2013-03-06 Alex Brainmanlibmach: fix amd64 pe handling
2013-03-06 Russ Coxmisc/cgo/test: do not stop on first error
2013-03-06 Russ Coxruntime: change amd64 startup convention
2013-03-06 Dominik Honnefmisc/emacs: Add compatibility for GNU Emacs 23 and...
2013-03-06 Brad Fitzpatrickapi: update next.txt
next