]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2015-11-05 Ian Lance Taylorcmd/go: put all generate variables in the environment
2015-11-05 Matthew Dempskyinternal/syscall/unix: eliminate non-trivial randomTrap...
2015-11-04 Austin Clementsruntime: make putfull start mark workers
2015-11-04 Austin Clementsruntime: eliminate getfull barrier from concurrent...
2015-11-04 David Crawshawmisc/ios: keep whole buffer in go_darwin_arm_exec
2015-11-04 Brad Fitzpatricknet/http: register HTTP/2 before listening in ListenAnd...
2015-11-04 Brad Fitzpatricksyscall: allow nacl's fake network code to Listen twice...
2015-11-04 David Crawshawcmd/vet: use testenv
2015-11-04 unknowncrypto/md5: uniform Write func
2015-11-04 Mohit Agarwalcmd/go: check if destination is a regular file
2015-11-04 Austin Clementscmd/compile: add go:nowritebarrierrec annotation
2015-11-04 Ian Lance Taylorcmd/cgo: add a missing newline in writeExports
2015-11-04 Brad Fitzpatricknet/http: don't panic after request if Handler sets...
2015-11-03 Ian Lance Taylorcmd/compile: make sure instrumented call has type width
2015-11-03 Ian Lance Taylormisc/cgo/testsanitizers: fix test of whether compiler...
2015-11-03 Dmitry Vyukovruntime: remove dead code
2015-11-03 Austin Clementsruntime: cache two workbufs to reduce contention
2015-11-03 Dmitry Vyukovruntime: fix finalization and profiling of tiny allocations
2015-11-03 Ilya Tocarstrings: add asm version of Index() for short strings...
2015-11-03 Austin Clementsruntime: enlarge GC work buffer size
2015-11-03 Austin Clementsruntime: make assists preemptible
2015-11-03 Austin Clementsruntime: replace assist sleep loop with park/ready
2015-11-03 Austin Clementsruntime: change p.runq from []*g to []guintptr
2015-11-03 Michael Matloobmisc/ios: fix an error when getenv encounters unset...
2015-11-03 Todd Nealtest: use go:noinline consistently
2015-11-02 Michael Hudson... cmd/link: remove duplicate symtab entry for global...
2015-11-02 Ilya Tocarbytes: speed up Compare() on amd64
2015-11-02 David Crawshawcmd/link: concurrent obj copy for external linking
2015-11-02 Brad Fitzpatricktest: update tinyfin test
2015-11-01 Ian Lance Taylortest: add gcc6798, valid code that caused gccgo to...
2015-11-01 Michael Hudson... cmd/go, runtime: define GOBUILDMODE_shared rather than...
2015-11-01 Mikio Haranet: make Dial, Listen{,Packet} for TCP/UDP with invali...
2015-11-01 Alex Brainmanpath/filepath: fix EvalSymlinks(".") on windows
2015-10-31 Ian Lance Taylorcmd/link: support new 386/amd64 relocations
2015-10-30 Matthew Dempskygo/types: fix TypeString(nil, nil)
2015-10-30 Matthew Dempskymath: fix bad shift in Expm1
2015-10-30 Austin Clementsruntime: perform mark 2 root re-scanning in GC workers
2015-10-30 Austin Clementsruntime: perform concurrent scan in GC workers
2015-10-30 Austin Clementsruntime: consolidate "out of GC work" checks
2015-10-30 Brad Fitzpatricktest: disable flaky heapsampling test for now
2015-10-30 Marvin Stengercmd/compile/internal: named types for Etype and Op...
2015-10-30 Taru Karttunenos: reduce allocations in Readdir on unix
2015-10-30 Russ Coxdoc/go1.6.txt: mention possible GOTRACEBACK change
2015-10-30 Russ Coxruntime: introduce GOTRACEBACK=single, now the default
2015-10-30 Russ Coxnet/http: do not listen on public network during HTTP...
2015-10-30 Robert Griesemercmd/compile/internal/gc: fix complex literal overflow
2015-10-30 Marvin Stengersyscall: correct parameter name of Setgid on linux
2015-10-30 Quentin Perezcmd/link/internal/ld: fix extra arguments Errorf
2015-10-30 Brad Fitzpatricknet/http: update x/net/http2
2015-10-30 Brad Fitzpatrickdoc: some go1.6.txt additions
2015-10-29 Todd Nealcmd/compile: add support for a go:noinline directive
2015-10-29 Michael Hudson... cmd/internal/obj, cmd/link, runtime: handle TLS more...
2015-10-29 Brad Fitzpatrickmath: fix typo and braino in my earlier commit
2015-10-29 Michael Hudson... cmd/internal/obj, cmd/link: simplify ppc64 archreloc...
next