]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-05-10 Bryan C. Millscmd/go/testdata/script: remove skips and clarify commen...
2019-05-10 Jay Conrodcmd/go: move two vcs test repos to vcs-test.golang.org
2019-05-10 Josh Bleecher... cmd/compile: re-use regalloc's []valState
2019-05-09 Russ Coxruntime: fix s390x build
2019-05-09 Brad Fitzpatrickos/user: make Current return better error w/o cgo ...
2019-05-09 Russ Coxruntime: fix vet complaints for js/wasm
2019-05-09 Russ Coxruntime: fix vet complaints for all nacl
2019-05-09 Russ Coxruntime, crypto/x509: fix vet complaints for all windows
2019-05-09 Russ Coxruntime: fix vet complaints for all freebsd, netbsd...
2019-05-09 Russ Coxsyscall: fix vet complaints for all dragonfly, freebsd...
2019-05-09 Russ Coxruntime: fix vet complaints for solaris/amd64, illumos...
2019-05-09 Russ Coxruntime: fix vet complaints for linux/arm64, linux...
2019-05-09 Russ Coxruntime: fix vet complaints for linux/arm
2019-05-09 Russ Coxruntime: fix vet complaints for linux/amd64
2019-05-09 Russ Coxruntime: fix vet complaints for linux/386
2019-05-09 Michael Anthony... runtime: fix js/wasm lock implementation
2019-05-09 Russ Coxcmd/link: use standard-syntax struct tags in large...
2019-05-09 Russ Coxencoding/gob: rename encBuffer.WriteByte to writeByte
2019-05-09 Russ Coxfmt: rename buffer.WriteByte to writeByte
2019-05-09 Jay Conrodall: document vendoring in the standard library
2019-05-09 Russ Coxcmd/internal/bio: rename Reader.Seek to MustSeek
2019-05-09 Michael Anthony... runtime: split spans when scavenging if it's more than...
2019-05-09 Michael Anthony... runtime: add background scavenger
2019-05-09 Michael Anthony... runtime: remove periodic scavenging
2019-05-09 Russ Coxcmd/vendor: import vet fixes from x/tools
2019-05-09 Than McIntoshcmd/compile: emit DWARF call_line attrs with data4...
2019-05-09 Russ Coxcmd/vet/all: update whitelist for vet fixes
2019-05-09 David Chasecmd/compile: test delve instead of gdb in ssa/debug_test.go
2019-05-09 Than McIntoshcmd/link: fix link time regression in object file reading
2019-05-09 Elias Naurmisc/android: silence adb output unless an error occurs
2019-05-09 Russ Coxcmd/asm: accept TEXT f+0(SB) in -gensymabis mode
2019-05-09 Russ Coxcmd/go: diagnose go.mod and vendor out of sync in std...
2019-05-08 Brad Fitzpatrickcmd/go: set the "generate" build tag in go generate...
2019-05-08 Josh Bleecher... cmd/compile: add countRule rewrite rule helper
2019-05-08 Brad Fitzpatrickinternal/syscall/windows/sysdll: mark package as Window...
2019-05-08 Austin Clementscmd/link: write memprofile in legacy format for compile...
2019-05-08 Marwan Sulaimancmd/go: disallow go.sum updates in -mod=readonly
2019-05-08 Alan Donovango/types: add CheckExpr function to type-check an expre...
2019-05-08 JT Oliomath/big: stack allocate scaleDenom return value
2019-05-08 Dmitry Vyukovregexp: clarify docs re Submatch result
2019-05-08 Brad Fitzpatrickapi: update next.txt
2019-05-08 Lorenz Nickeldoc: fixed some links
2019-05-08 Elias Naurcmd/link/internal/ld: bump macOS and macOS SDK version...
2019-05-08 Russ Coxdoc: update /doc/asm compiler output example
2019-05-08 Elias Naurcmd/link/internal/ld: add missing Close
2019-05-08 Cherry Zhangreflect: add a test for Calling a Method of a direct...
2019-05-08 Stephan Zuercherimage/png: fix palette extension to handle 255 color...
2019-05-08 erifan01math/big: fix the bug in assembly implementation of...
2019-05-07 Robert Griesemercmd/compile: avoid compiler crash for recursive interfa...
2019-05-07 Josh Bleecher... cmd/compile: note that some rules know the name of...
2019-05-07 Ian Lance Taylorcmd/go: don't print phdrs running "go version" on ELF...
2019-05-07 Baokun Leecmd/go: fix sumdb test failure
2019-05-07 Russ Coxcmd/cgo: fix unexpected semicolon in rewritten line
2019-05-07 Ian Lance Taylorcmd/go: simplify some modfetch code
2019-05-06 Filippo Valsordacrypto/ed25519: promote from golang.org/x/crypto/ed25519
2019-05-06 Bobby DeSimonenet/url: add tests for URLHostname
2019-05-06 Brad Fitzpatrickcmd/dist: allow builders to control granularity of...
2019-05-06 Shulhanall: simplify code using "gofmt -s -w"
2019-05-06 Keith Randallreflect: special-case panic message when returning...
2019-05-06 Michael Anthony... runtime: ensure free and unscavenged spans may be backe...
2019-05-06 Michael Anthony... runtime: split spans during allocation without treap...
2019-05-06 Michael Anthony... runtime: track the number of free unscavenged huge...
2019-05-06 Michael Anthony... runtime: scavenge huge spans first
2019-05-06 Michael Anthony... runtime: make treap iteration more efficient
2019-05-06 Michael Anthony... runtime: merge all treaps into one implementation
2019-05-06 Baokun Leecmd/go/internal/modfile: make error message for module...
2019-05-06 Andrew Bonventredoc: document Go 1.12.5
2019-05-06 Andrew Bonventredoc: document Go 1.11.10
2019-05-06 Cherry Zhangcmd/internal/obj: write package path at compile time...
2019-05-06 Vivek Sekharnet/http: add support for SameSite=None
2019-05-06 Dong-hee Nanet: use same TCP Keep Alive interval between dial...
2019-05-06 David Chasecmd/compile: make numberlines line mismatch check ignor...
2019-05-06 Andrew Bonventrehtml/template: add support for JavaScript modules
2019-05-06 Josh Bleecher... cmd/dist: delete unnecessary dirs from GOROOT on completion
2019-05-06 LE Manh Cuongerrors: fix Is panics if target is uncomparable
2019-05-06 Brad Fitzpatricknet/http: update bundled x/net/http2
2019-05-05 Tobias Klausersyscall: remove unused {dragonfly,illumos,solaris}64Bit...
2019-05-05 Tobias Klausersyscall: support generating netbsd/arm64 files in mkall.sh
2019-05-05 Iskander Sharipovall: remove commented-out print statements
2019-05-04 Damien Neilall: add Unwrap and Is methods to various error types
2019-05-03 Paul Jollycmd/go: fix clang test break as a result of golang...
2019-05-03 Austin Clementscmd/compile,runtime/internal/atomic: add Load8
2019-05-03 Michael Anthony... runtime: remove sys.HugePageSize
2019-05-03 Michael Anthony... runtime: add physHugePageSize
2019-05-03 Paul Jollycmd/go: update go bug to be more consistent with Github...
2019-05-03 Michael Fraenkelnet/http: fix TestTransportMaxConnsPerHost flakes
2019-05-03 Thanabodee... net/http: strip escaped password from error
2019-05-03 Brad Fitzpatricknet/http: add func NewRequestWithContext, Request.Clone
2019-05-03 Brad Fitzpatricknet/http: add Transport.Clone
2019-05-03 Elias Naurnet: skip DNS tests on self-hosted Android
2019-05-03 Elias Naurmisc/ios: don't refer to iostest.bash
2019-05-03 Michael Mundaycmd/compile: add math/bits.{Add,Sub}64 intrinsics on...
2019-05-03 LE Manh Cuongcmd/compile: fix isStaticCompositeLiteral reports wrong...
2019-05-03 Brian Kesslermath/big: document Int.String
2019-05-02 Brad Fitzpatrickcrypto/cipher: disable broken js/wasm test from nodejs...
2019-05-02 Filippo Valsordacmd: update golang.org/x/sys dependency
2019-05-02 Keith Randallreflect: MakeFunc: allow assignment conversions on...
2019-05-02 Brad Fitzpatricknet/http: skip flaky TestTransportMaxConnsPerHost for now
2019-05-02 Russ Coxsort: simplify bootstrap
2019-05-02 erifan01cmd/link: support PIE mode with internal link on linux...
next