]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-07-12 Brad Fitzpatricknet/http: add tests to validate that Client.Timeout...
2018-07-12 Rob Pikedoc: clarify a sentence about *_js.go
2018-07-12 Matthew Dempskycmd/compile: fix ICE due to missing inline function...
2018-07-12 Russ Coxcmd/dist: enable build cache always
2018-07-11 Brad Fitzpatrickdoc: mention that *_js.go files are now ignored and...
2018-07-11 Caleb Martineztime: add clarification to Timer.Stop documentation
2018-07-11 Brad Fitzpatrickdoc: update the minimum support Windows version
2018-07-11 Ian Lance Taylorruntime: don't say "different packages" if they may...
2018-07-11 Austin Clementscmd/link: use BestSpeed for DWARF compression
2018-07-11 Austin Clementsruntime: document philosophy behind runtime atomic...
2018-07-11 Brad Fitzpatricknet/http: fix rare Transport leak, remove incorrect...
2018-07-11 Ian Lance Taylortest: add test case that failed with gccgo
2018-07-11 Joel Singruntime: correct new thread stack for openbsd MAP_STACK
2018-07-11 Richard Musiolmisc/wasm: free up memory on exit
2018-07-11 Hana (Hyang... cmd/pprof: disable readline UI support for TERM=dumb
2018-07-11 Ian Lance Taylorinternal/poll: don't take read lock in SetBlocking
2018-07-11 Ian Lance Tayloros: clarify that Close cancels pending I/O
2018-07-10 Kamil Rytarowskiruntime/cgo: Add initial NetBSD Thread Sanitizer support
2018-07-10 Brad Fitzpatricknet/http: clarify when it's allowed to reuse a Request
2018-07-10 Ian Lance Taylortest: add order of evaluation test case that gccgo...
2018-07-10 Russ Coxdoc/go1.11: mention import path restriction
2018-07-10 Than McIntoshcmd/compile: call objabi.PathToPrefix when emitting...
2018-07-10 Keith Randallinternal/bytealg: specify argmaps for exported functions
2018-07-10 Robert Griesemergo/types: ignore artificial cycles introduced via metho...
2018-07-10 Ian Lance Taylorcmd/go, cmd/cgo: only set TERM=dumb when running the...
2018-07-10 Ben Shitest/codegen: add more test cases for arm64
2018-07-10 Russ Coxcmd/go: add ImportMap to go list package struct
2018-07-10 Robert Griesemergo/types: correctly compute cycle length
2018-07-10 Alberto Donizettiruntime/trace: comment newlines to restore correct...
2018-07-10 Michael Fraenkelnet/http: update bundled http2
2018-07-10 Russ Coxcmd/cover: invoke go command to find packages
2018-07-10 Russ Coxcmd/go: add test for tests with no tests
2018-07-10 Cherry Zhangcmd/compile: make sure alg functions are generated...
2018-07-10 Cherry Zhangtest: add test for gccgo bug #26248
2018-07-10 Brad Fitzpatricknet/http: remove dead code noted in post-submit review...
2018-07-09 Brad Fitzpatricknet/http: update bundled http2
2018-07-09 Ian Lance Taylorruntime: clarify SetFinalizer docs
2018-07-09 Brad Fitzpatricknet/http/httputil: don't panic in ReverseProxy unless...
2018-07-09 Ian Lance Taylorcmd/go: add LDFLAGS to cache ID when using cgo
2018-07-09 Richard Musiolsyscall/js: improve panic messages
2018-07-09 Richard Musiolsyscall/js: add Value.Type
2018-07-09 Iskander Sharipovcmd/compile/internal/ssa: fix partsByVarOffset.Less...
2018-07-09 Keith Randallcmd/cgo: check function argument/return types for bad...
2018-07-09 Brad Fitzpatrickapi: add some more API to go1.11.txt
2018-07-09 Ian Lance Taylorhtml/template: ignore untyped nil arguments to default...
2018-07-09 Josh Bleecher... cmd/link/internal/sym: add sizeof tests
2018-07-09 Stephan Renatusnet/http: add support for SameSite option in http.Cookie
2018-07-09 Brad Fitzpatrickvendor: update vendored x/net/http/httpproxy
2018-07-09 Brad Fitzpatricknet/http: comment handleReadError more, superficially...
2018-07-09 Mark Fischernet/http: add Transport.MaxConnsPerHost knob
2018-07-09 Keith Randallcmd/compile: ensure that loop condition is detected...
2018-07-09 Ian Lance Taylorruntime: only run TestMemStats sanity tests once
2018-07-09 Russ Coxregexp: revert "use sync.Pool to cache regexp.machine...
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...
next