- 430c3dd encoding/jsonschema: fix dropping of struct for additionalProperties: true by Marcel van Lohuizen · 4 years, 1 month ago
- ae43812 cmd/cue: make get go operate on a best-efforts basis by Paul Jolly · 4 years, 1 month ago
- 304a3e0 cmd/cue/cmd: use unify semantics merging across packages by Marcel van Lohuizen · 4 years, 1 month ago
- a113048 ci: move to using go1.16 by Paul Jolly · 4 years, 1 month ago
- 77b475f doc: fix install instructions in main README and contributing by Paul Jolly · 4 years, 1 month ago
- cb4fae9 internal/cuetest: consolidate testscript/cuetxtar helpers by Paul Jolly · 4 years, 1 month ago
- 1b03c9f ci: move to non-Docker version of goreleaser by Paul Jolly · 4 years, 1 month ago
- b20ac5a internal/core/convert: fix conversion from float by antong · 4 years, 1 month ago
- ae51469 ci: skip known flakey test on go1.15 windows by Paul Jolly · 4 years, 1 month ago
- f0d1fa4 ci: add first version of copybara workflow by Paul Jolly · 4 years, 1 month ago
- e097927 ci: fix broken build by Paul Jolly · 4 years, 1 month ago
- 09cd07b all: add tests for the GitHub workflow process by Paul Jolly · 4 years, 2 months ago
- 22aafc2 cmd/cue: fix typo in cmd documentation headline by Paul Jolly · 4 years, 2 months ago
- a616925 cmd/cue: embed packages required for get go checking by Paul Jolly · 4 years, 3 months ago
- dfce25c cmd/cue: add goproxytest instance for script tests by Paul Jolly · 4 years, 2 months ago
- b8d9972 cmd/cue: allow CUE_UPDATE to update cmd/cue/cmd testscript tests by Paul Jolly · 4 years, 2 months ago
- 37c16cc cmd/cue: use gotooltest within testscript tests by Paul Jolly · 4 years, 2 months ago
- 34587b9 internal/core/export: support package and struct attributes by Marcel van Lohuizen · 4 years, 2 months ago
- 257486c cmd/cue/cmd: allow fmt to pass with errors by Marcel van Lohuizen · 4 years, 2 months ago
- fdc7010 cmd/cue/cmd: fix cue cmd crash by Marcel van Lohuizen · 4 years, 2 months ago
- 6898897 tools/trim: implement using adt by Marcel van Lohuizen · 4 years, 2 months ago
- 08e814f internal/core/adt: add support info for trim by Marcel van Lohuizen · 4 years, 2 months ago
- f03928d tools/fix: allow fixing non-essential simplification by Marcel van Lohuizen · 4 years, 2 months ago
- f1b1804 cmd/cue/cmd/getgo: don't be clever by Marcel van Lohuizen · 4 years, 2 months ago
- 062b3d8 internal/core/eval: sort empty disjunction message to top of group by Marcel van Lohuizen · 4 years, 2 months ago
- cea55b2 internal/core: reimplementation of closedness algorithm by Marcel van Lohuizen · 4 years, 3 months ago
- d5ced74 tools/flow: ignore faulty tasks outside the root by Marcel van Lohuizen · 4 years, 3 months ago
- fac5d2e cue/load: allow ./... to load all packages by Marcel van Lohuizen · 4 years, 3 months ago
- e77ccb1 cmd/cue/cmd: don't bail for non-matching files by Marcel van Lohuizen · 4 years, 4 months ago
- bbe493a cmd/cue/cmd: more position information for field errors by Marcel van Lohuizen · 4 years, 4 months ago
- 555fb73 cue/parser: fix comment placement by Marcel van Lohuizen · 4 years, 4 months ago
- ec6f95d internal/filetpes: improve error messages by Marcel van Lohuizen · 4 years, 4 months ago
- d49777f internal/core/eval: better incomplete error messages by Marcel van Lohuizen · 4 years, 4 months ago
- fecdd83 cmd/cue/cmd: ignore possible top-level tasks by Marcel van Lohuizen · 4 years, 4 months ago
- 7980ec5 internal/core/eval: handle disjunction failure more properly by Marcel van Lohuizen · 4 years, 4 months ago
- cd621ff internal/cue/eval: fix faulty status in tentative result by Marcel van Lohuizen · 4 years, 4 months ago
- c715b94 cmd/cue/cmd: use tools/flow by Marcel van Lohuizen · 4 years, 4 months ago
- b5821dc interanal/core/runtime: move building logic from cue package by Marcel van Lohuizen · 4 years, 5 months ago
- e05eee7 cue/errors: correct handling of wrapping list errors by Marcel van Lohuizen · 4 years, 5 months ago
- 4cda4a3 cmd/cue/cmd: allow inlined embedding of pointer types by Marcel van Lohuizen · 4 years, 5 months ago
- 737a103 internal: hoist a single embedding in ToExpr by Marcel van Lohuizen · 4 years, 5 months ago
- 2ac4d85 cue/format: indent multiline string literals based on context. by Marcel van Lohuizen · 4 years, 6 months ago
- c886094 cue/literal: implement CUE-specific quoting by Marcel van Lohuizen · 4 years, 6 months ago
- 0eb7cc5 internal/core/eval: add more positions to conflict errors by Marcel van Lohuizen · 4 years, 6 months ago
- 11b507c cue/load: don't hang on files named - by Marcel van Lohuizen · 4 years, 6 months ago
- 1c29042 internal/third_party/yaml: drop support for non-standard scalars by Roger Peppe · 4 years, 6 months ago
- e3a03a1 internal/core/adt: exclude definitions in data conversion by Marcel van Lohuizen · 4 years, 6 months ago v0.3.0-alpha3
- f5fa009 internal/core/adt: remove all closedness IDs in ToData by Marcel van Lohuizen · 4 years, 6 months ago
- bd3dd75 cue/load: rewrite pre-resolved files after injection by Marcel van Lohuizen · 4 years, 6 months ago
- 20c637a cue/load: relax places where @tag is allowed by Marcel van Lohuizen · 4 years, 6 months ago v0.3.0-alpha2
- f25c04d cmd/help: fix example in doc by chai2010 · 4 years, 6 months ago
- d69319c all: add missing copyright by chai2010 · 4 years, 6 months ago
- 089f461 cue/load: add support for build tags by Marcel van Lohuizen · 4 years, 6 months ago
- 1e8906a cmd/cue/cmd: move injection mechanism to cue/load by Marcel van Lohuizen · 4 years, 6 months ago
- 4cce6c4 cue: apply wrapping to all errors in list by Marcel van Lohuizen · 4 years, 6 months ago
- d2fdbf0 cue: clean up handling of preamble declarations by Marcel van Lohuizen · 4 years, 6 months ago
- c72ce5d internal/core/eval: fix empty data vertex bug by Marcel van Lohuizen · 4 years, 6 months ago
- faf617c cmd/cue/cmd: verify issue 236 is fixed by Marcel van Lohuizen · 4 years, 6 months ago
- e71970c cmd/cue/cmd: verify issue 322 is fixed by Marcel van Lohuizen · 4 years, 6 months ago
- 80e70b9 cue: fix instance error handling by Marcel van Lohuizen · 4 years, 6 months ago
- 148f67a internal/core: fix incorrect error handling by Marcel van Lohuizen · 4 years, 6 months ago
- bc101b3 cue/load: add tool and test files to BuildFiles if requested by Marcel van Lohuizen · 4 years, 6 months ago
- fbf9de3 internal/core/eval: verify issue 398 is fixed by Marcel van Lohuizen · 4 years, 6 months ago
- 8776561 cmd/cue/cmd: verify issue 425 is fixed by Marcel van Lohuizen · 4 years, 6 months ago
- 62528c3 internal/core/eval: rewrite of closedness algorithm by Marcel van Lohuizen · 4 years, 6 months ago
- 1c54297 cmd/cue/cmd: fix get go package handling by Marcel van Lohuizen · 4 years, 7 months ago
- c6ade67 internal/core/export: fix bug 473 by Marcel van Lohuizen · 4 years, 7 months ago
- 0b57e43 internal/core/eval: fix interpolation of numbers by Marcel van Lohuizen · 4 years, 7 months ago
- ba5708b cmd/cue: get go: add --package flag by Paul Jolly · 4 years, 8 months ago
- 1a9b88d cmd/cue: get go: use constant.Value.ExactString to extract constant by Paul Jolly · 4 years, 8 months ago
- 845df05 cue: make internal cue port main API implementation by Marcel van Lohuizen · 4 years, 8 months ago
- 0528376 all: adjustments package to work with new evaluator by Marcel van Lohuizen · 4 years, 8 months ago
- 7f52c10 all: switch to using cue port by Marcel van Lohuizen · 4 years, 8 months ago
- 1dd08f3 tools/fix: remove support to rewrite old definitions by Marcel van Lohuizen · 4 years, 8 months ago
- bdb45b3 cue: fix misspells by Oleg Kovalov · 4 years, 8 months ago
- 0dcc335 cue: simplify implementation by Marcel van Lohuizen · 4 years, 9 months ago
- 94db2eb cmd/cue/cmd: include unexported constants for get go by Marcel van Lohuizen · 4 years, 8 months ago v0.2.2
- 29fa119 cmd/cue/cmd: allow overriding syntax limitation by Marcel van Lohuizen · 4 years, 8 months ago
- 9ebfa80 feat: add completion command by banst · 4 years, 9 months ago
- 57f8242 pkg/encoding/yaml: validate concreteness instead of instance of for Validate by Marcel van Lohuizen · 4 years, 9 months ago
- a20e1d4 cue/errors: don't equate error messages without line info by Marcel van Lohuizen · 4 years, 9 months ago
- ab43a15 cmd/cue/cmd: include tool and test files in fix by Marcel van Lohuizen · 4 years, 9 months ago
- 2a8b4ed encoding/openapi|jsonschema: allow bool for exclusiveNum by Marcel van Lohuizen · 4 years, 9 months ago v0.2.1
- 4d31efd cmd/cue/cmd: get go: import files to cue module if in main module by Marcel van Lohuizen · 4 years, 9 months ago
- 019060d cmd/cue/cmd: extract cue constraints in tags in get go by Marcel van Lohuizen · 4 years, 9 months ago
- a91b869 encoding/jsonschema: constraints don't imply types by Marcel van Lohuizen · 4 years, 9 months ago
- 91d267a encoding/jsonschema: record more line information by Marcel van Lohuizen · 4 years, 9 months ago
- 197f4c8 cue/ast: introduce NewNull() by Marcel van Lohuizen · 4 years, 9 months ago
- 519db58 internal/encoding: don't simplify interpreted encodings by Marcel van Lohuizen · 4 years, 9 months ago
- 7efeb70 cue: deprecate :: and combining bulk optional fields with other fields by Marcel van Lohuizen · 4 years, 10 months ago
- 5515ee9 tools/fix: move fix functionality to separate package by Marcel van Lohuizen · 4 years, 10 months ago
- 083afe7 all: update most tests to not use `::` by Marcel van Lohuizen · 4 years, 10 months ago
- 3e62450 go.mod: use github.com/rogpeppe/go-internal/testscript by Koichi Shiraishi · 4 years, 10 months ago
- b5b7521 encoding/jsonschema: improve handling of $id and $ref by Marcel van Lohuizen · 4 years, 10 months ago
- c114dbb cmd/cue/cmd: fix build breakage by Marcel van Lohuizen · 4 years, 10 months ago
- a846fcc cmd/cue/cmd: add fix command for new-style definitions by Marcel van Lohuizen · 4 years, 10 months ago
- f395f12 encoding/jsonschema: fix a few json schema bugs by Marcel van Lohuizen · 4 years, 10 months ago
- 7ed2fc1 cmd: fix cli.Print usage in docstring by Johan Euphrosine · 4 years, 10 months ago
- 8be0ffe cmd/cue/cmd: update "get go" to use new-style definitions by Marcel van Lohuizen · 4 years, 10 months ago
- d8d240d cmd/cue/cmd: bug fix: allow vet to combine schema and data by Marcel van Lohuizen · 4 years, 10 months ago