]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2021-06-02 Katie Hockman[dev.fuzz] all: merge master (dd7ba3b) into dev.fuzz
2021-06-02 Roland Shoemakernet: don't rely on system hosts in TestCVE202133195
2021-06-02 Jay Conrod[dev.fuzz] internal/fuzz: notify coordinator for minimi...
2021-06-02 Jay Conrod[dev.fuzz] cmd/go: split test_fuzz_minimize from test_f...
2021-06-02 Ian Lance Taylorio/fs: minor corrections to Sub docs
2021-06-02 Jeremy Fallerdoc/go1.17: remove runtime section
2021-06-02 Ian Lance Taylordoc/go1.17: mention SYS_WAIT6/WEXITED on NetBSD
2021-06-02 Ian Lance Taylorcmd/link: recognize clang linker error in testCGOLTO
2021-06-02 Uddeshya Singhdoc/go1.17: document time changes for Go1.17
2021-06-02 KimMachineGundoc/go1.17: document flag changes for Go 1.17
2021-06-02 Tobias Klauserruntime/internal/sys: generate //go:build lines in...
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 Katie Hockman[dev.fuzz] cmd/go/internal: instrument imports of the...
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-27 Roland Shoemaker[dev.fuzz] internal/fuzz: support minimization of strin...
2021-05-27 Roland Shoemaker[dev.fuzz] internal/fuzz,testing: treat panics as recov...
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 Katie HockmanRevert "[dev.fuzz] internal/fuzz: include coverage...
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 Katie Hockman[dev.fuzz] internal/fuzz: remove old TODO
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 Jay Conrod[dev.fuzz] cmd/go/internal/cfg: enable "gofuzzbeta...
2021-05-19 Jay Conrod[dev.fuzz] cmd/go: fix test_fuzz_cache
2021-05-19 Jay Conrod[dev.fuzz] internal/fuzz: make minimization tests more...
2021-05-19 Katie Hockman[dev.fuzz] cmd/go/internal/test,testing: add documentat...
2021-05-19 Dmitri Shuralyovcmd/internal/moddeps: use filepath.SkipDir only on...
2021-05-19 Michael Prattnet: return nil UDPAddr from ReadFromUDP
next