1. c3f30d8 ci: name dispatch workflow differently to default branch push workflow by Paul Jolly · 4 years, 7 months ago
  2. 6f84d11 deps: upgrade to github.com/rogpeppe/go-internal v1.6.1 by Paul Jolly · 4 years, 8 months ago
  3. ba5708b cmd/cue: get go: add --package flag by Paul Jolly · 4 years, 8 months ago
  4. 1a9b88d cmd/cue: get go: use constant.Value.ExactString to extract constant by Paul Jolly · 4 years, 8 months ago
  5. c76a530 cue: implement fill in terms of Value.Fill by Marcel van Lohuizen · 4 years, 7 months ago
  6. 40a6bcd cue: remove dead code by Marcel van Lohuizen · 4 years, 7 months ago
  7. 304b02e internal/core/eval: nested comprehension fix by Marcel van Lohuizen · 4 years, 8 months ago
  8. 845df05 cue: make internal cue port main API implementation by Marcel van Lohuizen · 4 years, 8 months ago
  9. 29dd250 internal/diff: use compact printing mode by Marcel van Lohuizen · 4 years, 8 months ago v0.3.0-alpha1
  10. bc76c5f internal/diff: use field Selector instead of Name by Marcel van Lohuizen · 4 years, 8 months ago
  11. 0528376 all: adjustments package to work with new evaluator by Marcel van Lohuizen · 4 years, 8 months ago
  12. 7f52c10 all: switch to using cue port by Marcel van Lohuizen · 4 years, 9 months ago
  13. 5378b08 internal/core/export: export let by Marcel van Lohuizen · 4 years, 8 months ago
  14. 489eb90 internal/core/validate: more cases to ignore concreteness by Marcel van Lohuizen · 4 years, 8 months ago
  15. ff8373c internal/core/eval: fixes to closedness algorithm by Marcel van Lohuizen · 4 years, 8 months ago
  16. d464582 internal/core/eval: fix multi-conjunct pattern constraints by Marcel van Lohuizen · 4 years, 8 months ago
  17. d857f23 internal/core/eval: centralize type checking by Marcel van Lohuizen · 4 years, 8 months ago
  18. 1dd08f3 tools/fix: remove support to rewrite old definitions by Marcel van Lohuizen · 4 years, 8 months ago
  19. cfc6c8c internal/core/eval: add more positions for closedness errors by Marcel van Lohuizen · 4 years, 8 months ago
  20. fbc6f86 pkg/tool/os: check error of value by Marcel van Lohuizen · 4 years, 8 months ago
  21. 07e40c6 internal/core/eval: fix Evaluator sync bug by Marcel van Lohuizen · 4 years, 8 months ago
  22. 765f87e internal/core/validate: use defaults in concrete mode by Marcel van Lohuizen · 4 years, 8 months ago
  23. f159888 internal/core/adt: apply Default also to list by Marcel van Lohuizen · 4 years, 8 months ago
  24. 88b4b1f internal/core/adt: distinguish dynamic fields from pattern constraints by Marcel van Lohuizen · 4 years, 8 months ago
  25. 7504519 internal/core/adt: finalize comprehension arcs by Marcel van Lohuizen · 4 years, 8 months ago
  26. 9b4e65a internal/core/eval: tweak to disjunction by Marcel van Lohuizen · 4 years, 8 months ago
  27. 651d379 internal/core/adt: add path location for majority of errors by Marcel van Lohuizen · 4 years, 8 months ago
  28. 5a51083 internal/legacy/cue: use UnifyAccept and some other changes by Marcel van Lohuizen · 4 years, 8 months ago
  29. d15def3 internal/core/eval: allow closedness override by Marcel van Lohuizen · 4 years, 8 months ago
  30. b68adfe internal/core/eval: fix Environment linkage for Disjunctions by Marcel van Lohuizen · 4 years, 8 months ago
  31. 3acdde8 internal/core/eval: fix double increase of close ID by Marcel van Lohuizen · 4 years, 8 months ago
  32. 76d8c61 internal/diff: use new definitions in test by Marcel van Lohuizen · 4 years, 8 months ago
  33. 311f5bc internal/core/export: allow testing imports by Marcel van Lohuizen · 4 years, 9 months ago
  34. 711bbb1 internal/core/eval: handle structural cycles by Marcel van Lohuizen · 4 years, 9 months ago
  35. 50dac24 internal/cuetxtar: add WriteFile method by Marcel van Lohuizen · 4 years, 8 months ago
  36. 17ade83 internal/core/eval: add Stats counters by Marcel van Lohuizen · 4 years, 8 months ago
  37. 7903529 internal/core/eval: use cue's import support in tests by Marcel van Lohuizen · 4 years, 9 months ago
  38. 7d54042 internal/legacy/cue: update to new build by Marcel van Lohuizen · 4 years, 9 months ago
  39. 8912ee5 internal/legacy/cue: copy relevant cue files for new implementation by Marcel van Lohuizen · 4 years, 9 months ago
  40. dd312be tools/trim: fix list element removal bug by Marcel van Lohuizen · 4 years, 8 months ago
  41. bdb45b3 cue: fix misspells by Oleg Kovalov · 4 years, 8 months ago
  42. 6a495ae internal/core: add runtime hooks by Marcel van Lohuizen · 4 years, 9 months ago
  43. e986a8f internal/core/compile: separate out phase of let clauses by Marcel van Lohuizen · 4 years, 8 months ago
  44. cf94469 internal/core/compile: allow resolution in custom scope by Marcel van Lohuizen · 4 years, 8 months ago
  45. 0dcc335 cue: simplify implementation by Marcel van Lohuizen · 4 years, 9 months ago
  46. e2a58e9 cue: use higher-level API when possible by Marcel van Lohuizen · 4 years, 9 months ago
  47. a675387 cue: refactor marshal to simplify move by Marcel van Lohuizen · 4 years, 9 months ago
  48. 94fac7f cue: more renamings to minimize diffs by Marcel van Lohuizen · 4 years, 9 months ago
  49. b6a3a4b cue: use Kind and Op from Package adt by Marcel van Lohuizen · 4 years, 9 months ago
  50. 03092d9 cue: rename fields to ease transition to package adt by Marcel van Lohuizen · 4 years, 9 months ago
  51. 7eafd8b internal/core/runtime: add Build method by Marcel van Lohuizen · 4 years, 9 months ago
  52. 5cf7756 internal/core/runtime: temporary helpers to aid transition by Marcel van Lohuizen · 4 years, 9 months ago
  53. b2ea648 cue: hoist functionality to cue/internal/runtime by Marcel van Lohuizen · 4 years, 9 months ago
  54. 3efd10d cue: prepare to hoist index type by Marcel van Lohuizen · 4 years, 9 months ago
  55. 18736bf internal/core/export: explicit generation of adt types by Marcel van Lohuizen · 4 years, 8 months ago
  56. 0ca4098 internal/core/subsume: initial implementation by Marcel van Lohuizen · 4 years, 8 months ago
  57. 38a19f8 internal/core/validate: initial implementation by Marcel van Lohuizen · 4 years, 9 months ago
  58. 08a9fdb internal/core/convert: initial commit by Marcel van Lohuizen · 4 years, 10 months ago
  59. 1d29ac3 internal/core/adt: add Resolve helper by Marcel van Lohuizen · 4 years, 8 months ago
  60. 0d12c33 internal/core/export: initial commit by Marcel van Lohuizen · 4 years, 10 months ago
  61. 0cfe411 cue/internal/adt: add builtin and import support by Marcel van Lohuizen · 4 years, 9 months ago
  62. 0f935f8 internal/core/eval: implement core evaluator by Marcel van Lohuizen · 4 years, 10 months ago
  63. 6be2b4f internal/core/debug: add compact mode by Marcel van Lohuizen · 4 years, 9 months ago
  64. 1f42c81 internal/core/compile: add new compiler by Marcel van Lohuizen · 5 years ago
  65. 6a08830 internal/core/adt: initial commit by Marcel van Lohuizen · 4 years, 9 months ago
  66. 94db2eb cmd/cue/cmd: include unexported constants for get go by Marcel van Lohuizen · 4 years, 8 months ago v0.2.2
  67. 8a0ac3e internal: add ToStruct helper. by Marcel van Lohuizen · 4 years, 8 months ago
  68. 0ccdee2 cue/gen.go: fix bug in generation. by Marcel van Lohuizen · 4 years, 8 months ago
  69. 616d9e8 encoding/openapi: fix generation bug in CRD path by Marcel van Lohuizen · 4 years, 8 months ago
  70. 29fa119 cmd/cue/cmd: allow overriding syntax limitation by Marcel van Lohuizen · 4 years, 8 months ago
  71. ed61df2 cue: return empty struct for disallowed unification by Marcel van Lohuizen · 4 years, 8 months ago
  72. 97b215f internal/cuetxtar: allow CUE_UPDATE env variable. by Marcel van Lohuizen · 4 years, 8 months ago
  73. 1784fca cue: add test cases by Marcel van Lohuizen · 4 years, 8 months ago
  74. f0f62b8 cue/ast: allow use of Embed in NewStruct by Marcel van Lohuizen · 4 years, 8 months ago
  75. c615c91 encoding/yaml: fix bug where an empty document is not treated as null by Marcel van Lohuizen · 4 years, 9 months ago
  76. f01cfc5 pkg/strings: add SliceRunes by Jean-Philippe Braun · 4 years, 9 months ago
  77. 9ebfa80 feat: add completion command by banst · 4 years, 9 months ago
  78. 57f8242 pkg/encoding/yaml: validate concreteness instead of instance of for Validate by Marcel van Lohuizen · 4 years, 9 months ago
  79. 21ca371 doc/ref/spec.md: alternative definitions for closedness and friends by Marcel van Lohuizen · 4 years, 10 months ago
  80. a20e1d4 cue/errors: don't equate error messages without line info by Marcel van Lohuizen · 4 years, 9 months ago
  81. 16a2b89 internal/cuetxtar: add Load function by Marcel van Lohuizen · 4 years, 9 months ago
  82. 8f07f84 cue: print hex numbers correctly by Marcel van Lohuizen · 4 years, 9 months ago
  83. 10fbc21 cue/ast: fix typo by Marcel van Lohuizen · 4 years, 9 months ago
  84. 097cf16 cue: allow Value to be set at any path in Fill by Marcel van Lohuizen · 4 years, 9 months ago
  85. ab43a15 cmd/cue/cmd: include tool and test files in fix by Marcel van Lohuizen · 4 years, 9 months ago
  86. d3c0096 encoding/openapi: update tests by Marcel van Lohuizen · 4 years, 9 months ago
  87. ecfbd72 encoding/openapi: date-time & string format by Malte Wrogemann · 4 years, 9 months ago
  88. 2a8b4ed encoding/openapi|jsonschema: allow bool for exclusiveNum by Marcel van Lohuizen · 4 years, 9 months ago v0.2.1
  89. 50b9067 encoding/openapi: wrap $ref in allOf when needed. by Marcel van Lohuizen · 4 years, 9 months ago
  90. 4d31efd cmd/cue/cmd: get go: import files to cue module if in main module by Marcel van Lohuizen · 4 years, 9 months ago
  91. cb21170 encoding/gocodec: Validate helper function by Marcel van Lohuizen · 4 years, 9 months ago
  92. 019060d cmd/cue/cmd: extract cue constraints in tags in get go by Marcel van Lohuizen · 4 years, 9 months ago
  93. eb7706b encoding/jsonschema: fix printing of error message by Marcel van Lohuizen · 4 years, 9 months ago
  94. f5315d4 cue/ast: don't require ellipsis to be at end of struct. by Marcel van Lohuizen · 4 years, 9 months ago
  95. 7aa2eb7 encoding/jsonschema: add support for OpenAPI nullable by Marcel van Lohuizen · 4 years, 9 months ago
  96. a91b869 encoding/jsonschema: constraints don't imply types by Marcel van Lohuizen · 4 years, 9 months ago
  97. 8bfdfe3 cue/ast/astutil: add Expr to File conversion (ToFile) by Marcel van Lohuizen · 4 years, 10 months ago
  98. 9cf3644 ci: revert ci changes for now by Paul Jolly · 4 years, 9 months ago
  99. f8e5c71 ci: fix dispatch again by Paul Jolly · 4 years, 9 months ago
  100. e72c9c3 ci: use cueckoo to create the temporary build branch by Paul Jolly · 4 years, 9 months ago