]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
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...
next