]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-04-19 Josh Bleecher... runtime: add maxSliceCap
2016-04-19 Josh Bleecher... cmd/compile: static composite literals are side-effect...
2016-04-19 Josh Bleecher... cmd/compile: fix isStaticCompositeLiteral
2016-04-19 Robert Griesemergo/types: accept trailing empty stmts in terminating...
2016-04-19 Michael Mundaycrypto/aes: de-couple asm and go implementations
2016-04-19 Josh Bleecher... cmd/compile: re-enable in-place append optimization
2016-04-19 Robert Griesemerspec: refine rules about terminating statements
2016-04-19 Michael Mundaycrypto/aes: delete TestEncryptBlock and TestDecryptBlock
2016-04-19 Mikio Haranet: add support for Zone of IPNet
2016-04-19 Alex Brainmannet: stop using GetHostByName and GetServByName
2016-04-19 David du Colombiernet: enable DualStack mode on Plan 9
2016-04-19 David du Colombiernet: enable TestDialParallel, TestDialerFallbackDelay...
2016-04-18 Robert Griesemercmd/compile: fix internal consistency check with binary...
2016-04-18 David du Colombiernet: handle hangup in read on Plan 9
2016-04-18 David Crawshawcmd/link: shorter type symbol names
2016-04-18 Keith Randallcmd/compile: logical operation identities
2016-04-18 David Crawshawcmd/link, cmd/compile: typelink sorting in linker
2016-04-18 David Crawshawreflect: test that method name offset is valid
2016-04-18 Josh Bleecher... runtime: add benchmarks for in-place append
2016-04-18 Keith Randallcmd/compile: eliminate copy for static literals
2016-04-18 Brad Fitzpatricknet: fix plan9 after context change, propagate contexts...
2016-04-18 David Crawshawcmd/link: use gold when dynamic linking on arm64
2016-04-18 Brad Fitzpatricknet/http: document Hijacker and Flusher more
2016-04-18 Ian Lance Taylorcmd/compile: a dot expression can not be a struct liter...
2016-04-18 David Crawshawcmd/compile, etc: use name offset in method tables
2016-04-18 David Crawshawcmd/link: use -znocopyreloc when dynamic linking
2016-04-18 Andrew Gerrandcmd/go: mention that _test.go files are ignored when...
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
next