]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-04-15 Michael Hudson... cmd/6l: call runtime.addmoduledata from .init_array
2015-04-15 Michael Hudson... cmd/go: support -buildmode=shared
2015-04-15 Ian Lance Taylorinternal/syscall: move to unix subdirectory
2015-04-15 David Crawshawcmd/test: require external linking for c-archive
2015-04-15 Michael Hudson... go/build: support -installsuffix with gccgo
2015-04-15 Michael Hudson... cmd/go, go/build: add build.Package.PkgTargetRoot
2015-04-15 Michael Hudson... cmd/internal/ld: allow -r to override rpath when -links...
2015-04-15 Josh Bleecher... cmd/6g, runtime: improve duffzero throughput
2015-04-15 Josh Bleecher... cmd/internal/gc, cmd/gc: move Reg from Val to Node
2015-04-15 Michael Hudson... runtime: merge slice and sliceStruct
2015-04-15 Michael Hudson... cmd/dist: fix bootstrapping with gccgo on 386
2015-04-15 Rob Pikedoc/go1.5.txt: io.CopyBuffer and new reflect.Value...
2015-04-15 Rob Pikefmt: treat reflect.Value specially - as the value it...
2015-04-15 Rob Pikeio: add CopyBuffer, a version of Copy in which the...
2015-04-15 Dave Cheneycmd/internal/gc, cmd/7g: use zero register in Componentgen
2015-04-15 Mikio Haranet: add Listen system call hook for testing
2015-04-15 Mikio Haranet/internal/socktest: add hook for Listen, failed...
2015-04-15 Dave Cheneyruntime: mark all runtime.cputicks implementations...
2015-04-15 Alex Brainmanruntime: really pass return value to Windows in externa...
2015-04-15 Nigel Taoimage/png: reject multiple tRNS chunks.
2015-04-15 Robert Griesemergo/importer: added go/importer package, adjusted go...
2015-04-15 Josh Bleecher... misc/ios: read codesign info from environment variables
2015-04-14 Josh Bleecher... cmd/internal/gc: convert Bval to bool
2015-04-14 Austin Clementsruntime: make time slice a const
2015-04-14 Austin Clementsruntime: fix freed page accounting in mHeap_ReclaimList
2015-04-14 Austin Clementsruntime: remove unnecessary traceNextGC
2015-04-14 Marius Nuennerichio/ioutil: fix locking of the tempfile random state
2015-04-14 Matthew Dempskyreflect: document reflect.TypeOf((*Foo)(nil)).Elem...
2015-04-14 Rob Pikecmd/go: do not cover package unsafe
2015-04-14 Dmitry Vyukovcmd/gc: fix crash during escape analysis
2015-04-14 David Crawshawruntime: make cgocallback wait on package init
2015-04-14 David Crawshawruntime: rename close to closefd
2015-04-14 Nigel Taoimage/jpeg: don't assume that an ensureNBits failure...
2015-04-14 Brad Fitzpatrickcmd/5g, etc: remove outdated float type alias comment
2015-04-14 Brad Fitzpatricknet: remove old comment
2015-04-13 Shenghou Macmd/dist: detect sse2 even with gccgo
2015-04-13 Srdjan Petroviccmd: -buildmode=c-shared for linux/arm
2015-04-13 Ian Lance Taylortest: add gcc65755.go for http://gcc.gnu.org/PR65755
2015-04-13 Mikio Haraos: fix TestProgWideChdir on darwin
2015-04-13 Srdjan Petrovicruntime: shared library init support for android/arm.
2015-04-13 Rob Pikedoc/go1.5.txt: fmt fix for empty byte slice
2015-04-13 Rob Pikefmt: empty byte slices should print nothing in hex
2015-04-13 Ian Lance Taylornet: document that DNSError.Timeout and Temporary are...
2015-04-13 Dave Cheneycmd/dist: use gccgo as bootstrap compiler
2015-04-13 David Crawshawmisc/cgo/testcarchive: avoid bad pointer passing
2015-04-13 David Crawshawmisc/ios: support go run in go_darwin_arm_exec
2015-04-13 Srdjan Petrovicruntime: shared library runtime init for arm
2015-04-13 David Crawshawmisc/cgo/testcarchive: test -buildmode=c-archive
2015-04-13 Srdjan Petrovicruntime: remove runtime wait/notify from ppc64x archite...
2015-04-13 Josh Bleecher... iostest.bash: do not restart device by default
2015-04-13 David Crawshawcmd/go: -buildmode=c-archive support
2015-04-13 David Crawshawruntime/cgo: EXC_BAD_ACCESS handler for arm64
2015-04-13 David Crawshawcmd/objdump: skip fork test on darwin/arm64
2015-04-13 David Crawshawcmd/pack: skip fork test on darwin/arm64
2015-04-13 David Crawshawruntime/pprof: skip fork test on darwin/arm64
2015-04-13 David Crawshawcmd/go: run darwin/arm64 tests sequentially
2015-04-13 David Crawshawruntime/debug: disable arm64 test for issue 9993
2015-04-13 David Crawshawcrypto/x509: skip arm64 tests limited by iOS
2015-04-13 David Crawshawlog/syslog: limiting tests on darwin/arm64
2015-04-13 David Crawshawgo/build: skip darwin/arm64 tests that need GOROOT
2015-04-13 David Crawshawos/exec: skip fork test on darwin/arm64
2015-04-13 David Crawshawpath/filepath: skip test on darwin/arm64
2015-04-13 David Crawshawruntime: skip fork test on darwin/arm64
2015-04-13 David Crawshawnet/http/cgi: skip fork test on darwin/arm64
2015-04-13 Brad Fitzpatrickcmd/go: cache results of HTTP requests done during...
2015-04-13 Alex Brainmanruntime: move all exception related code into signal_wi...
2015-04-13 Colin Kennedyimage/gif: expose disposal, bg index and Config
2015-04-12 Matt T. Proudexpvar: swap Float sync. from mutex to atomic.
2015-04-12 David du Colombieros: add TestProgWideChdir
2015-04-12 David du Colombiersyscall: ignore getwd errors when fixing working direct...
2015-04-12 Hyang-Ah (Hana... cmd/go: fix a typo.
2015-04-12 Austin Clementsdebug/dwarf: add Entry.AttrField method to get *Field...
2015-04-12 Austin Clementsdebug/dwarf: add DWARF attribute value class to Field
2015-04-12 David Crawshawcmd/interal/ld: darwin c-archive buildmode support
2015-04-12 David Crawshawruntime: library entry point for darwin/arm
2015-04-12 David Crawshawcmd/addr2line: skip fork test on darwin/arm64
2015-04-12 David Crawshawcmd/internal/obj/x86: skip test on darwin/arm64
2015-04-12 David Crawshawsyscall: skip fork test on darwin/arm64
2015-04-12 David Crawshawcmd/nm: skip fork test on darwin/arm64
2015-04-12 David Crawshawos: adjust working dir for darwin/arm64 tests
2015-04-12 David Crawshawsync/atomic: skip issue 7338 test on darwin/arm64
2015-04-12 David Crawshawmisc/ios: pick clang arch based on GOARCH
2015-04-11 Michael Hudson... cmd/6l: support -linkshared
2015-04-11 Matthew Dempskycmd/5g, cmd/internal/ld, cmd/internal/obj: destutter...
2015-04-11 Dmitry Vyukovcmd/go: fix error message
2015-04-11 Michael Hudson... cmd/internal/ld: make a few more symbols local
2015-04-11 Michael Hudson... reflect, runtime: check equality, not identity, for...
2015-04-11 Michael Hudson... cmd/go: start support for -linkshared
2015-04-11 Shenghou Maapi: update next.txt
2015-04-11 Robert Griesemergo/types: move go/types/internal/gcimport => go/interna...
2015-04-11 Rob Pikedoc/go1.5.txt: log: LUTC flag
2015-04-11 Rob Pikelog: add flag LUTC, to use UTC time zone for time stamp
2015-04-11 Michael Hudson... cmd/6g: call duffcopy, duffzero via got when dynamicall...
2015-04-10 Michael Hudson... debug/gosym: skip tests when .gosymtab section not...
2015-04-10 Ian Lance Taylordoc/go1.5.txt: note new options for go, gc, asm, ld
2015-04-10 Shenghou Matest: add gccgo test case for #10407
2015-04-10 Derek Buitenhuisruntime: Fix GDB integration with Python 2
2015-04-10 Rob Pikedoc/go1.5.txt: time.AppendFormat
2015-04-10 Caleb Sparetime: add Time.AppendFormat
2015-04-10 Dmitry Vyukovcmd/gc: fix handling of OGETG in race mode
next