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-24
r/5309
chore(tvix/eval): postpone use of "dep:" for a bit
Adam Joseph
1
-1
/
+1
2022-11-24
r/5308
test(tvix/eval): test limits of builtins.seq's forcing
sterni
2
-2
/
+2
2022-11-23
r/5305
feat(tvix/eval): ExactSizeIterator for Iter<KeyValue<'a>> and Keys
Adam Joseph
1
-0
/
+20
2022-11-23
r/5303
feat(tvix/eval): improve panic!() messages in Thunk::value()
Adam Joseph
1
-4
/
+4
2022-11-23
r/5302
feat(tvix/eval): add NixAttrs::into_iter()
Adam Joseph
1
-0
/
+52
2022-11-23
r/5301
feat(tvix/eval): make NixList::clone() cheap
Adam Joseph
3
-38
/
+36
2022-11-21
r/5299
fix(tvix/eval): aggressively fix a borrow error in nix_eq
Vincent Ambo
1
-3
/
+9
2022-11-21
r/5298
fix(tvix/eval): builtins.listToAttrs must force keys
Vincent Ambo
1
-7
/
+2
2022-11-21
r/5297
fix(tvix/eval): ensure callable is forced when using call_with
Vincent Ambo
2
-1
/
+9
2022-11-21
r/5296
test(tvix/eval): enable eval-okay-closure test from nix_tests
Vincent Ambo
2
-1
/
+2
2022-11-21
r/5295
feat(tvix/eval): Implement builtins.genericClosure
Vincent Ambo
1
-0
/
+47
2022-11-11
r/5278
feat(tvix/): .gitignore target folders
Florian Klink
2
-1
/
+1
2022-11-11
r/5277
feat(tvix/eval): move shell.nix and .envrc to //tvix
Florian Klink
3
-12
/
+2
2022-11-10
r/5276
feat(tvix/eval): detect division by zero
jhahn
4
-1
/
+22
2022-11-08
r/5273
chore(tvix/proto/castore.proto) rename *Node.{ref->digest}
Florian Klink
1
-9
/
+13
2022-11-08
r/5272
chore(tvix/proto): change package name to tvix.proto.v1
Florian Klink
2
-2
/
+2
2022-11-08
r/5271
chore(tvix/proto/castore.proto): rename link to symlinks
Florian Klink
1
-5
/
+5
2022-11-08
r/5270
docs(tvix/proto/castore.proto): add comments
Florian Klink
1
-0
/
+25
2022-11-08
r/5269
feat(tvix/eval): Add docstrings as documentation for builtins
Griffin Smith
5
-2
/
+54
2022-11-08
r/5268
feat(tvix/eval): Give names to builtin arguments
Griffin Smith
6
-57
/
+111
2022-11-08
r/5267
refactor(tvix/eval): Be clearer about public interface
Griffin Smith
3
-10
/
+16
2022-11-08
r/5266
refactor(tvix/eval): Define impure builtins using the macro
Griffin Smith
1
-48
/
+56
2022-11-08
r/5265
refactor(tvix/eval): Define *all* pure builtins at the top-level
Griffin Smith
1
-728
/
+792
2022-11-08
r/5264
refactor(tvix/eval): Define a single builtin at the top level
Griffin Smith
1
-5
/
+16
2022-11-08
r/5263
feat(tvix/eval): Add a proc-macro for defining builtins
Griffin Smith
9
-3
/
+1133
2022-11-08
r/5262
feat(tvix/eval): add helper for selecting required attributes
Vincent Ambo
1
-0
/
+7
2022-11-08
r/5261
docs(tvix/eval): document abandoned thread-local vm
Adam Joseph
1
-0
/
+233
2022-11-06
r/5255
feat(tvix/eval): placeholder builtin implementations
Vincent Ambo
3
-9
/
+43
2022-11-06
r/5254
refactor(tvix/eval): move `unwrap_or_clone_rc` to lib module
Vincent Ambo
2
-6
/
+9
2022-11-05
r/5252
fix(tvix/eval): change ordinary (//) to rustdoc-comments (///)
Adam Joseph
1
-3
/
+3
2022-11-05
r/5251
fix(tvix/eval): Scope.inherit(): fix scope_depth, with_stack_depth
Adam Joseph
1
-0
/
+2
2022-11-05
r/5250
refactor(tvix/eval): rename Opcode::DataLocalIdx to DataStackIdx
Adam Joseph
4
-7
/
+7
2022-11-04
r/5245
docs(tvix/eval): add comments for Opcode::DataXXX opcodes
Adam Joseph
1
-2
/
+8
2022-11-04
r/5244
feat(tvix/eval): implement builtins.split
Adam Joseph
4
-1
/
+39
2022-11-04
r/5242
test(tvix/eval): add a test case for groupBy with thunks
Adam Joseph
3
-0
/
+9
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
[next]