]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-04-18 Klaus Postcompress/flate: use uncompressed if dynamic encoding...
2016-04-18 David Symondsdoc: link to iant's generics proposal from the FAQ.
2016-04-17 Ian Lance Taylor.gitignore: don't ignore y.output
2016-04-17 Emmanuel Odekefmt: remove extra space in doc for compound objects
2016-04-17 Martin Möhrmannfmt: fix padding when precision is set for integer...
2016-04-17 Josh Bleecher... crypto/x509: gofmt
2016-04-17 Josh Bleecher... image/draw: remove some bounds checks from DrawYCbCr
2016-04-17 Josh Bleecher... cmd/compile/internal/ssa: use Compare instead of Equal
2016-04-16 Brad Fitzpatrickencoding/json: update docs to not use misuse the term...
2016-04-16 Austin Clementsruntime: scavenge memory on physical page-aligned bound...
2016-04-16 Austin Clementsruntime: check that sysUnused is always physical-page...
2016-04-16 Austin Clementsruntime: check kernel physical page size during init
2016-04-16 Austin Clementsruntime: remove empty 386 archauxv
2016-04-16 Austin Clementsruntime: common handling of _AT_RANDOM auxv
2016-04-16 Austin Clementsruntime: common auxv parser
2016-04-16 Emmanuel Odekenet/http: normalize empty port in URL.Host's ":port"
2016-04-16 Brad Fitzpatricknet/http: add Transport.Dialer, plumb RoundTrip context...
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
next