]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2016-04-12 Michael Mundayruntime/cgo: add s390x support
2016-04-12 Michael Mundaydebug/gosym: accept PC quantum of 2 (for s390x)
2016-04-12 Michael Mundayruntime/internal/atomic: add s390x atomic operations
2016-04-12 Michael Mundaycmd/compile/internal/gc: minor Cgen_checknil cleanup
2016-04-12 Keith Randallcmd/compile: add x.Uses==1 test to load combiners
2016-04-12 Dmitry Vyukovcmd/pprof/internal: move to cmd/internal/pprof
2016-04-12 Alexandru Moșoicmd/compile: share dominator tree among many passes
2016-04-12 Michael Mundaycmd/compile/internal/s390x: add s390x support
2016-04-12 Dmitry Vyukovinternal/trace: fix int overflow in timestamps
2016-04-12 Dmitri Shuralyovcmd/go: fix vcsFromDir returning bad root on Windows
2016-04-12 Martin Möhrmanncmd/compile: cleanup pragcgo
2016-04-12 Brad Fitzpatricksrc: split nacltest.bash into naclmake.bash and keep...
2016-04-12 David Benjamincrypto/tls: Enforce that version and cipher match on...
2016-04-12 Dan Petersonio: document WriteString calls Write exactly once
2016-04-12 Mikio Haranet: make IP.{String,MarshalText} return helpful inform...
2016-04-12 Alan Donovango/importer: make For("gccgo", nil) not panic
2016-04-11 Brad Fitzpatrickcontext: attempt to deflake timing tests
2016-04-11 Rob Pikecmd/vet: improve documentation for flags, slightly
2016-04-11 Josh Bleecher... cmd/compile: avoid write barrier in append fast path
2016-04-11 David Chasecmd/compile: added stats printing to stackalloc
2016-04-11 Keith Randallcmd/compile: zero all three argstorage slots
2016-04-11 Keith Randallcmd/compile: fix -N build
2016-04-11 Josh Bleecher... image/color: add YCbCrToRGB benchmark
2016-04-11 Michael Mundaycmd/internal/obj/s390x: add MULHD instruction
2016-04-11 Brad Fitzpatricknet/http: add ServerContextKey to let a handler access...
2016-04-11 Shawn Walker... cmd/link: external linking can fail on Solaris 11.2+
2016-04-11 Dmitry Vyukovinternal/trace: support parsing of 1.5 traces
2016-04-11 Keith Randallcmd/compile: fix naming of decomposed structs
2016-04-11 Alexandru Moșoicmd/compile: bce when max and limit are consts
2016-04-11 Dan Petersonnet/http: document Error does not end the request
2016-04-11 Dominik Honnefall: use bytes.Equal, bytes.Contains and strings.Contai...
2016-04-11 Shahar Kohanimcmd/link: symbol generation optimizations
2016-04-11 Russ Coxnet/http/pprof: accept fractional seconds in trace...
2016-04-11 Dave Cheneyruntime: merge lfstack_amd64.go into lfstack_64bit.go
2016-04-11 Andrew Gerrandcmd/go: document that -run=^$ skips all tests
2016-04-11 Michael Mundaycmd/compile/internal/gc: refactor cgen_div
2016-04-11 Andrew Gerranddoc: document Go 1.6.1 and Go 1.5.4
2016-04-11 Jeremy Jackinsruntime: remove remaining references to TheChar
2016-04-11 Brad Fitzpatricknet/http: set the Request context for incoming server...
2016-04-11 Brad Fitzpatrickcontext: document that WithValue's key must be comparable
2016-04-11 David Symondscmd/vet: refresh command for updating whitelist data.
2016-04-10 Martin Möhrmannruntime: speed up makeslice by avoiding divisions
2016-04-10 Andrew Gerrandcmd/go: remove special case that puts godoc in $GOROOT/bin
2016-04-10 Andrew Gerrandtext/template: emit field error over nil pointer error...
2016-04-10 Keith Randallcmd/compile: regalloc enforces 2-address instructions
2016-04-10 Josh Bleecher... cmd/compile: avoid a spill in append fast path
2016-04-10 Josh Bleecher... runtime: avoid unnecessary map iteration write barrier
2016-04-10 Brad Fitzpatrickhtml: fix typo in UnescapeString string docs
2016-04-10 Klaus Postcompress/flate: improve short writer error test
2016-04-10 Klaus Postcompress/flate: eliminate most common bounds checks
2016-04-10 Martin Möhrmannall: replace magic 0x80 with named constant utf8.RuneSelf
2016-04-10 Dmitry Vyukovinternal/trace: fix a typo in error message
2016-04-10 Marvin Stengercmd: remove bio.Bread
2016-04-10 Emmanuel Odekeruntime: make execution error panic values implement...
2016-04-10 Wisdom Omuyacmd/go: fix typo in findInternal documentation
2016-04-09 Emmanuel Odekenet/http/httputil: DumpRequest dumps Content-Length...
next