Sign in
cue
/
cue
/
b756712a633d99c27460da60f7c746e1d9cfaa5f
b756712
encoding/json: don't simplify hidden fields
by Marcel van Lohuizen
· 5 years ago
7008195
pkg/math/bits: reduce maximum bit index
by Marcel van Lohuizen
· 5 years ago
b0678ab
cue: simplify numLit
by Marcel van Lohuizen
· 5 years ago
d06f2d4
cue: fix number output
by Marcel van Lohuizen
· 5 years ago
2540e8a
cue: allow alias reuse in subscopes
by Marcel van Lohuizen
· 5 years ago
1fecca8
cue: detect incomplete value for value method
by Marcel van Lohuizen
· 5 years ago
c82a793
cmd/cue/cmd: require imports for tooling
by Marcel van Lohuizen
· 5 years ago
d8757db
cmd/cue/cmd: unshadow type names in get go
by Marcel van Lohuizen
· 5 years ago
6e48383
cmd/cue/cmd: move get to to use the ast
by Marcel van Lohuizen
· 5 years ago
af31654
cue/format: fix string label rewriting
by Marcel van Lohuizen
· 5 years ago
e076cd1
cue/ast/astutil: improve LabelName logic
by Marcel van Lohuizen
· 5 years ago
44df1a8
pkg/tool: use $id instead of kind to identify task types
by Marcel van Lohuizen
· 5 years ago
67d084a
cmd/cue/cmd: allow commands to be documented by comments
by Marcel van Lohuizen
· 5 years ago
9b301e4
cue/scanner: completely remove block comment support
by Marcel van Lohuizen
· 5 years ago
27b9ca3
cmd/cue/cmd: fix export status and output
by Roger Peppe
· 5 years ago
f81c40b
encoding/json: fix JSON import for numeric keys
by Marcel van Lohuizen
· 5 years ago
275105a
doc/tutorial/kubernetes: a few fixes
by Marcel van Lohuizen
· 5 years ago
e3a7a72
cmd/cue/cmd: control task dependency using before and after fields
by Adieu
· 5 years ago
2ca34b3
cue: add a test case for `list.Equals`
by Adieu
· 5 years ago
5a0a3f2
cue: no quotes needed for identifiers with $
by Marcel van Lohuizen
· 5 years ago
v0.0.15
13628f1
cue: fix compilation bug using $foo identifiers
by Marcel van Lohuizen
· 5 years ago
630935e
cue: detect errors in struct when comparing to bottom
by Marcel van Lohuizen
· 5 years ago
279ca6a
cue: fix bug related to non-structural direct self-references
by Marcel van Lohuizen
· 5 years ago
6cd62ea
cue: ignore optional fields for Equals
by Marcel van Lohuizen
· 5 years ago
d100ae6
cmd/cue/cmd: small help command fixes
by lewo
· 5 years ago
5cb6ffe
internal/yaml: import null value properly
by Adieu
· 5 years ago
5b4fa8b
doc: fix typos in language spec
by Adieu
· 5 years ago
d256a2c
cue: prevent regression to bug in older version
by Marcel van Lohuizen
· 5 years ago
52b04d4
cue: fix optional handling in subsumption
by Marcel van Lohuizen
· 5 years ago
8e72f0b
cue/load: cleanup and made code more defensive
by Marcel van Lohuizen
· 5 years ago
4d29dde
doc/ref/spec.md: simplify attributes
by Marcel van Lohuizen
· 5 years ago
353ede2
cue: fix lookup for cue API
by Marcel van Lohuizen
· 5 years ago
c4f74cc
Revert "cue: fix lookup for cue API"
by Marcel van Lohuizen
· 5 years ago
8bd2426
cue: fix lookup for cue API
by Marcel van Lohuizen
· 5 years ago
3a2e63b
cue: always check for errors before calling builtin functions
by Marcel van Lohuizen
· 5 years ago
c937e7a
cue: fix lookup
by Marcel van Lohuizen
· 5 years ago
3960473
doc/tutorial/kubernetes: update to use new syntax consistently
by Marcel van Lohuizen
· 5 years ago
8f9ef31
doc/tutorial/kubernetes: update to v1 versions
by Marcel van Lohuizen
· 5 years ago
170697a
cmd/cue/cmd: also make field optional if it is a pointer
by Marcel van Lohuizen
· 5 years ago
0e038f6
doc/tutorial/kubernetes: update to latest
by Marcel van Lohuizen
· 5 years ago
6ffe55d
tools/trim: fix spurious removal of top-level declarations
by Marcel van Lohuizen
· 5 years ago
cba0372
tools/trim: move trim logic to package
by Marcel van Lohuizen
· 5 years ago
c8d6c39
doc/ref/spec.md: clarify newline behavior for multiline strings
by Marcel van Lohuizen
· 5 years ago
4dc023b
Use cache during walk
by Adieu
· 5 years ago
085ce9c
fix typos in docs
by Viktor Stanchev
· 5 years ago
8a043dc
Use baseValue from source in binOp to make gc working
by Adieu
· 5 years ago
6f9c049
Add YAML support to export command
by Dag Stromsvag
· 5 years ago
d372ba8
cmd/cue/cmd: convert package block comments in cue get go
by Marcel van Lohuizen
· 5 years ago
c6e5d17
doc/ref/spec.md: fix typo
by Marcel van Lohuizen
· 5 years ago
80ffe27
doc/tutorial: removing duplicate word in bounds
by xinau
· 5 years ago
815dca2
doc/tutorial: fixing bad link in string literals
by xinau
· 5 years ago
324cc0f
cue: don't validate optional fields
by Marcel van Lohuizen
· 5 years ago
503fecd
Decode null as NULL token in yaml decoder
by Adieu
· 5 years ago
d7d2837
describe the `go get` step before `cue get go` in the tutorial
by Florian Klein
· 5 years ago
3d0b204
cue: fix crash on alias use in lists
by Marcel van Lohuizen
· 5 years ago
a9fdbe7
cmd/cue/cmd: track use of indexing op for dependencies
by Marcel van Lohuizen
· 5 years ago
b3cde9d
cue: Reference handles concrete values for index operations
by Marcel van Lohuizen
· 5 years ago
030b9b7
cue: remove uses of log.Panicf
by Marcel van Lohuizen
· 5 years ago
31cd2b7
internal/diff: first stab add diffing functionality
by Marcel van Lohuizen
· 5 years ago
8a2df96
cue/scanner: allow $ as a letter in identifies
by Marcel van Lohuizen
· 5 years ago
7334a13
pkg/math: use higher precision implementations
by Marcel van Lohuizen
· 5 years ago
7fdff9c
pkg/math/bits: complete operations
by Marcel van Lohuizen
· 5 years ago
afdbec3
cue: disallow references to string labels (per spec)
by Marcel van Lohuizen
· 5 years ago
ff96e8d
cue/parser: improve error message for misused keywords
by Marcel van Lohuizen
· 5 years ago
f16c065
cue/format: improve indentation of in comprehensions
by Marcel van Lohuizen
· 5 years ago
40d2667
cue: fix exporting of label aliases
by Marcel van Lohuizen
· 5 years ago
5c2d937
cue: don't turn of manifesting in normalization
by Marcel van Lohuizen
· 5 years ago
fa59c10
cue: generate builtins to update task documentation
by Marcel van Lohuizen
· 5 years ago
v0.0.14
ff34272
cue: implement key filters using new syntax
by Marcel van Lohuizen
· 5 years ago
2437f9d
doc/tutorial/kubernetes: update formatting
by Marcel van Lohuizen
· 5 years ago
fd127fe
cmd/cue/cmd: clarify location for commands in error message
by Marcel van Lohuizen
· 5 years ago
60b298b
cue/load: revert: report when "tool" pkg is used in non-tool file
by Marcel van Lohuizen
· 5 years ago
29f70f2
cmd/cue/cmd: report error for certain deprecated syntax
by Marcel van Lohuizen
· 5 years ago
98b8d2f
cue/parser: record position of deprecated feature
by Marcel van Lohuizen
· 5 years ago
72b36fb
cmd/cue/cmd: update more examples to the new format
by Marcel van Lohuizen
· 5 years ago
329cd5b
cmd/cue/cmd: get go: convert Go block comments
by Marcel van Lohuizen
· 5 years ago
f979aa6
cmd/cue/cmd: correct module output
by Marcel van Lohuizen
· 5 years ago
b763fde
cmd/cue: rewrite quoted identifiers
by Marcel van Lohuizen
· 5 years ago
39df6c9
doc/ref/spec.md: bug fix: add solidus to escaped_char
by Marcel van Lohuizen
· 5 years ago
26a1a0e
cmd/cue/cmd: update trim documentation to new syntax
by Marcel van Lohuizen
· 5 years ago
b13155b
cue/load: make cue.mod the default desitination
by Marcel van Lohuizen
· 5 years ago
9707302
cmd/cue/cmd: added cue mod init command
by Marcel van Lohuizen
· 5 years ago
b34bce7
cue/load: allow cue.mod to be directory
by Marcel van Lohuizen
· 5 years ago
391e7ae
Readme.md: add GolangCI badge
by Marcel van Lohuizen
· 6 years ago
2cd4162
README.md: bump supported go version to 1.12+
by Marcel van Lohuizen
· 5 years ago
9ffcbbc
doc/ref/spec.md: write out spec for aliases and optional field sets
by Marcel van Lohuizen
· 5 years ago
c7791ac
doc/ref/spec.md: introduce colons as separators
by Marcel van Lohuizen
· 5 years ago
6d8c95d
cue: more conversions to new style templates
by Marcel van Lohuizen
· 5 years ago
8192b54
cue: generate new-style maps when exporting
by Marcel van Lohuizen
· 5 years ago
23623fa
doc/tutorial/kubernetes: update to new syntax
by Marcel van Lohuizen
· 5 years ago
0b4f016
cue/load: allow cue.mod to be directory
by Marcel van Lohuizen
· 5 years ago
fe8ab34
Fix typo (#164)
by mattn
· 5 years ago
467d7bc
cue: move to square brackets
by Marcel van Lohuizen
· 5 years ago
9752844
cue/ast: add NewList helper
by Marcel van Lohuizen
· 5 years ago
7057dde
cue/parser: fix comment attachement issue
by Marcel van Lohuizen
· 5 years ago
312fca9
cue/parser: disallow declarations with __foo identifiers as per spec
by Marcel van Lohuizen
· 5 years ago
4177df9
cue/parser: fix comment attachement issues
by Marcel van Lohuizen
· 5 years ago
4759dd2
cue/format: formatting of nested single-line fields
by Marcel van Lohuizen
· 5 years ago
300af3e
cue: introduce colon-separated labels
by Marcel van Lohuizen
· 5 years ago
0d0b9ad
doc/ref/spec.md: add newline before comments
by Marcel van Lohuizen
· 5 years ago
v0.0.13
Next »