Imports of package noder

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
cmd/compile/internal/base
cmd/compile/internal/dwarfgen
cmd/compile/internal/importerpackage importer implements package reading for gc-generated object files.
cmd/compile/internal/inline
cmd/compile/internal/inline/interleavedPackage interleaved implements the interleaved devirtualization and inlining pass.
cmd/compile/internal/ir
cmd/compile/internal/objw
cmd/compile/internal/pgoirPackage pgoir associates a PGO profile with the IR of the current package compilation.
cmd/compile/internal/rangefuncPackage rangefunc rewrites range-over-func to code that doesn't use range-over-funcs.
cmd/compile/internal/reflectdata
cmd/compile/internal/staticinit
cmd/compile/internal/syntax
cmd/compile/internal/typecheck
cmd/compile/internal/types
cmd/compile/internal/types2Package types2 declares the data types and implements the algorithms for type-checking of Go packages.
cmd/internal/bioPackage bio implements common I/O abstractions used within the Go toolchain.
cmd/internal/goobj
cmd/internal/hashPackage hash implements hash functions used in the compiler toolchain.
cmd/internal/obj
cmd/internal/objabi
cmd/internal/src
cmpPackage cmp provides types and functions related to comparing ordered values.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
go/constantPackage constant implements Values representing untyped Go constants and their corresponding operations.
go/tokenPackage token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates).
go/versionPackage version provides operations on [Go versions] in [Go toolchain name syntax]: strings like "go1.20", "go1.21.0", "go1.22rc2", and "go1.23.4-bigcorp".
internal/buildcfgPackage buildcfg provides access to the build configuration described by the current environment.
internal/exportdataPackage exportdata implements common utilities for finding and reading gc-generated object files.
internal/pkgbitsPackage pkgbits implements low-level coding abstractions for Unified IR's export data format.
internal/types/errors
ioPackage io provides basic interfaces to I/O primitives.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
regexpPackage regexp implements regular expression search.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
slicesPackage slices defines various functions useful with slices of any type.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
unicodePackage unicode provides data and functions to test some properties of Unicode code points.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.