Skip to content

Commit

Permalink
[dev.fuzz] all: merge master (c95464f) into dev.fuzz
Browse files Browse the repository at this point in the history
The new SetEnv method for *testing.T and *testing.B types
was automatically supported by *testing.F since it was added
to the *testing.common type. This function is not appropriate
for *testing.F since fuzzing is run in parallel by default.

Conflicts:

- api/next.txt

Merge List:

+ 2021-06-27 c95464f internal/buildcfg: refactor GOEXPERIMENT parsing code somewhat
+ 2021-06-25 ed01cea runtime/race: use race build tag on syso_test.go
+ 2021-06-25 d1916e5 go/types: in TestCheck/issues.src, import regexp/syntax instead of cmd/compile/internal/syntax
+ 2021-06-25 5160896 go/types: in TestStdlib, import from source instead of export data
+ 2021-06-25 d01bc57 runtime: make ncgocall a global counter
+ 2021-06-25 37f9a8f go/types: fix a bug in package qualification logic
+ 2021-06-24 c309c89 reflect: document that InterfaceData is a low-entropy RNG
+ 2021-06-24 cce6214 cmd/compile: fix wrong type in SSA generation for OSLICE2ARRPTR
+ 2021-06-24 600a2a4 cmd/go: don't try to add replaced versions that won't be selected
+ 2021-06-24 a9bb382 net: remove hard-coded timeout in dialClosedPort test helper
+ 2021-06-24 86d72fa time: handle invalid UTF-8 byte sequences in quote to prevent panic
+ 2021-06-24 44a12e5 cmd/go: search breadth-first instead of depth-first for test dependency cycles
+ 2021-06-24 73496e0 net: use absDomainName in the Windows lookupPTR test helper
+ 2021-06-24 222ed1b os: enable TestFifoEOF on openbsd
+ 2021-06-22 0ebd5a8 cmd/go: update ToolTags based on GOARCH value
+ 2021-06-22 5bd09e5 spec: unsafe.Add/Slice are not permitted in statement context
+ 2021-06-22 666315b runtime/internal/atomic: remove incorrect pointer indirection in comment
+ 2021-06-22 63daa77 go/types: guard against checking instantiation when generics is disabled
+ 2021-06-22 197a5ee cmd/gofmt: remove stale documentation for the -G flag
+ 2021-06-22 9afd158 go/parser: parse an ast.IndexExpr for a[]
+ 2021-06-21 1bd5a20 cmd/go: add a -go flag to 'go mod graph'
+ 2021-06-21 761edf7 cmd/internal/moddeps: use a temporary directory for GOMODCACHE if needed
+ 2021-06-21 a040042 cmd/internal/moddeps: use -mod=readonly instead of -mod=mod
+ 2021-06-21 3f9ec83 cmd/go: document GOPPC64 environment variable
+ 2021-06-21 20bdfba go/scanner: fall back to next() when encountering 0 bytes in parseIdentifier
+ 2021-06-21 44f9a35 database/sql: fix deadlock test in prepare statement
+ 2021-06-21 16e82be runtime: fix crash during VDSO calls on PowerPC
+ 2021-06-21 2e542c3 runtime/pprof: deflake TestMorestack more
+ 2021-06-21 ced0fdb doc/go1.17: note deprecation of 'go get' for installing commands
+ 2021-06-21 7a5e704 doc/go1.17: add Go 1.18 pre-announcements
+ 2021-06-21 85a2e24 doc/go1.17: add security-related release notes
+ 2021-06-21 1de3329 doc/go1.17: document go/parser.SkipObjectResolution
+ 2021-06-21 117ebe0 cmd/go: do not require the module cache to exist for 'go mod edit'
+ 2021-06-20 460900a os/signal: test with a significantly longer fatal timeout
+ 2021-06-19 b73cc4b database/sql: do not rely on timeout for deadlock test
+ 2021-06-18 86743e7 image: add RGBA64Image interface
+ 2021-06-18 9401172 runtime: clarify Frames.Next documentation
+ 2021-06-18 57aaa19 runtime: disable CPU profiling before removing the SIGPROF handler
+ 2021-06-18 6f22d2c doc/go1.17: fix typo
+ 2021-06-17 45f251a cmd/pprof,runtime/pprof: disable test on more broken platforms
+ 2021-06-17 ed83485 cmd/go: replace a TODO with an explanatory comment
+ 2021-06-17 4dede02 cmd/pprof: make ObjAddr a no-op
+ 2021-06-17 97cee43 testing: drop unusual characters from TempDir directory name
+ 2021-06-17 b0355a3 time: fix receiver for Time.IsDST method
+ 2021-06-17 881b6ea doc/go1.17: fix redundant space
+ 2021-06-16 0e67ce3 cmd/go: in lazy modules, add transitive imports for 'go get' arguments
+ 2021-06-16 6ea2af0 cmd/go: add a regression test for #45979
+ 2021-06-16 a294e4e math/rand: mention half-open intervals explicitly
+ 2021-06-16 a6a853f cmd/asm: restore supporting of *1 scaling on ARM64
+ 2021-06-16 785a8f6 cmd/compile: better error message for invalid untyped operation
+ 2021-06-16 a752bc0 syscall: fix TestGroupCleanupUserNamespace test failure on Fedora
+ 2021-06-15 d77f4c0 net/http: improve some server docs
+ 2021-06-15 219fe9d cmd/go: ignore UTF8 BOM when reading source code
+ 2021-06-15 723f199 cmd/link: set correct flags in .dynamic for PIE buildmode
+ 2021-06-15 4d2d89f cmd/go, go/build: update docs to use //go:build syntax
+ 2021-06-15 033d885 doc/go1.17: document go run pkg@version
+ 2021-06-15 ea8612e syscall: disable c-shared test when no cgo, for windows/arm
+ 2021-06-15 abc56fd internal/bytealg: remove duplicate go:build line
+ 2021-06-15 4061d34 syscall: rewrite handle inheritance test to use C rather than Powershell
+ 2021-06-15 cf4e3e3 reflect: explain why convertible or comparable types may still panic
+ 2021-06-14 7841cb1 doc/go1.17: assorted fixes
+ 2021-06-14 8a5a6f4 debug/elf: don't apply DWARF relocations for ET_EXEC binaries
+ 2021-06-14 9d13f8d runtime: update the variable name in comment
+ 2021-06-14 0fd20ed reflect: use same conversion panic in reflect and runtime
+ 2021-06-14 6bbb0a9 cmd/internal/sys: mark windows/arm64 as c-shared-capable
+ 2021-06-14 d4f34f8 doc/go1.17: reword "results" in stack trace printing
+ 2021-06-14 fdab5be doc/go1.17: further revise OpenBSD release notes
+ 2021-06-14 326ea43 cmd/compile: rewrite a, b = f() to use temporaries when type not identical
+ 2021-06-14 3249b64 cmd/compile: factor out rewrite multi-valued f()
+ 2021-06-13 14305bf misc/cgo: generate Windows import libraries for clang
+ 2021-06-13 24cff0f cmd/go, misc/cgo: skip test if no .edata
+ 2021-06-13 67b1b6a cmd/compile: allow ir.OSLICE2ARRPTR in mayCall
+ 2021-06-12 1ed0d12 runtime: testprogcgo: don't call exported Go functions directly from Go
+ 2021-06-12 9d46ee5 reflect: handle stack-to-register translation in callMethod
+ 2021-06-11 e552a6d cmd/go: remove hint when no module is suggested
+ 2021-06-11 16b5d76 syscall: do not load native libraries on non-native powershell on arm
+ 2021-06-11 77aa209 runtime: loop on EINTR in macOS sigNoteSleep
+ 2021-06-11 e2dc6dd doc/go1.17: clean up formatting of gofmt section
+ 2021-06-11 2f11284 cmd/go: match Windows paths in TestScript/mod_invalid_version
+ 2021-06-11 2721da2 doc/go1.17: fix formatting near httptest
+ 2021-06-10 770f1de net/http: remove test-only private key from production binaries
+ 2021-06-10 8d11b1d cmd/go: report the imports of CompiledGoFiles in ImportMap
+ 2021-06-10 dc00dc6 crypto/tls: let HTTP/1.1 clients connect to servers with NextProtos "h2"
+ 2021-06-09 27f8372 api: promote next to go1.17
+ 2021-06-09 182157c doc/go1.17: remove lingering TODO
+ 2021-06-09 a5bc060 doc/go1.17: document strconv changes for Go 1.17
+ 2021-06-09 1402b27 strconv: document parsing of leading +/-
+ 2021-06-09 df35ade doc/go1.17: document //go:build lines
+ 2021-06-09 e4e7807 net/http: add AllowQuerySemicolons
+ 2021-06-09 ec3026d doc/go1.17: remove TODO for ports section
+ 2021-06-09 e6dda19 net/url: reject query values with semicolons
+ 2021-06-09 139e935 math/big: comment division
+ 2021-06-09 aa5540c cmd/compile: make map.zero symbol content-addressable
+ 2021-06-09 07ca28d cmd/link: fix bug in -strictdups checking of BSS symbols
+ 2021-06-08 bcecae2 doc/go1.17: mention new possibility of type conversion panicking
+ 2021-06-08 63dcab2 doc/go1.17: mention new vet checks sigchanyzer and stdmethods.
+ 2021-06-08 6551763 doc/go1.17: mention block profile bias fix
+ 2021-06-08 cb80937 Revert "doc/go1.17: mention block profile bias fix"
+ 2021-06-08 d3e3d03 net: reject leading zeros in IP address parsers
+ 2021-06-08 da4a640 doc/go1.17: revise OpenBSD release notes
+ 2021-06-08 689f4c7 doc/go1.17: mention block profile bias fix
+ 2021-06-08 9afe071 doc/go1.17: remove TODO for Tools section
+ 2021-06-08 f753d72 doc/go1.17: resolve TODO for cmd/cover
+ 2021-06-08 9498b01 cmd/go: in Go 1.17+ modules, add indirect go.mod dependencies separately from direct ones
+ 2021-06-08 949f00c doc/go1.17: add release notes for crypto packages
+ 2021-06-08 0fb3e2c doc/go1.17: add a release note for the '-compat' flag to 'go mod tidy'
+ 2021-06-08 2169deb cmd/compile: use t.AllMethods when sorting typesByString
+ 2021-06-08 c20bcb6 runtime: remove out-of-date comments about frame skipping
+ 2021-06-07 39c39ae doc: document Go 1.17 language changes
+ 2021-06-07 dc8b558 cmd/dist: pass -Wno-lto-type-mismatch in swig_callback_lto
+ 2021-06-07 909dd5e strconv: ParseFloat: always return ErrSyntax for bad syntax
+ 2021-06-07 8212707 crypto/elliptic: update P-521 docs to say it's constant-time
+ 2021-06-07 7406180 fmt: split package documentation into more sections
+ 2021-06-07 e3176bb crypto/tls: fix typo in Config.NextProtos docs
+ 2021-06-05 e1fa260 spec: improve wording consistency by eliminating "specifier"
+ 2021-06-05 f490134 spec: improve wording by choosing an official term "keyword"
+ 2021-06-05 e3cb381 go/internal/gcimporter: don't waste CPU copying bytes in `io.ReadAll`
+ 2021-06-05 9d669ed misc/cgo/errors: use expected column numbers
+ 2021-06-04 95939e8 cmd/compile/internal/abi: fix typo in comment
+ 2021-06-04 831f937 net/http: fix ResponseWriter.ReadFrom with short reads
+ 2021-06-04 3a9d906 os: avoid finalizer race in windows process object
+ 2021-06-04 105c5b5 os: terminate windows processes via handle directly
+ 2021-06-04 79cd407 syscall: regenerate zsyscall_windows.go
+ 2021-06-04 c6b6211 doc/go1.17: document testing changes for Go 1.17
+ 2021-06-04 0214440 syscall: do not pass console handles to PROC_THREAD_ATTRIBUTE_HANDLE_LIST on Windows 7
+ 2021-06-04 962d5c9 cmd/compile,go/types: restrict use of unsafe.{Add,Slice} to go1.17 or newer
+ 2021-06-04 b29b123 cmd/compile: remove spurious ir.Dump
+ 2021-06-03 6d98301 cmd/link: use correct alignment in PE DWARF sections
+ 2021-06-03 e0d029f runtime: avoid gp.lockedm race in exitsyscall0

Change-Id: I00216c3c36e64814c44c79f25d1f38e4df6c1f24
  • Loading branch information
katiehockman committed Jun 28, 2021
2 parents 1cfa89e + c95464f commit 0cf1e16
Show file tree
Hide file tree
Showing 179 changed files with 4,616 additions and 905 deletions.
191 changes: 191 additions & 0 deletions api/go1.17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,191 @@
pkg archive/zip, method (*File) OpenRaw() (io.Reader, error)
pkg archive/zip, method (*Writer) Copy(*File) error
pkg archive/zip, method (*Writer) CreateRaw(*FileHeader) (io.Writer, error)
pkg compress/lzw, method (*Reader) Close() error
pkg compress/lzw, method (*Reader) Read([]uint8) (int, error)
pkg compress/lzw, method (*Reader) Reset(io.Reader, Order, int)
pkg compress/lzw, method (*Writer) Close() error
pkg compress/lzw, method (*Writer) Reset(io.Writer, Order, int)
pkg compress/lzw, method (*Writer) Write([]uint8) (int, error)
pkg compress/lzw, type Reader struct
pkg compress/lzw, type Writer struct
pkg crypto/tls, method (*CertificateRequestInfo) Context() context.Context
pkg crypto/tls, method (*ClientHelloInfo) Context() context.Context
pkg crypto/tls, method (*Conn) HandshakeContext(context.Context) error
pkg database/sql, method (*NullByte) Scan(interface{}) error
pkg database/sql, method (*NullInt16) Scan(interface{}) error
pkg database/sql, method (NullByte) Value() (driver.Value, error)
pkg database/sql, method (NullInt16) Value() (driver.Value, error)
pkg database/sql, type NullByte struct
pkg database/sql, type NullByte struct, Byte uint8
pkg database/sql, type NullByte struct, Valid bool
pkg database/sql, type NullInt16 struct
pkg database/sql, type NullInt16 struct, Int16 int16
pkg database/sql, type NullInt16 struct, Valid bool
pkg debug/elf, const SHT_MIPS_ABIFLAGS = 1879048234
pkg debug/elf, const SHT_MIPS_ABIFLAGS SectionType
pkg encoding/csv, method (*Reader) FieldPos(int) (int, int)
pkg go/build, type Context struct, ToolTags []string
pkg go/parser, const SkipObjectResolution = 64
pkg go/parser, const SkipObjectResolution Mode
pkg image, method (*Alpha) RGBA64At(int, int) color.RGBA64
pkg image, method (*Alpha) SetRGBA64(int, int, color.RGBA64)
pkg image, method (*Alpha16) RGBA64At(int, int) color.RGBA64
pkg image, method (*Alpha16) SetRGBA64(int, int, color.RGBA64)
pkg image, method (*CMYK) RGBA64At(int, int) color.RGBA64
pkg image, method (*CMYK) SetRGBA64(int, int, color.RGBA64)
pkg image, method (*Gray) RGBA64At(int, int) color.RGBA64
pkg image, method (*Gray) SetRGBA64(int, int, color.RGBA64)
pkg image, method (*Gray16) RGBA64At(int, int) color.RGBA64
pkg image, method (*Gray16) SetRGBA64(int, int, color.RGBA64)
pkg image, method (*NRGBA) RGBA64At(int, int) color.RGBA64
pkg image, method (*NRGBA) SetRGBA64(int, int, color.RGBA64)
pkg image, method (*NRGBA64) RGBA64At(int, int) color.RGBA64
pkg image, method (*NRGBA64) SetRGBA64(int, int, color.RGBA64)
pkg image, method (*NYCbCrA) RGBA64At(int, int) color.RGBA64
pkg image, method (*Paletted) RGBA64At(int, int) color.RGBA64
pkg image, method (*Paletted) SetRGBA64(int, int, color.RGBA64)
pkg image, method (*RGBA) RGBA64At(int, int) color.RGBA64
pkg image, method (*RGBA) SetRGBA64(int, int, color.RGBA64)
pkg image, method (*YCbCr) RGBA64At(int, int) color.RGBA64
pkg image, type RGBA64Image interface { At, Bounds, ColorModel, RGBA64At }
pkg image, type RGBA64Image interface, At(int, int) color.Color
pkg image, type RGBA64Image interface, Bounds() Rectangle
pkg image, type RGBA64Image interface, ColorModel() color.Model
pkg image, type RGBA64Image interface, RGBA64At(int, int) color.RGBA64
pkg image/draw, type RGBA64Image interface { At, Bounds, ColorModel, RGBA64At, Set, SetRGBA64 }
pkg image/draw, type RGBA64Image interface, At(int, int) color.Color
pkg image/draw, type RGBA64Image interface, Bounds() image.Rectangle
pkg image/draw, type RGBA64Image interface, ColorModel() color.Model
pkg image/draw, type RGBA64Image interface, RGBA64At(int, int) color.RGBA64
pkg image/draw, type RGBA64Image interface, Set(int, int, color.Color)
pkg image/draw, type RGBA64Image interface, SetRGBA64(int, int, color.RGBA64)
pkg io/fs, func FileInfoToDirEntry(FileInfo) DirEntry
pkg math, const MaxFloat64 = 1.79769e+308 // 179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368
pkg math, const MaxInt = 9223372036854775807
pkg math, const MaxInt ideal-int
pkg math, const MaxUint = 18446744073709551615
pkg math, const MaxUint ideal-int
pkg math, const MinInt = -9223372036854775808
pkg math, const MinInt ideal-int
pkg math, const SmallestNonzeroFloat32 = 1.4013e-45 // 1/713623846352979940529142984724747568191373312
pkg math, const SmallestNonzeroFloat64 = 4.94066e-324 // 1/202402253307310618352495346718917307049556649764142118356901358027430339567995346891960383701437124495187077864316811911389808737385793476867013399940738509921517424276566361364466907742093216341239767678472745068562007483424692698618103355649159556340810056512358769552333414615230502532186327508646006263307707741093494784
pkg net, method (*ParseError) Temporary() bool
pkg net, method (*ParseError) Timeout() bool
pkg net, method (IP) IsPrivate() bool
pkg net/http, func AllowQuerySemicolons(Handler) Handler
pkg net/url, method (Values) Has(string) bool
pkg reflect, func VisibleFields(Type) []StructField
pkg reflect, method (Method) IsExported() bool
pkg reflect, method (StructField) IsExported() bool
pkg runtime/cgo (darwin-amd64-cgo), func NewHandle(interface{}) Handle
pkg runtime/cgo (darwin-amd64-cgo), method (Handle) Delete()
pkg runtime/cgo (darwin-amd64-cgo), method (Handle) Value() interface{}
pkg runtime/cgo (darwin-amd64-cgo), type Handle uintptr
pkg runtime/cgo (freebsd-386-cgo), func NewHandle(interface{}) Handle
pkg runtime/cgo (freebsd-386-cgo), method (Handle) Delete()
pkg runtime/cgo (freebsd-386-cgo), method (Handle) Value() interface{}
pkg runtime/cgo (freebsd-386-cgo), type Handle uintptr
pkg runtime/cgo (freebsd-amd64-cgo), func NewHandle(interface{}) Handle
pkg runtime/cgo (freebsd-amd64-cgo), method (Handle) Delete()
pkg runtime/cgo (freebsd-amd64-cgo), method (Handle) Value() interface{}
pkg runtime/cgo (freebsd-amd64-cgo), type Handle uintptr
pkg runtime/cgo (freebsd-arm-cgo), func NewHandle(interface{}) Handle
pkg runtime/cgo (freebsd-arm-cgo), method (Handle) Delete()
pkg runtime/cgo (freebsd-arm-cgo), method (Handle) Value() interface{}
pkg runtime/cgo (freebsd-arm-cgo), type Handle uintptr
pkg runtime/cgo (linux-386-cgo), func NewHandle(interface{}) Handle
pkg runtime/cgo (linux-386-cgo), method (Handle) Delete()
pkg runtime/cgo (linux-386-cgo), method (Handle) Value() interface{}
pkg runtime/cgo (linux-386-cgo), type Handle uintptr
pkg runtime/cgo (linux-amd64-cgo), func NewHandle(interface{}) Handle
pkg runtime/cgo (linux-amd64-cgo), method (Handle) Delete()
pkg runtime/cgo (linux-amd64-cgo), method (Handle) Value() interface{}
pkg runtime/cgo (linux-amd64-cgo), type Handle uintptr
pkg runtime/cgo (linux-arm-cgo), func NewHandle(interface{}) Handle
pkg runtime/cgo (linux-arm-cgo), method (Handle) Delete()
pkg runtime/cgo (linux-arm-cgo), method (Handle) Value() interface{}
pkg runtime/cgo (linux-arm-cgo), type Handle uintptr
pkg runtime/cgo (netbsd-386-cgo), func NewHandle(interface{}) Handle
pkg runtime/cgo (netbsd-386-cgo), method (Handle) Delete()
pkg runtime/cgo (netbsd-386-cgo), method (Handle) Value() interface{}
pkg runtime/cgo (netbsd-386-cgo), type Handle uintptr
pkg runtime/cgo (netbsd-amd64-cgo), func NewHandle(interface{}) Handle
pkg runtime/cgo (netbsd-amd64-cgo), method (Handle) Delete()
pkg runtime/cgo (netbsd-amd64-cgo), method (Handle) Value() interface{}
pkg runtime/cgo (netbsd-amd64-cgo), type Handle uintptr
pkg runtime/cgo (netbsd-arm-cgo), func NewHandle(interface{}) Handle
pkg runtime/cgo (netbsd-arm-cgo), method (Handle) Delete()
pkg runtime/cgo (netbsd-arm-cgo), method (Handle) Value() interface{}
pkg runtime/cgo (netbsd-arm-cgo), type Handle uintptr
pkg runtime/cgo (netbsd-arm64-cgo), func NewHandle(interface{}) Handle
pkg runtime/cgo (netbsd-arm64-cgo), method (Handle) Delete()
pkg runtime/cgo (netbsd-arm64-cgo), method (Handle) Value() interface{}
pkg runtime/cgo (netbsd-arm64-cgo), type Handle uintptr
pkg runtime/cgo (openbsd-386-cgo), func NewHandle(interface{}) Handle
pkg runtime/cgo (openbsd-386-cgo), method (Handle) Delete()
pkg runtime/cgo (openbsd-386-cgo), method (Handle) Value() interface{}
pkg runtime/cgo (openbsd-386-cgo), type Handle uintptr
pkg runtime/cgo (openbsd-amd64-cgo), func NewHandle(interface{}) Handle
pkg runtime/cgo (openbsd-amd64-cgo), method (Handle) Delete()
pkg runtime/cgo (openbsd-amd64-cgo), method (Handle) Value() interface{}
pkg runtime/cgo (openbsd-amd64-cgo), type Handle uintptr
pkg strconv, func QuotedPrefix(string) (string, error)
pkg sync/atomic, method (*Value) CompareAndSwap(interface{}, interface{}) bool
pkg sync/atomic, method (*Value) Swap(interface{}) interface{}
pkg syscall (netbsd-386), const SYS_WAIT6 = 481
pkg syscall (netbsd-386), const SYS_WAIT6 ideal-int
pkg syscall (netbsd-386), const WEXITED = 32
pkg syscall (netbsd-386), const WEXITED ideal-int
pkg syscall (netbsd-386-cgo), const SYS_WAIT6 = 481
pkg syscall (netbsd-386-cgo), const SYS_WAIT6 ideal-int
pkg syscall (netbsd-386-cgo), const WEXITED = 32
pkg syscall (netbsd-386-cgo), const WEXITED ideal-int
pkg syscall (netbsd-amd64), const SYS_WAIT6 = 481
pkg syscall (netbsd-amd64), const SYS_WAIT6 ideal-int
pkg syscall (netbsd-amd64), const WEXITED = 32
pkg syscall (netbsd-amd64), const WEXITED ideal-int
pkg syscall (netbsd-amd64-cgo), const SYS_WAIT6 = 481
pkg syscall (netbsd-amd64-cgo), const SYS_WAIT6 ideal-int
pkg syscall (netbsd-amd64-cgo), const WEXITED = 32
pkg syscall (netbsd-amd64-cgo), const WEXITED ideal-int
pkg syscall (netbsd-arm), const SYS_WAIT6 = 481
pkg syscall (netbsd-arm), const SYS_WAIT6 ideal-int
pkg syscall (netbsd-arm), const WEXITED = 32
pkg syscall (netbsd-arm), const WEXITED ideal-int
pkg syscall (netbsd-arm-cgo), const SYS_WAIT6 = 481
pkg syscall (netbsd-arm-cgo), const SYS_WAIT6 ideal-int
pkg syscall (netbsd-arm-cgo), const WEXITED = 32
pkg syscall (netbsd-arm-cgo), const WEXITED ideal-int
pkg syscall (netbsd-arm64), const SYS_WAIT6 = 481
pkg syscall (netbsd-arm64), const SYS_WAIT6 ideal-int
pkg syscall (netbsd-arm64), const WEXITED = 32
pkg syscall (netbsd-arm64), const WEXITED ideal-int
pkg syscall (netbsd-arm64-cgo), const SYS_WAIT6 = 481
pkg syscall (netbsd-arm64-cgo), const SYS_WAIT6 ideal-int
pkg syscall (netbsd-arm64-cgo), const WEXITED = 32
pkg syscall (netbsd-arm64-cgo), const WEXITED ideal-int
pkg syscall (openbsd-386), const MSG_CMSG_CLOEXEC = 2048
pkg syscall (openbsd-386), const MSG_CMSG_CLOEXEC ideal-int
pkg syscall (openbsd-386-cgo), const MSG_CMSG_CLOEXEC = 2048
pkg syscall (openbsd-386-cgo), const MSG_CMSG_CLOEXEC ideal-int
pkg syscall (openbsd-amd64), const MSG_CMSG_CLOEXEC = 2048
pkg syscall (openbsd-amd64), const MSG_CMSG_CLOEXEC ideal-int
pkg syscall (openbsd-amd64-cgo), const MSG_CMSG_CLOEXEC = 2048
pkg syscall (openbsd-amd64-cgo), const MSG_CMSG_CLOEXEC ideal-int
pkg syscall (windows-386), type SysProcAttr struct, AdditionalInheritedHandles []Handle
pkg syscall (windows-386), type SysProcAttr struct, ParentProcess Handle
pkg syscall (windows-amd64), type SysProcAttr struct, AdditionalInheritedHandles []Handle
pkg syscall (windows-amd64), type SysProcAttr struct, ParentProcess Handle
pkg testing, method (*B) Setenv(string, string)
pkg testing, method (*T) Setenv(string, string)
pkg text/template/parse, const SkipFuncCheck = 2
pkg text/template/parse, const SkipFuncCheck Mode
pkg time, const Layout = "01/02 03:04:05PM '06 -0700"
pkg time, const Layout ideal-string
pkg time, func UnixMicro(int64) Time
pkg time, func UnixMilli(int64) Time
pkg time, method (Time) GoString() string
pkg time, method (Time) IsDST() bool
pkg time, method (Time) UnixMicro() int64
pkg time, method (Time) UnixMilli() int64
4 changes: 2 additions & 2 deletions api/next.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ pkg syscall (windows-386), type SysProcAttr struct, AdditionalInheritedHandles [
pkg syscall (windows-386), type SysProcAttr struct, ParentProcess Handle
pkg syscall (windows-amd64), type SysProcAttr struct, AdditionalInheritedHandles []Handle
pkg syscall (windows-amd64), type SysProcAttr struct, ParentProcess Handle
pkg testing, method (*B) Setenv(string, string)
pkg testing, func Fuzz(func(*F)) FuzzResult
pkg testing, func MainStart(testDeps, []InternalTest, []InternalBenchmark, []InternalFuzzTarget, []InternalExample) *M
pkg testing, func RunFuzzTargets(func(string, string) (bool, error), []InternalFuzzTarget) bool
pkg testing, func RunFuzzing(func(string, string) (bool, error), []InternalFuzzTarget) bool
pkg testing, method (*B) Setenv(string, string)
pkg testing, method (*F) Add(...interface{})
pkg testing, method (*F) Cleanup(func())
pkg testing, method (*F) Error(...interface{})
Expand All @@ -107,6 +107,7 @@ pkg testing, method (*F) Helper()
pkg testing, method (*F) Log(...interface{})
pkg testing, method (*F) Logf(string, ...interface{})
pkg testing, method (*F) Name() string
pkg testing, method (*F) Setenv(string, string)
pkg testing, method (*F) Skip(...interface{})
pkg testing, method (*F) SkipNow()
pkg testing, method (*F) Skipf(string, ...interface{})
Expand All @@ -130,4 +131,3 @@ pkg time, func UnixMilli(int64) Time
pkg time, method (*Time) IsDST() bool
pkg time, method (Time) UnixMicro() int64
pkg time, method (Time) UnixMilli() int64
>>>>>>> origin/master
Loading

0 comments on commit 0cf1e16

Please sign in to comment.