depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tvix
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-04
r/5241
fix(tvix/eval): quote keys which are not valid identifiers
Adam Joseph
3
-1
/
+26
2022-11-04
r/5240
fix(tvix_eval): {stack,local}_idx confusion
Adam Joseph
1
-4
/
+4
2022-11-04
r/5237
fix(tvix/eval): inline mis-named Local::above()
Adam Joseph
1
-6
/
+1
2022-11-04
r/5236
fix(tvix/eval): remove impl PartialEq for Value
Adam Joseph
8
-24
/
+31
2022-11-03
r/5235
feat(tvix/eval): add rust-analyzer to dev-env
Florian Klink
1
-1
/
+2
2022-11-02
r/5231
chore(tvix/proto/castore.proto): drop Blob and Chunk
Florian Klink
1
-10
/
+0
2022-11-02
r/5230
feat(tvix/proto): add castore.proto
Florian Klink
2
-0
/
+41
2022-10-31
r/5226
fix(tvix/eval): nix_eq() must recurse
Adam Joseph
5
-3
/
+5
2022-10-31
r/5225
docs(tvix/eval): builtins.md: note implementation status
Adam Joseph
1
-116
/
+123
2022-10-30
r/5224
docs(tvix/eval): builtins.md: mark impure
Adam Joseph
1
-7
/
+7
2022-10-29
r/5223
test(tvix/eval): builtins.sort must preserve order of equal elements
sterni
2
-0
/
+8
2022-10-29
r/5222
feat(tvix/eval): Implement builtins.sort
Griffin Smith
4
-3
/
+46
2022-10-29
r/5221
feat(tvix/eval): Implement comparison for lists
Griffin Smith
7
-3
/
+45
2022-10-28
r/5220
feat(tvix/eval): builtins.replaceStrings: don't clone() N times
Adam Joseph
1
-8
/
+10
2022-10-28
r/5219
feat(tvix/eval): add builtins.replaceStrings
James Landrein
5
-0
/
+77
2022-10-28
r/5218
docs(tvix/eval): warn that AttrsRep::KV is not for Key-Value pairs
Adam Joseph
1
-1
/
+8
2022-10-28
r/5217
docs(tvix/eval): add "intern literals" to future optimisations
Adam Joseph
1
-0
/
+6
2022-10-27
r/5215
fix(tvix/eval): correct wasm32-unknown-unknown to wasm32-none
Adam Joseph
1
-0
/
+11
2022-10-27
r/5214
refactor(tvix/eval): search-and-replace changes
Adam Joseph
1
-5
/
+5
2022-10-27
r/5213
feat(tvix/eval): builtins.import without RefCell
Adam Joseph
5
-137
/
+154
2022-10-26
r/5201
docs(tvix/eval): StackIdx, LocalIdx UpvalueIdx
Adam Joseph
2
-5
/
+7
2022-10-26
r/5200
feat(tvix/eval): add NixList::force_elements()
Adam Joseph
1
-0
/
+5
2022-10-26
r/5199
feat(tvix/eval): include filename of failing test when failing
Adam Joseph
1
-5
/
+5
2022-10-25
r/5198
feat(tvix/eval): add builtins.{floor,ceil}
James Landrein
7
-0
/
+13
2022-10-24
r/5193
refactor(tvix/eval): Implement value comparison with a method
Griffin Smith
3
-26
/
+47
2022-10-24
r/5192
feat(tvix/eval): Implement builtins.mapAttrs
Griffin Smith
4
-0
/
+23
2022-10-24
r/5191
feat(tvix/eval): add builtins.langVersion
Vincent Ambo
1
-0
/
+2
2022-10-24
r/5190
feat(tvix/eval): implement builtins.currentSystem
Adam Joseph
6
-0
/
+360
2022-10-24
r/5189
feat(nix/eval): Implement builtins.groupBy
Griffin Smith
3
-0
/
+34
2022-10-23
r/5187
fix(tvix/eval): Use natural arg order for call_with
Griffin Smith
2
-2
/
+3
2022-10-23
r/5186
feat(tvix/eval): initial attempt at setting lambda names
Vincent Ambo
4
-15
/
+39
2022-10-23
r/5185
test(tvix/eval): add a test case for nested sibling access
Vincent Ambo
2
-0
/
+8
2022-10-23
r/5184
fix(tvix/eval): thunk let-expression
Vincent Ambo
1
-1
/
+5
2022-10-23
r/5183
fix(tvix/eval): fix condition for useless inherit warning
Vincent Ambo
1
-2
/
+2
2022-10-23
r/5182
refactor(tvix/eval): simplify check for deferring upvalue resolution
Vincent Ambo
1
-9
/
+4
2022-10-23
r/5181
feat(tvix/eval): add mechanism for placeholder builtins
Vincent Ambo
1
-0
/
+19
2022-10-23
r/5180
refactor(tvix/eval): simplify self-reference check
Vincent Ambo
1
-1
/
+1
2022-10-23
r/5179
chore(tvix/eval): return detailed TvixBug if an upvalue is missing
Vincent Ambo
1
-1
/
+17
2022-10-23
r/5178
fix(tvix/eval): detect cycles when printing infinite values
Vincent Ambo
4
-24
/
+45
2022-10-22
r/5177
feat(tvix/eval): add `TvixBug` error kind
Vincent Ambo
1
-1
/
+23
2022-10-22
r/5176
test(tvix/eval): add a test for observing an infinite attribute set
Vincent Ambo
2
-0
/
+5
2022-10-22
r/5175
feat(tvix/eval): Implement builtins.deepSeq
Griffin Smith
10
-62
/
+100
2022-10-22
r/5174
fix(tvix/eval): use top-level span for `force_with_output`
Vincent Ambo
3
-6
/
+29
2022-10-21
r/5172
fix(tvix): distinguish search- and relative path resolution errors
sterni
4
-11
/
+19
2022-10-20
r/5170
test(tvix/verify-lang-tests): also check notyetpassing tests
sterni
1
-12
/
+12
2022-10-20
r/5168
fix(tvix/eval): restore .exp.xml files and skip in test suite
sterni
3
-0
/
+7
2022-10-20
r/5167
fix(tvix/eval): fix path in notyetpassing tests
sterni
4
-4
/
+4
2022-10-20
r/5166
test(tvix/eval): eval-okay-eq.nix can actually be tested
sterni
3
-1
/
+1
2022-10-20
r/5165
fix(tvix/eval): eval-okay-pathexists test can be executed
sterni
2
-0
/
+0
2022-10-20
r/5164
test(tvix/eval): update C++ Nix test suite to current master
sterni
23
-32
/
+94
[prev]
[next]