master
update testscript to drop the need for `func() int`
internal/astinternal: add IncludePointers
internal/buildattr: implement `@ignore` attributes
internal/ci: update pinned Go for the next release
internal/cli: improve error message on parse issue
internal/cmd/cue-ast: add "join" command
all: replace uses of deprecated ioutil APIs
core/toposort: Stop using RawString
internal/cueconfig: note the difference between token expiry fields
cmd/cue: add new CUE_EXPERIMENT and CUE_DEBUG flags to `help environment`
all: enable toposort by default
internal/cueimports: export API and fix for CUE syntax
internal/cuetdtest: add DevOnlyMatrix
encoding/jsonschema: use CUE_UPDATE=force
cue: polish Go docs further
internal/cueversion: bump LanguageVersion for v0.12
internal/diff: drop last uses of cue.Value.Struct
internal/encoding/gotypes: ignore definitions or fields via `@go(-)`
internal/envflag: support deprecated flags
internal/filetypes: default jsonschema strictFeatures to false
lsp: assert that a WorkspaceFolder must correspond to a CUE module
all: make use of stringer in more places
all: swap sort for slices for []string values
all: use simpler for loop iterations
internal/core/adt: fix structural cycle error in list.Sum
all: replace internal/txtarfs with txtar.FS
internal/source: add Open, moving from internal/encoding
internal: remove some deprecated type/method usages
internal/tdtest: make compatible with cuetdtest
internal: replace internal.CoreValue with more type-safe variant
internal/core/adt: catch if OpContext.Version is unset
cue: use cue/literal to parse integers out of attributes
internal: use Scanner API to parse attributes
cue: fix loss or duplication of comments