]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-07-30 Dmitriy Vyukovruntime: enable goroutine preemption
2013-07-30 Dmitriy Vyukovruntime: fix race builders
2013-07-30 Dmitriy Vyukovnet: fix memory leak on unix
2013-07-30 Russ Coxcmd/gc: don't report mark if other things are broken
2013-07-30 Russ Coxcmd/gc: insert \n at end of every input file
2013-07-30 Mikio Haranet: fix comment on SetKeepAlivePeriod
2013-07-30 Mikio Haranet: add missing SetKeepAlivePeriod for Plan 9
2013-07-30 Andrew Gerranddoc: don't block page load on JavaScript fetch
2013-07-30 Alex A Skinnerencoding/xml: Do not pass through invalid utf8 bytes
2013-07-30 Andrew GerrandA+C: Alex A Skinner (individual CLA)
2013-07-30 Rémy Oudomphengcmd/gc: make bisonerrors compatible with GNU Bison 3.0
2013-07-29 Andrew Gerranddoc/codewalk: test source code
2013-07-29 Robert Griesemergo/parser: don't report name errors if DeclarationError...
2013-07-29 Russ Coxbuild: fix build
2013-07-29 Robert Griesemergo/parser: selectors may be method expressions
2013-07-29 Russ Coxbuild: break builds
2013-07-29 Russ Coxruntime: adjust timediv to avoid _vasop; mark _subv...
2013-07-29 Russ Coxruntime: fix timediv calls on NetBSD, OpenBSD
2013-07-29 Dmitriy Vyukovruntime: fix arm build
2013-07-29 Robert Griesemermath/big: better documentation for Rat.Float64
2013-07-29 Dmitriy Vyukovruntime: fix arm build
2013-07-29 Dmitriy Vyukovruntime: fix linux/arm build
2013-07-29 Dmitriy Vyukovruntime: fix openbsd build
2013-07-29 Dmitriy Vyukovruntime: fix freebsd build
2013-07-29 Dmitriy Vyukovruntime: do not split stacks in syscall status
2013-07-29 Dmitriy Vyukovnet: fix memory leaks on windows
2013-07-29 Pieter Droogendijkruntime: allow SetFinalizer with a func(interface{})
2013-07-29 Mikio Haranet: remove redundant comment on isWildcard
2013-07-29 Mikio Haranet: document sockaddr interface
2013-07-29 Andrew Gerranddoc/articles: state that slices/arrays start at the...
2013-07-29 Alex Brainmanmisc/dashboard/builder: increase cmdTimeout to 10 minutes
2013-07-29 David Symondsmisc/dashboard: don't update tip tag for release branch...
2013-07-28 Rémy Oudomphengall: move examples into package *_test.
2013-07-28 Rémy Oudomphengeffective_go.html: make snippets look formatted.
2013-07-28 Rémy Oudomphengcompress/flate: reduce tiny allocs done by encoder.
2013-07-28 Mikio Haranet: make UnixAddr implement sockaddr interface
2013-07-28 Mikio Haranet: extend sockaddr interface to the all address families
2013-07-28 Mikio Haranet: simplify socket option helpers
2013-07-27 Dmitriy Vyukovmisc/dashboard: fix typo in comment
2013-07-27 Dmitriy Vyukovcmd/dist: fix crash on windows
2013-07-27 Dmitriy Vyukovruntime: fix potential deadlock in netpoll on windows
2013-07-27 Dmitriy Vyukovnet: temporary skip hanging test on windows
2013-07-26 ChaiShushanmisc/notepadplus: use new User Defined Language system...
2013-07-26 Russ Coxruntime: handle runtime.Goexit during init
2013-07-26 Dmitriy Vyukovruntime: refactor mallocgc
2013-07-26 Rémy Oudomphengcrypto/des: faster block expansion.
2013-07-26 Alex Brainmancmd/pack: support removing of leading file prefix on...
2013-07-26 Alex Brainmangc: fix line directive processing on windows
2013-07-26 Keith Randallundo CL 11788043 / 62d06cccc261
2013-07-26 Keith Randall5c: fix pc recalculation in the presence of AFUNCDATA
2013-07-25 Robert Griesemergo/parser: restrict ParseDir to files with suffix ...
2013-07-25 Robert Griesemerspec: update prose in Constants section
2013-07-25 Mikio Haranet: give more detail when test panics
2013-07-25 Peter Mundysyscall: prlimit argument error for Getrlimit and Setrl...
2013-07-25 Ian Lance Taylorcmd/cgo: gccgo fixes
2013-07-25 Rémy Oudomphengcmd/gc: avoid passing unevaluated constant expressions...
2013-07-25 Mikio Haranet: simplify probeIPv6Stack
2013-07-25 Nick Craig... crypto/md5: native arm assembler version
2013-07-25 Andrew Gerrandbufio: check buffer availability before reading in...
2013-07-25 Kevin Kluescmd/cgo: Fix issue with cgo cdefs
2013-07-24 Brad FitzpatrickC: add Kevin Klues (Google CLA)
2013-07-24 Keith Randallundo CL 11683043 / bb75d03e6ccb
2013-07-24 Dominik Honnefmisc/emacs: replace our go-goto-opening-parenthesis...
2013-07-24 Ian Lance Taylorlog/syslog: restore use of serverConn interface
2013-07-24 Keith Randallruntime: only define SEH when we need it.
2013-07-24 Keith Randallcc: generate argument pointer maps for C functions.
2013-07-24 Mikio Hararuntime: drop EV_RECEIPT support from network pollster...
2013-07-24 Dominik Honnefmisc/emacs: Make godef-jump behave more like find-tag...
2013-07-24 Russ Coxruntime: more cgocallback_gofunc work
2013-07-24 Mikio Hararuntime: fix throw message in netpoll
2013-07-24 Russ Coxruntime: fix windows build
2013-07-24 Andrew Bonventredoc/go1.2.txt: document new functions/types added to...
2013-07-24 Rob Pikedoc/go1.2.txt: document new function unicode.In
2013-07-24 Rob Pikeunicode: add "In" function to test membership of a...
2013-07-23 Mikio Haranet: consolidate listenerBacklog declaration
2013-07-23 Russ Coxruntime: reduce frame size for runtime.cgocallback_gofunc
2013-07-23 Andrew Gerrandmath/rand: mention that the default Source is thread...
2013-07-23 Russ Coxmisc/cgo/test: test recursive internal OS thread lock
2013-07-23 Andrew Gerrandmath/rand: mention Seed in overview, add another top...
2013-07-23 Brad Fitzpatricknet/http: respect tls.Config.ServerName in Transport
2013-07-23 Alex Brainmandatabase/sql: close statement before connection
2013-07-23 Rob Pikeall: be more idiomatic when documenting boolean return...
2013-07-23 Mikio Haranet: make use of noDeadline instead of time.Time{}
2013-07-22 Nick Craig... runtime: Stop arm memmove corrupting its parameters
2013-07-22 Brad Fitzpatrickall: change "true iff" to "whether" in public docs
2013-07-22 David du Colombiercmd/ld: fix warnings on Plan 9
2013-07-22 Dmitriy Vyukovruntime: introduce notetsleepg function
2013-07-22 Dmitriy Vyukovmisc/cgo/test: add test for cgo callbacks with differen...
2013-07-22 Dmitriy Vyukovruntime: allow stack split in body of closechan
2013-07-22 Dmitriy Vyukovruntime: clarify comment for m->locked
2013-07-22 Mikio Haranet: remove unnecessary bit masking
2013-07-22 Alex Brainmannet: implement netpoll for windows
2013-07-22 David Symondsruntime: add a missing newline in a debug printf.
2013-07-22 Andrew Gerranddoc: fix wiki content error
2013-07-20 Rémy Oudomphengregexp: use a very fast random generator for benchmarks.
2013-07-20 Anthony Martinlibmach: support more 386/amd64 instructions
2013-07-20 Alex Brainmanlibmach,lib9: override unused parameter warnings (fixes...
2013-07-20 Alex Brainmanlibmach,lib9: override unused parameter warnings (fixes...
2013-07-19 Russ Coxcmd/dist, cmd/go: enable more warnings, make clang...
2013-07-19 Russ Coxcmd/ld, runtime: remove unused fields from Func
next