]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2015-11-09 Adam LangleyRevert "crypto/tls: don't send IP literals as SNI values."
2015-11-09 Adam Langleycrypto/tls: don't send IP literals as SNI values.
2015-11-09 Michael Hudson... cmd/link: look at the R_AARCH64_RELATIVE relocs to...
2015-11-09 Michael Hudson... cmd/internal/obj/arm64, cmd/link: use two instructions...
2015-11-09 Mohit Agarwalcmd/go: clean the directory path containing the packages
2015-11-09 Robert Griesemercmd/compile/internal/gc: fix go.y to match y.go
2015-11-08 Keith Randallruntime: simplify chan ops, take 2
2015-11-08 Michael Hudson... cmd/link, runtime: arm implementation of addmoduledata
2015-11-08 Dominik Honnefcmd/go: send all go build -n output to stderr
2015-11-08 Michael Hudson... cmd/go, cmd/link: allow -buildmode=pie on linux/ppc64le
2015-11-08 Michael Hudson... cmd/internal/obj, cmd/link: handle the fact that a...
2015-11-08 Tamir Dubersteincmd/internal/ld: skip dwarf output if dsymutil no-ops
2015-11-08 Dominik Honnefcmd/asm/internal/lex: format error correctly
2015-11-08 Brad Fitzpatricknet/http: update bundled http2 revision
2015-11-08 Brad Fitzpatrickgo/build: introduce go1.6 build tag
2015-11-08 Keith Randallcmd/compile: mark duffzero as using X0, not AX
2015-11-07 Brad Fitzpatricknet/http: update http2 bundle
2015-11-07 Brad Fitzpatricknet/http: update http2 bundle to rev d62542
2015-11-07 Ian Lance Taylorruntime: use pthread_sigmask, not sigprocmask, on Darwi...
2015-11-07 Brad Fitzpatricknet/http: enable HTTP/2 support in DefaultTransport
2015-11-07 Keith Randallruntime: memmove/memclr pointers atomically
2015-11-06 Ilya Tocarruntime: optimize indexbytebody on amd64
2015-11-06 Keith Randallruntime: teach peephole optimizer that duffcopy clobbers X0
2015-11-06 Marcel van... doc: updated go1.6 with reflect change for unexported...
2015-11-06 Keith RandallRevert "runtime: simplify buffered channels."
2015-11-06 Ian Lance Taylorcmd/link: don't warn about unnamed symbols in .debug_st...
2015-11-06 Joe Tsaiarchive/tar: detect truncated files
2015-11-05 David du Colombiercmd/go: skip TestBuildOutputToDevNull on Plan 9
2015-11-05 Michael Hudson... cmd/internal/obj/ppc64: fix assembly of SRADCC with...
2015-11-05 David du Colombiercmd/go: skip TestGoGenerateEnv on Plan 9
2015-11-05 Austin Clementsruntime: remove background GC goroutine and mark barriers
2015-11-05 Austin Clementsruntime: remove GC start up/shutdown workaround in...
2015-11-05 Austin Clementsruntime: decentralize mark done and mark termination
2015-11-05 Austin Clementsruntime: account mark worker time before gcMarkDone
2015-11-05 Austin Clementsruntime: factor mark done transition
2015-11-05 Austin Clementsruntime: eliminate mark completion in scheduler
2015-11-05 Austin Clementsruntime: don't start idle mark workers when barriers...
2015-11-05 Austin Clementsruntime: decentralize sweep termination and mark transition
2015-11-05 Austin Clementsruntime: decentralize concurrent sweep termination
2015-11-05 Austin Clementsruntime: beginning of decentralized off->mark transition
2015-11-05 Austin Clementsruntime: move concurrent mark setup off system stack
2015-11-05 Austin Clementsruntime: lift state variables from func gc to var work
2015-11-05 Austin Clementsruntime: note a minor issue with GODEUG=gcstoptheworld
2015-11-05 Ian Lance Taylorcmd/go: change ar argument to rc
2015-11-05 Ilya Tocarruntime: optimize string comparison on amd64
2015-11-05 Keith Randallruntime: simplify buffered channels.
2015-11-05 Matthew Dempskycmd/dist: remove vestigial -s flag
2015-11-05 Shenghou Macrypto/x509: add /etc/ssl/certs to certificate directories
next