]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2013-03-03 Mikio Haranet: disable unixgram test on Plan 9 and Windows
2013-03-03 Mikio Haranet: fix windows build
2013-03-03 Mikio Haranet: add unixgram dial test
2013-03-03 Mikio Haranet: add TCP over IPv6 benchmarks
2013-03-02 Shenghou Macmd/dist: support for NetBSD/ARM
2013-03-02 Andrew Gerrandarchive/tar: remove execute bit from common.go
2013-03-02 Rémy Oudomphengruntime: benchmark for appending N bytes should not...
2013-03-02 Rob Pikedoc/go1.1.html: document the moving of exp/... and...
2013-03-02 Rob Pikeold/netchan: delete as part of move to go.exp/old/netchan
2013-03-02 Shenghou Mamisc/dashboard/app: make the builders test go.talks...
2013-03-02 Rob Pikeexp: delete all packages except norm
2013-03-02 Dmitriy Vyukovruntime: deadlock tests now work with GOMAXPROCS>1
2013-03-02 Dmitriy Vyukovruntime: move TestGcSys into a separate process
2013-03-02 Mikio Haranet: skip interface tests when required external comman...
2013-03-02 Robert Griesemergo/types: fixed a few failure checks
2013-03-02 Carlos Castillocmd/go: pass -intgosize to SWIG
2013-03-02 Robert Griesemerspec: fallthrough may not appear in last clause of...
2013-03-02 Rob Pikeruntime: special-case append([]byte, string) for small...
2013-03-01 Rob Pikeruntime: special-case small byte appends.
2013-03-01 Russ Coxruntime/cgo: fix arm build, re-enable test
2013-03-01 Rob Pikecmd/vet: use go/printer to pretty-print expressions...
2013-03-01 Rémy Oudomphengcmd/cgo: don't reimplement os/exec in util.go.
2013-03-01 Russ Coxbuild: skip cgo test on arm
2013-03-01 Russ Coxruntime: add atomics to fix arm
2013-03-01 John Graham... net: eliminate odd if statement with identical branches
2013-03-01 Alan Donovanexp/ssa/interp: disable interp_test on non-POSIX.
2013-03-01 Alan Donovanexp/ssa/interp: uncomment tests now passing thanks...
2013-03-01 Alan Donovanexp/ssa: fix bug in bridge method
2013-03-01 Russ Coxbuild: disable cgo test on openbsd
2013-03-01 Russ Coxnet/http/cgi: disable TestCopyError to try to fix darwi...
2013-03-01 Russ Coxruntime: fix build on openbsd, plan9
2013-03-01 Russ Coxbuild: disable cgo on windows
2013-03-01 Russ Coxsyscall: disable TestPassFD on openbsd
2013-03-01 Russ Coxruntime: start all threads with runtime.mstart
2013-03-01 Russ Coxruntime: more build fixing
2013-03-01 Russ Coxruntime: fix new scheduler on freebsd, windows
2013-03-01 Russ Coxcmd/ld: fix windows build
2013-03-01 Russ Coxruntime/cgo: fix crosscall2 on arm
2013-03-01 Dmitriy Vyukovruntime: improved scheduler
2013-03-01 Russ Coxruntime/cgo: make crosscall2 5a/6a/8a-assembled
2013-03-01 Russ Coxruntime/cgo: fix arm build
2013-03-01 Russ Coxcmd/cgo, cmd/ld: new cgo object file section
2013-03-01 Jan Ziakruntime: check the value returned by runtime·SysAlloc
2013-03-01 Andrew Gerrandhtml/template: fix doc typo
2013-03-01 Alex Brainmanpath/filepath: better error reporting during TestWinSpl...
2013-03-01 Alex Brainmanlibmach: many pe handling fixes
2013-03-01 Alex Brainmanrun.bat: disable race detector test
2013-03-01 Alan Donovango/types: fix regression in type checking of RangeStmt.
2013-03-01 Brad Fitzpatricknet/http: don't special-case multipart/byteranges responses
2013-03-01 Brad Fitzpatricknet/http: document net/http/cookiejar on CookieJar
2013-03-01 Rob Pikedoc/effective_go.html: minor updates, part 1
2013-03-01 Andrew Gerranddoc: fix root.html styles
2013-03-01 Nigel Taonet/http/cookiejar: move cookiejar from exp/cookiejar to
2013-02-28 Rob Pikedoc/articles/image_package.html: fix x/y mistake
2013-02-28 Robert Griesemergo/types: fix type-checking of shift expressions
2013-02-28 Dmitriy Vyukovruntime: refactor Syscall benchmark
2013-02-28 Dmitriy Vyukovruntime: add matrix multiplication benchmark
2013-02-28 Akshat Kumaros: Plan 9: allocate space for a string in Rename
2013-02-28 Russ Coxruntime/cgo: move common symbol overrides into 6c-compi...
2013-02-28 Rob Pikedoc: correct some minor HTML errors found by tidy
2013-02-28 Russ Coxencoding/gob: fix copyright
2013-02-28 Russ Coxruntime/cgo: make symbol naming consistent
2013-02-28 Russ Coxcmd/ld: fix symbol table sorting
2013-02-28 Rob Pikeall: fix a few more printf arg bugs found by go vet
2013-02-28 Rob Pikecmd/vet: %b is a valid floating-point format.
2013-02-28 Robin Eklindcgo: fix reference to puts in implementation comment.
2013-02-28 Russ Coxcmd/cgo: extend implementation comment
2013-02-28 Matt Brownstrconv: use Quote to escape the input string for faile...
2013-02-28 Rob PikeC: add googler Matt Brown mdbrown@google.com
2013-02-28 John Graham... net/http: fix handling of HEAD in ReadResponse and...
2013-02-28 Shenghou Macmd/go: fix "go run" cgo source when cgo is disabled
2013-02-28 Rémy Oudomphenglog/syslog: fix race in test between channel close...
2013-02-28 Rémy Oudomphengruntime: fix racefuncenter argument corruption.
2013-02-28 Akshat Kumarnet: pass tests on Plan 9
2013-02-28 Mikio Haranet: fix slow network interface manipulations
next