]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-11-13 Michael Hudson... cmd/dist: run testshared on linux/ppc64le
2015-11-13 Michael Hudson... cmd/link, runtime: implement & call addmoduledata on...
2015-11-13 Michael Hudson... cmd/internal/obj/ppc64: avoid calling morestack via...
2015-11-13 Michael Hudson... cmd/internal/obj, cmd/link: access global data via...
2015-11-12 Michael Hudson... cmd/go, cmd/link: enable -buildmode=shared on linux...
2015-11-12 Michael Hudson... cmd/internal/obj, runtime: implement IE model TLS on...
2015-11-12 Michael Hudson... cmd/internal/obj, cmd/link: generate position independe...
2015-11-12 Michael Hudson... cmd/compile, cmd/link, runtime: on ppc64x, maintain...
2015-11-12 Matthew Dempskyruntime: update newosproc asm to access m.id directly
2015-11-12 Michael Hudson... cmd/internal/obj, cmd/link, runtime: use a larger stack...
2015-11-12 Michael Hudson... cmd/internal/obj, cmd/link, runtime: increase stack...
2015-11-12 Matthew Dempskyruntime/internal/sys: remove Intptr
2015-11-12 Dmitry Vyukovruntime/race: update race runtime
2015-11-12 Shenghou Maruntime, runtime/internal/sys: fix build for linux...
2015-11-12 Michael Matloobruntime: delete runtime/internal/atomic/textflag.h
2015-11-12 Michael Hudson... runtime: ignore rt_sigaction error if it is for SIGRTMAX
2015-11-12 Daniel Theophanesruntime: use WriteConsole to implement print and panic...
2015-11-12 Yasuhiro Matsumotopath/filepath: in Rel use case-insensitive comparison...
2015-11-12 Shenghou Macmd/dist: copy textflag.h for runtime/internal/* too
2015-11-12 Michael Matloobruntime: move arch_mips64(le)?.go into runtime/internal/sys
2015-11-12 Alberto Bertoglitesting: only call flag.Parse if it has not been called...
2015-11-12 Austin Clementstest: really force heap profile update in heapsampling.go
2015-11-12 Michael Matloobruntime/internal/atomic: delete arch1_*.go files
2015-11-12 Austin Clementsruntime: make SIGPROF skip stacks that are being copied
2015-11-12 Burcu DoganRevert "cmd/go: use shallow clones for new git checkouts"
2015-11-12 Michael Matloobcmd/compile: delete the runtime_internal_atomic.go...
2015-11-12 Brad Fitzpatrickmisc/sortac: add tool to sort the AUTHORS and CONTRIBUT...
2015-11-12 Russ Coxcmd/dist: remove race binaries when rebuilding everything
2015-11-12 Michael Matloobruntime: break out system-specific constants into packa...
2015-11-12 Austin Clementstest: force heap profile update in heapsampling.go...
2015-11-12 Ian Lance Taylorcmd/go: subdirs of runtime other than runtime/internal...
2015-11-12 Ralph CorderoyA+C: alter email-address description to cover more...
2015-11-12 Matthew Dempskyruntime: fix vet warning about println
2015-11-12 Matthew Dempskyruntime: fix vet warning about +build rule
2015-11-12 Shenghou Madoc: update go1.6.txt
2015-11-12 Yao Zhangcmd/dist: added support for GOARCH=mips64{,le}
2015-11-12 Yao Zhangtest: fix nosplit.go, fixedbugs/issue11656.go and skip...
2015-11-12 Yao Zhangruntime/debug: skip TestFreeOSMemory for mips64{,le}
2015-11-12 Yao Zhanginternal/syscall/unix: added support for linux/mips64...
2015-11-12 Yao Zhangnet/http: fixed TestLinuxSendfile for mips64
2015-11-12 Yao Zhanghash/crc32: added mips64{,le} build tags
2015-11-12 Yao Zhangdebug/elf: added MIPS ELF relocations
2015-11-12 Yao Zhangreflect: added support for mips64{,le}
2015-11-12 Yao Zhangmath, math/big: added support for mips64{,le}
2015-11-12 Yao Zhangsync/atomic: added support for mips64{,le}
2015-11-12 Yao Zhangsyscall: added support for linux/mips64{,le}
2015-11-12 Yao Zhangsyscall: added machine-generated code for linux/mips64...
2015-11-12 Yao Zhangruntime: restructured signal_linux.go, added signal...
2015-11-12 Yao Zhangruntime: renamed os2_linux.go to os2_linux_generic...
2015-11-12 Yao Zhangruntime: restructured os1_linux.go, added mips64 support
2015-11-12 Yao Zhangruntime: added mips64{,le} build tags and GOARCH cases
2015-11-12 Yao Zhangruntime: updated automatically generated zgoarch_*.go
2015-11-12 Yao Zhangruntime: added go files for linux/mips64{,le} support
2015-11-12 Yao Zhangruntime: added go files for mips64 architecture support
2015-11-12 Yao Zhangruntime/internal/atomic: added mips64 support.
2015-11-12 Yao Zhangruntime: added assembly part of linux/mips64{,le} support
2015-11-12 Yao Zhangcmd/cgo: added support for GOARCH=mips64{,le}
2015-11-12 Yao Zhangcmd/compile: added support for mips64{,le}
2015-11-12 Yao Zhangcmd/link: added support for mips64{,le}
2015-11-12 Yao Zhangcmd/asm: added support for GOARCH=mips64{,le}
2015-11-12 Yao Zhangcmd/internal/obj/mips: added support for GOARCH=mips64...
2015-11-12 Matthew Dempskyruntime: update comment that was missed in CL 6584
2015-11-12 Matthew Dempskyruntime: rewrite lots of foo_Bar(f, ...) into f.bar...
2015-11-12 Michael Hudson... runtime: run TestCgoExternalThreadSIGPROF on ppc64le
2015-11-12 Michael Hudson... cmd/go: handle linking against a shared library that...
2015-11-11 Michael Hudson... cmd/compile/internal/x86: avoid CX in a couple of place...
2015-11-11 Michael Hudson... cmd/link: fix size of filetab slice
2015-11-11 Hyang-Ah Hana Kimruntime: add syscalls needed for android/386 logging
2015-11-11 Hyang-Ah Hana Kimcmd,runtime: TLS setup for android/386
2015-11-11 Austin Clementsruntime: remove unused marking parfor
2015-11-11 Austin Clementsruntime: never allocate new M when jumping time forward
2015-11-11 Austin Clementsruntime: replace traceBuf slice with index
2015-11-11 Austin Clementsruntime: eliminate traceStack write barriers
2015-11-11 Austin Clementsruntime: eliminate traceBuf write barriers
2015-11-11 Brad Fitzpatrickdoc: update go1.6.txt
2015-11-11 Austin Clementsruntime: fix use of xadd64
2015-11-11 Austin Clementsruntime: fix over-aggressive proportional sweep
2015-11-11 Meng Zhuocmd/go: use shallow clones for new git checkouts
2015-11-11 Ian Lance Taylorruntime: don't call msanread when running on the system...
2015-11-11 Ian Lance Taylorruntime: mark cgo callback results as written for msan
2015-11-11 Austin Clementsruntime: clean up park messages
2015-11-11 Austin Clementsruntime: free stack spans outside STW
2015-11-11 Ian Lance Taylormisc/cgo/test: disable Test10303 for gccgo
2015-11-10 Ian Lance Taylorcmd/cgo, runtime: add checks for passing pointers from...
2015-11-10 Ralph Corderoycrypto/tls: len(clientRandom) used for serverRandom...
2015-11-10 Adam Langleycrypto/tls: don't send IP literals as SNI values.
2015-11-10 Vlad Krasnovcrypto/elliptic,crypto/ecdsa: P256 amd64 assembly
2015-11-10 Robert Griesemercmd/compile/internal/gc: avoid potential endless loop...
2015-11-10 Ian Lance Taylorcmd/go: always use --whole-archive for gccgo packages
2015-11-10 Michael Hudson... cmd/dist, cmd/go, misc/cgo/testshared: update testshare...
2015-11-10 Michael Hudson... cmd/internal/obj/arm: access global data via GOT on...
2015-11-10 Michael Matloobruntime: break atomics out into package runtime/interna...
2015-11-10 Erik Dubbelboernet/http: Show more data for unsolicited response
2015-11-10 Brad Fitzpatricknet/http/internal: ignore chunk-extension when reading...
2015-11-10 Mohit Agarwalmisc/cgo/testsanitizers: fix check for existence of...
2015-11-10 Michael Hudson... cmd/dist: run more cgo tests on ppc64x
2015-11-10 Michael Hudson... cmd/link: enable external linking on ppc64
2015-11-10 Michael Hudson... cmd/link, runtime: arm64 implementation of addmoduledata
2015-11-10 Alex Brainmannet: fix off by one error while counting interfaces...
2015-11-10 Dominik Honnefhtml/template, encoding/asn1: fix test errors
next