]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-10-19 Russ Coxtesting: wrap long comment line
2016-10-19 Russ Coxos: reject Rename("old", "new") where new is a directory
2016-10-18 Robert Griesemerspec: require 16 bit minimum exponent in constants...
2016-10-18 Matthew Dempskycmd/compile: handle unsafe builtins like universal...
2016-10-18 Mohit Agarwalmath: speed up Gamma(+Inf)
2016-10-18 Brad Fitzpatricknet/http: update test to check Content-Length 0 Body...
2016-10-18 Quentin Smithcmd/go: print more env variables in "go env"
2016-10-18 Dhananjay Nakranicmd/compile: fix code duplication in race-instrumentation
2016-10-18 Matthew Dempskycmd/compile: stop treating interface methods like actua...
2016-10-18 Brad Fitzpatricknet/http/internal: don't block unnecessarily in Chunked...
2016-10-18 Michael Mundaycmd/internal/obj/{ppc64,s390x}: mark functions with...
2016-10-18 David du Colombiernet/http: enable TestTransportRemovesDeadIdleConnection...
2016-10-18 David du Colombiernet: enable TestCancelRequestWithChannelBeforeDo on...
2016-10-18 David du Colombiernet: always wake up the readers on close on Plan 9
2016-10-18 Russ Coxencoding/xml: add wildcard support for collecting all...
2016-10-18 Russ Coxbufio: read from underlying reader at most once in...
2016-10-18 David du Colombiernet: close the connection gracefully on Plan 9
2016-10-18 Russ Coxtesting: document that Skip cannot undo Error
2016-10-18 Russ Coxtesting: fix flag usage messages
2016-10-18 Russ Coxtime: revise Timer comments for Stop, Reset
2016-10-18 Russ Coxio: clarify Pipe docs
2016-10-18 Russ Coxos/exec: allow simultaneous cmd.Wait and Write of cmd...
2016-10-18 Russ Coxtime: be consistent about representation of UTC locatio...
2016-10-18 Mikio Haranet: update docs on network interface API
2016-10-18 Daniel Theophanesdatabase/sql: support returning query database types
2016-10-18 Martin Möhrmannfmt: always handle special methods if print operand...
2016-10-18 Brad Fitzpatricknet/http: make Server Handler's Request.Context be...
2016-10-18 Adam Langleycrypto/tls: enable ChaCha20-Poly1305 cipher suites...
2016-10-18 Adam Langleycrypto/tls: add Config.GetConfigForClient
2016-10-18 Russ Coxnet/url: add PathEscape, PathUnescape
2016-10-18 Russ Coxnet/url: document and add example for ParseQuery("x")
2016-10-18 Rob Pikefmt: fix documention for %#v on uints
2016-10-18 Alberto Donizettimath/big: add benchmarks for big.Float String
2016-10-18 Russ Coxtest: avoid matching file names in errcheck
2016-10-18 David Symondscmd/vet: fix formatting of headings in doc.go.
2016-10-17 Hiroshi Iokaencoding/asn1: return error instead of dereferencing...
2016-10-17 Matthew Dempskycmd/link: remove some unnecessary comments
2016-10-17 Cherry Zhangcmd/link: trampoline support for external linking on ARM
2016-10-17 Adam Langleycrypto/tls: only store a single nonce for AES-GCM.
2016-10-17 Adam LangleyRevert "crypto/tls: add CloseWrite method to Conn"
2016-10-17 Adam Langleycrypto/tls: support ChaCha20-Poly1305.
2016-10-17 Adam Langleyvendor: update golang.org/x/crypto/chacha20poly1305
2016-10-17 Chris Broadfootdoc: document go1.7.2
2016-10-17 Matthew DempskyRevert "cmd/compile: inline convI2E"
2016-10-17 Russ Coxmath/big: add (*Int).Sqrt
2016-10-17 Lynn Bogerbytes: fix typo in ppc64le asm for Compare
2016-10-17 Michael Mundaycmd/compile: merge loads into operations on s390x
2016-10-17 Robert Griesemermath/big: slightly faster float->decimal conversion
2016-10-17 Austin Clementsruntime: fix GC assist retry path
2016-10-17 Austin Clementsruntime: abstract out assist queue management
2016-10-17 Keith Randallcmd/compile: inline convI2E
2016-10-17 Austin Clementsruntime: fix getArgInfo for deferred reflection calls
2016-10-17 Austin Clementsruntime: print a message on bad morestack
2016-10-17 Russ Coxcmd/dist, go/build: make CGO_ENABLED during make.bash...
2016-10-17 Lynn Bogerbytes: improve performance for bytes.Compare on ppc64x
2016-10-17 Quentin Smithstrconv: strip \r in raw strings passed to Unquote
2016-10-17 Michael Mundaycmd/dist: disable math/big assembly when using the...
2016-10-17 Alberto Donizettistrconv: make FormatFloat slowpath a little faster
2016-10-17 Adam Langleyvendor: add golang.org/x/crypto/{chacha20poly1305,poly1305}
2016-10-17 Russ Coxcmd/go: accept plain file for .vcs (instead of directory)
2016-10-17 Lynn Bogercmd/link: add trampolines for too far calls in ppc64x
2016-10-17 Brad Fitzpatrickdatabase/sql: accept nil pointers to Valuers implemente...
2016-10-17 Russ Coxcmd/dist: use debug/pe directly for cmd/link
2016-10-17 Russ Coxcmd/dist: copy needed packages from standard library...
2016-10-17 Russ Coxencoding/json: fix decoding of null into Unmarshaler...
2016-10-17 Ben Burkertcrypto/tls: add CloseWrite method to Conn
2016-10-17 Victor Vrantchanencoding/pem: add Decode example
2016-10-17 Martin Möhrmannruntime: speed up non-ASCII rune decoding
2016-10-17 Emmanuel Odekenet/http: support multiple identical Content-Length...
2016-10-17 David du Colombiernet: skip TestReadTimeoutUnblocksRead on Plan 9
2016-10-17 Klaus Postcompress/flate: use correct table for size estimation
2016-10-17 Yasuhiro Matsumotocrypto/x509: implement SystemCertPool on Windows
2016-10-17 Daniel Theophanesdatabase/sql: add option to use named parameter in...
2016-10-17 Martin Möhrmannbytes: encode size of rune read by ReadRune into lastRe...
2016-10-17 Brad Fitzpatricknet/http: add more docs on ErrHijacked
2016-10-17 Brad Fitzpatricksyscall, net: make deadline changes affect blocked...
2016-10-17 Caleb Sparehtml/template: fix Clone so that t.Lookup(t.Name()...
2016-10-17 Alex Brainmanmisc/cgo/testcarchive: do not use same executable name...
2016-10-16 Rob Piketesting: mention in docs for Logf that a final newline...
2016-10-16 Rob Pikecmd/go: use normal code 2 for 'no such tool'
2016-10-16 Brad Fitzpatricknet: enable a test on nacl
2016-10-16 Brad Fitzpatrickdoc: update go1.8.txt
2016-10-16 Hiroshi Iokapath/filepath: simplify TestToNorm
2016-10-16 Alex Carolnet/rpc: add missing import to rpc server documentation
2016-10-15 Austin Clementstest: simplify fixedbugs/issue15747.go
2016-10-15 Austin Clementsruntime: use more go:nowritebarrierrec in proc.go
2016-10-15 Austin Clementsruntime: mark several types go:notinheap
2016-10-15 Austin Clementsruntime: make mSpanList more go:notinheap-friendly
2016-10-15 Austin Clementscmd/compile: add go:notinheap type pragma
2016-10-15 Austin Clementscmd/compile, runtime: add go:yeswritebarrierrec pragma
2016-10-15 Ilya Tocarstrings: use Index in Count
2016-10-15 Daniel Theophanesdatabase/sql: add support for multiple result sets
2016-10-14 Rob Pikecmd/cover: handle gotos
2016-10-14 Robert Griesemerspec: fix examples for predeclared function complex
2016-10-14 Alex Brainmanos: use FindFirstFile when GetFileAttributesEx fails...
2016-10-13 Brad Fitzpatricknet/http: allow Handlers to test Hijacked conn without...
2016-10-13 Michael Mundaycrypto/{aes,cipher}: fix panic in CBC on s390x when...
2016-10-13 Filippo Valsordaexpvar: add Value methods
2016-10-13 Austin Clementsdoc: catch go1.8.txt up on runtime changes
2016-10-13 Alan Donovango/internal/gcimporter: set Pos attribute of decoded...
next