]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-10-31 INADA Naokidatabase/sql: add Pinger interface to driver Conn
2016-10-31 Jaana Burcu... reflect: clarify that NumMethod returns only the number...
2016-10-31 Robert Griesemergo/types: local type-checking of alias declarations
2016-10-31 David Crawshawruntime: make module typemaps visible to the GC
2016-10-31 David Crawshawcmd/link, plugin: use full plugin path for symbols
2016-10-30 Nigel Taocompress/flate: tighten the BestSpeed max match offset...
2016-10-30 Ian Lance Taylorcmd/cgo: add -srcdir option
2016-10-30 Russ Coxsync: enable Pool when using race detector
2016-10-30 Ian Gudgersyscall: remove X__cmsg_data from Cmsghdr
2016-10-30 Daniel Theophanesdatabase/sql: add context helper methods and transactio...
2016-10-30 Dmitry Vyukovruntime/race: update race runtime
2016-10-30 Keith Randallruntime: compute size classes statically
2016-10-30 Ian Lance Taylorcmd/go: set CCACHE_DIR when setting HOME to non-existen...
2016-10-30 Emmanuel Odekenet/http: handle 3xx redirects properly
2016-10-30 Mikio Haranet: fix nit
2016-10-29 Joe Tsaicompress/gzip: only encode MTIME if it is valid
2016-10-29 Brad Fitzpatricknet/http: update bundled http2 for IdleTimeout config...
2016-10-29 Russ Coxcmd/go: test fixes dropped from CL 31821
2016-10-29 Russ Coxcmd/link: fix -X importpath.name=value when import...
2016-10-29 Russ Coxnet: break up >1GB reads and writes on stream connections
2016-10-29 Russ Coxruntime/pprof/internal/gzip0: new package for pprof
2016-10-29 Zev Goldsteinpath/filepath: fix Abs on Windows
2016-10-29 Alberto Donizetticmd/compile: make Node.Diag a bool
2016-10-29 Emmanuel Odekecmd/compile: improve error message for unknown fields...
2016-10-29 Dmitry Vyukovruntime/race: ignore user GORACE env var in tests
2016-10-29 Than McIntoshtest: add test for gccgo issue #17640
2016-10-29 Martin Möhrmanncmd/compile: cleanup checkmake
2016-10-28 Ian Lance Taylortime: clarify Equal docs
2016-10-28 Mikio Haranet: use IPv4 reserved address blocks for documentation
2016-10-28 Mikio Haranet: deflake TestLookupNonLDH
2016-10-28 Peter Weinbergerruntime: ensure elapsed cycles are not negative
2016-10-28 Matthew Dempskycmd/compile: improve not enough / too many arguments...
2016-10-28 Austin Clementsruntime: fix SP adjustment on amd64p32
2016-10-28 Austin Clementsruntime: disable stack rescanning by default
2016-10-28 Austin Clementsruntime: implement unconditional hybrid barrier
2016-10-28 Austin Clementsruntime: avoid getfull() barrier most of the time
2016-10-28 Austin Clementsruntime: remove unnecessary step from bulkBarrierPreWrite
2016-10-28 Austin Clementsruntime: add deletion barriers on gobuf.ctxt
2016-10-28 Austin Clementsruntime: perform write barrier before pointer write
2016-10-28 Russ Coxcmd/go: apply import restrictions to test code too
2016-10-28 Josh Bleecher... cmd/compile: add Param to Sizeof test
2016-10-28 Cherry Zhangcmd/internal/obj/arm64: materialize float constant...
2016-10-28 Cherry Zhangcmd/link: put text at address 0x1000000 on darwin/amd64
2016-10-28 Austin Clementscmd/compile: disable various write barrier optimizations
2016-10-28 Austin Clementsruntime: eliminate write barriers from save
2016-10-28 Austin Clementsruntime: eliminate write barriers from dropg
2016-10-28 Austin Clementsruntime: mark tiny blocks at GC start
2016-10-28 Austin Clementsruntime: shade stack-to-stack copy when starting a...
2016-10-28 Michael Matloobruntime/pprof/internal/profile: add copyright notice...
2016-10-28 Michael Matloobruntime/pprof: write profiles in protobuf format.
2016-10-28 Russ Coxencoding/csv: document Read error behavior
2016-10-28 Russ Coxcmd/go, go/build: document form of import paths
2016-10-28 Russ Coxruntime/trace: deflake TestTraceSymbolize
2016-10-28 Russ Coxos: adjust (*File).Read comment
2016-10-28 Quentin Smithos/exec: document how Command fills in Cmd.Args
2016-10-28 Austin Clementsruntime: zero-initialize LR on new stacks
2016-10-28 Austin Clementsruntime: ensure finalizers are zero-initialized before...
2016-10-28 Austin Clementsruntime: avoid write barriers to uninitialized finalize...
2016-10-28 Austin Clementsruntime: document rules about unmanaged memory
2016-10-28 Austin Clementscmd/compile: use typedmemclr for zeroing if there are...
2016-10-28 Austin Clementscmd/compile: lower slice clears to memclrHasPointers
2016-10-28 Russ Coxmime/multipart: simplify Part.Read
2016-10-28 Austin ClementsRevert "runtime/pprof: write profiles in protobuf format."
2016-10-28 Russ Coxnet: add (*UnixListener).SetUnlinkOnClose
2016-10-28 Russ Coxnet: only remove Unix domain socket file on the first...
2016-10-28 Austin Clementsruntime, cmd/compile: rename memclr -> memclrNoHeapPointers
2016-10-28 Austin Clementsruntime: make fixalloc zero allocations on reuse
2016-10-28 Austin Clementsruntime: make _MSpanDead be the zero state
2016-10-28 Austin Clementsruntime: use typedmemclr for typed memory
2016-10-28 Austin Clementsruntime: parallelize STW mcache flushing
2016-10-28 Josh Bleecher... cmd/compile: don't alloc Name/Param for unresolved...
2016-10-28 unknownruntime/pprof: write profiles in protobuf format.
2016-10-28 Austin Clementsruntime: fix preemption of root marking jobs
2016-10-28 Austin Clementsruntime/trace, internal/trace: script to collect canned...
2016-10-28 Joe Tsaibytes, strings: optimize for ASCII sets
2016-10-28 Russ Coxhtml/template, text/template: drop defined template...
2016-10-28 Russ Coxruntime: skip TestMemmoveOverflow if mmap of needed...
2016-10-28 Robert Griesemerspec: update operator and delimiter section
2016-10-28 Josh Chorltonnet/http: fix cookie Expires minimum year to 1601 inste...
2016-10-28 Russ Coxmime/quotedprintable: accept = not followed by 2 hex...
2016-10-28 Jaana Burcu... net/http/httptrace: refer http.Client users to the...
2016-10-28 Brad Fitzpatrickdoc: remove mention of Go 1.6.3 working on Sierra
2016-10-28 Austin Clementsruntime, cmd/trace: track goroutines blocked on GC...
2016-10-28 Austin Clementscmd/trace: track each G's state explicitly
2016-10-28 Austin Clementsruntime, cmd/trace: annotate different mark worker...
2016-10-28 Cherry Zhangcmd/compile: make LR allocatable in non-leaf functions...
2016-10-28 Cherry Zhangcmd/internal/obj/mips: materialize float constant 0...
2016-10-28 Carlos Eduardo Seocmd/asm, cmd/internal/obj/ppc64: Add vector scalar...
2016-10-28 David Crawshawruntime: pass windows float syscall args via XMM
2016-10-28 Austin Clementsruntime: fix preemption of fractional and idle mark...
2016-10-28 Peter Weinbergerruntime: Profile goroutines holding contended mutexes.
2016-10-28 Martin Möhrmanncmd/compile: move stringtoslicebytetmp to the backend
2016-10-28 Alex Brainmanruntime/cgo: do not link threads lib by default on...
2016-10-28 Josh Bleecher... cmd/compile: eliminate more allocs in newblock
2016-10-28 Josh Bleecher... cmd/compile: combine slice allocations in newblock
2016-10-28 Nigel Taoimage/png: implement grayscale transparency.
2016-10-27 Matthew Dempskycmd/compile: stop adding implicit OKEY nodes
2016-10-27 Nigel Taoimage/png: implement truecolor transparency.
2016-10-27 Cherry Zhangmath/big: flip long/short flag on TestFloat32Distribution
2016-10-27 Keith Randallcmd/compile: combine some extensions with loads
next