1. 2362858 ci: reinstate a basic Test workflow to fix test badges by Paul Jolly · 2 years, 8 months ago master
  2. 02a91dc ci: disable all workflows by Paul Jolly · 2 years, 8 months ago
  3. 0fe1568 doc: post migration notice to main README by Paul Jolly · 2 years, 9 months ago
  4. 20ed9ab internal/core/compile: fix let cycle error by Marcel van Lohuizen · 2 years, 9 months ago
  5. 0070bb1 ci: fix up new version trigger by Paul Jolly · 2 years, 10 months ago
  6. aa61ee7 doc/tutorial/kubernetes: fix invalid user commands by Yujun Zhang · 2 years, 10 months ago
  7. 67bf363 doc/tutorial/kubernetes: update k8s version by Marcel van Lohuizen · 2 years, 10 months ago
  8. ec427f9 cmd/cue: fix up get go docs around "enum" types by Paul Jolly · 2 years, 10 months ago
  9. 8e053d4 Allow setting working directory for exec.Run by chai2010 · 2 years, 10 months ago
  10. e8de4b1 interanal/core/runtime: remove commented out fields by Marcel van Lohuizen · 3 years, 5 months ago
  11. 3b0a537 cmd/cue/cmd: fix bug in resolving builtin package shorthands by Marcel van Lohuizen · 2 years, 10 months ago v0.4.0
  12. 37bf801 cue: keep sane references for embedded disjunctions in Expr by Marcel van Lohuizen · 2 years, 10 months ago
  13. b39a2d0 cmd/cue/cmd: avoid roundtrip when printing non-CUE in eval by Marcel van Lohuizen · 2 years, 10 months ago
  14. a4e0f52 encoding/openapi: detect cycles when expanding references by Marcel van Lohuizen · 2 years, 11 months ago
  15. cd94426 cue: don't extract embedded values by Marcel van Lohuizen · 2 years, 10 months ago
  16. 393ec28 cue/cmd/cue: fix regression for -H flag by Marcel van Lohuizen · 2 years, 10 months ago v0.4.0-rc.1
  17. 287d43c internal/core/export: don't wrap embedded scalars in _#def by Marcel van Lohuizen · 2 years, 10 months ago
  18. 1e14710 internal/third_party/yaml: fix faulty decoding of hidden fields by Marcel van Lohuizen · 2 years, 10 months ago
  19. 13a4d3c encoding/openapi: finalise when constructing openapi AST by Paul Jolly · 2 years, 10 months ago
  20. d5041a1 cmd/cue/cmd: better checks for incorrect flags by Marcel van Lohuizen · 2 years, 10 months ago v0.4.0-beta.2
  21. 073c6aa pkg/tool/http: make request.body optional by Jean-Philippe Braun · 2 years, 10 months ago
  22. dd188a6 cue: move more labels and values to end of error message by Marcel van Lohuizen · 2 years, 10 months ago
  23. 7180c7d pkg/tool/http: fill in status and statusCode by Jean-Philippe Braun · 2 years, 10 months ago
  24. 48ddb2b doc/ref/spec.md: fix typos by Andreas Deininger · 2 years, 10 months ago
  25. 30abd66 internal/core/adt: fix typo by Yujun Zhang · 2 years, 10 months ago
  26. 858efa9 cue/ast/astutil: fix resolution bugs by Marcel van Lohuizen · 2 years, 10 months ago
  27. cd286a8 internal/core/export: fix export of disjunction with eliminated defaults by Marcel van Lohuizen · 2 years, 10 months ago
  28. 5b8ab47 cue: elide comma after ... by Marcel van Lohuizen · 2 years, 10 months ago
  29. 3fdad16 cue: move field name to end of error message by Marcel van Lohuizen · 2 years, 10 months ago
  30. a31dd01 doc/ref/spec.md: remove "dead code" by Marcel van Lohuizen · 2 years, 11 months ago v0.4.0-beta.1
  31. 3e10918 cue/parser: better error messages for use of deprecated constructs by Marcel van Lohuizen · 2 years, 11 months ago
  32. c2a68a9 cue/parser: allow pattern constraints unconditionally by Marcel van Lohuizen · 2 years, 11 months ago
  33. 3316905 doc/ref/spec.md: introduction of value aliases by Marcel van Lohuizen · 2 years, 11 months ago
  34. 2118921 pkg/crypto/hmac: fix package documentation by Marcel van Lohuizen · 2 years, 11 months ago
  35. 1f1c3f6 cue/load: provide reason for exclusion of files by Marcel van Lohuizen · 2 years, 11 months ago
  36. 975ba50 cue/load: remove unused code by Marcel van Lohuizen · 2 years, 11 months ago
  37. bcdf277 cue/load: support injection of system variables by Marcel van Lohuizen · 2 years, 11 months ago
  38. 1f618f0 cue: align import with top-level package for -e by Marcel van Lohuizen · 2 years, 11 months ago
  39. 0457356 cue: properly decode "any" labels by Marcel van Lohuizen · 2 years, 11 months ago
  40. 4f7caea cmd/cue/cmd: move tag flags handling to central location by Marcel van Lohuizen · 2 years, 11 months ago
  41. 3ef90b3 cue/testdata, doc, pkg: fix some it's/its typos by Brad Fitzpatrick · 2 years, 11 months ago
  42. c143a3a ci: fix tip triggers with proper quoting by Paul Jolly · 2 years, 11 months ago
  43. 746e02e ci: more debugging of tip triggers by Paul Jolly · 2 years, 11 months ago
  44. 5b14995 ci: debug tip trigger failures by Paul Jolly · 2 years, 11 months ago
  45. a8369ae ci: fix tip and new version curl and env problems by Paul Jolly · 2 years, 11 months ago
  46. 24ce27e ci: fix broken tip and new version triggers by Paul Jolly · 2 years, 11 months ago
  47. 6c6b4e7 ci: trigger unity and cuelang.org builds/equivalent on tip/new versions by Paul Jolly · 2 years, 11 months ago
  48. 3cdf845 internal/core/adt: use Closed for checking recursive closedness by Marcel van Lohuizen · 2 years, 11 months ago
  49. 5481b41 cue: remove use of isDef by Marcel van Lohuizen · 2 years, 11 months ago
  50. ed5cdf0 cue: more path cleanup by Marcel van Lohuizen · 2 years, 11 months ago
  51. c365513 cue: prepare API implementation for structure sharing by Marcel van Lohuizen · 2 years, 11 months ago
  52. d9af603 cue: add InferBuiltins EncodeOption by Marcel van Lohuizen · 2 years, 11 months ago
  53. b9e7d90 cmd/cue/cmd: support binary file type by Marcel van Lohuizen · 2 years, 11 months ago
  54. aa70399 cue/ast: fully remove support for old-style comprehensions by Marcel van Lohuizen · 3 years, 4 months ago
  55. f5213be github: add bug report template link to repro advice by Paul Jolly · 3 years ago
  56. b73ab0b cue/ast: remove support for TemplateLabel by Marcel van Lohuizen · 3 years ago
  57. fd05bf4 pkg/uuid: implementation of hermetic UUID functions by Marcel van Lohuizen · 2 years, 11 months ago
  58. 8823e2a internal/core: support field value aliases by Marcel van Lohuizen · 2 years, 11 months ago
  59. 67c6b6f cue: better document Context.Encode and friends by Marcel van Lohuizen · 2 years, 11 months ago
  60. 97cac92 cmd/cue/cmd: do not silently ignore unknown filetypes by Marcel van Lohuizen · 2 years, 11 months ago
  61. 2e1ac0f cue: support optional fields for FillPath by Marcel van Lohuizen · 2 years, 11 months ago
  62. ac7e992 cue: undeprecate Iterator.Label by Marcel van Lohuizen · 2 years, 11 months ago
  63. b449c0f cmd/cue: support --force for all commands that allow output flags by Paul Jolly · 2 years, 11 months ago
  64. 2198ac3 docs: add link to Code of Conduct to CONTRIBUTING guide by Paul Jolly · 2 years, 11 months ago
  65. 66efc67 cue: allow setting list elements in FillPath by Marcel van Lohuizen · 2 years, 11 months ago
  66. 819cf95 cue: reimplement Decode to not use MarshalJSON by Marcel van Lohuizen · 2 years, 11 months ago
  67. a7d3987 pkg/time: fix documentation bug in Unix by Marcel van Lohuizen · 2 years, 11 months ago
  68. 89abc18 cmd/cue/cmd: fix resolution of hidden values across tools by Marcel van Lohuizen · 2 years, 11 months ago
  69. 3347302 cue: move Decode to separate file by Marcel van Lohuizen · 2 years, 11 months ago
  70. f60c88a cue: Value.Expr: process or and and builtins semantically. by Marcel van Lohuizen · 2 years, 11 months ago
  71. 1ad66ab internal/core/adt: fix null values equality by Jean-Philippe Braun · 3 years ago
  72. b49cbbd cue: add NewList by Marcel van Lohuizen · 2 years, 11 months ago
  73. 6d67b48 pkg/crypto/hmac: add crypto/hmac support by K. Alex Mills · 3 years, 1 month ago
  74. 9d044f0 cue: hoist attribute-related functionality to separate file by Marcel van Lohuizen · 2 years, 11 months ago
  75. 5cd76bb internal/core/comple: drop support for old-style aliases by Marcel van Lohuizen · 2 years, 11 months ago
  76. 17d4e16 cue: clean up Format by Marcel van Lohuizen · 2 years, 11 months ago v0.4.0-alpha.2
  77. b937727 internal/core/export: fix definition wrapping by Marcel van Lohuizen · 2 years, 11 months ago
  78. c62b750 internal/core/export: bug fixes in definitions by Marcel van Lohuizen · 2 years, 11 months ago
  79. b5b0429 internal/core/export: bug fixes for exporting API-generated values by Marcel van Lohuizen · 2 years, 11 months ago
  80. 14ec6e2 internal/core/export: add real Final option by Marcel van Lohuizen · 2 years, 11 months ago
  81. f044ad1 cue/format: expose indent option by Marcel van Lohuizen · 2 years, 11 months ago
  82. b8ce660 internal/core/adt: improve performance for repeated calls to Unify/Fill by Marcel van Lohuizen · 2 years, 11 months ago
  83. 9e34a41 cue/ast/astutil: export ImportPathName by Marcel van Lohuizen · 2 years, 11 months ago
  84. 6822433 cue: add Iterator.Selector by Marcel van Lohuizen · 2 years, 11 months ago
  85. f14c9a4 cue: add Selector.PkgPath by Marcel van Lohuizen · 2 years, 11 months ago
  86. 4937cb9 cue: hide deprecated methods from docs by Marcel van Lohuizen · 3 years ago
  87. 618c10c cue: deprecate Instance.(Doc|Fill) by Marcel van Lohuizen · 2 years, 11 months ago
  88. c290772 internal/value: implement interface type that is both value and instance by Marcel van Lohuizen · 2 years, 11 months ago
  89. 1f78a8d internal: replace untyped functions with typed ones by Marcel van Lohuizen · 3 years ago
  90. d76e2cc cue: remove MakeValue by Marcel van Lohuizen · 3 years ago
  91. 421ead3 cue: introduce Context to replace Runtime by Marcel van Lohuizen · 3 years ago
  92. 790bed3 cue: get rid of NewRuntime by Marcel van Lohuizen · 3 years ago
  93. 64ede63 internal/core/export: extract docs from root by Marcel van Lohuizen · 2 years, 11 months ago
  94. d5ff672 pkg: clean up builtin errors by Marcel van Lohuizen · 2 years, 11 months ago
  95. 908614e internal/core/adt: dedup errors by Marcel van Lohuizen · 2 years, 11 months ago
  96. dcb2a1f cue/errors: add Wrap by Marcel van Lohuizen · 2 years, 11 months ago
  97. 276ce26 internal/core/adt: record more error positions by Marcel van Lohuizen · 2 years, 11 months ago
  98. c5c9125 cue: add test for filling empty path by Marcel van Lohuizen · 3 years ago
  99. 50c137a cue/encoding: removed unused package. by Marcel van Lohuizen · 3 years ago
  100. 0b5084a cmd/cue/cmd: hook up protobuf encodings types by Marcel van Lohuizen · 3 years ago v0.4.0-alpha.1