Skip to content

Commit 6ff21a9

Browse files
committed
Merge branch 'master' into void-param-cgo
2 parents 67a8169 + d524e1e commit 6ff21a9

File tree

889 files changed

+22946
-16836
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

889 files changed

+22946
-16836
lines changed

api/go1.24.txt

+7-14
Original file line numberDiff line numberDiff line change
@@ -106,33 +106,26 @@ pkg debug/elf, const VER_FLG_INFO = 4 #63952
106106
pkg debug/elf, const VER_FLG_INFO DynamicVersionFlag #63952
107107
pkg debug/elf, const VER_FLG_WEAK = 2 #63952
108108
pkg debug/elf, const VER_FLG_WEAK DynamicVersionFlag #63952
109-
pkg debug/elf, const VerFlagGlobal = 2 #63952
110-
pkg debug/elf, const VerFlagGlobal SymbolVersionFlag #63952
111-
pkg debug/elf, const VerFlagHidden = 4 #63952
112-
pkg debug/elf, const VerFlagHidden SymbolVersionFlag #63952
113-
pkg debug/elf, const VerFlagLocal = 1 #63952
114-
pkg debug/elf, const VerFlagLocal SymbolVersionFlag #63952
115-
pkg debug/elf, const VerFlagNone = 0 #63952
116-
pkg debug/elf, const VerFlagNone SymbolVersionFlag #63952
117109
pkg debug/elf, method (*File) DynamicVersionNeeds() ([]DynamicVersionNeed, error) #63952
118110
pkg debug/elf, method (*File) DynamicVersions() ([]DynamicVersion, error) #63952
119111
pkg debug/elf, type DynamicVersion struct #63952
120112
pkg debug/elf, type DynamicVersion struct, Deps []string #63952
121113
pkg debug/elf, type DynamicVersion struct, Flags DynamicVersionFlag #63952
114+
pkg debug/elf, type DynamicVersion struct, Name string #63952
122115
pkg debug/elf, type DynamicVersion struct, Index uint16 #63952
123-
pkg debug/elf, type DynamicVersion struct, Version uint16 #63952
124116
pkg debug/elf, type DynamicVersionDep struct #63952
125117
pkg debug/elf, type DynamicVersionDep struct, Dep string #63952
126118
pkg debug/elf, type DynamicVersionDep struct, Flags DynamicVersionFlag #63952
127-
pkg debug/elf, type DynamicVersionDep struct, Other uint16 #63952
119+
pkg debug/elf, type DynamicVersionDep struct, Index uint16 #63952
128120
pkg debug/elf, type DynamicVersionFlag uint16 #63952
129121
pkg debug/elf, type DynamicVersionNeed struct #63952
130122
pkg debug/elf, type DynamicVersionNeed struct, Name string #63952
131123
pkg debug/elf, type DynamicVersionNeed struct, Needs []DynamicVersionDep #63952
132-
pkg debug/elf, type DynamicVersionNeed struct, Version uint16 #63952
133-
pkg debug/elf, type Symbol struct, VersionFlags SymbolVersionFlag #63952
134-
pkg debug/elf, type Symbol struct, VersionIndex int16 #63952
135-
pkg debug/elf, type SymbolVersionFlag uint8 #63952
124+
pkg debug/elf, type Symbol struct, HasVersion bool #63952
125+
pkg debug/elf, type Symbol struct, VersionIndex VersionIndex #63952
126+
pkg debug/elf, method (VersionIndex) Index() uint16 #63952
127+
pkg debug/elf, method (VersionIndex) IsHidden() bool #63952
128+
pkg debug/elf, type VersionIndex uint16 #63952
136129
pkg encoding, type BinaryAppender interface { AppendBinary } #62384
137130
pkg encoding, type BinaryAppender interface, AppendBinary([]uint8) ([]uint8, error) #62384
138131
pkg encoding, type TextAppender interface { AppendText } #62384

api/next/49580.txt

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
pkg io/fs, func Lstat(FS, string) (FileInfo, error) #49580
2+
pkg io/fs, func ReadLink(FS, string) (string, error) #49580
3+
pkg io/fs, type ReadLinkFS interface { Lstat, Open, ReadLink } #49580
4+
pkg io/fs, type ReadLinkFS interface, Lstat(string) (FileInfo, error) #49580
5+
pkg io/fs, type ReadLinkFS interface, Open(string) (File, error) #49580
6+
pkg io/fs, type ReadLinkFS interface, ReadLink(string) (string, error) #49580
7+
pkg testing/fstest, method (MapFS) Lstat(string) (fs.FileInfo, error) #49580
8+
pkg testing/fstest, method (MapFS) ReadLink(string) (string, error) #49580

api/next/67002.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pkg os, method (*Root) Chmod(string, fs.FileMode) error #67002
2+
pkg os, method (*Root) Chown(string, int, int) error #67002

0 commit comments

Comments
 (0)