]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-09-13 Hiroshi Iokaencoding/asn1: reduce allocations in Marshal
2016-09-13 Adam Langleycrypto/rsa: ensure that generating toy RSA keys doesn...
2016-09-13 Michael Mundaytest: re-enable phi optimization test
2016-09-13 Michael Mundaycmd/compile: add SSA backend for s390x and enable by...
2016-09-13 Brad Fitzpatricknet/http: make Transport support international domain...
2016-09-13 Brad Fitzpatricknet/http: update bundled x/net/http2
2016-09-13 Josh Bleecher... runtime: limit the number of map overflow buckets
2016-09-13 Robert Griesemercmd/compile: reduce allocs some more
2016-09-13 Lynn Bogercmd/asm: ppc64le support for ISEL for use by SSA
2016-09-13 Paul Bormantext/template: improve lexer performance in finding...
2016-09-13 Michael Hudson... cmd/link: fix -buildmode=pie / -linkshared combination
2016-09-13 Cherry Zhangcmd/compile, runtime/internal/atomic: intrinsify And8...
2016-09-13 Robert Griesemercmd/compile: remove another bytes.Buffer use in fmt.go
2016-09-13 Robert Griesemercmd/compile: reduce allocs to c85b77c (pre-fmt.go chang...
2016-09-12 Keith Randallcmd/compile: get rid of BlockCall
2016-09-12 Keith Randallruntime: make gdb test resilient to line numbering
2016-09-12 Keith Randallcmd/compile: fix tuple-generating flag ops as clobberin...
2016-09-12 Quentin Smithtime: improve Truncate and Round documentation
2016-09-12 Matthew Dempskycmd/compile: remove incannedimport
2016-09-12 David Crawshawcmd/dist: disable test of internal PIE linking
2016-09-12 Matthew Dempskycmd/compile: remove Pointer from builtin/unsafe.go
2016-09-12 Matthew Dempskycmd/compile: deduplicate importtype and (*importer...
2016-09-12 Robert Griesemercmd/compile: update fmt.go internal documentation
2016-09-12 Robert Griesemercmd/compile: rewrite %1v and %2v formats to %S and...
2016-09-12 Robert Griesemercmd/compile: improved format string handling, faster...
2016-09-12 Robert Griesemercmd/compile: make fmt_test work on entire compiler
2016-09-12 Cherry Zhangcmd/compile: intrinsify Ctz, Bswap on ARM
2016-09-12 Brad Fitzpatrickdoc: document minimum OS X version as 10.8
2016-09-12 Brad Fitzpatricknet/http: skip test needing good DNS in short mode...
2016-09-12 David Crawshawcmd/link: disable internal PIE for now
2016-09-12 Michael Mundayruntime, math/big: allow R0 on s390x to contain values...
2016-09-12 Michael Mundaycmd/asm, cmd/internal/obj/s390x: add new s390x instruct...
2016-09-12 Josh Bleecher... cmd/compile: statically initialize some interface values
2016-09-12 David du Colombiernet: make lookupPort case-insensitive on Plan 9
2016-09-12 Josh Bleecher... cmd/compile: add more non-returning runtime calls
2016-09-12 Rob Piketesting: improve the documentation for the -run flag
2016-09-12 Dave Daynet/url: modernise parse and unit tests
2016-09-11 Michal Bohuslávekcrypto/rsa: remove unused variable y
2016-09-11 Filippo Valsordacrypto/tls: flush the buffer on handshake errors
2016-09-11 Josh Bleecher... cmd/compile: add Node.IsMethod helper
2016-09-11 David Crawshawcmd/dist: test PIE internal linking on linux/amd64
2016-09-11 David Crawshawcmd/go: internal PIE does not need runtime/cgo
2016-09-11 David Crawshawcmd/link: allow internal PIE linking
2016-09-11 David Crawshawcmd/link: mark PIE binaries as ET_DYN
2016-09-11 David Crawshawcmd/link: mark rel.ro segment as PT_GNU_RELRO
2016-09-11 David Crawshawcmd/link: optimize TLS IE to LE in build mode PIE
2016-09-11 Josh Bleecher... cmd/compile: don't crash on complex(0())
2016-09-11 Josh Bleecher... misc/cgo/test: add skipped test for issue 17065
2016-09-11 David Crawshawcmd/link: generate dynamic relocs for internal PIE
2016-09-11 David Crawshawcmd/link: introduce a rel.ro segment
2016-09-11 Brad Fitzpatrickvendor: add golang.org/x/net/idna to the vendor directo...
2016-09-11 Brad Fitzpatricknet: make LookupPort and lookupProtocol work on nacl
2016-09-11 Shenghou Mamime/quotedprintable: accept trailing soft line-break...
2016-09-11 Alex Brainmansyscall: avoid convT2I allocs for ERROR_IO_PENDING...
2016-09-10 Josh Bleecher... cmd/vet: ignore printf failures in cmd
2016-09-10 Josh Bleecher... cmd/vet/all/whitelist: add readme.txt
2016-09-10 Josh Bleecher... cmd/vet: add vet runner script for core
2016-09-10 Josh Bleecher... encoding/hex: fix example function name
2016-09-10 Josh Bleecher... cmd: fix format strings used with obj.Headtype
2016-09-10 Joonas Kuorilehtocrypto/tls: Add mutex to protect KeyLogWriter
2016-09-10 Josh Bleecher... internal/testenv: add GoTool
2016-09-10 bogemos: delete code duplications in error files
2016-09-10 Ian Lance Taylorbuiltin: clarify that make(map[K]V, n) allocates space...
2016-09-10 bogemflag: use strconv instead of fmt in values' String...
2016-09-10 Jaana Burcu... cmd/go: organize test profiling flags into their own...
2016-09-10 Edward Mullergo/build: add help info for unset $GOPATH
2016-09-09 Brad Fitzpatricknet/url: add URL.Hostname and URL.Port accessors
2016-09-09 Brad Fitzpatricknet/http: make Client copy headers on redirect
2016-09-09 Carlos Ccontext: add examples
2016-09-09 Robert Griesemercmd/compile: use regular rather than indexed format...
2016-09-09 Matthew Dempskycmd/compile/internal/syntax: remove strbyteseql
2016-09-09 David Crawshawcmd/link, etc: introduce SymKind type
2016-09-09 David Crawshawcmd: use obj.GOOS, obj.GOARCH, etc
2016-09-09 Tormod Erevik Leareflect: update location of vet tool in comment
2016-09-09 David Crawshawcmd/link, cmd/internal/obj: give Headtype a type
2016-09-09 David Crawshawcmd/link: remove the -shared flag
2016-09-09 Dhaivat Panditnet/http/cookiejar: added simple example test
2016-09-09 Jack Lindamoodcontext: reduce memory usage of context tree
2016-09-09 Brad Fitzpatrickdoc: clarify that any C compiler works for cgo
2016-09-09 Nigel Taoimage/draw: optimize drawFillOver as drawFillSrc for...
2016-09-09 Robert Griesemercmd/compile: permit use of %S (short) and %L (long...
2016-09-09 Michael Mundayruntime: fix SIGILL in checkvectorfacility on s390x
2016-09-09 Cherry Zhangruntime/cgo: fix callback on big-endian MIPS64
2016-09-09 Jim Kingdondoc: avoid mentioning non-existence of u flag to fmt...
2016-09-08 Dave Daynet/url: handle escaped paths in ResolveReference
2016-09-08 Robert Griesemercmd/compile: fix bug in oconv
2016-09-08 Robert Griesemercmd/compile: update and reenable Formats test
2016-09-08 Robert Griesemercmd/compile: remove superfluous returns in fmt.go
2016-09-08 Robert Griesemercmd/compile: remove fmt.go printer again, now that...
2016-09-08 Robert Griesemercmd/compile: implement fmt.Formatter for Nodes formats...
2016-09-08 Robert Griesemercmd/compile: use fmt.State in nodedump
2016-09-08 Robert Griesemercmd/compile: use fmt.State in exprfmt
2016-09-08 Robert Griesemercmd/compile: use fmt.State in nodefmt and stmtfmt
2016-09-08 Robert Griesemercmd/compile: implement fmt.Formatter for *Node formats...
2016-09-08 Robert Griesemercmd/compile: implement fmt.Formatter for *Sym formats...
2016-09-08 Robert Griesemercmd/compile: implement fmt.Formatter for *Type formats...
2016-09-08 Robert Griesemercmd/compile: implement fmt.Formatter for Val formats...
2016-09-08 Robert Griesemercmd/compile: implement fmt.Formatter for Op formats...
2016-09-08 Robert Griesemercmd/compile: implement fmt.Formatter for *Node formats...
2016-09-08 Robert Griesemercmd/compile: temporarily disable Formats test
next