]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-08-01 Baokun Leeos: enable the close-on-exec flag for openFdAt
2019-08-01 Darren McClearynet/http: fix a typo in spelling of MultiPartForm
2019-08-01 Emmanuel T... doc/go1.13: add more release notes for net/http
2019-08-01 Damien Neilall: remove os.ErrTemporary
2019-08-01 Keith Randallcmd/compile: don't eliminate all registers when restric...
2019-07-31 Ian Lance Taylorcmd/go: only pass -fsplit-stack to gccgo if supported
2019-07-31 Eli Benderskyencoding/json: clarify Marshal behavior for string...
2019-07-31 Andrew Bonventredoc/go1.12: document change in syscall.Setrlimit behavior
2019-07-31 Andrew Bonventrenet/http: return nil from Header.Clone if the receiver...
2019-07-31 Robert Griesemerspec: add an example of a trivially invalid interface
2019-07-30 David Ndungunet/http: improve Request.Form and Request.PostForm...
2019-07-30 Bryan C. Millscmd/go/internal/cache: verify that timestamp is positive
2019-07-30 Bryan C. Millscmd/go/internal/cache: avoid ioutil.WriteFile for writi...
2019-07-30 Michael Knyszekruntime: call sysHugePage less often
2019-07-30 Michael Anthony... runtime: add physHugePageShift
2019-07-30 Andrew Toddstrings: clarify usage of Title and ToTitle
2019-07-29 Keith Randallruntime: use uintptr instead of int32 for counting...
2019-07-29 Jonathan Amsterdamgo1.13.html: release note for %w
2019-07-29 Filippo Valsordacrypto/x509: add Ed25519 to ExampleParsePKIXPublicKey
2019-07-28 Dominik Honnefall: change some function documentation to be more...
2019-07-27 Daniel Martídoc: use <code> for a few file paths that didn't
2019-07-27 Giovanni Bajodoc: mention that GOPATH/bin should be in PATH
2019-07-23 Emmanuel T... os: document File's concurrent operation resource limits
2019-07-23 Jordi Martincmd/go: keep "go help" in unknown topic suggestion
2019-07-23 Than McIntoshtest: new testcase for gccgo compiler failure
2019-07-23 Ian Lance Taylorcmd/go: mention GODEBUG in "go help environment"
2019-07-22 Bryan C. Millsdoc/go1.13: mention the effect of testing.Init on packa...
2019-07-22 Bryan C. MillsRevert "cmd/go: move automatic testing.Init call into...
2019-07-19 Jay Conrodcmd/go: document go get @upgrade behavior in release...
2019-07-19 Austin Clementsruntime: align allocations harder in GODEBUG=sbrk=1...
2019-07-18 Allen Litime: clarify when draining a Timer's channel is needed
2019-07-18 Bryan C. Millscmd/go/internal/mvs: in Req, omit versions implied...
2019-07-18 Bryan C. Millscmd/go/internal/mvs: retain modules required by older...
2019-07-18 Bryan C. Millscmd/go: in module mode, populate PackagePublic.Root...
2019-07-18 Bryan C. Millscmd/go: suppress errors with '@upgrade' when the latest...
2019-07-18 Than McIntoshtest: new testcase for gccgo bug
2019-07-18 Than McIntoshtest: new testcase for gccgo bug
2019-07-17 Jay Conrodcmd/go: include GOEXPERIMENT flags in tool id for cache key
2019-07-17 Joe Tsainet/http/httputil: fix regression in ReverseProxy.ServeHTTP
2019-07-17 Alberto Donizettidoc/go1.13: remove 1.12 reference from 1.13 release...
2019-07-17 Dmitri ShuralyovCONTRIBUTORS: first round of updates for Go 1.13
2019-07-16 Jay Conrodcmd/go: tweak wording of module path mismatch error...
2019-07-16 Cherry Zhangruntime: add a test for getg with thread switch
2019-07-16 Bryan C. Millscmd/go: tighten the check for pseudo-version base tags
2019-07-16 Jay Conrodcmd/go: clarify error text for module path mismatch
2019-07-15 Filippo Valsordacrypto/tls: deprecate SSLv3 support
2019-07-15 Ian Lance Taylorcmd/link: put shlib ".type" functions in internal ABI
2019-07-15 Bryan C. Millscmd/go/internal/modfetch: always check for a go.mod...
2019-07-15 Filippo Valsordacrypto/tls: remove TestVerifyHostnameResumed
2019-07-15 Bryan C. Millscmd/go: check for source files in relative paths before...
2019-07-15 LE Manh Cuongcmd/go: add go command known variables to test cache...
2019-07-14 Alberto Donizettidoc/go1.13: fix misspelling of "interpreted"
2019-07-12 Jay Conrodcmd/go: improve module version query documentation
2019-07-12 Ian Lance Taylorcmd/cgo: do not rewrite call if there are more args...
2019-07-12 Norman B. Lancasterdoc/go1.13: document removal of NaCl targets in Go...
2019-07-11 Cherry Zhangtest: add a test for gccgo bug #33062.
2019-07-11 Clément Chigotnet: set TestNotTemporaryRead flaky for AIX
2019-07-10 Francesco Renzistrings: document that order of pairs matters in NewRep...
2019-07-10 Than McIntoshtest: new testcase for gccgo compiler bug
2019-07-10 Cherry Zhangtest: add a test for gccgo bug in handling break statem...
2019-07-10 Bryan C. Millscmd/go/internal/modload: remove unused warnPattern...
2019-07-10 Bryan C. Millscmd/go: add a Latest field to the output of 'go mod...
2019-07-10 Austin Clementsruntime: expand comments on runtime panic checks
2019-07-09 Gernot Vormayrcmd/cgo: fix check for conversion of ptr to struct...
2019-07-09 LE Manh Cuongcmd/compile: fix unsafeValue handles OLSH/ORSH wrong
2019-07-08 Agniva De SarkerRevert "go/parser: include more comments in a struct...
2019-07-08 Alexander Rakoczydoc: document Go 1.12.7
2019-07-08 Alexander Rakoczydoc: document Go 1.11.12
2019-07-08 Russ Coxnet/http: fix Transport.MaxConnsPerHost limits & idle...
2019-07-08 Than McIntoshtest: add new test case for gccgo compiler bug
2019-07-06 Daniel Martíencoding/json: obey SetEscapeHTML in all MarshalJSON...
2019-07-05 Austin Clementscmd/cgo: accept weak dynamic imports
2019-07-05 Austin Clementsdebug/elf: add version information to all dynamic symbols
2019-07-05 Keith Randalltest: add another test for issue 32680
2019-07-05 Mohit Agarwaldoc/go1.13: fix links and a closing tag
2019-07-05 Patrik Lundinnet/http: stop ExampleServer_Shutdown from hanging...
2019-07-03 Kyle Shannonlib/time: update tz data to 2019b
2019-07-03 Jay Conrodcmd/go: update tests for new @upgrade query
2019-07-03 Jay Conrodcmd/go: restore @latest behavior and support @upgrade...
2019-07-03 Jay Conrodgo/build: document characters allowed in build tags
2019-07-03 Cherry Zhangtest: add a test for gccgo bug #32901
2019-07-03 Tobias Klauserdoc/go1.13: fix typo
2019-07-02 Bryan C. Millscmd/go: fix TestScript/mod_sumdb_golang to avoid assump...
2019-07-02 Than McIntoshtest: add testcase for gccgo compile failure
2019-07-02 Keith Randallcmd/compile: make duplicate anonymous interface output...
2019-07-01 Ian Lance Taylorruntime: use correct register in darwin/386 pipe_trampoline
2019-07-01 Russ Coxsync: document implementation of Once.Do
2019-06-30 Ian Lance Taylorruntime: use a pipe to wake up signal_recv on Darwin
2019-06-29 Russ Coxcrypto/tls: deflake localPipe in tests
2019-06-28 Russ Coxnet: deflake TestVariousDeadlines
2019-06-28 Russ Coxruntime: fix pprof cpu profile corruption on arm/mips...
2019-06-28 Dmitri Shuralyovcmd/doc: provide working directory to build.Import...
2019-06-27 Diogo Pineladoc: fix spec links in Go 1.13 release notes
2019-06-27 Robert Griesemertext/scanner: remove AllowDigitSeparator flag again
2019-06-27 Robert Griesemergo/importer: update documentation on ForCompiler lookup...
2019-06-27 Jay Conrodgo/build: don't check if srcDir in GOPATH when deciding...
2019-06-27 Bryan C. Millsmisc/cgo/errors: align code snippets in ptr_test.go
2019-06-27 Damien NeilRevert "syscall: use Ctty before fd shuffle"
2019-06-27 Baokun Leefmt: fix typo in errors.go
2019-06-26 Heschi Kreinickcmd/go: fix typo in sumdb cache path
next