1. 17ea1d5 doc/ref/spec.md: a few fixes by Marcel van Lohuizen · 3 years, 3 months ago
  2. e12e26e internal/core/compile: fix let resolution bug by Marcel van Lohuizen · 3 years, 3 months ago
  3. 830cfbc cue: remove build.Context reference by Marcel van Lohuizen · 3 years, 4 months ago
  4. e1e7031 internal/core/runtime: decouple cue API from Runtime by Marcel van Lohuizen · 3 years, 4 months ago
  5. bcd752a internal/core/eval: handle embedded top correctly by Marcel van Lohuizen · 3 years, 3 months ago v0.3.0-beta.5
  6. 87d43b7 internal/core/adt: strip "notDefault" status for disjunctions with unused defaults by Marcel van Lohuizen · 3 years, 3 months ago
  7. 77b475f doc: fix install instructions in main README and contributing by Paul Jolly · 3 years, 3 months ago
  8. cb4fae9 internal/cuetest: consolidate testscript/cuetxtar helpers by Paul Jolly · 3 years, 3 months ago
  9. bf6c3fc internal/cuetest: move Kubernetes related helper to where they are used by Paul Jolly · 3 years, 3 months ago
  10. 1b03c9f ci: move to non-Docker version of goreleaser by Paul Jolly · 3 years, 3 months ago
  11. a5daa16 internal/core/export: fix quoting of definitions by Marcel van Lohuizen · 3 years, 3 months ago
  12. af5ea97 tools/trim: fix defaults bug by Marcel van Lohuizen · 3 years, 3 months ago
  13. 1d9aa17 tools/trim: don't trim shared nodes by Marcel van Lohuizen · 3 years, 3 months ago
  14. 15934d9 tools/trim: add tracer by Marcel van Lohuizen · 3 years, 3 months ago
  15. 500e431 doc/ref/spec.md: add missing binary_digits by Marcel van Lohuizen · 3 years, 3 months ago
  16. b20ac5a internal/core/convert: fix conversion from float by antong · 3 years, 3 months ago
  17. 89cada6 doc/tutorial: address cuelang/cuelang.org#126 by Kevin Gillette · 3 years, 3 months ago
  18. 760aa11 internal/core/compile: make `>10 <20` a compile error by Marcel van Lohuizen · 3 years, 3 months ago
  19. 267379b internal/core/adt: fix trim bug by Marcel van Lohuizen · 3 years, 3 months ago
  20. b25147c internal/core/adt: control fixes for if clauses by Marcel van Lohuizen · 3 years, 3 months ago
  21. 48d255a internal/core/adt: some optimizations for pattern constraints by Marcel van Lohuizen · 3 years, 3 months ago
  22. 25ba1d9 internal/core/adt: comment out leak test by Marcel van Lohuizen · 3 years, 3 months ago
  23. ae51469 ci: skip known flakey test on go1.15 windows by Paul Jolly · 3 years, 3 months ago
  24. 63104c8 internal/core/adt: "fix" disjunction resolution by Marcel van Lohuizen · 3 years, 3 months ago v0.3.0-beta.4
  25. f0d1fa4 ci: add first version of copybara workflow by Paul Jolly · 3 years, 3 months ago
  26. fdccfbc internal/core/export: retain top in embedded scalars by Marcel van Lohuizen · 3 years, 3 months ago
  27. d9d0487 cue/scanner: fix JSON conformance by Marcel van Lohuizen · 3 years, 3 months ago
  28. 2ca6c5e internal/core/adt: cache evaluation results for dynamic fields by Marcel van Lohuizen · 3 years, 3 months ago
  29. e6a2fb0 internal/core/adt: fix special cycle condition by Marcel van Lohuizen · 3 years, 3 months ago
  30. e097927 ci: fix broken build by Paul Jolly · 3 years, 3 months ago
  31. 611d622 tools/flow: replace package doc example with real example by Paul Jolly · 3 years, 3 months ago
  32. c6f1287 cue: deprecate Merge by Paul Jolly · 3 years, 3 months ago
  33. 09cd07b all: add tests for the GitHub workflow process by Paul Jolly · 3 years, 4 months ago
  34. 2338b59 ci: rename repository dispatch workflow by Paul Jolly · 3 years, 3 months ago
  35. 5b3d551 ci: refactor CI setup by Paul Jolly · 3 years, 3 months ago
  36. 8d537aa internal/core/adt: fix regressions in disjunct elimination by Marcel van Lohuizen · 3 years, 3 months ago
  37. bedb047 internal/core/adt: more fixes to cycle handling by Marcel van Lohuizen · 3 years, 3 months ago
  38. 7110020 general: move from godoc.org to pkg.go.dev for documentation by Paul Jolly · 3 years, 4 months ago
  39. d5d5fd1 general: remove junk files by Paul Jolly · 3 years, 3 months ago
  40. 10180b6 pkg: consistently use 0666 as perm when creating regular files by Paul Jolly · 3 years, 3 months ago
  41. 22aafc2 cmd/cue: fix typo in cmd documentation headline by Paul Jolly · 3 years, 4 months ago
  42. 2df92cb doc: remove duplicate command from Kubernetes tutorial by Paul Jolly · 3 years, 4 months ago
  43. 6c3be7f doc: fix typo in types tutorial (closed -> close) by Paul Jolly · 3 years, 4 months ago
  44. 9b7fc4b ci: fix workflow definitions by Paul Jolly · 3 years, 3 months ago
  45. a616925 cmd/cue: embed packages required for get go checking by Paul Jolly · 3 years, 4 months ago
  46. dfce25c cmd/cue: add goproxytest instance for script tests by Paul Jolly · 3 years, 3 months ago
  47. b8d9972 cmd/cue: allow CUE_UPDATE to update cmd/cue/cmd testscript tests by Paul Jolly · 3 years, 3 months ago
  48. 37c16cc cmd/cue: use gotooltest within testscript tests by Paul Jolly · 3 years, 3 months ago
  49. ef59f61 ci: update version of Go for go generate to 1.14.14 by Paul Jolly · 3 years, 3 months ago
  50. 0ad02fd internal/core/adt: restrict notification by Marcel van Lohuizen · 3 years, 3 months ago
  51. d2aa995 internal/core/export: don't embed proper conjuncts by Marcel van Lohuizen · 3 years, 3 months ago
  52. 10a48e9 ci: drop go1.13 from build matrix; add go1.16rc1 by Paul Jolly · 3 years, 3 months ago
  53. 34333ce ci: fix job dependency in test workflow by Paul Jolly · 3 years, 3 months ago
  54. 3088513 ci: only go test -race on latest Go+linux, and master by Paul Jolly · 3 years, 3 months ago
  55. dfaea59 internal/filetypes: fix test breakage by Marcel van Lohuizen · 3 years, 3 months ago
  56. f73e78f doc/../43_schema.txt: remove unnecessary word by Kevin Gillette · 3 years, 3 months ago
  57. b360fe4 encoding/gocode: use FieldByName in generated code by George · 3 years, 3 months ago
  58. 34587b9 internal/core/export: support package and struct attributes by Marcel van Lohuizen · 3 years, 3 months ago
  59. ba8eb37 cue: allow LookupDef on embedded scalars by Marcel van Lohuizen · 3 years, 3 months ago
  60. 76a72c4 internal/core/export: fix optional output bug by Marcel van Lohuizen · 3 years, 3 months ago
  61. b8b4892 internal/core/adt: fix bottom cycle error by Marcel van Lohuizen · 3 years, 3 months ago
  62. c091274 internal/core/adt: fix bug that left errors of incompleted expressions unreported by Marcel van Lohuizen · 3 years, 3 months ago
  63. 8334a9e internal/core/adt: more merging of adt and former eval by Marcel van Lohuizen · 3 years, 3 months ago
  64. d0124e2 internal/core/adt: refactor node lookup by Marcel van Lohuizen · 3 years, 3 months ago
  65. 6b96001 internal/core/adt: fix benign memory leak by Marcel van Lohuizen · 3 years, 3 months ago
  66. ee78ec3 internal/core/adt: fix nil panic by Marcel van Lohuizen · 3 years, 3 months ago
  67. c866a51 internal/core/adt: don't check cycles for inlined arcs by Marcel van Lohuizen · 3 years, 4 months ago
  68. f55f17e tools/fix: eliminate x & _ and unnecessary parens by Marcel van Lohuizen · 3 years, 3 months ago
  69. 257486c cmd/cue/cmd: allow fmt to pass with errors by Marcel van Lohuizen · 3 years, 3 months ago
  70. 726d93e ci: fix start message of CI jobs for CL builds by Paul Jolly · 3 years, 3 months ago
  71. 9c5489f internal/core/adt: fix memory leak by Marcel van Lohuizen · 3 years, 3 months ago
  72. 0e401d6 internal/core/adt: fix performance issue with disjunctions by Marcel van Lohuizen · 3 years, 3 months ago v0.3.0-beta.3
  73. 0f570a9 internal/core/validate: pick up non-concrete values in defaults by Marcel van Lohuizen · 3 years, 3 months ago
  74. fdc7010 cmd/cue/cmd: fix cue cmd crash by Marcel van Lohuizen · 3 years, 3 months ago
  75. a8de61c cue/testdata/cycle: fix another cycle bug by Marcel van Lohuizen · 3 years, 3 months ago
  76. c58e0ff internal/core/eval: strip arcs for nodes with structural cycles by Marcel van Lohuizen · 3 years, 4 months ago
  77. 6898897 tools/trim: implement using adt by Marcel van Lohuizen · 3 years, 4 months ago
  78. 08e814f internal/core/adt: add support info for trim by Marcel van Lohuizen · 3 years, 4 months ago
  79. 8e6e795 internal/core/adt: change closeInfo.embedded to a flag field by Marcel van Lohuizen · 3 years, 4 months ago
  80. ca5d2db doc/tutorial/kubernetes: update files of Kubernetes demo by Marcel van Lohuizen · 3 years, 4 months ago
  81. f0c025c encoding/protobuf: enforce loading builting packages by Marcel van Lohuizen · 3 years, 4 months ago
  82. f03928d tools/fix: allow fixing non-essential simplification by Marcel van Lohuizen · 3 years, 4 months ago
  83. 28cfa74 cue: exempt hidden fields also in Unify and UnifyAccept by Marcel van Lohuizen · 3 years, 4 months ago
  84. 82bda84 internal/core/adt: treat files as belonging to same struct by Marcel van Lohuizen · 3 years, 4 months ago
  85. 826bd7b internal/core/adt: fix regression in close builtin by Marcel van Lohuizen · 3 years, 4 months ago v0.3.0-beta.2
  86. a086f74 internal/core/adt: fix disjunct dedupping regression by Marcel van Lohuizen · 3 years, 4 months ago
  87. ed7d254 ci: delete CL build branches once workflow is complete by Paul Jolly · 3 years, 4 months ago
  88. 8c41622 ci: fix dispatch workflow by Paul Jolly · 3 years, 4 months ago
  89. ccbfbd2 ci: move to build branch model by Paul Jolly · 3 years, 4 months ago
  90. bef7b26 internal/core/adt: fix cycle bug by Marcel van Lohuizen · 3 years, 4 months ago
  91. 5691606 internal/core/adt: add test for incomplete references in lets by Marcel van Lohuizen · 3 years, 4 months ago
  92. 0ffde15 pkg/internal: fix error codes for decimal and string lists by Marcel van Lohuizen · 3 years, 4 months ago
  93. f1b1804 cmd/cue/cmd/getgo: don't be clever by Marcel van Lohuizen · 3 years, 4 months ago
  94. 663939e internal/core/adt: improve errors for validator conflicts by Marcel van Lohuizen · 3 years, 4 months ago
  95. 13b68c8 internal/core/adt: minor cleanup by Marcel van Lohuizen · 3 years, 4 months ago
  96. ae1203c internal/core/adt: fix overzealous disambiguation by Marcel van Lohuizen · 3 years, 4 months ago
  97. 355cccd internal/core/adt: precompute optional field type info by Marcel van Lohuizen · 3 years, 4 months ago
  98. 9eee235 internal/core/adt: remove special "tentative" mode by Marcel van Lohuizen · 3 years, 4 months ago
  99. 34a91b9 internal/core/adt: fix some regressions by Marcel van Lohuizen · 3 years, 4 months ago
  100. 237a4ae ci: use the latest GitHub workflow definition by Paul Jolly · 3 years, 4 months ago