1. e841714 internal/core: move equality checks from eval to adt by Marcel van Lohuizen · 3 years, 6 months ago
  2. ff3e32f internal/core/convert: allow results of math to be integer by Marcel van Lohuizen · 3 years, 6 months ago
  3. 8b13752 internal/core/adt: move decimal logic into one place by Marcel van Lohuizen · 3 years, 6 months ago
  4. 136e51b internal/core: allow variable arg functions by Marcel van Lohuizen · 3 years, 6 months ago
  5. fa6308f internal/encoding: don't clobber files on crash by Marcel van Lohuizen · 3 years, 6 months ago
  6. fe73e8f cue/format: format let clause by Marcel van Lohuizen · 3 years, 6 months ago
  7. fb3b02e pkg/internal/builtin: use normal formatting for builtin test results by Marcel van Lohuizen · 3 years, 6 months ago
  8. e7e27e0 internal/core/export: allow showing recursive errors. by Marcel van Lohuizen · 3 years, 6 months ago
  9. 039fb59 internal/core/export: fix bytes printing bug by Marcel van Lohuizen · 3 years, 6 months ago
  10. 64434c4 tools/fix: rewrite integer division by Marcel van Lohuizen · 3 years, 6 months ago
  11. 63594ef internal/core/runtime: assign first label to `_`. by Marcel van Lohuizen · 3 years, 6 months ago
  12. e77ccb1 cmd/cue/cmd: don't bail for non-matching files by Marcel van Lohuizen · 3 years, 6 months ago
  13. bbe493a cmd/cue/cmd: more position information for field errors by Marcel van Lohuizen · 3 years, 6 months ago
  14. 555fb73 cue/parser: fix comment placement by Marcel van Lohuizen · 3 years, 6 months ago
  15. 2d568d3 internal/core/adt: better message for permanently non-concrete values by Marcel van Lohuizen · 3 years, 6 months ago
  16. 55602d9 internal/core/eval: fix closedness issue for lists by Marcel van Lohuizen · 3 years, 6 months ago
  17. ec6f95d internal/filetpes: improve error messages by Marcel van Lohuizen · 3 years, 6 months ago
  18. d0dd888 internal/core/adt: improve error message for optional fields by Marcel van Lohuizen · 3 years, 6 months ago
  19. d49777f internal/core/eval: better incomplete error messages by Marcel van Lohuizen · 3 years, 6 months ago
  20. 36f20510 internal/core/compile: add integer division builtins by Marcel van Lohuizen · 3 years, 6 months ago
  21. 0811662 internal/core/subsume: tests embeded scalars by Marcel van Lohuizen · 3 years, 6 months ago
  22. 13e4af1 internal/core/compile: fix issue in and builtin by Marcel van Lohuizen · 3 years, 6 months ago
  23. d174bc0 internal/cue/adt: remove use of Default in node by Marcel van Lohuizen · 3 years, 6 months ago
  24. 41afc87 internal/core/adt: automatic renaming by Marcel van Lohuizen · 3 years, 6 months ago
  25. 08a1652 internal/core/adt: introduce base value type by Marcel van Lohuizen · 3 years, 6 months ago
  26. 37293f9 internal/core/adt: add methods for concreteness by Marcel van Lohuizen · 3 years, 6 months ago
  27. 19f6f3f doc/ref/spec.md: perpare for allowing a.4.f by Marcel van Lohuizen · 3 years, 6 months ago
  28. 4db8ffb internal/core/adt: do list artihmetic with comprehensions by Marcel van Lohuizen · 3 years, 6 months ago
  29. 76ea22c internal/core/adt: add Assert for debugging by Marcel van Lohuizen · 3 years, 6 months ago
  30. 110d0bf cue/format: pad floats with leading or trailing periods by Marcel van Lohuizen · 3 years, 6 months ago
  31. fecdd83 cmd/cue/cmd: ignore possible top-level tasks by Marcel van Lohuizen · 3 years, 6 months ago
  32. d5177fd cue: map API values to more native ADT by Marcel van Lohuizen · 3 years, 6 months ago
  33. acc35f1 internal/core/eval: track fieldSets for data values by Marcel van Lohuizen · 3 years, 6 months ago
  34. 9f1fec6 internal/core/eval: hoist vertex processing logic by Marcel van Lohuizen · 3 years, 6 months ago
  35. a4d0928 internal/core/subsume: various bug fixes by Marcel van Lohuizen · 3 years, 6 months ago
  36. 8872b98 cue: fix PathCorrection tests by Marcel van Lohuizen · 3 years, 6 months ago
  37. 6c49cf0 cue: implement embedded scalars by Marcel van Lohuizen · 3 years, 6 months ago
  38. 1c904cc cue: allow multiple comprehensions in lists by Marcel van Lohuizen · 3 years, 6 months ago
  39. b687b7f cue: remove aliases used for refactoring by Marcel van Lohuizen · 3 years, 6 months ago
  40. 1e0faf0 internal/core/export: dedup let clauses for merged structs by Marcel van Lohuizen · 3 years, 6 months ago v0.3.0-alpha5
  41. 56eb4b1 cue: generate error node rather than panic on faulty output. by Marcel van Lohuizen · 3 years, 6 months ago
  42. 7980ec5 internal/core/eval: handle disjunction failure more properly by Marcel van Lohuizen · 3 years, 6 months ago
  43. 187c734 internal/core/export: handle alias and lets by Marcel van Lohuizen · 3 years, 6 months ago
  44. fcd96de doc/ref/spec.md: define "regular"; fix typos by Jonathan Amsterdam · 3 years, 6 months ago
  45. cd621ff internal/cue/eval: fix faulty status in tentative result by Marcel van Lohuizen · 3 years, 6 months ago
  46. f4f2a02 cue: dig up wrapped error in valueError by Marcel van Lohuizen · 3 years, 6 months ago
  47. 03abe87 cue: remove most uses of xerrors by Marcel van Lohuizen · 3 years, 6 months ago
  48. 3585705 internal/core/convert: fix for embedded structs are not honored by Dag Stromsvag · 3 years, 6 months ago
  49. c715b94 cmd/cue/cmd: use tools/flow by Marcel van Lohuizen · 3 years, 6 months ago
  50. d3ff4a1 tools/flow: add IgnoreConcrete option by Marcel van Lohuizen · 3 years, 6 months ago
  51. 00f345b tools/flow: API for CUE-based workflow engine by Marcel van Lohuizen · 3 years, 7 months ago
  52. 8661255 encoding/protobuf: fix trailing comment in oneof bug by Marcel van Lohuizen · 3 years, 6 months ago
  53. 7463d11 internal/core/dep: support dynamic dependencies by Marcel van Lohuizen · 3 years, 6 months ago
  54. c60e115 internal/core/dep: first stab at precise dependency analyzer by Marcel van Lohuizen · 3 years, 6 months ago
  55. dbfa73b internal/cuetxtar: allow multiple golden files by Marcel van Lohuizen · 3 years, 6 months ago
  56. d1cbe10 internal/core/eval: fix spurious cycle detection by Marcel van Lohuizen · 3 years, 6 months ago
  57. b99fd08 internal/core/cue: fix hang on cycles in embeddings in comprehensions by Marcel van Lohuizen · 3 years, 6 months ago
  58. 6165736 cue: allow access to Selectors of Path by Marcel van Lohuizen · 3 years, 6 months ago
  59. b886b0f internal/core/compile: fix mutual dependent let clauses by Marcel van Lohuizen · 3 years, 6 months ago
  60. aa87887 ci: drop use of set-env in CI scripts by Paul Jolly · 3 years, 7 months ago
  61. 74329a1 cue: doc improvements by Marcel van Lohuizen · 3 years, 7 months ago
  62. 54b13db cue/literal: fix multiline quotes by Roger Peppe · 3 years, 7 months ago
  63. 409dacf cue: support getting and looking up paths by Marcel van Lohuizen · 3 years, 7 months ago
  64. 1a2105e internal/core/eval: fix hang in cyclic in comprehension evaluation by Marcel van Lohuizen · 3 years, 7 months ago
  65. 635fbdd internal/core/eval: fix spurious cycle for bulk constraints by Marcel van Lohuizen · 3 years, 7 months ago
  66. aee9955 internal/core/eval: fix cycle bug for comprehensions by Marcel van Lohuizen · 3 years, 7 months ago
  67. 1888d65 internal/core/eval: fix bug in cycle handling by Marcel van Lohuizen · 3 years, 7 months ago
  68. 1d8c688 internal/core/eval: fix bug with nested embeded comprehensions by Marcel van Lohuizen · 3 years, 7 months ago
  69. 3cfb4ab internal/core/eval: fix irregular dynamic fields by Marcel van Lohuizen · 3 years, 7 months ago
  70. b5821dc interanal/core/runtime: move building logic from cue package by Marcel van Lohuizen · 3 years, 7 months ago
  71. f2a4a42 internal/filetypes: hard-wire common case by Marcel van Lohuizen · 3 years, 8 months ago
  72. 30704a7 internal/core/eval: reduce per-node allocations by Marcel van Lohuizen · 3 years, 8 months ago
  73. e05eee7 cue/errors: correct handling of wrapping list errors by Marcel van Lohuizen · 3 years, 8 months ago
  74. ab0a2f3 internal/core/eval: re-allow ... with embeddings by Marcel van Lohuizen · 3 years, 8 months ago
  75. 4cda4a3 cmd/cue/cmd: allow inlined embedding of pointer types by Marcel van Lohuizen · 3 years, 8 months ago
  76. 99d18dc pkg/list/sort: always use stable sort by Marcel van Lohuizen · 3 years, 8 months ago
  77. 737a103 internal: hoist a single embedding in ToExpr by Marcel van Lohuizen · 3 years, 8 months ago
  78. b4aa96d all: implement hidden identifiers scoped per-package by Marcel van Lohuizen · 3 years, 8 months ago
  79. 732b6d5 cue/parser: support string selector labels by Marcel van Lohuizen · 3 years, 8 months ago v0.3.0-alpha4
  80. 3914ef8 internal/core/eval: check for nil pointer by Marcel van Lohuizen · 3 years, 8 months ago
  81. 2ac4d85 cue/format: indent multiline string literals based on context. by Marcel van Lohuizen · 3 years, 8 months ago
  82. c886094 cue/literal: implement CUE-specific quoting by Marcel van Lohuizen · 3 years, 8 months ago
  83. 03fa5a8 internal/core/eval: fully evaluate nested unification by Marcel van Lohuizen · 3 years, 8 months ago
  84. 241c5bf cue/parser: allow let clause in comprehension by Marcel van Lohuizen · 3 years, 8 months ago
  85. 0eb7cc5 internal/core/eval: add more positions to conflict errors by Marcel van Lohuizen · 3 years, 8 months ago
  86. 80f0bee cue/parser: better error message for old-style definitions by Marcel van Lohuizen · 3 years, 8 months ago
  87. 3af2683 encoding/protobuf: parse message options by Marcel van Lohuizen · 3 years, 8 months ago
  88. 65468d5 doc/tutorial/kubernetes: update import by Marcel van Lohuizen · 3 years, 8 months ago
  89. d23402c internal/core/compile: fix alias resolution bug by Marcel van Lohuizen · 3 years, 8 months ago
  90. 742593f internal/core/compile: fix hidden definition bug by Marcel van Lohuizen · 3 years, 8 months ago
  91. 8ad07fa Readme.md: remove Go Report Card by Marcel van Lohuizen · 3 years, 8 months ago
  92. 11b507c cue/load: don't hang on files named - by Marcel van Lohuizen · 3 years, 8 months ago
  93. e9286f0 doc/ref/spec.md: fix builtin func by chai2010 · 3 years, 8 months ago
  94. 5bfe37d pkg/tool/cli: support ask task by chai2010 · 3 years, 10 months ago
  95. 1c29042 internal/third_party/yaml: drop support for non-standard scalars by Roger Peppe · 3 years, 8 months ago
  96. 1fdc02a internal/core/eval: simplify validators upon evaluator by Marcel van Lohuizen · 3 years, 8 months ago
  97. 6354c40 cue/parser: allow ... anywhere in struct by Marcel van Lohuizen · 3 years, 8 months ago
  98. f0df4df internal/core/eval: performance: unify an arc only once per node by Marcel van Lohuizen · 3 years, 8 months ago
  99. da69dc0 internal/core/eval: ... does not apply to defintions by Marcel van Lohuizen · 3 years, 8 months ago
  100. 15e8a05 doc/ref/spec.md: refinement of closedness by Marcel van Lohuizen · 3 years, 8 months ago