]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2016-07-08 Ian Lance Taylor[release-branch.go1.7] runtime: fix nanotime for macOS... go1.7rc1
2016-07-08 Chris Broadfoot[release-branch.go1.7] go1.7rc1
2016-07-08 Ian Lance Taylorruntime: handle selects with duplicate channels in...
2016-07-07 Brad Fitzpatricklib/time: update to IANA release 2016f (July 2016)
2016-07-07 Brad Fitzpatricknet/http: deflake TestClientRedirectContext
2016-07-07 Ian Lance Taylorpath/filepath: fix typo in comment
2016-07-06 Ian Lance Taylorpath/filepath: document Clean behavior for each function
2016-07-06 Ian Lance Taylorcmd/compile, syscall: add //go:uintptrescapes comment...
2016-07-06 Sam Whitedencoding/xml: update docs to follow convention
2016-07-05 Emmanuel Odekeencoding/gob: document Encode, EncodeValue nil pointer...
2016-07-04 Ian Lance Taylorcmd/vet: remove copylock warning about result types...
2016-07-04 Mikio Harasyscall: fix missing use of use function in Getfsstat
2016-07-03 Monty Taylorcmd/go: remove noVCSSuffix check for OpenStack
2016-07-02 Ian Lance Taylorcmd/compile: mark live heap-allocated pparamout vars...
2016-07-01 Robert Griesemercmd/compile: don't lose //go:nointerface pragma in...
2016-07-01 Cherry Zhangcmd/compile: don't set line number to 0 when building SSA
2016-06-30 Brad Fitzpatricknet/http: update bundled http2
2016-06-30 Alan Donovancmd/vet: lostcancel: treat naked return as a use of...
2016-06-30 Brad Fitzpatrickall: be consistent about spelling of cancelation
2016-06-30 Alan Donovancontext: cancel the context in ExampleWithTimeout,...
2016-06-30 Austin Clementsruntime/internal/sys: implement Ctz and Bswap in assemb...
2016-06-30 Ian Lance Tayloros/exec: start checking for context cancelation in...
2016-06-30 Ian Lance Taylorsyscall: accept more variants of id output when testing...
2016-06-30 Brad Fitzpatricknet/http: update bundled http2
2016-06-29 Brad Fitzpatricknet/http: be consistent about spelling of HTTP/1.x
2016-06-29 Nick Harpercrypto/ecdsa: Update documentation for Sign
2016-06-29 Tom Bergancrypto/tls: Use the same buffer size in the client...
2016-06-29 Dmitry Vyukovruntime: fix race atomic operations on external memory
2016-06-29 Ian Lance Taylorruntime: correct printing of blocked field in scheduler...
2016-06-29 Ian Lance Taylorruntime: better error message for newosproc failure
2016-06-29 Brad Fitzpatricknet/http: update bundled http2
2016-06-28 Konstantin... cmd/vet: make checking example names in _test packages...
2016-06-28 Brad Fitzpatrickdatabase/sql: deflake TestPendingConnsAfterErr and...
2016-06-28 Andrew Gerrandcmd/go: restore support for git submodules and update...
2016-06-28 Justyn Temmestrconv: clarify doc for Atoi return type
2016-06-28 Brad Fitzpatricknet/http: conditionally configure HTTP/2 in Server...
2016-06-28 Marcel van... doc: update 1.7 release notes on Unicode upgrade
2016-06-28 Joe Tsaidoc/go1.7.html: mention recent changes to Rand.Read
2016-06-28 Marcel van... unicode: upgrade to version 9.0.0
2016-06-28 David Crawshawreflect, runtime: optimize Name method
2016-06-28 Lynn Bogerruntime/internal/atomic: Use power5 compatible instruct...
2016-06-28 Raul Silveranet/http/pprof: remove comments pointing to gperftools
2016-06-28 David Crawshawencoding/gob: avoid allocating string for map key
2016-06-27 Dmitri Popovmath/rand: fix io.Reader implementation
2016-06-27 Vladimir Mihailencocompress/flate: don't ignore dict in Reader.Reset
2016-06-27 Ian Lance Taylorcrypto/tls: don't copy Mutex or Once values
2016-06-27 Konstantin... net/http/httptest: show usage of httptest.NewRequest...
2016-06-27 Brad Fitzpatricknet/http: reject faux HTTP/0.9 and HTTP/2+ requests
2016-06-27 Ian Lance Taylorcmd/compile: avoid function literal name collision...
2016-06-27 Raul Silveraruntime/pprof: update comments to point to new pprof
2016-06-27 Keith Randallcmd/compile: keep heap pointer for escaping output...
2016-06-27 Konstantin... cmd/vet: fix name check for examples in _test package
2016-06-27 David Crawshawencoding/json: copy-on-write cacheTypeFields
2016-06-26 Konstantin... math/rand: fix comment about bits of seed used by the...
2016-06-25 Ian Lance Taylorcmd/pprof: don't use local symbolization for remote...
2016-06-24 Ian Lance Taylorcmd/pprof: ignore symbols with address 0 and size 0
2016-06-24 Nathan VanBenschotenmath/big: special-case a 0 mantissa during Rat parsing
2016-06-24 David Crawshawcmd/compile, etc: use tflag to optimize Name()==""
2016-06-24 Rob Piketime: update documentation for Duration.String regardin...
2016-06-24 Sameer Ajmanicontext: update documentation on cancelation and go...
2016-06-24 David Crawshawreflect: avoid lock for some NumMethod()==0 cases
2016-06-24 Brad FitzpatrickA+C: automated updates
2016-06-23 David Crawshawreflect: optimize (reflect.Type).Name
2016-06-23 David Crawshawcmd/compile, etc: bring back ptrToThis
2016-06-23 Ian Lance Taylortesting: document that logs are dumped to standard...
2016-06-23 Ian Lance Taylorhtml/template: update security model link
2016-06-23 Ian Lance Taylorcmd/yacc: error rather than panic when TEMPSIZE is...
2016-06-23 Keith Randallcmd/objdump: fix disassembly suffixes
2016-06-22 Michael MundayCONTRIBUTORS: add people who contributed to s390x port...
2016-06-22 Alan Donovancmd/vet/internal/cfg: don't crash on malformed goto...
2016-06-22 Alan Donovancmd/vet: fix a crash in lostcancel check
2016-06-22 Robert Griesemercmd/compile: fix error msg mentioning different package...
2016-06-22 Robert Griesemertest: add -s flag to commands understood by run.go
2016-06-21 Alan Donovandoc: describe vet -lostcancel in go1.7 release notes
2016-06-21 Alan Donovancmd/vet: -lostcancel: check for discarded result of...
2016-06-21 qeedcmd/cgo: error, not panic, if not enough arguments...
2016-06-21 Rob Piketext/template: clarify the default formatting used...
2016-06-21 Ian Lance Taylorcmd/pprof: don't use offset if we don't have a start...
2016-06-21 Ian Lance Taylorruntime: panic with the right error on iface conversion
2016-06-20 Ian Lance Taylorruntime: set PPROF_TMPDIR before running pprof
2016-06-20 Andrew Gerrandcmd/go: for generate, use build context values for...
2016-06-20 Ian Lance Taylortest: add missing copyright notice
2016-06-20 Andrew Gerranddoc: update architectures on source install instructions
2016-06-20 Mikio Haradoc/go1.7.html: don't mention obsolete RFC
2016-06-20 Emmanuel Odekedoc/go1.7.html: net/http RFC 2616 conformation + timeou...
2016-06-19 Alex Brainmandebug/pe: handle files with no string table
2016-06-17 Michael Mundaycmd/compile: use power5 instructions for uint64 to...
2016-06-17 Austin Clementsruntime: eliminate poisonStack checks
2016-06-16 Austin Clementsruntime: fix stale comment in lfstack go1.7beta2
2016-06-16 Austin Clementscmd/dist: make zosarch.go deterministic
2016-06-16 Hana Kiminternal/trace: err if binary is not supplied for old...
2016-06-16 Ian Lance Taylorruntime: remove useless loop from CgoCCodeSIGPROF test...
2016-06-15 Matthew Dempskygo/ast: fix comments misinterpreted as documentation
2016-06-15 Ian Lance Taylorruntime: if the test program hangs, try to get a stack...
2016-06-15 Cherry Zhangsyscall: skip TestUnshare if kernel does not support...
2016-06-15 Andrew Gerrandnet/http: pass through server side Transfer-Encoding...
2016-06-15 Sameer Ajmanicontext: document how to release resources associated...
2016-06-14 Ian Lance Taylornet: don't run TestLookupDotsWithLocalSource in short...
2016-06-14 Mikio Haraos: fix blockUntilWaitable on freebsd/{386,arm}
2016-06-14 David Crawshawcmd/compile, etc: handle many struct fields
next