]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-07-15 Rob Pikedoc: update Values, Writing Code, and Pointers and...
2018-07-15 Rob Pikedoc: update Implementation and Performance sections...
2018-07-15 Rob Pikedoc: rearrange the description of GOMAXPROCS
2018-07-15 Keith Randallmisc/cgo: fix test on iOS
2018-07-14 Dan Kortschakcmd/vet,sync: check lock values more precisely
2018-07-13 Brad Fitzpatricknet/http: don't cancel Request.Context on pipelined...
2018-07-13 Adam Shannonos/exec: document ExtraFiles is not supported on windows
2018-07-13 Baokun Leecmd/go: fix module replace flag parsed bug
2018-07-13 Brad Fitzpatrickcmd/go: remove windows Skip in test that wasn't removed
2018-07-13 Russ Coxcmd/go: fix TestModFindModulePath on Windows
2018-07-13 Russ Coxregexp: reword Match documentation to be more like...
2018-07-13 Than McIntoshcmd/link: eliminate a couple of unused DWARF attrs
2018-07-13 Ian Lance Taylorruntime: check tgkill error in Debug tests
2018-07-13 Julien Salleyronhttp/http/httputil: add ReverseProxy.ErrorHandler
2018-07-13 Jakub Čajkacmd/go: call flag.Parse to properly initialize test...
2018-07-13 Johan Brandhorstnet/http: correct use of byte slice in js syscall
2018-07-13 Dmitry Doroginincmd/go/internal/modload: more aggressive symlink analys...
2018-07-13 Kunpei Sakainet/url: don't escape sub-delims in fragment
2018-07-13 Keith Randallmisc/cgo/test: fix issue 24161 test for 1.11 and earlier
2018-07-12 Rob Pikedoc: update Concurrency, Functions and Methods, and...
2018-07-12 Rebecca Stamblergo/types: record type information after detecting error
2018-07-12 Brad Fitzpatricknet/http: update bundled http2
2018-07-12 Russ Coxcmd/go: fix tests from x/vgo repo
2018-07-12 Russ Coxcmd/go: merge module support from x/vgo repo
2018-07-12 Brad Fitzpatricknet/http: make Transport.CloseIdleConnections close...
2018-07-12 Keith Randallcmd/cgo: fix cgo bad typedefs
2018-07-12 Keith Randallcmd/compile: handle degenerate write barrier case
2018-07-12 David Chasecmd/compile: add LocalAddr that takes SP,mem operands
2018-07-12 Russ Coxcmd/go: delete TestGoBuildDashA*
2018-07-12 Brad Fitzpatricksyscall: convert Windows AddrinfoW.Addr from uintptr...
2018-07-12 Xia Binruntime: fix reference to funcdata.go in comment
2018-07-12 Keith Raricktime: fix typo in Truncate example
2018-07-12 Brad Fitzpatricknet/http: update bundled http2
2018-07-12 Xia Bindoc: ArgsSizeUnknown it's defined in cmd/internal/objab...
2018-07-12 Ian Lance Taylortest: add test of valid code that gccgo failed to compile
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...
next