]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-07-09 Ian Lance Taylorcmd/go: revert "output coverage report even if there...
2018-07-09 Ian Lance Taylorruntime: scale timeout in TestStackGrowth
2018-07-08 Austin Clementsruntime: skip TestG0StackOverflow on Android
2018-07-08 Austin Clementsruntime: fix TestAbort on non-x86 arches
2018-07-08 David du Colombierruntime: fix TestAbort on Plan 9
2018-07-07 Austin Clementsruntime: handle g0 stack overflows gracefully
2018-07-07 Austin Clementsruntime: account for guard zone in Windows stack size
2018-07-07 Austin Clementsruntime: fix abort handling on Windows
2018-07-07 Ben Shicmd/compile: fix a bug in 386 backend
2018-07-06 Ian Lance Tayloros: increase directory reading block size on Unix systems
2018-07-06 Matthew Dempskycmd/compile: fix "width not calculated" ICE
2018-07-06 Russ Coxdoc: describe modules in Go 1.11 release notes and...
2018-07-06 Russ Coxgo/doc: update header rules
2018-07-06 Brad Fitzpatrickall: clean up some Deprecated comments
2018-07-06 David du Colombiercmd/go: skip gitrepo tests on Plan 9
2018-07-06 Michael Mundaymisc/cgo/testcarchive: increase timeout duration in...
2018-07-06 Michael MundayCONTRIBUTORS: replace old e-mail address
2018-07-06 Daniel Martínet/http: deflake TestServerShutdownStateNew
2018-07-06 Dan Kortschaktestshared/src/depBase: conform build tag comment to...
2018-07-06 Dan KortschakA+C: add additional email address
2018-07-05 Michael Mundaycmd/internal/obj/s390x: increase maximum number of...
2018-07-05 Ian Lance Taylorcmd/cgo: mark C result as written for msan
2018-07-05 John Leidegrenmisc/wasm: use "self" instead of "window" in web worker...
2018-07-04 Daniel Martícmd/compile: minor updates to the README
2018-07-04 Ian Lance Taylorcmd/go: don't pass both -static and -pie to cgo compiler
2018-07-04 Nikhil Beneschruntime: support capturing C backtrace from signal...
2018-07-04 Ian Lance Taylorcmd/link: remove -rdynamic if -static appears in cgo...
2018-07-03 Paul Jollymisc/wasm: use single map for string, symbol and object...
2018-07-03 Agniva De Sarkercmd/dist: skip building tools for js/wasm
2018-07-03 Daniel Martícmd/compile: reorganise and improve ssa/README.md
2018-07-03 Tobias Klausercmd/internal/obj: follow convention for generated code...
2018-07-03 Ian Lance Taylorcmd/go: add ForceLibrary to build hash
2018-07-03 Than McIntoshcmd/link: split off 'Dynimp' string fields to reduce...
2018-07-03 Than McIntoshcmd/link: use side table instead of sym.Symbol 'Reachpa...
2018-07-03 Nikhil Beneschruntime: document when cgo traceback function is called
2018-07-03 Mark Fischernet/http: make Transport treat 101 as a terminal status
2018-07-03 Brad Fitzpatricknet/http: prevent Server reuse after a Shutdown
2018-07-03 Ian Lance Taylorcmd/vet: make vetx output deterministic
2018-07-02 Cherry Zhangcmd/compile: run generic deadcode in -N mode
2018-07-02 Keith Randallcmd/compile: remove broken rules
2018-07-02 Michael Mundaycmd/compile: keep autos whose address reaches a phi
2018-07-02 Peter Gondacmd/cgo: permit missing dynamic symbol section
2018-07-02 Ian Lance Taylorcmd/go: add -flat_namespace to LDFLAGS whitelist
2018-07-02 Tobias Klausercmd/vendor/golang.org/x/sys/unix: pick up fixes for...
2018-07-02 Austin Clementsruntime: query thread stack size from OS on Windows
2018-07-02 Austin Clementsruntime: initialize g0 stack bounds on Windows to full...
2018-07-02 Jakub Čajkacmd/go: call flag.Parse to properly initialize test...
2018-07-02 Austin Clementsruntime: tidy OpenBSD sysctl code
2018-07-02 Ian Lance Taylorstrings: do much less redundant testing in TestCompareS...
2018-07-02 cch123runtime: fix typo in mapextra comment
2018-07-01 Cherry Zhangmisc/wasm: make sure value ref id is unique
2018-07-01 Rob Piketesting/cover: improve comments on CoverBlock
2018-06-30 Alex Myasoedovregexp: examples for Regexp.FindIndex and Regexp.FindAl...
2018-06-29 Ian Lance Taylorcmd/cgo: handle GCC 8 change in errors about constant...
2018-06-29 Caleb Martineznet/url: correct the documentation for PathUnescape
2018-06-29 Brad Fitzpatricktime: clarify Unix, UnixNano, and In a bit
2018-06-29 Brad Fitzpatricknet/http: update bundled http2
2018-06-29 Ian Lance Taylorruntime: throw if the runtime panics with out of bounds...
2018-06-29 Austin Clementsruntime: remap stack spans with MAP_STACK on OpenBSD
2018-06-29 Daniel Martíos: treat "${}" in Expand like in Go 1.10
2018-06-29 bill_ofarrellbytes, strings: fix comparison of long byte slices...
2018-06-29 David ChaseRevert "cmd/compile: make OpAddr depend on VarDef in...
2018-06-29 Brad Fitzpatricknet/http: update docs on Transport.DisableKeepAlives
2018-06-29 Brad Fitzpatricknet/http: remove a flag accidentally submitted in CL...
2018-06-29 Daniel Martístrings: add note for new Go developers to TrimLeft...
2018-06-29 Stephen Lsrc/testing/cover: document the CoverBlock struct fields
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
next