]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
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
2019-06-26 Bryan C. Millsmisc/cgo/errors: fix TestPointerChecks when GO111MODULE=on
2019-06-26 Bryan C. Millsdoc/go1.13: make cmd/go paragraphs more concise
2019-06-26 Jay Conroddoc/go1.13: describe new 'go version' behavior
2019-06-26 Austin Clementssync: only check for successful PopHeads in long mode
2019-06-26 Austin Clementssync: make TestPoolDequeue termination condition more...
2019-06-26 Austin Clementssync: fix pool wrap-around test
2019-06-26 Bryan C. Millscmd/go/internal/modfetch: halt proxy fallback if the...
2019-06-26 Bryan C. Millscmd/go/internal/modfetch/codehost: don't try to execute...
2019-06-26 Bryan C. Millscmd/go: move mod_get_svn test to vcs-test.golang.org
2019-06-26 Bryan C. Millsdoc/go1.13: move 'go get -t' paragraph to be adjacent...
2019-06-26 Bryan C. Millsdoc/go1.13: describe the change in behavior of GO111MOD...
2019-06-26 Andrew Bonventreapi: promote next to go1.13 go1.13beta1
2019-06-26 Cherry Zhangcmd/compile, runtime: use R20, R21 in ARM64's Duff...
2019-06-26 Jay Conrodcmd/go: 'go get' should not delete binaries when run...
2019-06-26 Tobias Klausersyscall: fix nil pointer dereference in Getdirentries...
2019-06-26 Robert Griesemergo/types: avoid race condition with dot-imported objects
2019-06-25 Ian Lance Taylormisc/cgo/test: use char, not int, so test works on...
2019-06-25 Keith Randallcmd/compile: don't mark argument array as noalg
2019-06-25 Jay Conroddoc/go1.13: binary-only package are no longer supported
2019-06-25 Dmitri Shuralyovdoc/go1.13: close <em> and <code> tags
2019-06-25 Bryan C. Millsdoc/go1.13: describe new cmd/go environment variables
2019-06-25 Bryan C. Millsdoc/go1.13: describe 'go env -w'
2019-06-25 Bryan C. Millsdoc/go1.13: describe changes to 'go get'
2019-06-25 Lynn Bogercmd/internal/obj/ppc64: add doc.go
2019-06-25 LE Manh Cuongcmd/go: validate path in mod init path
2019-06-25 Bryan C. Millscmd/go: ensure that runtime/cgo is not stale in TestExe...
2019-06-25 Andrewdoc/go1.13: add release notes for the errors package
2019-06-25 Bryan C. Millscmd/go/internal/modfetch: filter pseudo-versions from...
2019-06-25 Bryan C. Millscmd/go/internal/modfetch: return structured errors...
2019-06-25 Ben Shiruntime: fix a register save/restore bug in sigtramp...
2019-06-25 Ian Lance Taylorbufio: fix ExampleScanner_Bytes comment, add error...
2019-06-24 Filippo Valsordadoc/go1.13: cmd/go, math/big, and a leftover crypto...
2019-06-24 Bryan C. Millscmd/go: fix a typo in module-private help text
2019-06-24 kawakamicmd/cgo: fix inappropriate array copy
2019-06-24 Clément Chigotcmd/go: silence ar with D flag failures
2019-06-24 Ian Lance Taylordoc/go1.13: mention {NetBSD,OpenBSD}/arm64 ports
2019-06-24 Bryan C. Millscmd/go/internal/modfetch: treat a missing go.mod file...
2019-06-24 Andrewdoc/go1.13: remove bytes TODO since it does not require...
2019-06-23 Ian Lance Taylortest: update blank1.go for changed gofrontend error...
2019-06-23 Ian Lance Taylorruntime/cgo: on Solaris link against -lxnet
2019-06-21 Dmitri Shuralyovdoc: add release notes for godoc and go doc
2019-06-21 Bryan C. Millscmd/go: validate pseudo-versions against module paths...
2019-06-21 Bryan C. Millscmd/go/testdata: update addmod.go to work with the...
2019-06-21 Robert Griesemercmd/gofmt: fix normalization of imaginary number literals
2019-06-21 Than McIntoshcmd/link: revise previous __DWARF segment protection fix
2019-06-21 Ian Lance Taylorcmd/go: add more docs for go directive in go.mod file
2019-06-21 guitarbum722bufio: add example for Scanner.Bytes
2019-06-21 Ian Lance TaylorRevert "runtime: use dispatch semaphores on Darwin"
2019-06-21 Robert Griesemerdoc/go1.13: document changes to gofmt, go/* libs, and...
2019-06-20 Daniel Cormierbufio: Reader.Read may return io.EOF even when it has...
2019-06-20 Filippo Valsordacrypto/x509: normalize and expand docs of Parse and...
2019-06-20 Filippo Valsordacrypto/tls: reject low-order Curve25519 points
2019-06-20 Filippo Valsordacrypto/tls: move shared code and resources to handshake...
2019-06-20 Robert Griesemertext/scanner: rename AllowNumberbars to AllowDigitSepar...
2019-06-20 Tobias Klausercmd/go/internal/imports: match solaris files for illumos
2019-06-20 David Chasecmd/compile: add necessary operand to mergePoint in...
2019-06-19 Jay Conrodcmd/go: install binaries in cmd/ in $GOROOT/bin instead...
2019-06-19 Andrewdoc/go1.13: add release notes for the testing package
2019-06-19 Filippo Valsordacrypto/tls: disable RSA-PSS in TLS 1.2 again
2019-06-19 Austin Clementsdoc/go1.13: expand ports, add skeleton language changes...
2019-06-19 Than McIntoshcmd/link: macos: set initial protection of 0 for __DWAR...
2019-06-19 LE Manh Cuongcmd/compile: correct comments of gc.Val fields
2019-06-19 Robert Griesemerdoc/go1.13: add release notes for language changes
2019-06-19 Than McIntoshcmd/link: fix stale link to MachO file format reference...
2019-06-19 Bryan C. Millscmd/go/internal/modfetch: re-resolve commit hashes...
2019-06-19 Michael Brandenburgmath: add examples for Log, Log2, Mod, and Abs
2019-06-19 Raghavendra... net/http: fix Server.IdleTimeout and Server.ReadHeaderT...
2019-06-18 Filippo Valsordadoc/go1.13: add crypto-related release notes
2019-06-18 Jay Conrodcmd/go: fix sumdb test failure with misbehaving DNS...
2019-06-18 Andrewdoc/go1.13: add release notes for the net package
2019-06-18 Austin Clementsdoc/go1.13: runtime release notes, some compiler releas...
2019-06-18 Josh Bleecher... reflect,doc: use "the" instead of "a" in IsZero docs
2019-06-18 Steve Mynottdoc: remove a Google+ link since it doesn't exist anymore
2019-06-18 Jay Conrodcmd/go/internal/modload: query correct "latest" version...
2019-06-17 Andrew Gerrandhtml/template, text/template: document glob semantics
2019-06-17 Keith Randalldoc: update 1.13 release notes
next