1. 815dca2 doc/tutorial: fixing bad link in string literals by xinau · 4 years, 5 months ago
  2. 324cc0f cue: don't validate optional fields by Marcel van Lohuizen · 4 years, 5 months ago
  3. 503fecd Decode null as NULL token in yaml decoder by Adieu · 4 years, 5 months ago
  4. d7d2837 describe the `go get` step before `cue get go` in the tutorial by Florian Klein · 4 years, 5 months ago
  5. 3d0b204 cue: fix crash on alias use in lists by Marcel van Lohuizen · 4 years, 5 months ago
  6. a9fdbe7 cmd/cue/cmd: track use of indexing op for dependencies by Marcel van Lohuizen · 4 years, 6 months ago
  7. b3cde9d cue: Reference handles concrete values for index operations by Marcel van Lohuizen · 4 years, 5 months ago
  8. 030b9b7 cue: remove uses of log.Panicf by Marcel van Lohuizen · 4 years, 5 months ago
  9. 31cd2b7 internal/diff: first stab add diffing functionality by Marcel van Lohuizen · 4 years, 6 months ago
  10. 8a2df96 cue/scanner: allow $ as a letter in identifies by Marcel van Lohuizen · 4 years, 6 months ago
  11. 7334a13 pkg/math: use higher precision implementations by Marcel van Lohuizen · 4 years, 6 months ago
  12. 7fdff9c pkg/math/bits: complete operations by Marcel van Lohuizen · 4 years, 6 months ago
  13. afdbec3 cue: disallow references to string labels (per spec) by Marcel van Lohuizen · 4 years, 6 months ago
  14. ff96e8d cue/parser: improve error message for misused keywords by Marcel van Lohuizen · 4 years, 6 months ago
  15. f16c065 cue/format: improve indentation of in comprehensions by Marcel van Lohuizen · 4 years, 6 months ago
  16. 40d2667 cue: fix exporting of label aliases by Marcel van Lohuizen · 4 years, 6 months ago
  17. 5c2d937 cue: don't turn of manifesting in normalization by Marcel van Lohuizen · 4 years, 6 months ago
  18. fa59c10 cue: generate builtins to update task documentation by Marcel van Lohuizen · 4 years, 6 months ago v0.0.14
  19. ff34272 cue: implement key filters using new syntax by Marcel van Lohuizen · 4 years, 6 months ago
  20. 2437f9d doc/tutorial/kubernetes: update formatting by Marcel van Lohuizen · 4 years, 6 months ago
  21. fd127fe cmd/cue/cmd: clarify location for commands in error message by Marcel van Lohuizen · 4 years, 6 months ago
  22. 60b298b cue/load: revert: report when "tool" pkg is used in non-tool file by Marcel van Lohuizen · 4 years, 6 months ago
  23. 29f70f2 cmd/cue/cmd: report error for certain deprecated syntax by Marcel van Lohuizen · 4 years, 6 months ago
  24. 98b8d2f cue/parser: record position of deprecated feature by Marcel van Lohuizen · 4 years, 6 months ago
  25. 72b36fb cmd/cue/cmd: update more examples to the new format by Marcel van Lohuizen · 4 years, 6 months ago
  26. 329cd5b cmd/cue/cmd: get go: convert Go block comments by Marcel van Lohuizen · 4 years, 6 months ago
  27. f979aa6 cmd/cue/cmd: correct module output by Marcel van Lohuizen · 4 years, 6 months ago
  28. b763fde cmd/cue: rewrite quoted identifiers by Marcel van Lohuizen · 4 years, 6 months ago
  29. 39df6c9 doc/ref/spec.md: bug fix: add solidus to escaped_char by Marcel van Lohuizen · 4 years, 6 months ago
  30. 26a1a0e cmd/cue/cmd: update trim documentation to new syntax by Marcel van Lohuizen · 4 years, 6 months ago
  31. b13155b cue/load: make cue.mod the default desitination by Marcel van Lohuizen · 4 years, 6 months ago
  32. 9707302 cmd/cue/cmd: added cue mod init command by Marcel van Lohuizen · 4 years, 6 months ago
  33. b34bce7 cue/load: allow cue.mod to be directory by Marcel van Lohuizen · 4 years, 6 months ago
  34. 391e7ae Readme.md: add GolangCI badge by Marcel van Lohuizen · 4 years, 10 months ago
  35. 2cd4162 README.md: bump supported go version to 1.12+ by Marcel van Lohuizen · 4 years, 6 months ago
  36. 9ffcbbc doc/ref/spec.md: write out spec for aliases and optional field sets by Marcel van Lohuizen · 4 years, 6 months ago
  37. c7791ac doc/ref/spec.md: introduce colons as separators by Marcel van Lohuizen · 4 years, 7 months ago
  38. 6d8c95d cue: more conversions to new style templates by Marcel van Lohuizen · 4 years, 6 months ago
  39. 8192b54 cue: generate new-style maps when exporting by Marcel van Lohuizen · 4 years, 6 months ago
  40. 23623fa doc/tutorial/kubernetes: update to new syntax by Marcel van Lohuizen · 4 years, 6 months ago
  41. 0b4f016 cue/load: allow cue.mod to be directory by Marcel van Lohuizen · 4 years, 6 months ago
  42. fe8ab34 Fix typo (#164) by mattn · 4 years, 6 months ago
  43. 467d7bc cue: move to square brackets by Marcel van Lohuizen · 4 years, 6 months ago
  44. 9752844 cue/ast: add NewList helper by Marcel van Lohuizen · 4 years, 6 months ago
  45. 7057dde cue/parser: fix comment attachement issue by Marcel van Lohuizen · 4 years, 6 months ago
  46. 312fca9 cue/parser: disallow declarations with __foo identifiers as per spec by Marcel van Lohuizen · 4 years, 7 months ago
  47. 4177df9 cue/parser: fix comment attachement issues by Marcel van Lohuizen · 4 years, 6 months ago
  48. 4759dd2 cue/format: formatting of nested single-line fields by Marcel van Lohuizen · 4 years, 7 months ago
  49. 300af3e cue: introduce colon-separated labels by Marcel van Lohuizen · 4 years, 7 months ago
  50. 0d0b9ad doc/ref/spec.md: add newline before comments by Marcel van Lohuizen · 4 years, 7 months ago v0.0.13
  51. a3c7bef cue: change emit value semantics by Marcel van Lohuizen · 4 years, 7 months ago
  52. 3022ae9 cue: fail if non-optional definitions are bottom by Marcel van Lohuizen · 4 years, 6 months ago
  53. 67169f4 pkg: exclude some builtins from generation by Marcel van Lohuizen · 4 years, 6 months ago v0.0.12
  54. c40e450 pkg: update documentation and run gofmt by Marcel van Lohuizen · 4 years, 6 months ago
  55. 20b0a0a pkg/list: remove Flatten and simpilfy FlattenN by Marcel van Lohuizen · 4 years, 6 months ago
  56. a83af29 pkg/list: adding flattenN function as a builtin by xinau · 4 years, 6 months ago
  57. 081251e cue: document that zero value of Runtime is OK to use. by Roger Peppe · 4 years, 6 months ago
  58. 6deb0df cue: make users aware of the --list flag when encountering a list by Michael Stapelberg · 4 years, 6 months ago
  59. e783813 pkg/list: fix MinItems by Joel Longtine · 4 years, 6 months ago
  60. 4524da6 cue: move up processing of comprehension by Marcel van Lohuizen · 4 years, 6 months ago
  61. 7068dea cue: workaround for empty "or" lists by Marcel van Lohuizen · 4 years, 6 months ago
  62. 405a191 cue: improved error message by Marcel van Lohuizen · 4 years, 6 months ago
  63. f2654de cue: close struct only after referencing by Marcel van Lohuizen · 4 years, 6 months ago
  64. fbb38bc cue: fix comparing against bottom by Marcel van Lohuizen · 4 years, 6 months ago
  65. 8927b63 cue: bug fix: retain references with interleaved embedding by Marcel van Lohuizen · 4 years, 6 months ago
  66. fa7e3ce cue: relax rules for closed structs by Marcel van Lohuizen · 4 years, 7 months ago
  67. 78043ab cmd/cue/cmd: fix: disable elimination of slices by Marcel van Lohuizen · 4 years, 6 months ago
  68. 68a054b pkg/regexp: add more regexp builtins by Marcel van Lohuizen · 4 years, 6 months ago
  69. c85bebe cue: pass on compile-time errors by Marcel van Lohuizen · 4 years, 6 months ago
  70. bd64ebc cmd/cue/cmd: import: use astutil by Marcel van Lohuizen · 4 years, 6 months ago
  71. c7dc930 cue/ast/astutil: allow recursive application by Marcel van Lohuizen · 4 years, 6 months ago
  72. 7d1cb13 cue: add Kind.String method by Roger Peppe · 4 years, 6 months ago
  73. b0d1a07 doc/tutorial/basics: remove old docs by Marcel van Lohuizen · 4 years, 8 months ago
  74. 5ac1fbf pkg/list: adding range function as a builtin by xinau · 4 years, 7 months ago
  75. 00eb9d2 doc/tutorial/basics: add pieces on structs and definitions by Marcel van Lohuizen · 4 years, 7 months ago
  76. 27b4ea5 doc/tutorial/basic: use definitions with "emit" examples by Marcel van Lohuizen · 4 years, 7 months ago
  77. 7213fa9 encoding/protobuf: don't encode default values for enums by Marcel van Lohuizen · 4 years, 7 months ago
  78. 9e294ac cmd/cue/cmd: add MainTest by Marcel van Lohuizen · 4 years, 7 months ago
  79. a38f5bc cue/parser: add support for failing on legacy grammar by Marcel van Lohuizen · 4 years, 7 months ago
  80. 929e71f cue/format: indent single line instead of 2 after embedding by Marcel van Lohuizen · 4 years, 7 months ago
  81. aeaf006 doc/tutorial/basics: update some sections by Marcel van Lohuizen · 4 years, 7 months ago
  82. 934fec9 doc/tutorial/basics: correct name of section by Marcel van Lohuizen · 4 years, 7 months ago
  83. 9d53106 doc/tutorial/basic: number chapter directories by Marcel van Lohuizen · 4 years, 7 months ago
  84. 7e4dc22 encoding/openapi: support Definitions by Marcel van Lohuizen · 4 years, 7 months ago
  85. e1656a1 cue: add Definitions option and deprecate Hidden by Marcel van Lohuizen · 4 years, 7 months ago
  86. 9b70cf3 encoding/openapi: add paths:{} by Eric Adlam · 4 years, 7 months ago
  87. ffff7fa cue: add test for Issue #94 by Marcel van Lohuizen · 4 years, 7 months ago
  88. 75d2c37 cue: bind reference as lookup in parent node by Marcel van Lohuizen · 4 years, 7 months ago
  89. b0bba12 doc/tutorial/kubernetes: update definitions by Marcel van Lohuizen · 4 years, 7 months ago
  90. e7abb20 encoding/protobuf: don't use disallowed "__" prefix by Marcel van Lohuizen · 4 years, 7 months ago
  91. a9f25f8 doc/tutorial/basics/intro: disable test by Marcel van Lohuizen · 4 years, 7 months ago
  92. 0b043c9 cmd/cue/cmd: auto-detect test mode by Marcel van Lohuizen · 4 years, 7 months ago
  93. df08087 doc/tutorial/basics: reorganize and simplify intro by Marcel van Lohuizen · 4 years, 7 months ago
  94. d4c1734 doc/tutorial/basics: order files by Marcel van Lohuizen · 4 years, 7 months ago
  95. 30a6c2b README.md: add Github build badge by Marcel van Lohuizen · 4 years, 7 months ago
  96. a76cbed start using GitHub Actions as CI by Daniel Mart? · 4 years, 7 months ago
  97. f3cd848 doc/tutorial/basics: generate testscript cases by Marcel van Lohuizen · 4 years, 8 months ago
  98. d437bd5 doc/tutorial/kubernetes: update definitions by Marcel van Lohuizen · 4 years, 7 months ago
  99. 22e054b cmd/cue/cmd: always print newline at end of eval by Marcel van Lohuizen · 4 years, 7 months ago
  100. 21f6c44 doc/ref/spec.md: bring scoping in line with reality by Marcel van Lohuizen · 4 years, 7 months ago