1. ca66319 cue/load: report when "tool" pkg is used in non-tool file by Marcel van Lohuizen · 4 years, 6 months ago
  2. 1a33709 cue/ast: reorganization of node types by Marcel van Lohuizen · 4 years, 6 months ago
  3. de86f0f cue/load: be more permissive with file loading by Marcel van Lohuizen · 4 years, 6 months ago
  4. 074cf5d pkg/list: adding flatten function as a builtin by xinau · 4 years, 6 months ago
  5. 22a42d4 cmd/cue: fix tests under different platforms by Roger Peppe · 4 years, 6 months ago
  6. 8d81be4 cue: enable recursive opening when embedding by Marcel van Lohuizen · 4 years, 7 months ago
  7. dd75ef6 encoding/json: belated fixes of review by Marcel van Lohuizen · 4 years, 6 months ago
  8. 0489caa cmd/cue/cmd: use testscript for top level command testing by Roger Peppe · 4 years, 6 months ago
  9. 48b8f9a cmd/cue/cmd: fix race by Marcel van Lohuizen · 4 years, 6 months ago
  10. d499c46 cue: improve dependency analysis for References by Marcel van Lohuizen · 4 years, 6 months ago
  11. 8dd325b pkg/tool/exec: fix null bug for stderr and stdout by Marcel van Lohuizen · 4 years, 6 months ago
  12. e606e0d cmd/cue/cmd: don't use os.Exit and fix error output by Marcel van Lohuizen · 4 years, 6 months ago
  13. 78783f2 encoding/json: add JSON exporter by Marcel van Lohuizen · 4 years, 6 months ago
  14. 8529d77 spec: fix some backtic-quotes for markdown rendering by Axel Wagner · 4 years, 6 months ago
  15. ded0e1d doc/ref: fix typo in spec by Roger Peppe · 4 years, 6 months ago
  16. 374d395 cmd/cue/cmd: fix trim help by Roger Peppe · 4 years, 6 months ago
  17. 91c1684 cmd/cue/cmd: fix import paths for go get by Marcel van Lohuizen · 4 years, 6 months ago
  18. 18dab4b cmd/cue/cmd: report instance-level errors by Marcel van Lohuizen · 4 years, 6 months ago
  19. 1ce0c51 doc/tutorial/kubernetes: tutorial fixes by Roger Peppe · 4 years, 6 months ago
  20. d282553 cue: exclude definitions from value lookup by Marcel van Lohuizen · 4 years, 6 months ago
  21. 827ebfb cue: remove IsValid by Marcel van Lohuizen · 4 years, 6 months ago
  22. 75b9c7f all: remove large dependency by Marcel van Lohuizen · 4 years, 6 months ago
  23. fdd9b71 cue: fixes number groundness inference by Marcel van Lohuizen · 4 years, 7 months ago v0.0.11
  24. e53305e cue/parser: allow full expressions for embeddings by Marcel van Lohuizen · 4 years, 7 months ago
  25. 7c9b88c cue: fix bug in type inference by Marcel van Lohuizen · 4 years, 7 months ago
  26. 0ac550c cue: eliminate generation of block quotes by Marcel van Lohuizen · 4 years, 7 months ago
  27. d44b092 doc/tutorial/basics: some minor fixes by Marcel van Lohuizen · 4 years, 7 months ago v0.0.10
  28. 92408e3 cue/ast: add back LabelName by Marcel van Lohuizen · 4 years, 7 months ago
  29. 48f82f1 doc/tutorial/basics: update w.r.t. spec. by Marcel van Lohuizen · 4 years, 7 months ago
  30. 7fc421b cue: remove block comments and slices from the language by Marcel van Lohuizen · 4 years, 7 months ago
  31. 749a667 cue/ast: convenience constructors for common types by Marcel van Lohuizen · 4 years, 7 months ago
  32. b50aecd cmd/cue: make fmt rewrite deprecated cue by Marcel van Lohuizen · 4 years, 7 months ago
  33. e4523e2 cue/ast/astutil: pick name based on import path by Marcel van Lohuizen · 4 years, 7 months ago
  34. 24d14c5 cue/ast/astutil: use unlikely name for import by Marcel van Lohuizen · 4 years, 7 months ago
  35. 1f5a903 doc/ref: allow embeding to be Expression by Marcel van Lohuizen · 4 years, 7 months ago
  36. 530467a cue/ast/astutil: support adding imports by Marcel van Lohuizen · 4 years, 7 months ago
  37. 21fa535 cue/ast/astutil: export Resolve functionality by Marcel van Lohuizen · 4 years, 7 months ago
  38. 982b194 cue/format: tweaks to support embeddings by Marcel van Lohuizen · 4 years, 7 months ago
  39. 3c38bfc cue: add test for package name override by Marcel van Lohuizen · 4 years, 7 months ago
  40. 40c76b7 cue/ast: add API for setting a position by Marcel van Lohuizen · 4 years, 7 months ago
  41. f0bcfb9 cue/ast: add API to modify comments by Marcel van Lohuizen · 4 years, 7 months ago
  42. 0dcf17b cue/ast/astutil: implement Apply by Marcel van Lohuizen · 4 years, 7 months ago
  43. 4245fb4 cue: for structs, iterate only on non-optional regular fields by Marcel van Lohuizen · 4 years, 7 months ago
  44. 57d6751 cue/format: expressions.input by Marcel van Lohuizen · 4 years, 7 months ago
  45. 9af9a90 cue/format: output new comprehension format by Marcel van Lohuizen · 4 years, 7 months ago
  46. da00c8b cue: implementation of new comprehensions by Marcel van Lohuizen · 4 years, 7 months ago
  47. b36d81a cue: various cleanup by Marcel van Lohuizen · 4 years, 7 months ago
  48. 1fa0552 cue: tighten API of comprehensions by Marcel van Lohuizen · 4 years, 7 months ago
  49. 835ed58 cue: implement quoted identifiers by Marcel van Lohuizen · 4 years, 7 months ago
  50. 71eafc4 cue/parser: parse new comprehension syntax by Marcel van Lohuizen · 4 years, 7 months ago
  51. fe5f886 cue/ast: first step to new comprehension format. by Marcel van Lohuizen · 4 years, 7 months ago
  52. 15aeace pkg/list: add Haskell-style Take and Drop by Marcel van Lohuizen · 4 years, 7 months ago
  53. 1ffb95f pkg/list: adding slice function by xinau · 4 years, 7 months ago
  54. 41e30c6 pkg/list: adding aggregation for decimal lists by xinau · 4 years, 7 months ago v0.0.9
  55. 4017875 doc/ref: spec changes to comprehensions and identifiers by Marcel van Lohuizen · 4 years, 7 months ago
  56. 061bde1 spec: corrections, clarifications, comments by Jonathan Amsterdam · 4 years, 7 months ago
  57. 9d5bc94 pkg/strings: Remove fmt.Println by Joel Longtine · 4 years, 7 months ago
  58. b36c351 pkg/strings: fix MinRunes by Joel Longtine · 4 years, 7 months ago
  59. da39f0f doc/tutorial/basic: Unified TOC, next/prev, titles by Kurt Robert Rudolph · 4 years, 7 months ago
  60. f3df637 cmd/cue: use stderr and non-zero exit for errors by Marcel van Lohuizen · 4 years, 7 months ago
  61. fe695b1 cmd/cue: give access to cue Command in run functions by Marcel van Lohuizen · 4 years, 7 months ago
  62. 507d6cc cmd/cue: use concrete mode for vet on data files by Marcel van Lohuizen · 4 years, 7 months ago
  63. 330999b cue/pkg/crypto: make return types bytes, instead of list by Marcel van Lohuizen · 4 years, 7 months ago
  64. 5e8c391 cue: exempt aliases and embeddings from recursive closing by Marcel van Lohuizen · 4 years, 7 months ago
  65. 9818761 cmd/cue: update get to use definitions by Marcel van Lohuizen · 4 years, 7 months ago
  66. 980e018 doc/tutorials/kubernetes: update comments by Marcel van Lohuizen · 4 years, 7 months ago
  67. 34988fa cue: fix 0/0 by Marcel van Lohuizen · 4 years, 7 months ago
  68. 18637db cue: closedness only applies to regular fields by Marcel van Lohuizen · 4 years, 7 months ago
  69. 1c4d597 cue/scanner: don't allow repeated _ in numbers by Marcel van Lohuizen · 4 years, 7 months ago
  70. 8b4cab6 doc: fixed small errors by 0xflotus · 4 years, 7 months ago
  71. cb84024 cmd/cue/cmd: fix --dryrun flag description of import command by Koichi Shiraishi · 4 years, 7 months ago
  72. d2563c1 go.mod: update xerrors to a985d3407aa7 by Koichi Shiraishi · 4 years, 7 months ago
  73. f40ecd9 cue: flx bug for len on non-concrete values by Marcel van Lohuizen · 4 years, 7 months ago v0.0.8
  74. 8f3347f go.mod: update proto package by Marcel van Lohuizen · 4 years, 7 months ago
  75. 7f9d026 doc: updating slack invitation link by xinau · 4 years, 7 months ago
  76. 6817c99 cue/parser: bug fix: allow embeddings on one line by Marcel van Lohuizen · 4 years, 7 months ago v0.0.7
  77. d99e32e cue: define BottomKind as 0 by Marcel van Lohuizen · 4 years, 7 months ago
  78. 8089092 cue: fix premature fixing of some incomplete values by Marcel van Lohuizen · 4 years, 7 months ago
  79. b7e44a9 cue: fix builtin type signature by Marcel van Lohuizen · 4 years, 7 months ago
  80. 3056594 : add Homebrew install instructions to README.md by Joel Longtine · 4 years, 7 months ago v0.0.6
  81. 96ef9aa cue/load: implement package name qualifiers by Marcel van Lohuizen · 4 years, 7 months ago
  82. 6a9badd cue/load: add Dependencies, rename Root and improve test by Marcel van Lohuizen · 4 years, 7 months ago
  83. aa35a9f cmd/cue: allow help to work without cue files by Marcel van Lohuizen · 4 years, 7 months ago
  84. 400f621 cue: implement closed structs for subsumption by Marcel van Lohuizen · 4 years, 7 months ago
  85. 5f47167 encoding/protobuf: make map field as not required by default by Jason Wang · 4 years, 7 months ago
  86. 90bca2f cmd/cue: don't break help if not commands are defined by Marcel van Lohuizen · 4 years, 7 months ago
  87. 6dc6d63 doc: adding user-defined package import example by xinau · 4 years, 8 months ago
  88. 7c1b39e cue: fix Windows breakage by Marcel van Lohuizen · 4 years, 7 months ago
  89. 6351fc2 cue: fix Windows build breakage by Marcel van Lohuizen · 4 years, 7 months ago
  90. bfbcd50 cue: support multierror return from Unify by Marcel van Lohuizen · 4 years, 7 months ago
  91. f1b87bf cue: disallow string and bytes indexing and slicing by Marcel van Lohuizen · 4 years, 7 months ago
  92. ff51e07 pkg/strings: add ByteAt, ByteSlice, and Runes by Marcel van Lohuizen · 4 years, 7 months ago
  93. 97a56d7 encoding/openapi: remove deprecation notice of old api by Marcel van Lohuizen · 4 years, 7 months ago
  94. b1d4439 encoding/protobuf: remove extra space in comment by Marcel van Lohuizen · 4 years, 7 months ago
  95. 28a9191 cmd/cue: allow vet to check CUE against JSON and YAML by Marcel van Lohuizen · 4 years, 7 months ago
  96. 2b56efa encoding/openapi: add support for deprecated field from protobuf by Jason Wang · 4 years, 7 months ago
  97. 828a643 cue: fix crash related to package name by Marcel van Lohuizen · 4 years, 7 months ago
  98. 41cce52 pkg/encoding: add {yaml.json}.Validate by Marcel van Lohuizen · 4 years, 7 months ago
  99. d208ff1 cue: add another example by Marcel van Lohuizen · 4 years, 7 months ago
  100. 29a11be cmd/cue: fix linter warnings by Marcel van Lohuizen · 4 years, 7 months ago