]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2020-03-19 Carlos Amedee[release-branch.go1.14] go1.14.1 go1.14.1
2020-03-18 Ian Lance Taylor[release-branch.go1.14] doc/go1.14: mention Windows...
2020-03-18 Cherry Zhang[release-branch.go1.14] runtime: don't send preemption...
2020-03-18 Keith Randall[release-branch.go1.14] runtime: don't report a pointer...
2020-03-16 Ian Lance Taylor[release-branch.go1.14] runtime: don't crash on mlock...
2020-03-12 Bryan C. Mills[release-branch.go1.14] cmd/go: include the go language...
2020-03-11 Dan Scales[release-branch.go1.14] runtime: fix problem with repea...
2020-03-10 Keith Randall[release-branch.go1.14] runtime: make typehash match...
2020-03-10 Keith Randall[release-branch.go1.14] runtime: special case interface...
2020-03-10 Michael Pratt[release-branch.go1.14] runtime/pprof: expand final...
2020-03-10 Cherry Zhang[release-branch.go1.14] runtime: don't save/restore...
2020-03-09 Jay Conrod[release-branch.go1.14] cmd/go: make go test -json...
2020-03-06 Stefan Baebler[release-branch.go1.14] doc/go1.14: document that unpar...
2020-03-02 Hana (Hyang... [release-branch.go1.14] cmd/trace: update to use WebCom...
2020-03-02 Cherry Zhang[release-branch.go1.14] runtime: guard VZEROUPPER on...
2020-02-27 Ian Lance Taylor[release-branch.go1.14] runtime: don't panic on racy...
2020-02-25 Kevin Burke[release-branch.go1.14] doc/articles/race_detector...
2020-02-25 Alexander Rakoczy[release-branch.go1.14] doc/go1.14: add link to module...
2020-02-25 Carlos Amedee[release-branch.go1.14] go1.14 go1.14
2020-02-25 Carlos Amedee[release-branch.go1.14] doc: add Go 1.14 to release...
2020-02-24 Tobias Klauser[release-branch.go1.14] doc/go1.14: document that freeb...
2020-02-24 Dmitri Shuralyov[release-branch.go1.14] doc/go1.14: remove draft notice
2020-02-24 Katie Hockman[release-branch.go1.14] crypto/cipher: require non...
2020-02-24 vovapi[release-branch.go1.14] hash/maphash: don't discard...
2020-02-21 Dmitri Shuralyov[release-branch.go1.14] CONTRIBUTORS: second round...
2020-02-21 Daniel Martí[release-branch.go1.14] doc/go1.14: document the change...
2020-02-21 Dmitri Shuralyov[release-branch.go1.14] all: merge master into release...
2020-02-18 Dmitri Shuralyovdoc/go1.14: highlight the addition of hash/maphash...
2020-02-18 Dmitri Shuralyovdoc/go1.14: remove TODO comment for CL 200439
2020-02-18 Cherry Zhangcmd/link, runtime: skip holes in func table
2020-02-17 Alberto Donizettidoc/go1.14: add missing period at sentence end
2020-02-15 Ian Lance Taylortesting: remove obsolete comment in testing.(*T) docs
2020-02-13 Dmitri Shuralyov[release-branch.go1.14] all: merge master into release...
2020-02-13 Cherry Zhangruntime: correct caller PC/SP offsets in walltime1...
2020-02-13 Cherry Zhangruntime: zero upper bit of Y registers in asyncPreempt...
2020-02-13 Keith Randallhash/maphash: mention the results are 64-bit integers
2020-02-13 Keith Randallruntime: fix fallback logic for aeshash on 32/64 bit
2020-02-12 Bryan C. Millscmd/go: eliminate empty '()' when passing -mod=readonly...
2020-02-12 Jay Conrodcmd/go/internal/modcmd: remove dead function addModFlag
2020-02-12 Kanta Ebiharacmd/go/internal/web: fix a typo
2020-02-12 Dmitri Shuralyovgo/build: populate partial package information in importGo
2020-02-11 Ian Lance Taylorhash/maphash: mention that hash values do not persist...
2020-02-11 Filippo Valsordacrypto/elliptic: document the Name and names of each...
2020-02-10 Filippo Valsordadoc/go1.14: add a couple minor crypto release notes
2020-02-10 Dmitri Shuralyovgo/doc: clarify that NewFromFiles caller must filter...
2020-02-10 Jay Conroddoc: move doc/modules.md to x/website
2020-02-08 Toshihiro Shiinodoc/go1.14: rearrange in alphabetical order
2020-02-08 Toshihiro Shiinodoc/go1.14: add link to TempFile in io/ioutil
2020-02-08 Toshihiro Shiinodoc/go1.14: fix inconsistent markup
2020-02-07 Ian Lance Taylorruntime/race: update reference to compiler-rt sources
2020-02-07 Ian Lance Taylorruntime: avoid double notewakeup in netpoll stub code
2020-02-07 Jay Conroddoc: fill in 'go mod init' section of module documentation
2020-02-07 Jay Conroddoc: fill in 'go mod download' section of module docume...
2020-02-07 Jay Conroddoc: fill in 'go list -m' section in module documentation
2020-02-07 Jay Conroddoc: fill in 'Module-aware commands' section in module...
2020-02-07 Jay Conroddoc: add section on module paths to module documentation
2020-02-07 Jay Conroddoc: add section on go.mod file syntax
2020-02-07 Than McIntoshRevert "cmd/link: code cleanup in macho_combine_dwarf.go"
2020-02-07 Tamir Dubersteincmd/link: code cleanup in macho_combine_dwarf.go
2020-02-06 Carlos Amedee[release-branch.go1.14] all: merge master into release...
2020-02-06 Roger Peppetesting: make Cleanup work for benchmarks too.
2020-02-06 Dmitri Shuralyovdoc/go1.14: disable text/template processing in HTML...
2020-02-05 Ian Lance Taylordoc/go1.14: quote {{ and }} in text/template note
2020-02-05 Filippo Valsorda[release-branch.go1.14] math/big: reintroduce pre-Go...
2020-02-05 Ian Lance Taylordoc/go1.14: mention better error checking in text/template
2020-02-05 Emmanuel T... doc/go1.14: document io/ioutil.TempDir's predictable...
2020-02-05 Katie Hockman[release-branch.go1.14] crypto/x509: fix godoc for...
2020-02-05 Katie Hockmancrypto/x509: fix godoc for MarshalPKCS8PrivateKey
2020-02-05 Jerrin Shaji... runtime: rewrite a comment in malloc.go
2020-02-05 Filippo Valsordamath/big: reintroduce pre-Go 1.14 mention in GCD docs
2020-02-05 Emmanuel T... doc/go1.14: document http.ServeFile large file fix...
2020-02-05 Bryan C. Millscmd/go/internal/vet: only set work.VetExplicit if the...
2020-02-05 Bryan C. Millsdoc/install.html: streamline the “Test your installatio...
2020-02-05 David Chasedoc/go1.14: add remarks about range inference and check...
2020-02-05 Carlos Amedee[release-branch.go1.14] go1.14rc1 go1.14rc1
2020-02-05 Carlos Amedee[release-branch.go1.14] all: merge master into release...
2020-02-05 Dmitri Shuralyovdoc: rename HTML element IDs to avoid duplicates
2020-02-05 Dmitri Shuralyovnet: don't check LookupHost error in TestLookupNullByte
2020-02-05 Ian Lance Taylorruntime: don't treat SIGURG as a bad signal
2020-02-04 Josh Bleecher... internal/bytealg: fix riscv64 offset names
2020-02-04 Katie Hockmandoc: remove paragraph break for upgrading to modules
2020-02-04 Dmitri Shuralyovsyscall: Revert "release a js.Func object in fsCall"
2020-02-04 Dmitri Shuralyovdoc/go1.14: note that all changes to the standard libra...
2020-02-04 Toshihiro Shiinodoc/go1.14: fix broken links
2020-02-04 Dmitri Shuralyovdoc/go1.14: remove TODO about Solaris port
2020-02-04 Dmitri Shuralyovdoc/go1.14: remove TODO about Illumos port
2020-02-04 Dmitri Shuralyovdoc/go1.14: document encoding/asn1 support for BMPString
2020-02-04 Tobias Klauserdoc/go1.14: remove TODO about Dragonfly passing
2020-02-04 Toshihiro Shiinodoc/go1.14: add missing slashes
2020-02-04 Ian Lance Taylordoc/go1.14: mention changes to debug/dwarf
2020-02-02 Hajime Hoshisyscall: release a js.Func object in fsCall
2020-02-01 Filippo Valsordastd,cmd: sync go.mod with new release branches
2020-01-31 Filippo Valsordamath/big: simplify GCD docs
2020-01-31 Filippo Valsordadoc/go1.14: fix math/big.(*Int).GCD notes
2020-01-31 Brad Fitzpatricknet/http/cgi: rename a test file to be less cute
2020-01-31 Ian Lance Taylordoc/go1.14: mention new method encoding/json.Decoder...
2020-01-31 Filippo Valsordadoc/go1.14: add crypto/tls release notes
2020-01-31 Dmitri Shuralyovdoc/go1.14: move "Minor changes to the library" heading up
2020-01-31 Jean de Klerkdoc/go1.14: fix id attribute of Testing heading
2020-01-31 Ian Lance Taylordoc/go1.14: mention new method strconv.NumError.Unwrap
next