]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2015-11-17 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-11-16 Russ Coxcmd/compile: fix value range check for complex constants
2015-11-16 Russ Coxcmd/compile: do not emit args_stackmap for func _
2015-11-16 Russ Coxcmd/compile: reject identifiers beginning with non...
2015-11-16 Russ Coxcmd/compile: document -trimpath
2015-11-16 Ian Lance Taylorcmd/compile: add special case for testing first field...
2015-11-16 Ian Lance Taylorruntime: add optional expensive check for invalid cgo...
2015-11-16 Ian Lance Taylorcmd/dist: check more GOOS/GOARCH combinations in mkdeps...
2015-11-16 Rahul Chaudhrycmd/go: set buildmode=pie default for android/arm64.
2015-11-16 Austin Clementsruntime: handle sysReserve returning a pointer below...
2015-11-16 Austin Clementsruntime: avoid stat underflow crash
2015-11-16 Marcel van... unicode/utf8: removed uses of ranging over string
2015-11-15 Michael Hudson... cmd/dist, cmd/go: run testshared on arm64
2015-11-15 Michael Hudson... cmd/link: work around arm64 linker bugs with GOT reloca...
2015-11-15 Michael Hudson... cmd/internal/obj, cmd/link: access global data via...
2015-11-15 Shenghou Macrypto/tls: add TLS_RSA_WITH_AES_128_GCM_SHA256 and...
2015-11-15 Jingguo Yaomath/rand: add a comment for the i=0 iteration
2015-11-15 Michael Hudson... cmd/go, runtime: always use position-independent code...
2015-11-15 Ian Lance Taylorruntime: remove go:nosplit comment from reflect.typelinks
2015-11-14 HÃ¥vard Haugenencoding/json: use reflect.SetBytes when decoding bytes
2015-11-14 Didier Speziacmd/compile: regenerate builtin.go
2015-11-14 Shenghou Macmd/dist: disable shootout/spectralnorm on linux/mips64...
2015-11-14 Ian Lance Taylorcmd/link, cmd/go, cmd/dist: use copy of libgcc.a for...
2015-11-14 Brad Fitzpatrickcrypto/tls, crypto/aes: remove allocations when Writing...
2015-11-14 Robert Griesemercmd/compile/internal/gc: consume at least one token...
2015-11-14 Russ Coxcmd/dist: default to clang, not gcc, on freebsd
2015-11-14 Robert Griesemercmd/compile: associate tracking issue numbers with...
2015-11-14 Robert Griesemercmd/compile: cleanup in parser (3)
2015-11-14 Robert Griesemercmd/compile: cleanup in parser.go (2)
2015-11-14 Robert Griesemercmd/compile: cleanup in parser.go
2015-11-14 Robert Griesemercmd/compile: better syntax error handling for new parser
2015-11-13 Matthew Dempskyruntime: remove zgoarch_*.go files
2015-11-13 Marcel van... net/rpc: verify that embedding works with changed semantics
2015-11-13 Brad FitzpatrickA+C: add Steve Newman (Google CLA)
2015-11-13 Robert Griesemercmd/compile/internal/gc: recursive-descent parser
2015-11-13 Ian Lance Taylorcmd/go: fix build -n when adding to archive with gc...
2015-11-13 Brad FitzpatrickA+C: automated updates
2015-11-13 David CrawshawRevert "cmd/internal/obj/arm64, cmd/link: use two instr...
2015-11-13 Brad Fitzpatricknet/http: require valid methods in NewRequest and Trans...
2015-11-13 Brad Fitzpatricknet/http: add method constants
2015-11-13 Shenghou Madoc: add mips64/mips64le to supported GOARCHes
2015-11-13 Shenghou Maapi: update next.txt
2015-11-13 Joe Tsaicompress/gzip: specify when Reader.Header is valid
2015-11-13 Shenghou Macmd/internal/obj/arm64: rewrite branches that are too far
2015-11-13 Matthew Dempskyruntime: move m's OS-specific semaphore fields into mOS
2015-11-13 Shenghou Macmd/dist: set timeout for go1 benchmark too
2015-11-13 Matt Layherarchive/tar: make output deterministic
2015-11-13 Matthew Dempskyruntime: replace tls0 with m0.tls
2015-11-13 Yasuhiro Matsumotonet: make TestInterfaceList work on non-English Windows
2015-11-13 Shenghou Maruntime: disable prefetching on 386
2015-11-13 Shenghou Maos: add document for ErrInvalid
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 Keith Randall[dev.ssa] cmd/compile: better register allocation
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...
next