]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2018-07-03 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-06-29 David Chasecmd/compile: make OpAddr depend on VarDef in storeOrder
2018-06-29 Cherry Zhangcmd/compile: check SSAability in handling of INDEX...
2018-06-29 Daniel Martícmd/vet: don't run buildtag check when in vetxonly...
2018-06-28 Ian Lance Taylorreflect: remove struct tags from unexported types
2018-06-28 Robert Griesemercmd/compile: don't crash in untyped expr to interface...
2018-06-28 Brad Fitzpatricknet/http: make Server.Shutdown treat new connections...
2018-06-28 Russ Coxcmd/vet: fix ironic misuse of fmt.Sprintf
2018-06-28 Andrew Braunsteintext/template/parse: fix a comment around the assign...
2018-06-28 Ilya Tocarcmd/compile: mark CMOVLEQF, CMOVWEQF as cloberring AX
2018-06-28 Richard Musiolsyscall/js: rename Callback.Close to Release and expose...
2018-06-28 Dmitri Shuralyovinternal/syscall/unix: add build constraint to nonblock...
2018-06-28 Adam Shannoncrypto/x509: better debug output for verify-cert calls
2018-06-28 Andrew BonventreRevert "crypto/elliptic: implement P256 for arm64"
2018-06-27 Hiroshi Iokago/doc: make examples that depend on top-level decls...
2018-06-27 Peter Wucrypto/tls: add RSASSA-PSS support for handshake messages
2018-06-27 Ian Lance Tayloros: when looping in RemoveAll, close and re-open directory
2018-06-27 Ian Lance Taylorreflect: prevent additional StructOf embedded method...
2018-06-27 Michael Fraenkelnet: parse IPv6 address with zone using DefaultResolver...
2018-06-27 Richard Musiolsyscall/js: add TypedArrayOf
2018-06-27 Grégoire Delattrenet: make concurrent resolver lookups independent
2018-06-27 Vlad Krasnovcrypto/elliptic: implement P256 for arm64
2018-06-27 Brad Fitzpatricknet/http/httptrace: add clarification never added to...
2018-06-27 Ian Lance Taylormime/quotedprintable: accept bytes >= 0x80
2018-06-27 Ian Lance Taylornet: limit concurrent threads to limit on file descriptors
2018-06-27 Meir Fischernet/http/httptrace: expose request headers for http/1.1
2018-06-27 Cherry Zhangcmd/compile: fold offset into address on Wasm
2018-06-27 Ian Lance Taylormisc/cgo/test: add retry loop around pthread_create...
2018-06-27 Ian Lance Taylormisc/cgo/test: skip Test18146 in short mode
2018-06-27 LE Manh Cuongcmd/link: document limitation of -X
2018-06-26 Ian Lance Taylormime/multipart: restore 1.9 handling of missing/empty...
2018-06-26 Mikio Haranet: improve ExampleUDPConn_WriteTo docs
2018-06-26 David Chasecmd/compile: improve escape analysis explanation go1.11beta1
2018-06-26 Rowan Marshallast: refer to "embedded" rather than "anonymous" fields in
2018-06-26 Robert Griesemergo/types: rename NewInterface2 to NewInterfaceType
2018-06-26 Richard Musiolsyscall/js: use stable references to JavaScript values
2018-06-26 Xarginsyscall: fix typo in RawSyscall6 comment
2018-06-26 Ian Lance Taylorcmd/cgo: mention character restrictions on #cgo lines
2018-06-26 Alberto Donizettitime: run genzabbrs.go to update zoneinfo_abbrs_windows.go
2018-06-26 Vladimir Kuzmincmd/compile: map delete should clear value always
2018-06-25 Andrewcmd/dist: increase timeout scale to 3 for windows
2018-06-25 David Chasecmd/compile: avoid remainder in loopbce when increment=0
2018-06-25 Brad Fitzpatrickcmd/dist: enable more tests on js/wasm
2018-06-25 Guilherme Goncalvesnet/http: document and test behavior of ServeMux with...
2018-06-25 Jeremy Jackinsruntime/trace: reword the trace package summary
2018-06-25 Andrew Bonventreos: have UserCacheDir return an error on failure
2018-06-25 Andrew Bonventredoc/go1.11: add note about package versioning
2018-06-25 Richard Musiolsyscall/js: turn constant package vars into functions
2018-06-25 Richard Musiolsyscall.js: add Value.InstanceOf
2018-06-25 Nikhil Beneschruntime: respect timeout in semasleep on Darwin
2018-06-24 Alberto Donizettidoc/contribute: fix typo and reword a few sentences
2018-06-23 Michael Hudson... cmd/link: never coalesce type descriptors when dynamica...
2018-06-22 Andrew Bonventreapi: promote next to go1.11
2018-06-22 Heschi Kreinickcmd/link: support DWARF compression on Darwin
2018-06-22 Brad Fitzpatricksyscall, internal/poll: fix build on js/wasm
2018-06-22 Brad Fitzpatrickcmd/dist: skip non-std tests on js/wasm
2018-06-22 Matthew Dempskycmd/compile: fix compile failure for lazily resolved...
2018-06-22 Cherry Zhangcmd/compile: convert uint32 to int32 in ARM constant...
2018-06-22 Dmitri Shuralyovdoc/go1.11: clarify GOOS/GOARCH pair of WebAssembly...
2018-06-22 Dmitry Vyukovsync: fix deficiency in RWMutex race annotations
2018-06-22 Ian Lance Tayloros, net: avoid races between dup, set-blocking-mode...
2018-06-22 Thomas Bruyellenet/http: fix test assertion
2018-06-22 Zhou Pengruntime: fix comments style typo
2018-06-22 Daniel Theophanestext/template/parse: undo breaking API changes
2018-06-22 Austin Clementsruntime: avoid recursive panic on bad lock count
2018-06-21 Matthew Dempskycmd/compile: fix recursive inimport handling
2018-06-21 Terin Stockflag: add a Value example
2018-06-21 Paul Jollymisc/wasm: fix permissions on wasm_exec.js
2018-06-21 Andrei Tudor... internal/poll: use more fine-grained locking in Splice
2018-06-21 Ian Lance Taylorcmd/go: re-enable a couple of tests of gccgo
2018-06-21 Wei Xiaocmd/compile: improve atomic add intrinsics with ARMv8...
2018-06-21 Emmanuel T... net/http: avoid deferred unlock in ServeMux.shouldRedirect
2018-06-21 Tobias Klausersyscall: check faccessat flags parameter on Linux
2018-06-20 Brad Fitzpatrickmime: change *.js mime type to application/javascript...
2018-06-20 Agniva De Sarkercmd/go/internal: add a note about GOCACHE=off
2018-06-20 Stephen Lewisdoc: fix spelling of G Suite
2018-06-20 Wayne Ashley... doc: change git clone url
2018-06-20 Peter Wucrypto/tls: consolidate signatures handling in SKE...
2018-06-20 Ian Lance Taylorinternal/poll: better panic message for lock overflow
2018-06-20 LE Manh Cuongmake.bash: don't pass GOOS and GOARCH to cmd/go when...
2018-06-20 Brad Fitzpatrickcrypto/rand: make documentation consistent between...
2018-06-20 Agniva De Sarkercmd/go: remove inadvertent comment for vgo
2018-06-20 Ian Lance Taylorgo/internal/gccgoimporter: read export data from archives
2018-06-20 Ian Lance Taylormisc/cgo/test: avoid duplicate definition with gccgo
2018-06-19 David Carlierruntime: fix FreeBSDNumCPU test
2018-06-19 Heschi Kreinickdebug/elf,macho,pe: support compressed DWARF
2018-06-19 Heschi Kreinickcmd/link: enable DWARF compression on Windows
2018-06-19 Dmitri Shuralyovdoc: update "Mac OS X", "OS X" to macOS; bump up to...
2018-06-19 Filippo Valsordacrypto: panic on illegal input and output overlap
2018-06-19 David Chasecmd/compile: conditional on -race, disable inline of...
2018-06-19 Robert Griesemercmd/compile: more accurate position for select case...
2018-06-19 Carlos Eduardo Seoruntime: implement procyield properly for ppc64x
2018-06-19 Robert Griesemercmd/compile: fix exporting of 'for' loops
2018-06-18 Heschi Kreinickruntime: fix lldb test after DWARF compression
2018-06-18 Heschi Kreinickruntime: skip gdb tests on mips after DWARF compression
2018-06-18 Hana Kimruntime/pprof: fix incorrect assumption in TestMapping
2018-06-18 Hiroshi Iokacmd/cgo: avoid name confliction for C functions
2018-06-18 Rob Pikecmd/cover: fix off-by-one in test error message
2018-06-17 Mostyn Bramley... doc: update more stale pprof links
2018-06-17 Brad Fitzpatrickcmd/dist: don't test Examples for js/wasm
next