]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-05-05 Keith Randall[dev.ssa] all: merge from tip to get dev.ssa current
2016-05-05 Andrew Gerranddoc: update broken links in release notes
2016-05-05 Robert Griesemercmd/compile: verify imported types after they are fully...
2016-05-05 Emmanuel Odekeruntime: print signal name in panic, if name is known
2016-05-05 Russ Coxnet: fix hostLookupOrder("")
2016-05-05 Lynn Bogersync/atomic, runtime/internal/atomic: improve ppc64x...
2016-05-05 Shenghou Macontext: use https in docs
2016-05-05 Josh Bleecher... cmd/compile: optimize lookupVarOutgoing
2016-05-05 Cherry Zhangcmd/compile/internal/gc: skip TestFP on mips64x
2016-05-05 Cherry Zhangcmd/compile/internal/gc: remove duplicated TestFP
2016-05-05 Keith Randallcmd/compile: enable constant-time CFG editing
2016-05-05 Cherry Zhangruntime: skip TestCgoCallbackGC on linux/mips64x
2016-05-05 Cherry Zhangcmd/link: fix external linker argument for mips64
2016-05-05 Ian Lance Taylorruntime: put tracebackctxt C functions in .c file
2016-05-05 Alex Brainmandebug/pe: unexport newly introduced identifiers
2016-05-05 Nigel Taocompress/flate: distinguish between base and min match...
2016-05-04 Michael Mundaycmd/compile: fix uint64 to float casts on ppc64
2016-05-04 Robert Griesemercmd/compile: fix debugFormat for new export format
2016-05-04 Mohit Agarwalruntime: clean up profiling data files produced by...
2016-05-04 Shenghou Manet/http: correct RFC for MethodPatch
2016-05-04 Shenghou Macmd/dist: remove the use of debug/elf package
2016-05-04 Josh Bleecher... cmd/compile: check that SSA memory args are in the...
2016-05-04 Brad Fitzpatrickcmd/dist: add flag to build tests only, but not run...
2016-05-04 Shenghou Maruntime/internal/atomic: fix vet warnings
2016-05-04 Shenghou Macmd/vet: add mips64x assembly check support
2016-05-04 Shenghou Madoc: update go1.7.txt
2016-05-04 Cherry Zhangtest: enable fixedbugs/issue10607.go test on linux...
2016-05-04 Cherry Zhangcmd/go: enable TestNodeReading on linux/mips64x
2016-05-04 Cherry Zhangcmd/dist: enable cgo and external linking on linux...
2016-05-04 Cherry Zhangmisc/cgo/test: add mips64x test case for issue9400
2016-05-04 Cherry Zhangcmd/link/internal/ld: force external linking for mips64...
2016-05-04 Cherry Zhangruntime: add linux/mips64x cgo support
2016-05-04 Cherry Zhangruntime/cgo: add context argument to crosscall2 on...
2016-05-04 Martin Möhrmannmisc/cgo/fortran: fix gfortran compile test
2016-05-04 Niko Dziembaarchive/zip: pool flate readers
2016-05-04 Michael Hudson... cmd/link: always read type data for dynimport symbols
2016-05-04 Alex Brainmancmd/api: remove debug/pe replated changes from next.txt
2016-05-04 Keith Randallcmd/compile: use SSA tests on legacy compiler
2016-05-04 Vishvananda... net: allow netgo to use lookup from nsswitch.conf
2016-05-04 Ian Lance Taylorruntime: use cgo traceback for SIGPROF
2016-05-03 Brad Fitzpatrickcmd/vet: fix test's dependence on perl
2016-05-03 Keith Randallcmd/compile: never CSE two memories
2016-05-03 Brad Fitzpatrickstrings, bytes: fix Reader 0 byte read at EOF
2016-05-03 Robert Griesemercmd/compile: use correct packages when exporting/import...
2016-05-03 Dmitry Vyukovcmd/trace: make binary argument optional
2016-05-03 Dmitry Vyukovruntime: per-P contexts for race detector
2016-05-03 Dmitry Vyukovruntime: fix CPU underutilization
2016-05-03 Michael Hudson... cmd/cgo: an approach to tsan that works with gcc
2016-05-03 Brad Fitzpatricknet/http: keep idle conns sorted by usage
2016-05-02 David Crawshawcmd/link: bump object file version number
2016-05-02 Emmanuel Odekenet/http: fix typo in comment in main_test
2016-05-02 Brad Fitzpatricknet/http: remove some TODOs
2016-05-02 Emmanuel Odekeall: make copyright headers consistent with one space...
2016-05-02 Ian Lance Taylorcmd/cgo, misc/cgo/test: make -Wdeclaration-after-statem...
2016-05-02 Michael Hudson... cmd/link: pass -Wl,-z,relro to host linker in -buildmod...
2016-05-02 Keith Randallcmd/compile: don't SSA any variables when -N
2016-05-02 Mikio Haranet/http: gofmt -w -s
2016-05-01 Keith Randallcmd/compile: fix reslice
2016-05-01 Brad Fitzpatricknet/http: fix typo in comment
2016-05-01 Brad Fitzpatricknet/http: add Response.Uncompressed bool
2016-05-01 Brad Fitzpatricknet/http: provide access to the listener address an...
2016-05-01 Brad Fitzpatricknet/http: add Transport.IdleConnTimeout
2016-05-01 Brad Fitzpatricknet/http: fix a few crashes with a ClientTrace with...
2016-05-01 Brad Fitzpatricknet/http: document some errors more, mark ErrWriteAfter...
2016-05-01 Josh Bleecher... archive/zip: improve BenchmarkCompressedZipGarbage
2016-05-01 Brad Fitzpatrickdoc: update go1.7.txt
2016-05-01 Cherry Zhangcmd/internal/obj/mips, cmd/link: add support TLS reloca...
2016-05-01 Austin Clementsruntime: update some comments
2016-05-01 Cherry Zhangruntime/cgo: add linux/mips64x cgo support
2016-05-01 Cherry Zhangcmd/link, runtime: add external linking support for...
2016-05-01 Frits van Bommelcmd/compile: Improve readability of HTML produced by...
2016-05-01 Cherry Zhangcmd/internal/obj/mips et al.: introduce SB register...
2016-05-01 Cherry Zhangcmd/asm, cmd/internal/obj/mips: add an alias of RSB...
2016-05-01 Cherry Zhangcmd/internal/obj/mips, runtime: change REGTMP to R23
2016-05-01 Cherry Zhangcmd/asm/internal/asm/testdata: remove WORD $foo(SB...
2016-05-01 Brad Fitzpatricknet/http: add Transport.MaxIdleConns limit
2016-04-30 Brad Fitzpatricknet/http: expand documentation of Server.MaxHeaderBytes
2016-04-30 Kevin Burkedatabase/sql: clone data for named []byte types
2016-04-30 Austin Clementsruntime: reclaim scan/dead bit in first word
2016-04-30 Austin Clementsruntime: use morePointers and isPointer in more places
2016-04-30 Austin Clementsruntime: avoid conditional execution in morePointers...
2016-04-30 Keith Randallcmd/compile: ecx is reserved for PIC, don't let peep...
2016-04-30 Michael Mundayruntime: fix cgocallback_gofunc on ppc64x
2016-04-29 Ian Lance Taylorruntime: fix cgocallback_gofunc argument passing on...
2016-04-29 Matthew Dempskyroot: remove dev.garbage file
2016-04-29 Ian Lance Taylorcmd/cgo, runtime, runtime/cgo: use cgo context function
2016-04-29 Michael Mundaycrypto/cipher, crypto/aes: add s390x implementation...
2016-04-29 Michael Mundaycrypto/cipher, crypto/aes: add s390x implementation...
2016-04-29 Keith Randallcmd/compile: make vet happy with ssa code
2016-04-29 Rick HudsonMerge remote-tracking branch 'origin/dev.garbage'
2016-04-29 Rick Hudson[dev.garbage] runtime: simplify nextFreeFast so it...
2016-04-29 David Chasecmd/compile: Move divconst_test out of test/bench/go1
2016-04-29 Keith Randallcmd/compile: clean up rewrite rules
2016-04-29 Austin Clements[dev.garbage] runtime: revive sweep fast path
2016-04-29 Austin Clements[dev.garbage] runtime: fix nfree accounting
2016-04-29 Austin Clements[dev.garbage] runtime: fix allocfreetrace
2016-04-29 Austin Clements[dev.garbage] runtime: reintroduce no-zeroing optimization
2016-04-29 Nigel Taocompress/flate: use a constant hash table size for...
2016-04-29 Dave Cheneycmd/compile/internal/gc: bv.go cleanup
next