1. 6c58f25 cue: fix regression in merge by Marcel van Lohuizen · 4 years ago
  2. ef48a36 correct gcfg command example to cue command by Gareth Rushgrove · 4 years ago
  3. fe4abac doc/ref: refine default values, references and evaluation by Marcel van Lohuizen · 4 years ago
  4. 412e5ff cmd/cue/cmd: add get to define CUE package from Go by Marcel van Lohuizen · 4 years, 1 month ago
  5. e9fd214 cmd/cue/cmd: ignore optional fields for trim by Marcel van Lohuizen · 4 years ago
  6. 2b85fc8 cuego: new package for using CUE constrainst in Go by Marcel van Lohuizen · 4 years ago
  7. ffbc27e cmd/cue: fail with non-zero exit status by Marcel van Lohuizen · 4 years ago
  8. db4e4d2 doc/tutorial/kubernetes by Marcel van Lohuizen · 4 years ago
  9. 433ab7a cmd/cue: fix build by Marcel van Lohuizen · 4 years ago
  10. d6ddfdf cmd/cue/cmd: fix data race in import by Marcel van Lohuizen · 4 years ago
  11. bd0ce9e cmd/cue/cmd: add add command by Marcel van Lohuizen · 4 years ago
  12. 40f32e6 cmd/cue/cmd: add vet command by Marcel van Lohuizen · 4 years ago
  13. db46144 cue/load: exclude pkg dir from tooling by Marcel van Lohuizen · 4 years ago
  14. dd5b4bf cue: complete JSON conformance by Marcel van Lohuizen · 4 years ago
  15. 44ab013 cue/format: improve indentation of field values by Marcel van Lohuizen · 4 years ago
  16. 46e73ec cue: add function to convert Go type to a CUE value by Marcel van Lohuizen · 4 years ago
  17. b46a7ce cue: factor out conversion from Go functionality by Marcel van Lohuizen · 4 years ago
  18. 0e2bcd5 cue: avoid early evaluation in several cases by Marcel van Lohuizen · 4 years ago
  19. 5733336 cue: allow builtins defined in CUE by Marcel van Lohuizen · 4 years ago
  20. 466e3f6 cue: extend Option API by Marcel van Lohuizen · 4 years ago
  21. 8bc02e5 cue: compile builtins at init time by Marcel van Lohuizen · 4 years ago
  22. 08a0ef2 cue: add optional fields by Marcel van Lohuizen · 4 years ago
  23. bcf832f doc/ref: propose reserving identifiiers starting with `__` by Marcel van Lohuizen · 4 years ago
  24. ea2de89 cue/parser: resolve identifiers for ParseExpr by Marcel van Lohuizen · 4 years ago
  25. 39822d7 cue: implement rewrite for unification type by Marcel van Lohuizen · 4 years ago
  26. 2601ab8 cue: fix error message for empty disjunction by Marcel van Lohuizen · 4 years ago
  27. 9bf93c0 cue: return arc type, instead of individual parameters by Marcel van Lohuizen · 4 years ago
  28. 2b0e7cd doc/ref: fix spec of regular expressions by Marcel van Lohuizen · 4 years ago
  29. b9b62d3 doc/ref: added field attributes by Marcel van Lohuizen · 4 years, 1 month ago
  30. 6e5d993 doc/ref: alternative alternative spec for default values by Marcel van Lohuizen · 4 years, 1 month ago
  31. 8dfef67 README.md: rewrote intro by Marcel van Lohuizen · 4 years, 1 month ago
  32. dfd4728 cue/parser: use a more robust exit mechanism by Marcel van Lohuizen · 4 years, 1 month ago
  33. 93bffe3 cue: fix subsumption for regular expressions by Marcel van Lohuizen · 4 years, 1 month ago
  34. 9ccf273 cue/load: allow imports from a module root package directory by Marcel van Lohuizen · 4 years, 1 month ago
  35. 4fb16ae cme/cue/cmd: unexport RootCmd by Marcel van Lohuizen · 4 years, 1 month ago
  36. f0c9404 doc/tutorial/basics: include commands to run by Marcel van Lohuizen · 4 years, 1 month ago
  37. 0117d90 doc/tutorial/basics: added raw strings and regexps by Marcel van Lohuizen · 4 years, 1 month ago
  38. 0aeeeaf cue: add list (in)equality by Marcel van Lohuizen · 4 years, 1 month ago
  39. 09d814d cue: support list addition by Marcel van Lohuizen · 4 years, 1 month ago
  40. 0500c31 cue: fix list multiplication for 1-element lists by Jonathan Amsterdam · 4 years, 1 month ago
  41. bedcf0c cue/token: rename names for & and | by Marcel van Lohuizen · 4 years, 1 month ago
  42. 935a478 cue/ast: get rid of unused ast.Ellipses by Marcel van Lohuizen · 4 years, 1 month ago
  43. b903c78 doc/tutorial/basics: fix typo by Marcel van Lohuizen · 4 years, 1 month ago
  44. d401e72 cue: support multiplication of strings and bytes by Marcel van Lohuizen · 4 years, 1 month ago
  45. 316d3db cmd/cue/cmd: allow proceeding on validation error by Marcel van Lohuizen · 4 years, 1 month ago
  46. 5f5d39f cue/export: evaluate templates when exporting by Marcel van Lohuizen · 4 years, 1 month ago
  47. db9d25a doc: a few small fixes by Marcel van Lohuizen · 4 years, 1 month ago
  48. 35f029d cue: clarify behavior of matchBinOpKind by Jonathan Amsterdam · 4 years, 2 months ago
  49. 0018c74 cue: improve support for exporting partial results by Marcel van Lohuizen · 4 years, 1 month ago
  50. 50eea6b cue: simplify cycle handlng for expressions by Marcel van Lohuizen · 4 years, 1 month ago
  51. 7cd3343 cmd/cue/cmd: add tests for export command by Marcel van Lohuizen · 4 years, 1 month ago
  52. 88a8a5f doc/ref: fix typo by Marcel van Lohuizen · 4 years, 1 month ago
  53. f54e594 Merge "cue: hoist literal string parsing into new package" by Marcel van Lohuizen · 4 years, 1 month ago
  54. bbdfb89 Merge "cue: implement custom escape delimiters" by Marcel van Lohuizen · 4 years, 1 month ago
  55. 0aebeb5 Merge "cue: fix cycle issue" by Marcel van Lohuizen · 4 years, 1 month ago
  56. 3cc0dba Merge "cmd/cue/cmd: use format for eval" by Marcel van Lohuizen · 4 years, 1 month ago
  57. 6486b14 Merge "cue: return an ast.Expr instead of Instance" by Marcel van Lohuizen · 4 years, 1 month ago
  58. 74cb416 Merge "cue/format: expose some options in the API" by Marcel van Lohuizen · 4 years, 1 month ago
  59. eadbf84 Merge "doc/tutorian/basics: fix typo" by Marcel van Lohuizen · 4 years, 1 month ago
  60. 6ceb601 cue: hoist literal string parsing into new package by Marcel van Lohuizen · 4 years, 1 month ago
  61. 369e423 cue: implement custom escape delimiters by Marcel van Lohuizen · 4 years, 1 month ago
  62. 8960144 cue: fix cycle issue by Marcel van Lohuizen · 4 years, 1 month ago
  63. 3d30a78 cmd/cue/cmd: use format for eval by Marcel van Lohuizen · 4 years, 1 month ago
  64. d4847d9 cue: return an ast.Expr instead of Instance by Marcel van Lohuizen · 4 years, 1 month ago
  65. dd30dd4 cue/format: expose some options in the API by Marcel van Lohuizen · 4 years, 1 month ago
  66. 2e36159 doc/tutorian/basics: fix typo by Marcel van Lohuizen · 4 years, 1 month ago
  67. 565dace Merge "doc/tutorial/basics: fix some typos and broken URLs" by Marcel van Lohuizen · 4 years, 1 month ago
  68. 5e37f60 doc: Fix link to the k8s tutorial. by Patrick Flynn · 4 years, 1 month ago
  69. 1dda348 doc/tutorial/basics: fix some typos and broken URLs by Anthony Yeh · 4 years, 2 months ago
  70. 5510247 Merge "cue: fix type checking for numeric arithmetic ops" by Marcel van Lohuizen · 4 years, 2 months ago
  71. 3864900 Merge "cue: implement regexp support" by Marcel van Lohuizen · 4 years, 2 months ago
  72. 03da2ce Merge "doc/ref: introduce regular expression syntax" by Marcel van Lohuizen · 4 years, 2 months ago
  73. 0a7717d cue: fix type checking for numeric arithmetic ops by Marcel van Lohuizen · 4 years, 2 months ago
  74. 706e69c cue: implement regexp support by Marcel van Lohuizen · 4 years, 2 months ago
  75. 32c5d9f README.md: link to issue tracker by Jonathan Amsterdam · 4 years, 2 months ago
  76. 0a0a3ac doc/ref: introduce regular expression syntax by Marcel van Lohuizen · 4 years, 2 months ago
  77. 7d0797b cue: implement unary comparators and remove ranges by Marcel van Lohuizen · 4 years, 2 months ago
  78. 62b8727 doc/ref: remove ranges from spec by Marcel van Lohuizen · 4 years, 2 months ago
  79. 7da140a doc/ref: add spec for bounds by Marcel van Lohuizen · 4 years, 2 months ago
  80. 855243e cue: allow comparison against null by Marcel van Lohuizen · 4 years, 2 months ago
  81. fc6303c cue: use 0o notation for octal numbers by Marcel van Lohuizen · 4 years, 2 months ago
  82. 1ee36c8 cue: tighten subsumes for disjunction by Marcel van Lohuizen · 4 years, 2 months ago
  83. e7e8f0d cue: fix bug in normalization by Marcel van Lohuizen · 4 years, 2 months ago
  84. a8d8a3c spec: make unification and disjuction sections symmetric by Jonathan Amsterdam · 4 years, 2 months ago
  85. 13e36bd doc/ref: clean up list spec by Marcel van Lohuizen · 4 years, 2 months ago
  86. 08466f8 doc/ref: a few small changes to the spec by Marcel van Lohuizen · 4 years, 2 months ago
  87. 94b5ccc cue: make defaults associative by Marcel van Lohuizen · 4 years, 2 months ago
  88. 7f48df7 cue: fix reentrancy issue by Marcel van Lohuizen · 4 years, 2 months ago
  89. a3f0097 doc/ref: one char type fixup by Marcel van Lohuizen · 4 years, 2 months ago
  90. 6977a74 doc/tutorial/basics: examples about cycles by Marcel van Lohuizen · 4 years, 2 months ago
  91. e71fec6 doc/tutorial/basics: doc fixes by Marcel van Lohuizen · 4 years, 2 months ago
  92. 73f14eb doc/ref: split the implementation pointers from the spec by Marcel van Lohuizen · 4 years, 2 months ago
  93. d340e8d doc/ref: remove some unimplemented aspects of the spec by Marcel van Lohuizen · 4 years, 2 months ago
  94. e5d8d09 doc/tutorial/kubernetes: more updates on docs with new semantics by Marcel van Lohuizen · 4 years, 2 months ago
  95. 004bef5 cue: implementation of reference cycle handling by Marcel van Lohuizen · 4 years, 2 months ago
  96. c9b3cb2 cue: implementation of marked defaults by Marcel van Lohuizen · 4 years, 2 months ago
  97. 6713ae2 doc/ref: add spec for cycles by Marcel van Lohuizen · 4 years, 2 months ago
  98. 69139d6 doc/ref: alternative spec for default values by Marcel van Lohuizen · 4 years, 2 months ago
  99. 45163fa doc/ref: updates to spec based on jba’s comments by Marcel van Lohuizen · 4 years, 2 months ago
  100. 5953c66 doc: reposition CUE as a data constraint language by Marcel van Lohuizen · 4 years, 2 months ago