]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-11-03 Josh Bleecher... runtime: fix s390x asm frame sizes
2016-11-03 Josh Bleecher... all: update s390x assembly to use vet-friendly names
2016-11-03 Mohit Agarwalcmd/go: run mkalldocs.sh
2016-11-03 Russ Coxcmd/go: add version of GOROOT to go bug details
2016-11-03 Russ Coxcmd/pprof: use correct default handler for Go programs
2016-11-03 David Crawshawcmd/compile: write type symbols referenced in ptabs
2016-11-03 David du Colombiernet: disallow dialing and listening on port > 65535...
2016-11-03 David du Colombiernet: fix Dial(":80") on Plan 9
2016-11-03 Josh Bleecher... cmd/vet: teach vet about ast.AliasSpec
2016-11-03 Ilya Tocarcmd/compile/internal/ssa: generate bswap on AMD64
2016-11-03 Josh Bleecher... cmd/compile: add OMOD to list of ops that might panic
2016-11-03 Hiroshi Iokaencoding/asn1: return error for unexported fields in...
2016-11-03 Brad Fitzpatricknet/http: deflake TestServerSetKeepAlivesEnabledClosesConns
2016-11-03 Josh Bleecher... cmd/compile/internal/gc: make tests run faster
2016-11-03 Brad Fitzpatricknet/http: update bundled http2 to fix test flake
2016-11-02 Robert Griesemergo/types: set up correct type with NewAlias
2016-11-02 Michael Mundaycmd/vet: add test case for ppc64{,le}
2016-11-02 Keith Randallcmd/compile: compute faulting args before writing args...
2016-11-02 Keith Randallcmd/compile: do more type conversion inline
2016-11-02 Keith Randallcmd/compile: On a runtime.KeepAlive call, keep whole...
2016-11-02 Brad Fitzpatricknet/http: update bundled http2
2016-11-02 Joe Tsaiarchive/tar: disable prefix field in Writer
2016-11-02 Michael Mundaycmd/vet: fix go vet on s390x assembly
2016-11-02 Matthew Dempskycmd/compile: avoid double export of aliased objects
2016-11-02 Russ Coxnet: fix Dial(":80") on Windows
2016-11-02 Russ Coxtesting: introduce testing/internal/testdeps for holdin...
2016-11-02 Russ Coxapi: sort except.txt
2016-11-02 Russ Coxcmd/pprof: move cmd/internal/pprof back to cmd/pprof...
2016-11-02 Russ Coxinternal/pprof/profile: new package, moved from cmd...
2016-11-02 Michael Mundaybytes, strings: update s390x code to match amd64 changes
2016-11-02 Jan Merclgo1.8.txt: Add CL 25345.
2016-11-02 David Crawshawruntime: address comments from CL 32357
2016-11-02 Ian Lance Taylorcmd/go: use cgo -srcdir when using SWIG
2016-11-02 Alex Brainmannet: implement Buffers on windows
2016-11-01 Brad Fitzpatrickdoc: update go1.8.txt
2016-11-01 Ian Lance Taylorcmd/cgo: only record typedef name for pointer to struct
2016-11-01 Matthew Dempskycmd/compile: get rid of unused Name.Method field
2016-11-01 Robert Griesemergo/importer: handle multiple imports of the same object
2016-11-01 Robert Griesemercmd/compile/internal/syntax: don't depend on hardwired...
2016-11-01 Ian Lance Taylorcmd/go: remove _cgo_flags from gccgo archive built...
2016-11-01 Michael Hudson... cmd/compile: mark go.itab.* symbols local earlier
2016-11-01 David Crawshawcmd/link: support plugins with no exported symbols
2016-11-01 Robert Griesemergo/types: handle imported aliases
2016-11-01 David Crawshawruntime: resolve type offsets using source module
2016-11-01 Josh Bleecher... cmd/compile/internal/syntax: avoid deadlock
2016-11-01 Ian Lance Taylorruntime: treat SIGSTOP on Solaris as we do on other...
2016-11-01 Ian Lance Taylortime: simplify: tell people to not use == with Time...
2016-11-01 Brad Fitzpatricknet/http: make Transport reject URLs with bogus ports...
2016-11-01 Ilya Tocarbytes,strings: use IndexByte more often in Index on...
2016-11-01 Brad Fitzpatrickstrings: ignore allocation test in cover mode
2016-11-01 Rob Piketesting: add a method testing.CoverMode
2016-11-01 Brad Fitzpatricknet/http: add Transport.ProxyConnectHeader to control...
2016-11-01 Bryan C. Millsruntime: align stack pointer in sigfwd
2016-11-01 Brad Fitzpatricknet/http, net/http/httptest: make http2's TrailerPrefix...
2016-11-01 Lynn Bogercmd/vendor/golang.org/x/arch/ppc64/ppc64asm: skip TestO...
2016-11-01 Robert Griesemercmd/compile: add debug print to identify unexpected...
2016-11-01 David Crawshawplugin: do not leak cRelName on error path
2016-11-01 David Crawshawruntime: access modules via a slice
2016-11-01 Michael Mundaycmd/compile: improve s390x rules for folding ADDconst...
2016-11-01 Martin Möhrmannruntime: improve atoi implementation
2016-11-01 Carlos Eduardo Seoruntime: get ppc64x ISA level and hardware capabilities...
2016-11-01 Michael Mundaybytes, strings: optimize multi-byte index operations...
2016-11-01 Daniel Martítesting: don't warn if -bench was passed
2016-11-01 Emmanuel Odekenet/http/httputil: add ModifyResponse to reverseProxy
2016-11-01 Joe Tsaiencoding/json: marshal with null when RawMessage is nil
2016-11-01 Robert Griesemercmd/compile/internal/syntax: don't panic if no error...
2016-11-01 Brad Fitzpatricknet/http: add Server.Close & Server.Shutdown for forced...
2016-10-31 Matthew Dempskycmd/compile: move parser.go remnants into noder.go
2016-10-31 Austin Clementsruntime: perform write barriers on direct channel receive
2016-10-31 Dhananjay Nakranicmd/compile: avoid nil-ing out a node's Type in typeche...
2016-10-31 Austin Clementsruntime: make assists perform root jobs
2016-10-31 Austin Clementsruntime: lift systemstack part of gcAssistAlloc
2016-10-31 Robert Griesemergo/types: basic Defs/Uses test for aliases
2016-10-31 Jaana Burcu... doc: replace code.google.com/p/sitesearch with its...
2016-10-31 Robert Griesemergo/types: implement missing String method for Alias...
2016-10-31 Dhananjay Nakranicmd/compile: initialize Decldepth in all cases
2016-10-31 Keith Randallcmd/compile: make [0]T and [1]T SSAable types
2016-10-31 David Chasecmd/compile: mark temps with new AutoTemp flag, and...
2016-10-31 Robert Griesemergo/types: don't expose types.Alias kind field - only...
2016-10-31 Josh Bleecher... vendor/golang_org/text/unicode/norm: re-vendor
2016-10-31 Josh Bleecher... cmd/vet/all: update whitelists
2016-10-31 Josh Bleecher... cmd/compile: remove unreachable code
2016-10-31 Robert Griesemergo/importer: implement importing of exported aliases
2016-10-31 Matthew Dempskycmd/compile: remove legacy debug flags
2016-10-31 Mike Strosakercrypto/sha256: improve performance for sha256.block...
2016-10-31 Mike Strosakercrypto/sha512: improve performance for sha512.block...
2016-10-31 Michael Matloobgo/build: add back deps for runtime/pprof/internal...
2016-10-31 Michael MatloobRevert "runtime/pprof: write profiles in protobuf format."
2016-10-31 Quentin Renardnet/http: returned typed error on Transport proxy dial
2016-10-31 Kevin Burkedatabase/sql: correctly spell constants
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...
next