]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-06-02 Ian Lance Taylorcmd/link: move issue 43830 tests out of TestScript
2021-06-02 Keith Randallruntime: fix formatting
2021-06-01 Ian Lance Taylorcmd/go: add declaration to cgo_lto_issue43830 test
2021-06-01 Ian Lance Taylorcmd/link, cmd/cgo: support -flto in CFLAGS
2021-06-01 OneOfOneA+C: update name
2021-06-01 Cherry Muidoc/go1.17: add release notes for register ABI
2021-06-01 Vitaly Zdanevichcmd/go: add [-src] to documentation
2021-06-01 Jay Conrodcmd/go: make 'go get' save sums for incidentally update...
2021-05-30 Rob Findleygo/types: don't declare 'comparable' when typeparams...
2021-05-30 Rob Findleygo/types: unexport the GoVersion configuration option...
2021-05-29 Ian Lance Taylordoc/go1.17: mention time.Layout
2021-05-29 Ariel Mashrakidoc/go1.17: document text/template/parse.SkipFuncCheck
2021-05-28 Ian Lance Taylordoc/go1.17: mention new definitions of MSG_CMSG_CLOEXEC
2021-05-28 Ian Lance Taylordoc/go1.17: mention testing.[TB].Setenv methods
2021-05-28 Ian Lance Taylordoc/go1.17: mention new Windows SysProcAttr fields
2021-05-28 Ian Lance Taylordoc/go1.17: document new go/build/BuildContext.ToolTags...
2021-05-28 Ian Lance Taylordoc/go1.17: mention new encoding/csv/Reader.FieldPos...
2021-05-28 Ian Lance Taylordoc/go1.17: document new debug/elf constant
2021-05-28 Rob Findleygo/ast: remove FuncDecl.IsMethod for Go 1.17
2021-05-27 Ian Lance Taylordoc/go1.17: clarify that compress/lzw Reader and Writer...
2021-05-27 Manlio Perillonet/http: correct Client.Do doc about context cancelation
2021-05-27 Damien Neildoc/go1.17: document reflect changes
2021-05-27 Jay Conrodcmd/go: don't let 'go mod download' save sums for incon...
2021-05-27 Roland Shoemakernet: verify results from Lookup* are valid domain names
2021-05-27 Than McIntoshcmd/compile: improve debug locations for partially...
2021-05-27 Than McIntoshcmd/compile: place reg spills after OpArg{Int,Float...
2021-05-27 Cherry Muicmd/link: accept Windows line-ending in TestTrampolineCgo
2021-05-27 Rob Findleygo/types: guard against check==nil in newNamed
2021-05-27 Roland ShoemakerRevert "net: verify results from Lookup* are valid...
2021-05-27 Filippo Valsordanet/http/httputil: always remove hop-by-hop headers
2021-05-27 Bryan C. Millscmd/go,cmd/link: do not check for staleness in most...
2021-05-27 Filippo Valsordacrypto/elliptic: fix typo in p521Point type name
2021-05-26 Ian Lance Tayloros: deflake TestFdReadRace
2021-05-26 Damien Neilsrc/os: revert accidentally submitted change
2021-05-26 Damien Neildoc/go1.17: document net/... changes
2021-05-26 Damien Neildoc/go1.17: document syscall changes
2021-05-26 Damien Neilmime: document use of the Shared MIME-Info Database
2021-05-26 Cherry Muidoc/go1.17: add release notes for runtime/metrics package
2021-05-26 Cherry Muidoc/go1.17: mention enabling frame pointer on all ARM64
2021-05-26 Rob Findleygo/types: ensure that Named.check is nilled out once...
2021-05-26 tyltrruntime,cmd/link/internal/ld: fix typos
2021-05-26 Russ Coxmath/big: move division into natdiv.go
2021-05-26 Tobias Klauserdoc/go1.17: fix formatting for time changes
2021-05-25 Roland Shoemakerarchive/zip: only preallocate File slice if reasonably...
2021-05-25 Dan Scalesdoc: add Go 1.17 release note about inlining functions...
2021-05-25 Bryan C. Millscmd/go: add a -compat flag to 'go mod tidy'
2021-05-24 Roland Shoemakernet: verify results from Lookup* are valid domain names
2021-05-24 Richard Musiolmisc/wasm: ensure correct stack pointer in catch clauses
2021-05-24 Constantin... cmd/go: align checks of module path during initialization.
2021-05-24 Bryan C. Millscmd/go: add tests illustrating what happens when Go...
2021-05-24 Keith Randallcmd/compile: ensure equal functions don't do unaligned...
2021-05-24 Alessandro... cmd/compile: record regabi status in DW_AT_producer
2021-05-24 Keith Randallcmd/compile: always include underlying type for map...
2021-05-24 Michael Anthony... runtime: account for spill slots in Windows callback...
2021-05-24 Bryan C. Millscmd/go/internal/modload: set the default GoVersion...
2021-05-24 Bryan C. Millscmd/go/internal/modcmd: factor out a type for flags...
2021-05-22 Than McIntoshcmd/compile: revert CL/316890
2021-05-21 ian woolfdoc/go1.17: document changes to net/http package
2021-05-21 Keith Randalldoc: document additional atomic.Value methods
2021-05-21 Bryan C. Millscmd/go: in TestScript/mod_replace, download an explicit...
2021-05-21 Ian Lance Tayloros: document that StartProcess puts files into blocking...
2021-05-21 Constantin... cmd/dist: display first class port status in json output
2021-05-21 Jay Conrodcmd/go: in 'go mod download' without args, don't save...
2021-05-21 sryoyadoc/go1.17: document database/sql changes for Go 1.17
2021-05-21 Adam Mithadoc/go1.17: document io/fs changes for Go 1.17
2021-05-21 Aaron Sheahdoc/go1.17: document archive/zip changes for Go 1.17
2021-05-21 Tim Heckmancmd/go: remove warning from module deprecation notice...
2021-05-21 Jason A. Donenfeldruntime: wait for Go runtime to initialize in Windows...
2021-05-21 Adam Mithaio/fs: added an example for io/fs.WalkDir
2021-05-20 Tim Kingcmd: go get golang.org/x/tools/analysis@49064d23 &...
2021-05-20 Vishal Dalwadidoc/go1.17: document changes to os package
2021-05-20 Lapo Luchinicrypto/x509: add new FreeBSD 12.2+ trusted certificate...
2021-05-20 Joel Singtest: re-enable test on riscv64 now that it supports...
2021-05-20 Cherry Muidoc/go1.17: add release notes for OpenBSD ports
2021-05-20 Cherry Muidoc/go1.17: add release note for windows/arm64 port
2021-05-20 Vishal Dalwadidoc/go1.17: document new math constants
2021-05-20 Michael Anthony... syscall: document NewCallback and NewCallbackCDecl...
2021-05-20 Dmitri Shuralyovmisc/cgo/testplugin: skip TestIssue25756pie on darwin...
2021-05-19 Dmitri Shuralyovcmd/internal/moddeps: use filepath.SkipDir only on...
2021-05-19 Michael Prattnet: return nil UDPAddr from ReadFromUDP
2021-05-19 Cherry Muitest: check portable error message on issue46234.go
2021-05-18 Russ Coxgo/build/constraint: fix parsing of "// +build" (with...
2021-05-18 Than McIntoshcmd/compile: don't emit inltree for closure within...
2021-05-18 Roland Shoemakercrypto/x509: remove duplicate import
2021-05-18 Cherry Muimake.bash: fix misuse of continue
2021-05-18 Jeff Widmandoc/go1.17: fix typo "avoding" -> "avoiding"
2021-05-18 Rob Piketime: rewrite the documentation for layout strings
2021-05-17 Rob Findleygo/token: correct the interval notation used in some...
2021-05-17 Tobias Klauserall: update golang.org/x/net to latest
2021-05-17 Andrew G. Morgansyscall: some containers may fail syscall.TestSetuidEtc
2021-05-17 Jay Conrodcmd/go: don't print 'go get' deprecation notices in...
2021-05-17 Lynn Bogerruntime/cgo: fix crosscall2 on ppc64x
2021-05-15 Bryan C. Millscmd/go: error out of 'go mod tidy' if the go version...
2021-05-14 Cherry Muiruntime: mark osyield nosplit on OpenBSD
2021-05-14 Michael Fraenkelnet/http: prevent infinite wait during TestMissingStatu...
2021-05-14 Manlio Perillocmd/go/internal/load: override Package.Root in module...
2021-05-14 Manlio Perillocmd/go: fix a portability issue in the cd script command
2021-05-14 Ben Hoytcmd/go: fix spacing in help text of -overlay flag
2021-05-14 eric fangcmd/internal/obj/arm64: disable AL and NV for some...
2021-05-14 itchynydebug/macho: fix a typo in macho.go
next