]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2013-03-06 Rob Pikeeffective_go.html: round 3 of minor edits.
2013-03-06 Brad Fitzpatricknet/http: close TCP connection on Response.Body.Close
2013-03-05 Nigel Taoimage/jpeg: for progressive JPEGs, the first SOS segmen...
2013-03-05 David Symondsvet: check for useless assignments.
2013-03-05 Rob Pikecmd/vet: change some warnings to errors for consistency.
2013-03-05 Rob Pikedoc/effective_go.html: update slices and maps.
2013-03-05 Russ Coxundo CL 7301062 / 9742f722b558
2013-03-05 Robert Griesemergo/types: add test typechecking std lib
2013-03-05 Joel Singsyscall: handle getsockname for unix sockets on openbsd 5.2
2013-03-05 Dmitriy Vyukovruntime: add atomic xchg64
2013-03-05 Dmitriy Vyukovruntime: fix false positive deadlock when using runtime...
2013-03-05 Dmitriy Vyukovruntime: declare addtimer/deltimer in runtime.h
2013-03-05 Carl Shapiroruntime: restrict stack root scan to locals and arguments
2013-03-05 David Symondstext/template/parse: remove self-assignment.
2013-03-04 David Symondsvet: clean up taglit error print when typechecking...
2013-03-04 Robert Griesemergo/types: "missing return" check
2013-03-04 Russ Coxcmd/gc: implement new return requirements
2013-03-04 Robert Griesemerspec: terminating statements for functions
2013-03-04 Robert Griesemerspec: cyclic imports are illegal
2013-03-04 Dominik Honnefmisc/emacs: Add tab completion for godoc command, compl...
2013-03-04 Shenghou Matest/bench/go1: use raw string instead of string addition
2013-03-04 Brad Fitzpatricknet: make some tests less flaky
2013-03-04 Russ Coxcmd/cgo: use explicit flag to emit dynamic linker path
2013-03-04 Brad Fitzpatricknet/http/cgi: maybe improve darwin test reliability
2013-03-04 Daniel Morsingcmd/gc: disallow selectors to the blank identifier
2013-03-04 Jan Ziakruntime: add garbage collector statistics
2013-03-04 Rémy Oudomphengcmd/gc: simplify and fix defaultlit.
2013-03-04 Jan Ziaktest/bench/garbage: fix parser benchmark
2013-03-04 Rémy Oudomphengcmd/gc: unbreak exporting of composite literals.
2013-03-04 Russ Coxruntime: add link to design doc for new scheduler
2013-03-04 Russ Coxmisc/dashboard/builder: make -fail mode faster
2013-03-04 Stefan Nilssoncontainer/heap: fix int overflow bug
2013-03-04 Volker Doblerimage/png: always set up palette during DecodeConfig
2013-03-03 Andrew Gerrandcmd/godoc: move note argument to godoc.go
2013-03-03 Rob Pikedoc/go1.1.html: fix typo in URL
next