]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-04-16 David du Colombiernet: ignore lack of deadline support on Plan 9
2016-04-15 Morten Siebuhrnet: fix looking up port numbers starting with numbers.
2016-04-15 Brad Fitzpatricknet: context plumbing, add Dialer.DialContext
2016-04-15 Ian Lance Taylorcmd/cgo: add missing formatting directive in error...
2016-04-15 Matthew Dempskycmd/compile: remove dead flags
2016-04-15 Matthew Dempskyarchive/tar: style nit: s/nano_buf/nanoBuf/
2016-04-15 Mikio Hararuntime: don't always unblock all signals on dragonfly...
2016-04-15 Martin Möhrmannfmt: optimize struct layout and intbuf size
2016-04-15 Conrad Irwinnet/mail: allow utf-8 in ParseAddress
2016-04-15 Ilya Tocarhash/adler32: Unroll loop for extra performance.
2016-04-15 Martin Möhrmannimage/color: order color computation to match rgb
2016-04-15 Matthew Dempskyall: remove unnecessary type conversions
2016-04-15 Nigel Taocompress/flate: fix a fmt.Fprintf style nit in a test.
2016-04-15 Matthew Dempskycmd/internal/obj, cmd/link: random style cleanups
2016-04-15 Matthew Dempskycmd: remove unnecessary type conversions
2016-04-15 Matthew Dempskycmd/internal/sys: cleanup documentation
2016-04-15 Mikio Haranet: cache IPv6 zone information for applications using...
2016-04-15 Mikio Haranet: relax TestInterfaces and TestInterfaceAddrs for...
2016-04-15 Todd Nealcmd/compile: speed up dom checking in cse
2016-04-14 Joe Tsaicompress/gzip: fix Reader to properly check FHCRC
2016-04-14 Andrew Gerranddoc: add classes to version tags in source install...
2016-04-14 Robert Griesemercmd/compile: first cut at exporting position info
2016-04-14 Keith Randallcmd/compile: fix register size for ODOTPTR result
2016-04-14 Austin Clementssync/atomic: don't atomically write pointers twice
2016-04-14 Austin Clementsruntime: make sync_atomic_SwapPointer signature match...
2016-04-14 Keith Randallruntime/internal/sys: better fallback algorithms for...
2016-04-14 Michael Hudson... cmd/go: deduplicate gccgo afiles by package path, not...
2016-04-14 Michael Hudson... cmd/go: fix "#cgo pkg-config:" comments with gccgo
2016-04-14 Josh Bleecher... crypto/aes: fix vet warnings in gcm_amd64.s
2016-04-14 Ian Lance Taylordoc: GCC 6 will have the Go 1.6.1 user libraries
2016-04-14 David Crawshawcmd/compile: use type. prefix on importpath symbol
2016-04-14 Josh Bleecher... cmd/compile: clear hidden value at end of channel range...
2016-04-14 Michael Mundaytest: use correct value in error message in init1.go
2016-04-14 Jeremy Jackinsruntime: find a home for orphaned comments
2016-04-14 Michael Mundaycrypto/cipher: enable fastXORBytes on s390x
2016-04-14 David Chasecmd/compile: fix use of original spill name after sinking
2016-04-14 Alan Donovango/types: record CallExpr result type even if argument...
2016-04-14 Josh Bleecher... cmd/vet: teach asm checker about PEXTRD’s op size
2016-04-14 Matthew Dempskycmd/internal/obj: remove use of package bio
2016-04-14 Adam Langleycrypto/x509: don't add an AuthorityKeyId to self-signed...
2016-04-14 Adam Langleycrypto/tls: make error prefix uniform.
2016-04-14 Luan Santoscmd/vet: allow untyped composite literals to be unkeyed
2016-04-14 Dmitry Vyukovmisc/trace: update trace viewer html
2016-04-14 Marcel van... testing: removed flakey test
2016-04-14 Mikio Haranet: fix TestDialAddrError
2016-04-14 Mikio Haranet: make use of internal/testenv package
2016-04-14 Mikio Haranet: make newLocalPacketListener handle network argumen...
2016-04-14 Matthew Dempskycmd/internal/obj: change Link.Flag_shared to bool
2016-04-14 Matthew Dempskycmd/compile/internal/gc: change flags to bool where...
2016-04-14 Robert Griesemercmd/compile: use correct export function (fix debugFormat)
2016-04-14 Rob Pikefmt: clarify that for %g precision determines number...
2016-04-13 Robert Griesemercmd/compile: don't export unneeded OAS, OASWB nodes
2016-04-13 Lynn Bogersyscall: fix epoll_event struct for ppc64le/ppc64
2016-04-13 David Crawshawcmd/compile, etc: use name for type pkgPath
2016-04-13 Brad Fitzpatrickruntime: rename os1_darwin.go to os_darwin.go
2016-04-13 Brad Fitzpatrickruntime: merge the darwin os*.go files together
2016-04-13 David Crawshawcmd/link: handle long symbol names
2016-04-13 Todd Nealcmd/compile: sort partitions by dom to speed up cse
2016-04-13 Austin Clementsruntime/internal/atomic: rename Storep1 to StorepNoWB
2016-04-13 Dmitry Vyukovcmd/pprof/internal/profile: always subtract 1 from PCs
2016-04-13 Robert Griesemercmd/compile, go/importer: minor cleanups
2016-04-13 Robert Griesemercmd/compile: move more compiler specifics into compiler...
2016-04-13 Austin Clementsruntime/internal/atomic: remove write barrier from...
2016-04-13 David Chasecmd/compile: move spills to loop exits when easy.
2016-04-13 Lynn Bogerruntime: improve memmove performance ppc64,ppc64le
2016-04-13 David Crawshawcmd/link: use a switch for name prefix switching
2016-04-13 David Crawshawcmd/compile, etc: store method tables as offsets
2016-04-13 Alexandru Moșoicmd/compile: use shared dom tree for cse, too
2016-04-13 Shahar Kohanimcmd/link: rename Pcln to FuncInfo
2016-04-13 Tal Shprechercmd/compile: make enqueued map keys fail validation...
2016-04-13 Matthew Dempskycmd/compile: fix crash on bare package name in constant...
2016-04-13 Tal Shprechercmd/compile: remove unnecessary assignments while type...
2016-04-13 Matthew Dempskyruntime: simplify setPanicOnFault slightly
2016-04-13 Brad Fitzpatrickall: use new io.SeekFoo constants instead of os.SEEK_FOO
2016-04-13 Martin Möhrmannstrings: improve explode and correct comment
2016-04-13 Emmanuel Odekehtml/template: add examples of loading templates from...
2016-04-13 Josh Bleecher... cmd/compile: teach CSE that new objects are bespoke
2016-04-13 Keith Randallcmd/compile: fix arg to getcallerpc
2016-04-13 Shahar Kohanimcmd/link: move function only lsym fields to pcln struct
2016-04-12 Brad Fitzpatricknet/http: add test that panic in a handler signals...
2016-04-12 Ian Lance Taylorreflect: test that Call results are not addressable
2016-04-12 Martin Möhrmannimage/color: optimize YCbCrToRGB
2016-04-12 Brad Fitzpatricknet: skip failing or flaky TestInterfaces on freebsd-arm
2016-04-12 Brad Fitzpatricknet: mirror Tom Sawyer in the net package for tests
2016-04-12 Matthew Dempskycmd/internal/obj: remove unused Pciter type
2016-04-12 Josh Bleecher... net: make two tests not parallel
2016-04-12 Dan Petersonall: standardize RFC mention format
2016-04-12 Shahar Kohanimcmd/internal/obj: split plist flushing from object...
2016-04-12 David Crawshawcmd/link, etc: store typelinks as offsets
2016-04-12 Brad Fitzpatricknet: skip TestDialCancel on linux-arm64-buildlet
2016-04-12 Alberto Donizetticmd/pprof: pass the event to pprof_toggle_asm for the...
2016-04-12 Dan Petersoncrypto/x509: remove broken link in ParsePKCS8PrivateKey...
2016-04-12 Matthew Dempskycmd: replace x[i:][0] expressions with x[i]
2016-04-12 Shawn Walker... net: broken sendfile on SmartOS/Solaris
2016-04-12 Robert Griesemercmd/compile: move compiler-specific flags into compiler...
2016-04-12 Michael Mundaycmd/objdump: skip TestDisasm* on s390x
2016-04-12 Michael Mundaynet/http: fix TestLinuxSendfile on s390x
2016-04-12 Michael Mundaycmd/compile/internal/gc: add s390x support
2016-04-12 Josh Bleecher... cmd/compile: temporarily disable inplace append special...
2016-04-12 Michael Mundayhash/crc32: invert build tags for go implementation
next