]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2013-11-01 Andrew Gerrandgo1.2rc3 go1.2rc3
2013-11-01 Andrew Gerrand[release-branch.go1.2] cmd/5l, runtime: fix divide...
2013-11-01 Andrew Gerrand[release-branch.go1.2] doc/go1.2.html: delete repeated...
2013-11-01 Andrew Gerrand[release-branch.go1.2] doc/go1.2.html: stack sizes...
2013-11-01 Andrew Gerrand[release-branch.go1.2] cmd/cgo: accept extra leading...
2013-11-01 Andrew Gerrand[release-branch.go1.2] database/sql: document Result...
2013-11-01 Andrew Gerrand[release-branch.go1.2] database/sql: Fix typos in doc
2013-11-01 Andrew Gerrand[release-branch.go1.2] A+C: Jakob Borg (individual...
2013-11-01 Andrew Gerrand[release-branch.go1.2] time: correct path to time zone...
2013-11-01 Andrew Gerrand[release-branch.go1.2] encoding/xml: fix doc comment
2013-11-01 Andrew Gerrand[release-branch.go1.2] net/http/httputil: fix DumpReque...
2013-11-01 Andrew Gerrand[release-branch.go1.2] os: do not return Lstat errors...
2013-11-01 Andrew Gerrand[release-branch.go1.2] cmd/gc: silence clang warning
2013-11-01 Andrew Gerrand[release-branch.go1.2] misc/emacs: support godef-jump...
2013-11-01 Andrew Gerrand[release-branch.go1.2] debug/dwarf: add DWARF 4 form...
2013-11-01 Andrew Gerrand[release-branch.go1.2] doc: update front page summary...
2013-11-01 Andrew Gerrand[release-branch.go1.2] cmd/cgo: stop using -fno-elimina...
2013-11-01 Andrew Gerrand[release-branch.go1.2] runtime: relax preemption assert...
2013-11-01 Andrew Gerrand[release-branch.go1.2] net: handle single-line non...
2013-11-01 Andrew Gerrand[release-branch.go1.2] net/url: fix Encode doc comment
2013-11-01 Andrew Gerrand[release-branch.go1.2] misc/linkcheck: better redirect...
2013-11-01 Andrew Gerrand[release-branch.go1.2] strings: fix Replacer bug with...
2013-11-01 Andrew Gerrand[release-branch.go1.2] database/sql: link to wiki in...
2013-11-01 Andrew Gerrand[release-branch.go1.2] C+A: add Matthew Cottingham...
2013-11-01 Andrew Gerrand[release-branch.go1.2] plan9: correct create permission...
2013-11-01 Andrew Gerrand[release-branch.go1.2] misc/dist: use go.tools release...
2013-11-01 Andrew Gerrand[release-branch.go1.2] test/mapnan: use time.Now instea...
2013-11-01 Andrew Gerrand[release-branch.go1.2] cmd/cgo: use __typeof__, -w...
2013-11-01 Andrew Gerrand[release-branch.go1.2] time: fix ParseDuration overflow...
2013-11-01 Andrew Gerrand[release-branch.go1.2] misc/emacs: handle empty "import...
2013-11-01 Andrew Gerrand[release-branch.go1.2] math: remove unnecessary source...
2013-11-01 Andrew Gerrand[release-branch.go1.2] go/build: document the go1.2...
2013-11-01 Andrew Gerrand[release-branch.go1.2] crypto/x509: name constraints...
2013-11-01 Andrew Gerrand[release-branch.go1.2] crypto/tls: advertise support...
2013-11-01 Andrew Gerrand[release-branch.go1.2] net/mail: fix minor doc typo.
2013-11-01 Andrew Gerrand[release-branch.go1.2] cmd/yacc: fix stderr on Windows.
2013-11-01 Andrew Gerrand[release-branch.go1.2] cmd/cgo: fix line number in...
2013-11-01 Andrew Gerrand[release-branch.go1.2] cmd/cgo: stop using compiler...
2013-11-01 Andrew Gerrand[release-branch.go1.2] cmd/gc: shorten name used for...
2013-10-31 Andrew Gerrand[release-branch.go1.2] net: make sure failed Dial retur...
2013-10-31 Andrew Gerrand[release-branch.go1.2] runtime: remove nomemprof
2013-10-31 Andrew Gerrand[release-branch.go1.2] misc/dist: build race packages...
2013-10-18 Andrew Gerrandgo1.2rc2 go1.2rc2
2013-10-18 Andrew Gerrandapi: add go1.2.txt, use in tests
2013-10-18 Andrew Gerrandmisc/dist: set default go.tools tag
2013-10-17 Brad Fitzpatricknet/url: fix regression when serializing relative URLs
2013-10-17 Ian Lance Taylorruntime: correct test for when to poll network
2013-10-17 Ian Lance Taylorruntime: correct parameter name in MCentral_AllocList...
2013-10-17 Russ Coxencoding/xml: accept chains of interfaces and pointers
2013-10-17 Alberto García... database/sql: make tests repeatable with -cpu=n,n
2013-10-17 David SymondsA+C: add Jamie Turner (Dropbox corporate CLA).
2013-10-16 Brad Fitzpatrickdatabase/sql: fix some test fmt verbs
2013-10-16 Robert Griesemerspec: clarify re-use of underlying arrays in slice...
2013-10-16 Alberto García... database/sql: Fix connection leak and potential deadlock
2013-10-16 Alberto García... database/sql: fix double decrement of numOpen count...
2013-10-16 Shenghou Macmd/cgo: simpler fix for issue 6506.
2013-10-16 Shenghou Madoc/effective_go.html: fix code example
2013-10-15 Russ Coxcmd/cgo: print the builtin prolog after the per-file...
2013-10-15 Alex Brainmanundo CL 14231047 / 2f4c2dde2756
2013-10-15 Russ Coxcmd/cgo: fix Xcode 5 incompatibility for #defined expre...
2013-10-15 Russ Coxmisc/cgo/test: cut out non-standard functions
2013-10-15 Russ Coxmisc/cgo/test: fix build (define prototype for alloca)
2013-10-15 Russ Coxcmd/cgo: work around bug in clang debug info for builti...
2013-10-15 Oling Catdoc/contrib.html: fix some tags
2013-10-15 Alex Brainmanruntime/pprof: disable flaky TestGoroutineSwitch on...
2013-10-14 Keith Randallcmd/gc: fix comment about performing indexing at compil...
2013-10-14 Michael Piateknet/http: skip content-type sniffing if the header...
2013-10-14 David SymondsC: add Michael Piatek (Google CLA).
2013-10-14 Ian Lance Taylordebug/dwarf: report the value of an unrecognized attrib...
2013-10-14 Shenghou Macmd/api: make it work even when cgo is disabled
2013-10-12 Shenghou Madoc: fix small HTML problems
2013-10-11 Rob Pikedoc/effective_go.html: fix unescaped less-than character
2013-10-11 Ian Lance Taylorgo/build: add GOOS and GOARCH to name of gccgo pkg...
2013-10-11 Ian Lance Taylorgo/build: fix test if built with CGO_ENABLED=0
2013-10-11 Ian Lance Taylormisc/cgo/test: fix C panic test to work with gccgo
2013-10-11 Ian Lance Taylordoc/progs: don't try building cgo tests if CGO_ENABLED=0
2013-10-11 Shenghou Macmd/gc: re-word some error messages
2013-10-11 Andrew Gerrandgo.tools/misc/dist: copy doc.go from go.tools to go...
2013-10-11 Yasuhiro Matsumotomisc/vim: complete packages in src directory
2013-10-11 Rob Pikedoc/effective_go.html: fix a couple of cosmetic issues
2013-10-11 Francesc Campoylib/codereview: return an empty list when CONTRIBUTORS...
2013-10-10 Dominik Honnefcodereview: fix hg sync closing of CLs for subrepositories
2013-10-10 Dominik Honnefmisc/emacs: send correct content-length to the playground
2013-10-10 Dominik Honnefmisc/emacs: don't treat (foo)(bar) as a function call...
2013-10-09 Ian Lance Taylornet: fix TestDialFailPDLeak to work when GOMAXPROCS...
2013-10-09 Keith Randallruntime: markfreed's error reports should be prefixed...
2013-10-09 Ian Lance Taylorcmd/go: add any .c/.cc files to the SWIG shared library
2013-10-09 Ian Lance Taylorruntime/cgo: mark callback functions as NOSPLIT
2013-10-09 Russ Coxdebug/dwarf: handle surprising clang encoding
2013-10-09 Ian Lance Taylornet: fix typo in failure message in test
2013-10-09 Russ Coxcompress/flate: fix infinite loop on malformed data
2013-10-08 Rob Pikelib/time: update time zone files to version 2013g
2013-10-08 Rob Pikeencoding/gob: add examples
2013-10-08 Andrew Gerranddoc: fix a few broken links
2013-10-08 Alan Donovantest: revert changes made for Go SSA interpreter test.
2013-10-08 Carl Shapirocmd/go, runtime: express armv5t architecture constraint...
2013-10-08 Andrew GerrandA+C: Tw (individual CLA)
2013-10-08 Andrew Gerranddoc/articles/wiki: fix path handling and clean up test...
2013-10-07 Rob Pikemath: the trig functions work in radians; document...
2013-10-07 Robert Griesemerspec: unsafe.Pointers are pointers
next