api/go1.4.txt 605 lines View on github.com → Search inside
1# CL 134210043 archive/zip: add Writer.Flush, Brad Fitzpatrick <bradfitz@golang.org>2pkg archive/zip, method (*Writer) Flush() error34# CL 97140043 compress/flate: add Reset() to allow reusing large buffers to compress multiple buffers, James Robinson <jamesr@google.com>5pkg compress/flate, type Resetter interface { Reset }6pkg compress/flate, type Resetter interface, Reset(io.Reader, []uint8) error7pkg compress/zlib, type Resetter interface { Reset }8pkg compress/zlib, type Resetter interface, Reset(io.Reader, []uint8) error910# CL 159120044 compress/gzip: allow stopping at end of first stream, Russ Cox <rsc@golang.org>11pkg compress/gzip, method (*Reader) Multistream(bool)1213# CL 138800043 crypto: Add SHA3 functions in go.crypto/sha3 to the Hash enum., David Leon Gil <coruus@gmail.com>14pkg crypto, const SHA3_224 = 1015pkg crypto, const SHA3_224 Hash16pkg crypto, const SHA3_256 = 1117pkg crypto, const SHA3_256 Hash18pkg crypto, const SHA3_384 = 1219pkg crypto, const SHA3_384 Hash20pkg crypto, const SHA3_512 = 1321pkg crypto, const SHA3_512 Hash2223# CL 114680043 crypto: add Signer, Adam Langley <agl@golang.org>24pkg crypto, method (Hash) HashFunc() Hash25pkg crypto, type Signer interface { Public, Sign }26pkg crypto, type Signer interface, Public() PublicKey27pkg crypto, type Signer interface, Sign(io.Reader, []uint8, SignerOpts) ([]uint8, error)28pkg crypto, type SignerOpts interface { HashFunc }29pkg crypto, type SignerOpts interface, HashFunc() Hash30pkg crypto/ecdsa, method (*PrivateKey) Public() crypto.PublicKey31pkg crypto/ecdsa, method (*PrivateKey) Sign(io.Reader, []uint8, crypto.SignerOpts) ([]uint8, error)32pkg crypto/rsa, method (*PSSOptions) HashFunc() crypto.Hash33pkg crypto/rsa, method (*PrivateKey) Public() crypto.PublicKey34pkg crypto/rsa, method (*PrivateKey) Sign(io.Reader, []uint8, crypto.SignerOpts) ([]uint8, error)35pkg crypto/rsa, type PSSOptions struct, Hash crypto.Hash3637# CL 157090043 crypto/tls: support TLS_FALLBACK_SCSV as a server., Adam Langley <agl@golang.org>38pkg crypto/tls, const TLS_FALLBACK_SCSV = 2201639pkg crypto/tls, const TLS_FALLBACK_SCSV uint164041# CL 107400043 crypto/tls: Added dynamic alternative to NameToCertificate map for SNI, Percy Wegmann <ox.to.a.cart@gmail.com>42pkg crypto/tls, type ClientHelloInfo struct43pkg crypto/tls, type ClientHelloInfo struct, CipherSuites []uint1644pkg crypto/tls, type ClientHelloInfo struct, ServerName string45pkg crypto/tls, type ClientHelloInfo struct, SupportedCurves []CurveID46pkg crypto/tls, type ClientHelloInfo struct, SupportedPoints []uint847pkg crypto/tls, type Config struct, GetCertificate func(*ClientHelloInfo) (*Certificate, error)48pkg crypto/tls, type ConnectionState struct, TLSUnique []uint84950# CL 153420045 crypto/x509: continue to recognise MaxPathLen of zero as "no value"., Adam Langley <agl@golang.org>51pkg crypto/x509, type Certificate struct, MaxPathLenZero bool5253# CL 158950043 database/sql: add Drivers, returning list of registered drivers, Russ Cox <rsc@golang.org>54pkg database/sql, func Drivers() []string5556# CL 117280043 debug/dwarf: fix Reader panic on DW_TAG_unspecified_type, Derek Parker <parkerderek86@gmail.com>57pkg debug/dwarf, method (*UnspecifiedType) Basic() *BasicType58pkg debug/dwarf, method (*UnspecifiedType) Common() *CommonType59pkg debug/dwarf, method (*UnspecifiedType) Size() int6460pkg debug/dwarf, method (*UnspecifiedType) String() string61pkg debug/dwarf, type UnspecifiedType struct62pkg debug/dwarf, type UnspecifiedType struct, embedded BasicType6364# CL 132000043 debug/elf: support arm64 relocations, Michael Hudson-Doyle <michael.hudson@linaro.org>65pkg debug/elf, const EM_AARCH64 = 18366pkg debug/elf, const EM_AARCH64 Machine67pkg debug/elf, const R_AARCH64_ABS16 = 25968pkg debug/elf, const R_AARCH64_ABS16 R_AARCH6469pkg debug/elf, const R_AARCH64_ABS32 = 25870pkg debug/elf, const R_AARCH64_ABS32 R_AARCH6471pkg debug/elf, const R_AARCH64_ABS64 = 25772pkg debug/elf, const R_AARCH64_ABS64 R_AARCH6473pkg debug/elf, const R_AARCH64_ADD_ABS_LO12_NC = 27774pkg debug/elf, const R_AARCH64_ADD_ABS_LO12_NC R_AARCH6475pkg debug/elf, const R_AARCH64_ADR_GOT_PAGE = 31176pkg debug/elf, const R_AARCH64_ADR_GOT_PAGE R_AARCH6477pkg debug/elf, const R_AARCH64_ADR_PREL_LO21 = 27478pkg debug/elf, const R_AARCH64_ADR_PREL_LO21 R_AARCH6479pkg debug/elf, const R_AARCH64_ADR_PREL_PG_HI21 = 27580pkg debug/elf, const R_AARCH64_ADR_PREL_PG_HI21 R_AARCH6481pkg debug/elf, const R_AARCH64_ADR_PREL_PG_HI21_NC = 27682pkg debug/elf, const R_AARCH64_ADR_PREL_PG_HI21_NC R_AARCH6483pkg debug/elf, const R_AARCH64_CALL26 = 28384pkg debug/elf, const R_AARCH64_CALL26 R_AARCH6485pkg debug/elf, const R_AARCH64_CONDBR19 = 28086pkg debug/elf, const R_AARCH64_CONDBR19 R_AARCH6487pkg debug/elf, const R_AARCH64_COPY = 102488pkg debug/elf, const R_AARCH64_COPY R_AARCH6489pkg debug/elf, const R_AARCH64_GLOB_DAT = 102590pkg debug/elf, const R_AARCH64_GLOB_DAT R_AARCH6491pkg debug/elf, const R_AARCH64_GOT_LD_PREL19 = 30992pkg debug/elf, const R_AARCH64_GOT_LD_PREL19 R_AARCH6493pkg debug/elf, const R_AARCH64_IRELATIVE = 103294pkg debug/elf, const R_AARCH64_IRELATIVE R_AARCH6495pkg debug/elf, const R_AARCH64_JUMP26 = 28296pkg debug/elf, const R_AARCH64_JUMP26 R_AARCH6497pkg debug/elf, const R_AARCH64_JUMP_SLOT = 102698pkg debug/elf, const R_AARCH64_JUMP_SLOT R_AARCH6499pkg debug/elf, const R_AARCH64_LD64_GOT_LO12_NC = 312100pkg debug/elf, const R_AARCH64_LD64_GOT_LO12_NC R_AARCH64101pkg debug/elf, const R_AARCH64_LDST128_ABS_LO12_NC = 299102pkg debug/elf, const R_AARCH64_LDST128_ABS_LO12_NC R_AARCH64103pkg debug/elf, const R_AARCH64_LDST16_ABS_LO12_NC = 284104pkg debug/elf, const R_AARCH64_LDST16_ABS_LO12_NC R_AARCH64105pkg debug/elf, const R_AARCH64_LDST32_ABS_LO12_NC = 285106pkg debug/elf, const R_AARCH64_LDST32_ABS_LO12_NC R_AARCH64107pkg debug/elf, const R_AARCH64_LDST64_ABS_LO12_NC = 286108pkg debug/elf, const R_AARCH64_LDST64_ABS_LO12_NC R_AARCH64109pkg debug/elf, const R_AARCH64_LDST8_ABS_LO12_NC = 278110pkg debug/elf, const R_AARCH64_LDST8_ABS_LO12_NC R_AARCH64111pkg debug/elf, const R_AARCH64_LD_PREL_LO19 = 273112pkg debug/elf, const R_AARCH64_LD_PREL_LO19 R_AARCH64113pkg debug/elf, const R_AARCH64_MOVW_SABS_G0 = 270114pkg debug/elf, const R_AARCH64_MOVW_SABS_G0 R_AARCH64115pkg debug/elf, const R_AARCH64_MOVW_SABS_G1 = 271116pkg debug/elf, const R_AARCH64_MOVW_SABS_G1 R_AARCH64117pkg debug/elf, const R_AARCH64_MOVW_SABS_G2 = 272118pkg debug/elf, const R_AARCH64_MOVW_SABS_G2 R_AARCH64119pkg debug/elf, const R_AARCH64_MOVW_UABS_G0 = 263120pkg debug/elf, const R_AARCH64_MOVW_UABS_G0 R_AARCH64121pkg debug/elf, const R_AARCH64_MOVW_UABS_G0_NC = 264122pkg debug/elf, const R_AARCH64_MOVW_UABS_G0_NC R_AARCH64123pkg debug/elf, const R_AARCH64_MOVW_UABS_G1 = 265124pkg debug/elf, const R_AARCH64_MOVW_UABS_G1 R_AARCH64125pkg debug/elf, const R_AARCH64_MOVW_UABS_G1_NC = 266126pkg debug/elf, const R_AARCH64_MOVW_UABS_G1_NC R_AARCH64127pkg debug/elf, const R_AARCH64_MOVW_UABS_G2 = 267128pkg debug/elf, const R_AARCH64_MOVW_UABS_G2 R_AARCH64129pkg debug/elf, const R_AARCH64_MOVW_UABS_G2_NC = 268130pkg debug/elf, const R_AARCH64_MOVW_UABS_G2_NC R_AARCH64131pkg debug/elf, const R_AARCH64_MOVW_UABS_G3 = 269132pkg debug/elf, const R_AARCH64_MOVW_UABS_G3 R_AARCH64133pkg debug/elf, const R_AARCH64_NONE = 0134pkg debug/elf, const R_AARCH64_NONE R_AARCH64135pkg debug/elf, const R_AARCH64_NULL = 256136pkg debug/elf, const R_AARCH64_NULL R_AARCH64137pkg debug/elf, const R_AARCH64_P32_ABS16 = 2138pkg debug/elf, const R_AARCH64_P32_ABS16 R_AARCH64139pkg debug/elf, const R_AARCH64_P32_ABS32 = 1140pkg debug/elf, const R_AARCH64_P32_ABS32 R_AARCH64141pkg debug/elf, const R_AARCH64_P32_ADD_ABS_LO12_NC = 12142pkg debug/elf, const R_AARCH64_P32_ADD_ABS_LO12_NC R_AARCH64143pkg debug/elf, const R_AARCH64_P32_ADR_GOT_PAGE = 26144pkg debug/elf, const R_AARCH64_P32_ADR_GOT_PAGE R_AARCH64145pkg debug/elf, const R_AARCH64_P32_ADR_PREL_LO21 = 10146pkg debug/elf, const R_AARCH64_P32_ADR_PREL_LO21 R_AARCH64147pkg debug/elf, const R_AARCH64_P32_ADR_PREL_PG_HI21 = 11148pkg debug/elf, const R_AARCH64_P32_ADR_PREL_PG_HI21 R_AARCH64149pkg debug/elf, const R_AARCH64_P32_CALL26 = 21150pkg debug/elf, const R_AARCH64_P32_CALL26 R_AARCH64151pkg debug/elf, const R_AARCH64_P32_CONDBR19 = 19152pkg debug/elf, const R_AARCH64_P32_CONDBR19 R_AARCH64153pkg debug/elf, const R_AARCH64_P32_COPY = 180154pkg debug/elf, const R_AARCH64_P32_COPY R_AARCH64155pkg debug/elf, const R_AARCH64_P32_GLOB_DAT = 181156pkg debug/elf, const R_AARCH64_P32_GLOB_DAT R_AARCH64157pkg debug/elf, const R_AARCH64_P32_GOT_LD_PREL19 = 25158pkg debug/elf, const R_AARCH64_P32_GOT_LD_PREL19 R_AARCH64159pkg debug/elf, const R_AARCH64_P32_IRELATIVE = 188160pkg debug/elf, const R_AARCH64_P32_IRELATIVE R_AARCH64161pkg debug/elf, const R_AARCH64_P32_JUMP26 = 20162pkg debug/elf, const R_AARCH64_P32_JUMP26 R_AARCH64163pkg debug/elf, const R_AARCH64_P32_JUMP_SLOT = 182164pkg debug/elf, const R_AARCH64_P32_JUMP_SLOT R_AARCH64165pkg debug/elf, const R_AARCH64_P32_LD32_GOT_LO12_NC = 27166pkg debug/elf, const R_AARCH64_P32_LD32_GOT_LO12_NC R_AARCH64167pkg debug/elf, const R_AARCH64_P32_LDST128_ABS_LO12_NC = 17168pkg debug/elf, const R_AARCH64_P32_LDST128_ABS_LO12_NC R_AARCH64169pkg debug/elf, const R_AARCH64_P32_LDST16_ABS_LO12_NC = 14170pkg debug/elf, const R_AARCH64_P32_LDST16_ABS_LO12_NC R_AARCH64171pkg debug/elf, const R_AARCH64_P32_LDST32_ABS_LO12_NC = 15172pkg debug/elf, const R_AARCH64_P32_LDST32_ABS_LO12_NC R_AARCH64173pkg debug/elf, const R_AARCH64_P32_LDST64_ABS_LO12_NC = 16174pkg debug/elf, const R_AARCH64_P32_LDST64_ABS_LO12_NC R_AARCH64175pkg debug/elf, const R_AARCH64_P32_LDST8_ABS_LO12_NC = 13176pkg debug/elf, const R_AARCH64_P32_LDST8_ABS_LO12_NC R_AARCH64177pkg debug/elf, const R_AARCH64_P32_LD_PREL_LO19 = 9178pkg debug/elf, const R_AARCH64_P32_LD_PREL_LO19 R_AARCH64179pkg debug/elf, const R_AARCH64_P32_MOVW_SABS_G0 = 8180pkg debug/elf, const R_AARCH64_P32_MOVW_SABS_G0 R_AARCH64181pkg debug/elf, const R_AARCH64_P32_MOVW_UABS_G0 = 5182pkg debug/elf, const R_AARCH64_P32_MOVW_UABS_G0 R_AARCH64183pkg debug/elf, const R_AARCH64_P32_MOVW_UABS_G0_NC = 6184pkg debug/elf, const R_AARCH64_P32_MOVW_UABS_G0_NC R_AARCH64185pkg debug/elf, const R_AARCH64_P32_MOVW_UABS_G1 = 7186pkg debug/elf, const R_AARCH64_P32_MOVW_UABS_G1 R_AARCH64187pkg debug/elf, const R_AARCH64_P32_PREL16 = 4188pkg debug/elf, const R_AARCH64_P32_PREL16 R_AARCH64189pkg debug/elf, const R_AARCH64_P32_PREL32 = 3190pkg debug/elf, const R_AARCH64_P32_PREL32 R_AARCH64191pkg debug/elf, const R_AARCH64_P32_RELATIVE = 183192pkg debug/elf, const R_AARCH64_P32_RELATIVE R_AARCH64193pkg debug/elf, const R_AARCH64_P32_TLSDESC = 187194pkg debug/elf, const R_AARCH64_P32_TLSDESC R_AARCH64195pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADD_LO12_NC = 126196pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADD_LO12_NC R_AARCH64197pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADR_PAGE21 = 124198pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADR_PAGE21 R_AARCH64199pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADR_PREL21 = 123200pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADR_PREL21 R_AARCH64201pkg debug/elf, const R_AARCH64_P32_TLSDESC_CALL = 127202pkg debug/elf, const R_AARCH64_P32_TLSDESC_CALL R_AARCH64203pkg debug/elf, const R_AARCH64_P32_TLSDESC_LD32_LO12_NC = 125204pkg debug/elf, const R_AARCH64_P32_TLSDESC_LD32_LO12_NC R_AARCH64205pkg debug/elf, const R_AARCH64_P32_TLSDESC_LD_PREL19 = 122206pkg debug/elf, const R_AARCH64_P32_TLSDESC_LD_PREL19 R_AARCH64207pkg debug/elf, const R_AARCH64_P32_TLSGD_ADD_LO12_NC = 82208pkg debug/elf, const R_AARCH64_P32_TLSGD_ADD_LO12_NC R_AARCH64209pkg debug/elf, const R_AARCH64_P32_TLSGD_ADR_PAGE21 = 81210pkg debug/elf, const R_AARCH64_P32_TLSGD_ADR_PAGE21 R_AARCH64211pkg debug/elf, const R_AARCH64_P32_TLSIE_ADR_GOTTPREL_PAGE21 = 103212pkg debug/elf, const R_AARCH64_P32_TLSIE_ADR_GOTTPREL_PAGE21 R_AARCH64213pkg debug/elf, const R_AARCH64_P32_TLSIE_LD32_GOTTPREL_LO12_NC = 104214pkg debug/elf, const R_AARCH64_P32_TLSIE_LD32_GOTTPREL_LO12_NC R_AARCH64215pkg debug/elf, const R_AARCH64_P32_TLSIE_LD_GOTTPREL_PREL19 = 105216pkg debug/elf, const R_AARCH64_P32_TLSIE_LD_GOTTPREL_PREL19 R_AARCH64217pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_HI12 = 109218pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_HI12 R_AARCH64219pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_LO12 = 110220pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_LO12 R_AARCH64221pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_LO12_NC = 111222pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_LO12_NC R_AARCH64223pkg debug/elf, const R_AARCH64_P32_TLSLE_MOVW_TPREL_G0 = 107224pkg debug/elf, const R_AARCH64_P32_TLSLE_MOVW_TPREL_G0 R_AARCH64225pkg debug/elf, const R_AARCH64_P32_TLSLE_MOVW_TPREL_G0_NC = 108226pkg debug/elf, const R_AARCH64_P32_TLSLE_MOVW_TPREL_G0_NC R_AARCH64227pkg debug/elf, const R_AARCH64_P32_TLSLE_MOVW_TPREL_G1 = 106228pkg debug/elf, const R_AARCH64_P32_TLSLE_MOVW_TPREL_G1 R_AARCH64229pkg debug/elf, const R_AARCH64_P32_TLS_DTPMOD = 184230pkg debug/elf, const R_AARCH64_P32_TLS_DTPMOD R_AARCH64231pkg debug/elf, const R_AARCH64_P32_TLS_DTPREL = 185232pkg debug/elf, const R_AARCH64_P32_TLS_DTPREL R_AARCH64233pkg debug/elf, const R_AARCH64_P32_TLS_TPREL = 186234pkg debug/elf, const R_AARCH64_P32_TLS_TPREL R_AARCH64235pkg debug/elf, const R_AARCH64_P32_TSTBR14 = 18236pkg debug/elf, const R_AARCH64_P32_TSTBR14 R_AARCH64237pkg debug/elf, const R_AARCH64_PREL16 = 262238pkg debug/elf, const R_AARCH64_PREL16 R_AARCH64239pkg debug/elf, const R_AARCH64_PREL32 = 261240pkg debug/elf, const R_AARCH64_PREL32 R_AARCH64241pkg debug/elf, const R_AARCH64_PREL64 = 260242pkg debug/elf, const R_AARCH64_PREL64 R_AARCH64243pkg debug/elf, const R_AARCH64_RELATIVE = 1027244pkg debug/elf, const R_AARCH64_RELATIVE R_AARCH64245pkg debug/elf, const R_AARCH64_TLSDESC = 1031246pkg debug/elf, const R_AARCH64_TLSDESC R_AARCH64247pkg debug/elf, const R_AARCH64_TLSDESC_ADD = 568248pkg debug/elf, const R_AARCH64_TLSDESC_ADD R_AARCH64249pkg debug/elf, const R_AARCH64_TLSDESC_ADD_LO12_NC = 564250pkg debug/elf, const R_AARCH64_TLSDESC_ADD_LO12_NC R_AARCH64251pkg debug/elf, const R_AARCH64_TLSDESC_ADR_PAGE21 = 562252pkg debug/elf, const R_AARCH64_TLSDESC_ADR_PAGE21 R_AARCH64253pkg debug/elf, const R_AARCH64_TLSDESC_ADR_PREL21 = 561254pkg debug/elf, const R_AARCH64_TLSDESC_ADR_PREL21 R_AARCH64255pkg debug/elf, const R_AARCH64_TLSDESC_CALL = 569256pkg debug/elf, const R_AARCH64_TLSDESC_CALL R_AARCH64257pkg debug/elf, const R_AARCH64_TLSDESC_LD64_LO12_NC = 563258pkg debug/elf, const R_AARCH64_TLSDESC_LD64_LO12_NC R_AARCH64259pkg debug/elf, const R_AARCH64_TLSDESC_LDR = 567260pkg debug/elf, const R_AARCH64_TLSDESC_LDR R_AARCH64261pkg debug/elf, const R_AARCH64_TLSDESC_LD_PREL19 = 560262pkg debug/elf, const R_AARCH64_TLSDESC_LD_PREL19 R_AARCH64263pkg debug/elf, const R_AARCH64_TLSDESC_OFF_G0_NC = 566264pkg debug/elf, const R_AARCH64_TLSDESC_OFF_G0_NC R_AARCH64265pkg debug/elf, const R_AARCH64_TLSDESC_OFF_G1 = 565266pkg debug/elf, const R_AARCH64_TLSDESC_OFF_G1 R_AARCH64267pkg debug/elf, const R_AARCH64_TLSGD_ADD_LO12_NC = 514268pkg debug/elf, const R_AARCH64_TLSGD_ADD_LO12_NC R_AARCH64269pkg debug/elf, const R_AARCH64_TLSGD_ADR_PAGE21 = 513270pkg debug/elf, const R_AARCH64_TLSGD_ADR_PAGE21 R_AARCH64271pkg debug/elf, const R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21 = 541272pkg debug/elf, const R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21 R_AARCH64273pkg debug/elf, const R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC = 542274pkg debug/elf, const R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC R_AARCH64275pkg debug/elf, const R_AARCH64_TLSIE_LD_GOTTPREL_PREL19 = 543276pkg debug/elf, const R_AARCH64_TLSIE_LD_GOTTPREL_PREL19 R_AARCH64277pkg debug/elf, const R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC = 540278pkg debug/elf, const R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC R_AARCH64279pkg debug/elf, const R_AARCH64_TLSIE_MOVW_GOTTPREL_G1 = 539280pkg debug/elf, const R_AARCH64_TLSIE_MOVW_GOTTPREL_G1 R_AARCH64281pkg debug/elf, const R_AARCH64_TLSLE_ADD_TPREL_HI12 = 549282pkg debug/elf, const R_AARCH64_TLSLE_ADD_TPREL_HI12 R_AARCH64283pkg debug/elf, const R_AARCH64_TLSLE_ADD_TPREL_LO12 = 550284pkg debug/elf, const R_AARCH64_TLSLE_ADD_TPREL_LO12 R_AARCH64285pkg debug/elf, const R_AARCH64_TLSLE_ADD_TPREL_LO12_NC = 551286pkg debug/elf, const R_AARCH64_TLSLE_ADD_TPREL_LO12_NC R_AARCH64287pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G0 = 547288pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G0 R_AARCH64289pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G0_NC = 548290pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G0_NC R_AARCH64291pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G1 = 545292pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G1 R_AARCH64293pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G1_NC = 546294pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G1_NC R_AARCH64295pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G2 = 544296pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G2 R_AARCH64297pkg debug/elf, const R_AARCH64_TLS_DTPMOD64 = 1028298pkg debug/elf, const R_AARCH64_TLS_DTPMOD64 R_AARCH64299pkg debug/elf, const R_AARCH64_TLS_DTPREL64 = 1029300pkg debug/elf, const R_AARCH64_TLS_DTPREL64 R_AARCH64301pkg debug/elf, const R_AARCH64_TLS_TPREL64 = 1030302pkg debug/elf, const R_AARCH64_TLS_TPREL64 R_AARCH64303pkg debug/elf, const R_AARCH64_TSTBR14 = 279304pkg debug/elf, const R_AARCH64_TSTBR14 R_AARCH64305pkg debug/elf, method (R_AARCH64) GoString() string306pkg debug/elf, method (R_AARCH64) String() string307pkg debug/elf, type R_AARCH64 int308309# CL 107530043 debug/elf: add (*File).DynamicSymbols, ErrNoSymbols, and tests for (*File).Symbols and (*File).DynamicSymbols, and formalize symbol order., Pietro Gagliardi <pietro10@mac.com>310pkg debug/elf, method (*File) DynamicSymbols() ([]Symbol, error)311pkg debug/elf, var ErrNoSymbols error312313# CL 106460044 debug/plan9obj, cmd/addr2line: on Plan 9 use a.out header, Aram Hăvărneanu <aram@mgk.ro>314pkg debug/plan9obj, type FileHeader struct, HdrSize uint64315pkg debug/plan9obj, type FileHeader struct, LoadAddress uint64316317# CL 122960043 encoding/xml: add InputOffset method to Decoder, Russ Cox <rsc@golang.org>318pkg encoding/xml, method (*Decoder) InputOffset() int64319320# CL 124940043 cmd/go, go/build: implement import comment checking, Russ Cox <rsc@golang.org>321pkg go/build, const ImportComment = 4322pkg go/build, const ImportComment ImportMode323pkg go/build, type Package struct, ImportComment string324325# CL 155050043 go/build: Return MultiplePackageError on importing a dir containing multiple packages, Jens Frederich <jfrederich@gmail.com>326pkg go/build, method (*MultiplePackageError) Error() string327pkg go/build, type MultiplePackageError struct328pkg go/build, type MultiplePackageError struct, Dir string329pkg go/build, type MultiplePackageError struct, Files []string330pkg go/build, type MultiplePackageError struct, Packages []string331332# CL 135110044 go/token: implement PositionFor accessors, Robert Griesemer <gri@golang.org>333pkg go/token, method (*File) PositionFor(Pos, bool) Position334pkg go/token, method (*FileSet) PositionFor(Pos, bool) Position335336# CL 109000049 image: add RGBAAt, Gray16At, etc., ChaiShushan <chaishushan@gmail.com>337pkg image, method (*Alpha) AlphaAt(int, int) color.Alpha338pkg image, method (*Alpha16) Alpha16At(int, int) color.Alpha16339pkg image, method (*Gray) GrayAt(int, int) color.Gray340pkg image, method (*Gray16) Gray16At(int, int) color.Gray16341pkg image, method (*NRGBA) NRGBAAt(int, int) color.NRGBA342pkg image, method (*NRGBA64) NRGBA64At(int, int) color.NRGBA64343pkg image, method (*RGBA) RGBAAt(int, int) color.RGBA344pkg image, method (*RGBA64) RGBA64At(int, int) color.RGBA64345pkg image, method (*YCbCr) YCbCrAt(int, int) color.YCbCr346347# CL 129190043 png: make the encoder configurable, Jeff R. Allen <jra@nella.org>348pkg image/png, const BestCompression = -3349pkg image/png, const BestCompression CompressionLevel350pkg image/png, const BestSpeed = -2351pkg image/png, const BestSpeed CompressionLevel352pkg image/png, const DefaultCompression = 0353pkg image/png, const DefaultCompression CompressionLevel354pkg image/png, const NoCompression = -1355pkg image/png, const NoCompression CompressionLevel356pkg image/png, method (*Encoder) Encode(io.Writer, image.Image) error357pkg image/png, type CompressionLevel int358pkg image/png, type Encoder struct359pkg image/png, type Encoder struct, CompressionLevel CompressionLevel360361# CL 101750048 math: implement Nextafter32, Robert Griesemer <gri@golang.org>362pkg math, func Nextafter32(float32, float32) float32363364# CL 93550043 math/big: implement Rat.Float32, Robert Griesemer <gri@golang.org>365pkg math/big, method (*Rat) Float32() (float32, bool)366367# CL 76540043 net/http: add BasicAuth method to *http.Request, Kelsey Hightower <kelsey.hightower@gmail.com>368pkg net/http, method (*Request) BasicAuth() (string, string, bool)369370# CL 137940043 net/http: add Transport.DialTLS hook, Brad Fitzpatrick <bradfitz@golang.org>371pkg net/http, type Transport struct, DialTLS func(string, string) (net.Conn, error)372373# CL 132750043 net/http/httputil: Pass a Logger to ReverseProxy, allowing the user to control logging., Mark Theunissen <mark.theunissen@gmail.com>374pkg net/http/httputil, type ReverseProxy struct, ErrorLog *log.Logger375376# CL 148370043 os, syscall: add Unsetenv, Brad Fitzpatrick <bradfitz@golang.org>377pkg os, func Unsetenv(string) error378pkg syscall, func Unsetenv(string) error379380# CL 144020043 reflect: add Type.Comparable, Russ Cox <rsc@golang.org>381pkg reflect, type Type interface, Comparable() bool382383# CL 153670043 runtime: add PauseEnd array to MemStats and GCStats, Jens Frederich <jfrederich@gmail.com>384pkg runtime, type MemStats struct, PauseEnd [256]uint64385pkg runtime/debug, type GCStats struct, PauseEnd []time.Time386387# CL 136710045 sync/atomic: add Value, Dmitriy Vyukov <dvyukov@google.com>388pkg sync/atomic, method (*Value) Load() interface{}389pkg sync/atomic, method (*Value) Store(interface{})390pkg sync/atomic, type Value struct391392# CL 126190043 syscall: support UID/GID map files for Linux user namespaces, Mrunal Patel <mrunalp@gmail.com>393pkg syscall (linux-386), type SysProcAttr struct, GidMappings []SysProcIDMap394pkg syscall (linux-386), type SysProcAttr struct, UidMappings []SysProcIDMap395pkg syscall (linux-386), type SysProcIDMap struct396pkg syscall (linux-386), type SysProcIDMap struct, ContainerID int397pkg syscall (linux-386), type SysProcIDMap struct, HostID int398pkg syscall (linux-386), type SysProcIDMap struct, Size int399pkg syscall (linux-386-cgo), type SysProcAttr struct, GidMappings []SysProcIDMap400pkg syscall (linux-386-cgo), type SysProcAttr struct, UidMappings []SysProcIDMap401pkg syscall (linux-386-cgo), type SysProcIDMap struct402pkg syscall (linux-386-cgo), type SysProcIDMap struct, ContainerID int403pkg syscall (linux-386-cgo), type SysProcIDMap struct, HostID int404pkg syscall (linux-386-cgo), type SysProcIDMap struct, Size int405pkg syscall (linux-amd64), type SysProcAttr struct, GidMappings []SysProcIDMap406pkg syscall (linux-amd64), type SysProcAttr struct, UidMappings []SysProcIDMap407pkg syscall (linux-amd64), type SysProcIDMap struct408pkg syscall (linux-amd64), type SysProcIDMap struct, ContainerID int409pkg syscall (linux-amd64), type SysProcIDMap struct, HostID int410pkg syscall (linux-amd64), type SysProcIDMap struct, Size int411pkg syscall (linux-amd64-cgo), type SysProcAttr struct, GidMappings []SysProcIDMap412pkg syscall (linux-amd64-cgo), type SysProcAttr struct, UidMappings []SysProcIDMap413pkg syscall (linux-amd64-cgo), type SysProcIDMap struct414pkg syscall (linux-amd64-cgo), type SysProcIDMap struct, ContainerID int415pkg syscall (linux-amd64-cgo), type SysProcIDMap struct, HostID int416pkg syscall (linux-amd64-cgo), type SysProcIDMap struct, Size int417pkg syscall (linux-arm), type SysProcAttr struct, GidMappings []SysProcIDMap418pkg syscall (linux-arm), type SysProcAttr struct, UidMappings []SysProcIDMap419pkg syscall (linux-arm), type SysProcIDMap struct420pkg syscall (linux-arm), type SysProcIDMap struct, ContainerID int421pkg syscall (linux-arm), type SysProcIDMap struct, HostID int422pkg syscall (linux-arm), type SysProcIDMap struct, Size int423pkg syscall (linux-arm-cgo), type SysProcAttr struct, GidMappings []SysProcIDMap424pkg syscall (linux-arm-cgo), type SysProcAttr struct, UidMappings []SysProcIDMap425pkg syscall (linux-arm-cgo), type SysProcIDMap struct426pkg syscall (linux-arm-cgo), type SysProcIDMap struct, ContainerID int427pkg syscall (linux-arm-cgo), type SysProcIDMap struct, HostID int428pkg syscall (linux-arm-cgo), type SysProcIDMap struct, Size int429430# CL 122200043 net: fix CNAME resolving on Windows, Egon Elbre <egonelbre@gmail.com>431pkg syscall (windows-386), const DNS_INFO_NO_RECORDS = 9501432pkg syscall (windows-386), const DNS_INFO_NO_RECORDS ideal-int433pkg syscall (windows-386), const DnsSectionAdditional = 3434pkg syscall (windows-386), const DnsSectionAdditional ideal-int435pkg syscall (windows-386), const DnsSectionAnswer = 1436pkg syscall (windows-386), const DnsSectionAnswer ideal-int437pkg syscall (windows-386), const DnsSectionAuthority = 2438pkg syscall (windows-386), const DnsSectionAuthority ideal-int439pkg syscall (windows-386), const DnsSectionQuestion = 0440pkg syscall (windows-386), const DnsSectionQuestion ideal-int441pkg syscall (windows-386), func DnsNameCompare(*uint16, *uint16) bool442pkg syscall (windows-amd64), const DNS_INFO_NO_RECORDS = 9501443pkg syscall (windows-amd64), const DNS_INFO_NO_RECORDS ideal-int444pkg syscall (windows-amd64), const DnsSectionAdditional = 3445pkg syscall (windows-amd64), const DnsSectionAdditional ideal-int446pkg syscall (windows-amd64), const DnsSectionAnswer = 1447pkg syscall (windows-amd64), const DnsSectionAnswer ideal-int448pkg syscall (windows-amd64), const DnsSectionAuthority = 2449pkg syscall (windows-amd64), const DnsSectionAuthority ideal-int450pkg syscall (windows-amd64), const DnsSectionQuestion = 0451pkg syscall (windows-amd64), const DnsSectionQuestion ideal-int452pkg syscall (windows-amd64), func DnsNameCompare(*uint16, *uint16) bool453454# CL 86160044 os: Implement symlink support for Windows, Michael Fraenkel <michael.fraenkel@gmail.com>455pkg syscall (windows-386), const ERROR_PRIVILEGE_NOT_HELD = 1314456pkg syscall (windows-386), const ERROR_PRIVILEGE_NOT_HELD Errno457pkg syscall (windows-amd64), const ERROR_PRIVILEGE_NOT_HELD = 1314458pkg syscall (windows-amd64), const ERROR_PRIVILEGE_NOT_HELD Errno459460# CL 86160044 os: Implement symlink support for Windows, Michael Fraenkel <michael.fraenkel@gmail.com>461pkg syscall (windows-386), const FILE_ATTRIBUTE_REPARSE_POINT = 1024462pkg syscall (windows-386), const FILE_ATTRIBUTE_REPARSE_POINT ideal-int463pkg syscall (windows-386), const FILE_FLAG_OPEN_REPARSE_POINT = 2097152464pkg syscall (windows-386), const FILE_FLAG_OPEN_REPARSE_POINT ideal-int465pkg syscall (windows-386), const FSCTL_GET_REPARSE_POINT = 589992466pkg syscall (windows-386), const FSCTL_GET_REPARSE_POINT ideal-int467pkg syscall (windows-386), const IO_REPARSE_TAG_SYMLINK = 2684354572468pkg syscall (windows-386), const IO_REPARSE_TAG_SYMLINK ideal-int469pkg syscall (windows-386), const MAXIMUM_REPARSE_DATA_BUFFER_SIZE = 16384470pkg syscall (windows-386), const MAXIMUM_REPARSE_DATA_BUFFER_SIZE ideal-int471pkg syscall (windows-386), const SYMBOLIC_LINK_FLAG_DIRECTORY = 1472pkg syscall (windows-386), const SYMBOLIC_LINK_FLAG_DIRECTORY ideal-int473pkg syscall (windows-386), func CreateHardLink(*uint16, *uint16, uintptr) error474pkg syscall (windows-386), func CreateSymbolicLink(*uint16, *uint16, uint32) error475pkg syscall (windows-386), func DeviceIoControl(Handle, uint32, *uint8, uint32, *uint8, uint32, *uint32, *Overlapped) error476pkg syscall (windows-386), func LoadCreateSymbolicLink() error477pkg syscall (windows-amd64), const FILE_ATTRIBUTE_REPARSE_POINT = 1024478pkg syscall (windows-amd64), const FILE_ATTRIBUTE_REPARSE_POINT ideal-int479pkg syscall (windows-amd64), const FILE_FLAG_OPEN_REPARSE_POINT = 2097152480pkg syscall (windows-amd64), const FILE_FLAG_OPEN_REPARSE_POINT ideal-int481pkg syscall (windows-amd64), const FSCTL_GET_REPARSE_POINT = 589992482pkg syscall (windows-amd64), const FSCTL_GET_REPARSE_POINT ideal-int483pkg syscall (windows-amd64), const IO_REPARSE_TAG_SYMLINK = 2684354572484pkg syscall (windows-amd64), const IO_REPARSE_TAG_SYMLINK ideal-int485pkg syscall (windows-amd64), const MAXIMUM_REPARSE_DATA_BUFFER_SIZE = 16384486pkg syscall (windows-amd64), const MAXIMUM_REPARSE_DATA_BUFFER_SIZE ideal-int487pkg syscall (windows-amd64), const SYMBOLIC_LINK_FLAG_DIRECTORY = 1488pkg syscall (windows-amd64), const SYMBOLIC_LINK_FLAG_DIRECTORY ideal-int489pkg syscall (windows-amd64), func CreateHardLink(*uint16, *uint16, uintptr) error490pkg syscall (windows-amd64), func CreateSymbolicLink(*uint16, *uint16, uint32) error491pkg syscall (windows-amd64), func DeviceIoControl(Handle, uint32, *uint8, uint32, *uint8, uint32, *uint32, *Overlapped) error492pkg syscall (windows-amd64), func LoadCreateSymbolicLink() error493494# CL 149510043 net: disable SIO_UDP_CONNRESET behavior on windows., Ron Hashimoto <mail@h2so5.net>495pkg syscall (windows-386), const SIO_UDP_CONNRESET = 2550136844496pkg syscall (windows-386), const SIO_UDP_CONNRESET ideal-int497pkg syscall (windows-amd64), const SIO_UDP_CONNRESET = 2550136844498pkg syscall (windows-amd64), const SIO_UDP_CONNRESET ideal-int499500# CL 102320044 syscall: implement syscall.Getppid() on Windows, Alan Shreve <alan@inconshreveable.com>501pkg syscall (windows-386), const TH32CS_INHERIT = 2147483648502pkg syscall (windows-386), const TH32CS_INHERIT ideal-int503pkg syscall (windows-386), const TH32CS_SNAPALL = 15504pkg syscall (windows-386), const TH32CS_SNAPALL ideal-int505pkg syscall (windows-386), const TH32CS_SNAPHEAPLIST = 1506pkg syscall (windows-386), const TH32CS_SNAPHEAPLIST ideal-int507pkg syscall (windows-386), const TH32CS_SNAPMODULE = 8508pkg syscall (windows-386), const TH32CS_SNAPMODULE ideal-int509pkg syscall (windows-386), const TH32CS_SNAPMODULE32 = 16510pkg syscall (windows-386), const TH32CS_SNAPMODULE32 ideal-int511pkg syscall (windows-386), const TH32CS_SNAPPROCESS = 2512pkg syscall (windows-386), const TH32CS_SNAPPROCESS ideal-int513pkg syscall (windows-386), const TH32CS_SNAPTHREAD = 4514pkg syscall (windows-386), const TH32CS_SNAPTHREAD ideal-int515pkg syscall (windows-386), func CreateToolhelp32Snapshot(uint32, uint32) (Handle, error)516pkg syscall (windows-386), func Process32First(Handle, *ProcessEntry32) error517pkg syscall (windows-386), func Process32Next(Handle, *ProcessEntry32) error518pkg syscall (windows-386), type ProcessEntry32 struct519pkg syscall (windows-386), type ProcessEntry32 struct, DefaultHeapID uintptr520pkg syscall (windows-386), type ProcessEntry32 struct, ExeFile [260]uint16521pkg syscall (windows-386), type ProcessEntry32 struct, Flags uint32522pkg syscall (windows-386), type ProcessEntry32 struct, ModuleID uint32523pkg syscall (windows-386), type ProcessEntry32 struct, ParentProcessID uint32524pkg syscall (windows-386), type ProcessEntry32 struct, PriClassBase int32525pkg syscall (windows-386), type ProcessEntry32 struct, ProcessID uint32526pkg syscall (windows-386), type ProcessEntry32 struct, Size uint32527pkg syscall (windows-386), type ProcessEntry32 struct, Threads uint32528pkg syscall (windows-386), type ProcessEntry32 struct, Usage uint32529pkg syscall (windows-amd64), const TH32CS_INHERIT = 2147483648530pkg syscall (windows-amd64), const TH32CS_INHERIT ideal-int531pkg syscall (windows-amd64), const TH32CS_SNAPALL = 15532pkg syscall (windows-amd64), const TH32CS_SNAPALL ideal-int533pkg syscall (windows-amd64), const TH32CS_SNAPHEAPLIST = 1534pkg syscall (windows-amd64), const TH32CS_SNAPHEAPLIST ideal-int535pkg syscall (windows-amd64), const TH32CS_SNAPMODULE = 8536pkg syscall (windows-amd64), const TH32CS_SNAPMODULE ideal-int537pkg syscall (windows-amd64), const TH32CS_SNAPMODULE32 = 16538pkg syscall (windows-amd64), const TH32CS_SNAPMODULE32 ideal-int539pkg syscall (windows-amd64), const TH32CS_SNAPPROCESS = 2540pkg syscall (windows-amd64), const TH32CS_SNAPPROCESS ideal-int541pkg syscall (windows-amd64), const TH32CS_SNAPTHREAD = 4542pkg syscall (windows-amd64), const TH32CS_SNAPTHREAD ideal-int543pkg syscall (windows-amd64), func CreateToolhelp32Snapshot(uint32, uint32) (Handle, error)544pkg syscall (windows-amd64), func Process32First(Handle, *ProcessEntry32) error545pkg syscall (windows-amd64), func Process32Next(Handle, *ProcessEntry32) error546pkg syscall (windows-amd64), type ProcessEntry32 struct547pkg syscall (windows-amd64), type ProcessEntry32 struct, DefaultHeapID uintptr548pkg syscall (windows-amd64), type ProcessEntry32 struct, ExeFile [260]uint16549pkg syscall (windows-amd64), type ProcessEntry32 struct, Flags uint32550pkg syscall (windows-amd64), type ProcessEntry32 struct, ModuleID uint32551pkg syscall (windows-amd64), type ProcessEntry32 struct, ParentProcessID uint32552pkg syscall (windows-amd64), type ProcessEntry32 struct, PriClassBase int32553pkg syscall (windows-amd64), type ProcessEntry32 struct, ProcessID uint32554pkg syscall (windows-amd64), type ProcessEntry32 struct, Size uint32555pkg syscall (windows-amd64), type ProcessEntry32 struct, Threads uint32556pkg syscall (windows-amd64), type ProcessEntry32 struct, Usage uint32557558# CL 127740043 os: make SameFile handle paths like c:a.txt properly, Alex Brainman <alex.brainman@gmail.com>559pkg syscall (windows-386), func FullPath(string) (string, error)560pkg syscall (windows-amd64), func FullPath(string) (string, error)561562# CL 98150043 testing: add Coverage function, Russ Cox <rsc@golang.org>563pkg testing, func Coverage() float64564565# CL 148770043 cmd/go, testing: add TestMain support, Russ Cox <rsc@golang.org>566pkg testing, func MainStart(func(string, string) (bool, error), []InternalTest, []InternalBenchmark, []InternalExample) *M567pkg testing, method (*M) Run() int568pkg testing, type M struct569570# CL 108030044 text/scanner: provide facility for custom identifiers, Robert Griesemer <gri@golang.org>571pkg text/scanner, type Scanner struct, IsIdentRune func(int32, int) bool572573# CL 130620043 text/template: add back pointer to Nodes for better error generation, Rob Pike <r@golang.org>574pkg text/template/parse, type DotNode struct, embedded NodeType575pkg text/template/parse, type NilNode struct, embedded NodeType576pkg text/template/parse, method (*BranchNode) Copy() Node577pkg text/template/parse, method (*IdentifierNode) SetTree(*Tree) *IdentifierNode578pkg html/template, type Error struct, Node parse.Node579580# CL 127470043 unicode: strconv: regexp: Upgrade to Unicode 7.0.0., Marcel van Lohuizen <mpvl@golang.org>581pkg unicode, const Version = "7.0.0"582pkg unicode, var Bassa_Vah *RangeTable583pkg unicode, var Caucasian_Albanian *RangeTable584pkg unicode, var Duployan *RangeTable585pkg unicode, var Elbasan *RangeTable586pkg unicode, var Grantha *RangeTable587pkg unicode, var Khojki *RangeTable588pkg unicode, var Khudawadi *RangeTable589pkg unicode, var Linear_A *RangeTable590pkg unicode, var Mahajani *RangeTable591pkg unicode, var Manichaean *RangeTable592pkg unicode, var Mende_Kikakui *RangeTable593pkg unicode, var Modi *RangeTable594pkg unicode, var Mro *RangeTable595pkg unicode, var Nabataean *RangeTable596pkg unicode, var Old_North_Arabian *RangeTable597pkg unicode, var Old_Permic *RangeTable598pkg unicode, var Pahawh_Hmong *RangeTable599pkg unicode, var Palmyrene *RangeTable600pkg unicode, var Pau_Cin_Hau *RangeTable601pkg unicode, var Psalter_Pahlavi *RangeTable602pkg unicode, var Siddham *RangeTable603pkg unicode, var Tirhuta *RangeTable604pkg unicode, var Warang_Citi *RangeTable

Findings

✓ No findings reported for this file.

Get this view in your editor

Same data, no extra tab — call code_get_file + code_get_findings over MCP from Claude/Cursor/Copilot.