- 18736bf internal/core/export: explicit generation of adt types by Marcel van Lohuizen · 4 years, 8 months ago
- 0ca4098 internal/core/subsume: initial implementation by Marcel van Lohuizen · 4 years, 8 months ago
- 38a19f8 internal/core/validate: initial implementation by Marcel van Lohuizen · 4 years, 9 months ago
- 08a9fdb internal/core/convert: initial commit by Marcel van Lohuizen · 4 years, 10 months ago
- 1d29ac3 internal/core/adt: add Resolve helper by Marcel van Lohuizen · 4 years, 8 months ago
- 0d12c33 internal/core/export: initial commit by Marcel van Lohuizen · 4 years, 10 months ago
- 0cfe411 cue/internal/adt: add builtin and import support by Marcel van Lohuizen · 4 years, 9 months ago
- 0f935f8 internal/core/eval: implement core evaluator by Marcel van Lohuizen · 4 years, 10 months ago
- 6be2b4f internal/core/debug: add compact mode by Marcel van Lohuizen · 4 years, 9 months ago
- 1f42c81 internal/core/compile: add new compiler by Marcel van Lohuizen · 5 years ago
- 6a08830 internal/core/adt: initial commit by Marcel van Lohuizen · 4 years, 9 months ago
- 8a0ac3e internal: add ToStruct helper. by Marcel van Lohuizen · 4 years, 8 months ago
- 97b215f internal/cuetxtar: allow CUE_UPDATE env variable. by Marcel van Lohuizen · 4 years, 8 months ago
- c615c91 encoding/yaml: fix bug where an empty document is not treated as null by Marcel van Lohuizen · 4 years, 9 months ago
- 16a2b89 internal/cuetxtar: add Load function by Marcel van Lohuizen · 4 years, 9 months ago
- 9cf3644 ci: revert ci changes for now by Paul Jolly · 4 years, 9 months ago
- f8e5c71 ci: fix dispatch again by Paul Jolly · 4 years, 9 months ago
- e72c9c3 ci: use cueckoo to create the temporary build branch by Paul Jolly · 4 years, 9 months ago
- f082dbd ci: fix dispatch workflow by Paul Jolly · 4 years, 9 months ago
- 8de8f34 ci: fix up the CI workflow by Paul Jolly · 4 years, 9 months ago
- 519db58 internal/encoding: don't simplify interpreted encodings by Marcel van Lohuizen · 4 years, 10 months ago
- 53d18cc cue: allow omitting leading "#" for LookupDef 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
- 78cc785 ci: fix vendor path of GitHub workflow definitions by Paul Jolly · 4 years, 10 months ago
- c47316f ci: only run gorelease check on latest versions of Go by Paul Jolly · 4 years, 10 months ago
- 2f69bfa ci: re-add Go 1.12.x to the build matrix by Paul Jolly · 4 years, 10 months ago
- a801188 ci: tidy up and refactor GitHub workflow specifications by Paul Jolly · 4 years, 10 months ago
- 8f09dde cmd/cue/cmd: fix windows test breakage by Marcel van Lohuizen · 4 years, 10 months ago
- 4c7d062 ci: add -f (fail) flag to curl calls in GitHub Actions trigger by Paul Jolly · 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
- 8fcefc8 ci: fix error in workflow generation task by Paul Jolly · 4 years, 10 months ago
- 65163a0 ci: use CUE for GitHub Actions workflow specifications by Paul Jolly · 4 years, 10 months ago
- 238d821 all: re-run go generate using Go 1.14.3 by Paul Jolly · 4 years, 10 months ago
- b7083ff cue: use `_#` instead of `#_` for hidden definition by Marcel van Lohuizen · 4 years, 11 months ago
- b19b41a cue/ast/astutil: add and use Santize function by Marcel van Lohuizen · 4 years, 11 months ago
- 8837685 cue: uniform handling of definitions by Marcel van Lohuizen · 4 years, 11 months ago
- 56c994d cue: disallow bulk optional fields with other fields by Marcel van Lohuizen · 5 years ago
- 5114891 cmd/cue/cmd: merge data files by default by Marcel van Lohuizen · 5 years ago
- 724da18 cue: introduce let declaration by Marcel van Lohuizen · 5 years ago
- 4d8d154 internal: factor out FileComment code by Marcel van Lohuizen · 5 years ago
- be0649e internal/filetypes: print attributes for definitions by Marcel van Lohuizen · 5 years ago
- 3970555 encoding/yaml: use idiomatic indentation (regression) by Marcel van Lohuizen · 5 years ago
- 1370f0a cue: implement "front-style" list comprehensions by Marcel van Lohuizen · 5 years ago
- ed4fc4d encoding/jsonschema: wrap comment lines by Marcel van Lohuizen · 5 years ago
- 0059b2b cmd/cue/cmd: allow lossy conversion by default and add --strict option by Marcel van Lohuizen · 5 years ago
- 8dcec3c internal/encoding: allow CUE as OpenAPI input by Marcel van Lohuizen · 5 years ago
- 83b0996 cmd/cue/cmd: fix newline discrepancies by Marcel van Lohuizen · 5 years ago
- cd2b3ef cmd/cue/cmd: fix regression that allowed space-separated fields again by Marcel van Lohuizen · 5 years ago
- d6f1eec internal: fix crash affecting eval by Marcel van Lohuizen · 5 years ago
- 4805941 internal: add ToFile and ToExpr by Marcel van Lohuizen · 5 years ago
- f9f8e62 internal/filetypes: add auto interpretation by Marcel van Lohuizen · 5 years ago
- 29e9d00 internal/diff: avoid cycle when diffing by Marcel van Lohuizen · 5 years ago
- 024f1f5 cue: add Dereference and fix value paths by Marcel van Lohuizen · 5 years ago
- bd2173e internal/filetypes: expose package test internally by Marcel van Lohuizen · 5 years ago
- b9d22d6 cue: allow schema mode in subsumption by Marcel van Lohuizen · 5 years ago
- a494f2e internal: switch defaullt GenPath to be in cue.mod by Marcel van Lohuizen · 5 years ago
- 38362f8 internal/filetypes: better error message for files without extension by Marcel van Lohuizen · 5 years ago
- f89aa48 cmd/cue/cmd: allow decoding JSON Schema and OpenAPI by Marcel van Lohuizen · 5 years ago
- 671b956 encoding/jsonschema: add features to support OpenAPI by Marcel van Lohuizen · 5 years ago
- 77ffe9d cmd/cue/cmd: support openapi out and proto in by Marcel van Lohuizen · 5 years ago
- 6dfecc3 cmd/cue/cmd: make eval use output flags by Marcel van Lohuizen · 5 years ago
- 81a20d5 internal/encoding: support input validation by Marcel van Lohuizen · 5 years ago
- 975776e internal/encoding: always format with tabs by Marcel van Lohuizen · 5 years ago
- 2beaa9c cmd/cue/cmd: introduce help topics for new CLI by Marcel van Lohuizen · 5 years ago
- fd90d12 tools/trim: undo faulty optimization by Marcel van Lohuizen · 5 years ago
- 334313c cue/load: use build.File to support "-" by Marcel van Lohuizen · 5 years ago
- f733746 cmd/cue/cmd: streaming instance iteration by Marcel van Lohuizen · 5 years ago
- 6e8fdd4 internal/encoding: support cue file type by Marcel van Lohuizen · 5 years ago
- 08c8a8f encoding/protobuf: remove dependency on load by Marcel van Lohuizen · 5 years ago
- c1b5e62 internal: add MakeInstance by Marcel van Lohuizen · 5 years ago
- 1d1295b internal/encoding/json: implement Encode by Marcel van Lohuizen · 5 years ago
- 9b1dff7 internal/filetypes: add options and mode defaults by Marcel van Lohuizen · 5 years ago
- ed5689f cmd/cue/cmd: move export to filetypes by Marcel van Lohuizen · 5 years ago
- 26e63ec internal/filetypes: fix Windows breakage by Marcel van Lohuizen · 5 years ago
- 40cc12c internal/encoding/yaml: fix go1.12 breakage by Marcel van Lohuizen · 5 years ago
- 01fbfa1 cmd/cue/cmd: move vet to filetypes by Marcel van Lohuizen · 5 years ago
- cf72796 encoding/yaml: eliminate use of ghodss yaml pkg by Marcel van Lohuizen · 5 years ago
- 72d8a92 cue: allow export of schema and other options by Marcel van Lohuizen · 5 years ago
- 9b2f6b0 cue/format: replace bulk labels with ellipsis if possible by Marcel van Lohuizen · 5 years ago
- 429bd0f internal/filetypes: package for interpreting command line args by Marcel van Lohuizen · 5 years ago
- 5208956 cmd/cue/cmd: add safeguard to trim operation by Marcel van Lohuizen · 5 years ago
- 5c3a17b internal/diff: fix bug that caused hang by Marcel van Lohuizen · 5 years ago
- aae80a0 internal/cli: hoist cli parsing code from tool/env by Marcel van Lohuizen · 5 years ago
- b8cad1a internal: hoist attribute parsing logic by Marcel van Lohuizen · 5 years ago
- a3a4b71 pkg/tool/exec: fix stdin processing by Marcel van Lohuizen · 5 years ago
- 30a4bee all: make goimports happy by Koichi Shiraishi · 5 years ago
- 7988b62 internal/cmd/qgo: update Copyright year to 2020 by Koichi Shiraishi · 5 years ago
- a7b4ca8 pkg/tool: improve error reporting by Marcel van Lohuizen · 5 years ago
- a32d5dd cmd/cue/cmd: track dependencies in definitions by Marcel van Lohuizen · 5 years ago
- 6e48383 cmd/cue/cmd: move get to to use the ast by Marcel van Lohuizen · 5 years ago
- 5cb6ffe internal/yaml: import null value properly by Adieu · 5 years ago
- 503fecd Decode null as NULL token in yaml decoder by Adieu · 5 years ago
- 31cd2b7 internal/diff: first stab add diffing functionality by Marcel van Lohuizen · 5 years ago
- afdbec3 cue: disallow references to string labels (per spec) by Marcel van Lohuizen · 5 years ago
- 75b9c7f all: remove large dependency by Marcel van Lohuizen · 6 years ago
- 92408e3 cue/ast: add back LabelName by Marcel van Lohuizen · 6 years ago
- 749a667 cue/ast: convenience constructors for common types by Marcel van Lohuizen · 6 years ago
- b50aecd cmd/cue: make fmt rewrite deprecated cue by Marcel van Lohuizen · 6 years ago
- 9af9a90 cue/format: output new comprehension format by Marcel van Lohuizen · 6 years ago