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