1. 826bd7b internal/core/adt: fix regression in close builtin by Marcel van Lohuizen · 3 years, 3 months ago v0.3.0-beta.2
  2. a086f74 internal/core/adt: fix disjunct dedupping regression by Marcel van Lohuizen · 3 years, 3 months ago
  3. ed7d254 ci: delete CL build branches once workflow is complete by Paul Jolly · 3 years, 3 months ago
  4. 8c41622 ci: fix dispatch workflow by Paul Jolly · 3 years, 3 months ago
  5. ccbfbd2 ci: move to build branch model by Paul Jolly · 3 years, 3 months ago
  6. bef7b26 internal/core/adt: fix cycle bug by Marcel van Lohuizen · 3 years, 3 months ago
  7. 5691606 internal/core/adt: add test for incomplete references in lets by Marcel van Lohuizen · 3 years, 3 months ago
  8. 0ffde15 pkg/internal: fix error codes for decimal and string lists by Marcel van Lohuizen · 3 years, 3 months ago
  9. f1b1804 cmd/cue/cmd/getgo: don't be clever by Marcel van Lohuizen · 3 years, 3 months ago
  10. 663939e internal/core/adt: improve errors for validator conflicts by Marcel van Lohuizen · 3 years, 3 months ago
  11. 13b68c8 internal/core/adt: minor cleanup by Marcel van Lohuizen · 3 years, 3 months ago
  12. ae1203c internal/core/adt: fix overzealous disambiguation by Marcel van Lohuizen · 3 years, 3 months ago
  13. 355cccd internal/core/adt: precompute optional field type info by Marcel van Lohuizen · 3 years, 3 months ago
  14. 9eee235 internal/core/adt: remove special "tentative" mode by Marcel van Lohuizen · 3 years, 3 months ago
  15. 34a91b9 internal/core/adt: fix some regressions by Marcel van Lohuizen · 3 years, 3 months ago
  16. 237a4ae ci: use the latest GitHub workflow definition by Paul Jolly · 3 years, 3 months ago
  17. 03aab97 internal/core: re-allow new definitions in closed structs by Paul Jolly · 3 years, 3 months ago
  18. 867f71f pkg/list: add builtins for list concatenation and repetition by Marcel van Lohuizen · 3 years, 4 months ago
  19. 172f006 doc/ref/spec.md: get rid of list operators by Marcel van Lohuizen · 3 years, 4 months ago
  20. ff48658 doc/ref/spec.md: disallow new definitions in closed structs by Marcel van Lohuizen · 3 years, 4 months ago
  21. 2ef72d8 internal/core/eval: fix result of closed embedding by Marcel van Lohuizen · 3 years, 4 months ago
  22. 008d37d internal/core/adt: catch errors for circular failures by Marcel van Lohuizen · 3 years, 4 months ago v0.3.0-beta.1
  23. 0c3791e internal/core/adt: add memory management by Marcel van Lohuizen · 3 years, 4 months ago
  24. 396202c internal/core/adt: don't pre-expand disjunctions by Marcel van Lohuizen · 3 years, 4 months ago
  25. 69e0c96 internal/core/adt: introduce HasDefaults for Disjunction by Marcel van Lohuizen · 3 years, 4 months ago
  26. 514082a internal/core/adt: keep nodeContext in Vertex by Marcel van Lohuizen · 3 years, 4 months ago
  27. a595db2 internal/core/adt: skip partial unify if unnencessary by Marcel van Lohuizen · 3 years, 4 months ago
  28. c62d8a0 internal/core: merge adt with eval package by Marcel van Lohuizen · 3 years, 4 months ago
  29. b619e0c internal/core/adt: consider closed status for equality by Marcel van Lohuizen · 3 years, 4 months ago
  30. d4c600f internal/core/export: extract docs from nested Vertex values by Marcel van Lohuizen · 3 years, 4 months ago
  31. 778719e internal/core/eval: breadth-first disjunction resolution by Marcel van Lohuizen · 3 years, 4 months ago
  32. d5b4ca8 internal/core/adt: add logging utilities for debugging by Marcel van Lohuizen · 3 years, 4 months ago
  33. 1fa69d5 internal/core/eval: recursive disjunctions by Marcel van Lohuizen · 3 years, 4 months ago
  34. 062b3d8 internal/core/eval: sort empty disjunction message to top of group by Marcel van Lohuizen · 3 years, 4 months ago
  35. 0ef6caa internal/core/eval: make arcMap a list by Marcel van Lohuizen · 3 years, 4 months ago
  36. 0e1e7b5 internal/core/eval: small cleanup of evaluation code by Marcel van Lohuizen · 3 years, 4 months ago
  37. cea55b2 internal/core: reimplementation of closedness algorithm by Marcel van Lohuizen · 3 years, 4 months ago
  38. 2be20f8 internal/core/eval: do not precompute matchers by Marcel van Lohuizen · 3 years, 4 months ago
  39. 9ca9e04 internal/core/eval: separate out dynamic fields by Marcel van Lohuizen · 3 years, 4 months ago
  40. 399ba76 internal/core/eval: export fieldSet fields by Marcel van Lohuizen · 3 years, 4 months ago
  41. 359685a internal/core/eval: use env from fieldSet by Marcel van Lohuizen · 3 years, 4 months ago
  42. 93c79a3 tools/flow: record dependencies per value based on path by Marcel van Lohuizen · 3 years, 4 months ago
  43. cc41853 doc/ref/spec.md: change disjunction rule by Marcel van Lohuizen · 3 years, 4 months ago
  44. 02ff29b internal/core/convert: fix faulty label update by Marcel van Lohuizen · 3 years, 4 months ago
  45. cefe38b internal/core/eval: keep semantics for [K]: T by Marcel van Lohuizen · 3 years, 5 months ago v0.3.0-alpha6
  46. f52a0ed doc/ref/spec.md: revert to the old semantics of [k]: v by Marcel van Lohuizen · 3 years, 4 months ago
  47. 85f8b46 pkg/path: activate OS-dependent version by Marcel van Lohuizen · 3 years, 5 months ago
  48. a50960c pkg/path/testdata: adapt Go implementation by Marcel van Lohuizen · 3 years, 5 months ago
  49. a2692ef pkg/path/testdata: move files to minimize diffs by Marcel van Lohuizen · 3 years, 5 months ago
  50. c77b9b0 pkg/path/testdata: stage filepath files from Go by Marcel van Lohuizen · 3 years, 5 months ago
  51. d5ced74 tools/flow: ignore faulty tasks outside the root by Marcel van Lohuizen · 3 years, 4 months ago
  52. b8c852d internal/core/adt: pass errors up in nested comprehensions by Marcel van Lohuizen · 3 years, 4 months ago
  53. 9c6ded8 internal/core/compile: don't panic for incorrect labels by Marcel van Lohuizen · 3 years, 4 months ago
  54. 6de877a internal/core/adt: make progression check an assert by Marcel van Lohuizen · 3 years, 5 months ago
  55. 31896af internal/core/eval: add more tests for embedding by Marcel van Lohuizen · 3 years, 5 months ago
  56. fac5d2e cue/load: allow ./... to load all packages by Marcel van Lohuizen · 3 years, 5 months ago
  57. 16809ea internal/core/export: support byte interpolations by Marcel van Lohuizen · 3 years, 5 months ago
  58. 2ea30a2 internal/core/export: fix crash with let comprehension export by Marcel van Lohuizen · 3 years, 5 months ago
  59. cbcb701 internal/core/adt: error message improvements by Marcel van Lohuizen · 3 years, 5 months ago
  60. f62bfed internal/core/adt: clean up Builtin and Validator semantics by Marcel van Lohuizen · 3 years, 5 months ago
  61. e841714 internal/core: move equality checks from eval to adt by Marcel van Lohuizen · 3 years, 5 months ago
  62. ff3e32f internal/core/convert: allow results of math to be integer by Marcel van Lohuizen · 3 years, 5 months ago
  63. 8b13752 internal/core/adt: move decimal logic into one place by Marcel van Lohuizen · 3 years, 5 months ago
  64. 136e51b internal/core: allow variable arg functions by Marcel van Lohuizen · 3 years, 5 months ago
  65. fa6308f internal/encoding: don't clobber files on crash by Marcel van Lohuizen · 3 years, 5 months ago
  66. fe73e8f cue/format: format let clause by Marcel van Lohuizen · 3 years, 5 months ago
  67. fb3b02e pkg/internal/builtin: use normal formatting for builtin test results by Marcel van Lohuizen · 3 years, 5 months ago
  68. e7e27e0 internal/core/export: allow showing recursive errors. by Marcel van Lohuizen · 3 years, 5 months ago
  69. 039fb59 internal/core/export: fix bytes printing bug by Marcel van Lohuizen · 3 years, 5 months ago
  70. 64434c4 tools/fix: rewrite integer division by Marcel van Lohuizen · 3 years, 5 months ago
  71. 63594ef internal/core/runtime: assign first label to `_`. by Marcel van Lohuizen · 3 years, 5 months ago
  72. e77ccb1 cmd/cue/cmd: don't bail for non-matching files by Marcel van Lohuizen · 3 years, 5 months ago
  73. bbe493a cmd/cue/cmd: more position information for field errors by Marcel van Lohuizen · 3 years, 5 months ago
  74. 555fb73 cue/parser: fix comment placement by Marcel van Lohuizen · 3 years, 5 months ago
  75. 2d568d3 internal/core/adt: better message for permanently non-concrete values by Marcel van Lohuizen · 3 years, 5 months ago
  76. 55602d9 internal/core/eval: fix closedness issue for lists by Marcel van Lohuizen · 3 years, 5 months ago
  77. ec6f95d internal/filetpes: improve error messages by Marcel van Lohuizen · 3 years, 5 months ago
  78. d0dd888 internal/core/adt: improve error message for optional fields by Marcel van Lohuizen · 3 years, 5 months ago
  79. d49777f internal/core/eval: better incomplete error messages by Marcel van Lohuizen · 3 years, 5 months ago
  80. 36f20510 internal/core/compile: add integer division builtins by Marcel van Lohuizen · 3 years, 5 months ago
  81. 0811662 internal/core/subsume: tests embeded scalars by Marcel van Lohuizen · 3 years, 5 months ago
  82. 13e4af1 internal/core/compile: fix issue in and builtin by Marcel van Lohuizen · 3 years, 5 months ago
  83. d174bc0 internal/cue/adt: remove use of Default in node by Marcel van Lohuizen · 3 years, 5 months ago
  84. 41afc87 internal/core/adt: automatic renaming by Marcel van Lohuizen · 3 years, 5 months ago
  85. 08a1652 internal/core/adt: introduce base value type by Marcel van Lohuizen · 3 years, 5 months ago
  86. 37293f9 internal/core/adt: add methods for concreteness by Marcel van Lohuizen · 3 years, 5 months ago
  87. 19f6f3f doc/ref/spec.md: perpare for allowing a.4.f by Marcel van Lohuizen · 3 years, 5 months ago
  88. 4db8ffb internal/core/adt: do list artihmetic with comprehensions by Marcel van Lohuizen · 3 years, 5 months ago
  89. 76ea22c internal/core/adt: add Assert for debugging by Marcel van Lohuizen · 3 years, 5 months ago
  90. 110d0bf cue/format: pad floats with leading or trailing periods by Marcel van Lohuizen · 3 years, 5 months ago
  91. fecdd83 cmd/cue/cmd: ignore possible top-level tasks by Marcel van Lohuizen · 3 years, 5 months ago
  92. d5177fd cue: map API values to more native ADT by Marcel van Lohuizen · 3 years, 5 months ago
  93. acc35f1 internal/core/eval: track fieldSets for data values by Marcel van Lohuizen · 3 years, 5 months ago
  94. 9f1fec6 internal/core/eval: hoist vertex processing logic by Marcel van Lohuizen · 3 years, 5 months ago
  95. a4d0928 internal/core/subsume: various bug fixes by Marcel van Lohuizen · 3 years, 5 months ago
  96. 8872b98 cue: fix PathCorrection tests by Marcel van Lohuizen · 3 years, 5 months ago
  97. 6c49cf0 cue: implement embedded scalars by Marcel van Lohuizen · 3 years, 5 months ago
  98. 1c904cc cue: allow multiple comprehensions in lists by Marcel van Lohuizen · 3 years, 5 months ago
  99. b687b7f cue: remove aliases used for refactoring by Marcel van Lohuizen · 3 years, 5 months ago
  100. 1e0faf0 internal/core/export: dedup let clauses for merged structs by Marcel van Lohuizen · 3 years, 5 months ago v0.3.0-alpha5