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