1. 6bc922c tools/trim: prevent nil-pointer panic by Marcel van Lohuizen · 1 year, 2 months ago v0.4.2 v0.4.2-rc.1
  2. 9aeaf70 pkg/encoding/json: implement UnmarshalStream by Marcel van Lohuizen · 1 year, 2 months ago
  3. 480b28b pkg/encoding/yaml: implement UnmarshalStream by Marcel van Lohuizen · 1 year, 2 months ago
  4. 880863a encoing/json: made independent of pkg/encoding/json by Marcel van Lohuizen · 1 year, 2 months ago
  5. 802a852 cmd/cue/cmd: only consider "kind" field for known tasks by Marcel van Lohuizen · 1 year, 2 months ago
  6. bd3b6ea cmd/cue: add newline between imported objects by Marcel van Lohuizen · 1 year, 2 months ago
  7. 04812bf cmd/cue: fix spurious errors by Marcel van Lohuizen · 1 year, 2 months ago
  8. 2fe5251 doc/ref/spec.md: clarify scope of top-level let ID by Steven E. Harris · 1 year, 10 months ago
  9. 556f57f doc/tutorial: fix typo in 55_defs.txt by Owen Bowers Adams · 1 year, 2 months ago
  10. f0d03f3 cue/ast: fix typo in docstring by Brandon Bloom · 1 year, 2 months ago
  11. f29b460 cmd/cue/cmd: remove stale reference to :: by Marcel van Lohuizen · 1 year, 3 months ago
  12. 50d69c9 all: prepare for private repository support in unity by Paul Jolly · 1 year, 2 months ago
  13. 5581d64 doc: fix heading level for div et al builtins by Paul Jolly · 1 year, 4 months ago
  14. 45c54f8 pkg/tool/file: add Mkdir, MkdirAll by Jean-Philippe Braun · 1 year, 2 months ago
  15. 34c4f9c Revert "pkg/tool/file: add Mkdir, MkdirAll" by Paul Jolly · 1 year, 2 months ago
  16. 23cc102 pkg/tool/file: add Mkdir, MkdirAll by Jean-Philippe Braun · 1 year, 2 months ago
  17. 0aaf4c6 internal/core: disallow `_` as field label by Marcel van Lohuizen · 1 year, 2 months ago
  18. c1bf550 internal/core/eval: dereference indirections earlier by Marcel van Lohuizen · 1 year, 2 months ago
  19. 9f6a40e internal/core/adt: zero-value feature means "invalid" by Marcel van Lohuizen · 1 year, 2 months ago
  20. 1374dc9 internal/core/adt: single place for inserting matched patterns by Marcel van Lohuizen · 1 year, 2 months ago
  21. d4d0f14 internal/core/runtime: check non-existing builtin packages earlier by Marcel van Lohuizen · 1 year, 2 months ago v0.4.1
  22. 8fbaf81 cue: remove duplicate test code by Marcel van Lohuizen · 1 year, 2 months ago
  23. e5c7176 internal/core/adt: use single return for LoadImport by Marcel van Lohuizen · 1 year, 2 months ago
  24. 3d3f721 internal/core/adt: fix matching of "_" label by Marcel van Lohuizen · 1 year, 2 months ago v0.4.1-rc.2
  25. 60d6503 readme: fix Go version badge by Paul Jolly · 1 year, 2 months ago
  26. 25cfb20 cue/cuecontext: allow concurrent use by Marcel van Lohuizen · 1 year, 3 months ago v0.4.1-rc.1
  27. 8a40ef0 gitiles: change logo from SVG to PNG by Martin Palma · 1 year, 3 months ago
  28. 28b4257 gitiles: customize navigation bar by Martin Palma · 1 year, 4 months ago
  29. 79303b6 doc: ensure all min Go versions refer to 1.16 by Paul Jolly · 1 year, 4 months ago
  30. 547e5cc ci: configure GoReleaser to mark prereleases as such by Paul Jolly · 1 year, 4 months ago v0.4.1-beta.6
  31. 6e68ca4 ci: only trigger new version events after successful new version by Paul Jolly · 1 year, 4 months ago v0.4.1-beta.5
  32. 795719e ci: fix GoReleaser arm64 template details by Paul Jolly · 1 year, 4 months ago
  33. b68f4c3 ci: fix target for homebrew tap by Paul Jolly · 1 year, 4 months ago v0.4.1-beta.4
  34. 02556bc ci: fix up GoReleaser image template names by Paul Jolly · 1 year, 4 months ago v0.4.1-beta.3
  35. e7da62f ci: use GoReleaser v1.0.0 by Paul Jolly · 1 year, 5 months ago v0.4.1-beta.2
  36. f68e000 cue: support ResolveReferences by Marcel van Lohuizen · 1 year, 4 months ago v0.4.1-beta.1
  37. d413bb8 internal/core/export: keep open lists open by Marcel van Lohuizen · 1 year, 4 months ago
  38. 9a040dc internal/core/export: fix let exporting by Marcel van Lohuizen · 1 year, 4 months ago
  39. 910ff4d pkg: fix default issue for string and numbers lists by Marcel van Lohuizen · 1 year, 4 months ago
  40. 6c30678 internal/core/adt: fix regression of dynamic closed fields in definitions by Marcel van Lohuizen · 1 year, 4 months ago
  41. 9e7d4d6 internal/core/export: treat empty data vertices as structs by Marcel van Lohuizen · 1 year, 4 months ago
  42. 4d505e0 cmd/cue: confirm issues 1152 and 1153 are fixed by Marcel van Lohuizen · 1 year, 4 months ago
  43. eb53c4e cmd/cue: get go: ignore anonymous enums by Marcel van Lohuizen · 1 year, 4 months ago
  44. b99ce0a internal/core/adt: close open lists for Default by Marcel van Lohuizen · 1 year, 4 months ago
  45. 061e661 cue: auto-unwrap single embedded value in Expr by Marcel van Lohuizen · 1 year, 4 months ago
  46. 7922f9b pkg/internal: compute combined error severity by Marcel van Lohuizen · 1 year, 4 months ago
  47. c490d4c internal/core/export: fix bug with API-generated top-level close by Marcel van Lohuizen · 1 year, 4 months ago
  48. e62a95a ci: remove go1.15 from the build matrix by Paul Jolly · 1 year, 4 months ago
  49. f880467 cue: fix output in ExampleContext by Amelia Downs · 1 year, 4 months ago
  50. 9982526 internal/core/adt: don't cache incomplete errors for let by Marcel van Lohuizen · 1 year, 4 months ago
  51. 4f3988f cue/testdata: hoist let cycle errors by Marcel van Lohuizen · 1 year, 4 months ago
  52. 91476ab internal/core: use scope for lists by Marcel van Lohuizen · 1 year, 4 months ago
  53. 718c9a0 ci: correct location of unity by Paul Jolly · 1 year, 4 months ago
  54. f65dd0f internal/core/compile: remove unnecessary code by Marcel van Lohuizen · 1 year, 4 months ago
  55. b89ad85 cue: fix subsumption bug for disjuntion filtering by Marcel van Lohuizen · 1 year, 4 months ago
  56. a8b721a internal/encoding/yaml: upgrade go-yaml.v3 by Marcel van Lohuizen · 1 year, 4 months ago
  57. 15adb6c encoding/openapi: fix crash in reference by Marcel van Lohuizen · 1 year, 4 months ago
  58. 4e76bb4 cmd/cue/cmd: improve shell arg parsing in tests by Marcel van Lohuizen · 1 year, 4 months ago
  59. 0e56b82 internal/core/export: don't add empty temp struct by Marcel van Lohuizen · 1 year, 4 months ago
  60. 75c3d6b doc/ref/spec.md: include `$` in identifier by Marcel van Lohuizen · 1 year, 4 months ago
  61. c1c2cda internal/encoding/yaml: canonicalize non-string map keys by Marcel van Lohuizen · 1 year, 4 months ago
  62. a83c6c6 encoding/yaml: quote strings more aggressively by Marcel van Lohuizen · 1 year, 4 months ago
  63. b9ac1ea doc/tutorial/kubernetes: update types by Marcel van Lohuizen · 1 year, 4 months ago
  64. 59bdbb5 internal/core/adt: fix bound simplification for floats by Marcel van Lohuizen · 1 year, 4 months ago
  65. 62e876d internal/core/adt: fix disjunction bug by Marcel van Lohuizen · 1 year, 4 months ago
  66. 9bb874c cue: Expr handles empty lists to or/and builtins by Marcel van Lohuizen · 1 year, 4 months ago
  67. 72936e4 cue: define all Op constant values explicitly with that type by Paul Jolly · 1 year, 4 months ago
  68. 29a686d simplify install instructions assuming Go 1.16+ by Daniel Martí · 1 year, 4 months ago
  69. dbf5992 doc: revamp contribution guide ahead of contributing live-stream by Paul Jolly · 1 year, 4 months ago
  70. 9217c4d ci: update to use go1.17.3 and go1.16.10 by Paul Jolly · 1 year, 5 months ago
  71. 437920e doc/ref/spec: fix typos and heading anchors by Anton Gyllenberg · 1 year, 5 months ago
  72. fca61f5 cue: define all Kind constant values explicitly with that type by Paul Jolly · 1 year, 5 months ago
  73. 8031fe7 spec: Update example with regards to pattern constraints by Scott Lewis-Kelly · 1 year, 5 months ago
  74. ddd96c6 ci: latest Go versions in build matrix by Paul Jolly · 1 year, 5 months ago
  75. 5cf1aa1 feat: update go build matrix by Peter Hrvola · 1 year, 7 months ago
  76. 35c2f3c doc: fix repeated word typos in spec by Paul Jolly · 1 year, 5 months ago
  77. e8550b8 doc: remove useless whitespace in main README by Paul Jolly · 1 year, 6 months ago
  78. 0f53054 doc/contrib: update git codereview change to use -s flag by Paul Jolly · 1 year, 8 months ago
  79. ecb17c9 cmd/cue: revert version string change by Paul Jolly · 1 year, 8 months ago
  80. 370fac9 ci: improve goreleaser workflow by Carlos Alexandro Becker · 1 year, 8 months ago
  81. 38c8f7d doc/tutorial: fix errant use of list operators by Paul Jolly · 1 year, 8 months ago
  82. a4a38ed ci: tidy up encoding of JSON args to curl by Paul Jolly · 1 year, 8 months ago
  83. 7d25ee2 ci: re-enable full CI workflows by Paul Jolly · 1 year, 8 months ago
  84. 59079b1 ci: tidy up quoting of JSON args in workflow commands by Paul Jolly · 1 year, 8 months ago
  85. 5f28bb4 readme: fix top-level CONTRIBUTING guide by Paul Jolly · 1 year, 8 months ago
  86. 5ab75b8 readme: link to CoC from main readme and contributing guide by Paul Jolly · 1 year, 8 months ago
  87. 35c4960 general: use cuelang.org/issues as the general issue link by Paul Jolly · 1 year, 8 months ago
  88. a68df18 github: fix up empty issue template by Paul Jolly · 1 year, 8 months ago
  89. 723a7fe github: tidy up issue templates by Paul Jolly · 1 year, 8 months ago
  90. 3d9cd71 general: update unity location by Paul Jolly · 1 year, 8 months ago
  91. 6da50d9 ci: fix Docker workflow by Paul Jolly · 1 year, 8 months ago
  92. 06484a3 all: change references from cuelang/cue to cue-lang/cue by cueckoo · 1 year, 9 months ago
  93. 20ed9ab internal/core/compile: fix let cycle error by Marcel van Lohuizen · 1 year, 10 months ago
  94. 0070bb1 ci: fix up new version trigger by Paul Jolly · 1 year, 10 months ago
  95. aa61ee7 doc/tutorial/kubernetes: fix invalid user commands by Yujun Zhang · 1 year, 10 months ago
  96. 67bf363 doc/tutorial/kubernetes: update k8s version by Marcel van Lohuizen · 1 year, 10 months ago
  97. ec427f9 cmd/cue: fix up get go docs around "enum" types by Paul Jolly · 1 year, 10 months ago
  98. 8e053d4 Allow setting working directory for exec.Run by chai2010 · 1 year, 10 months ago
  99. e8de4b1 interanal/core/runtime: remove commented out fields by Marcel van Lohuizen · 2 years, 5 months ago
  100. 3b0a537 cmd/cue/cmd: fix bug in resolving builtin package shorthands by Marcel van Lohuizen · 1 year, 10 months ago v0.4.0