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
/
eval
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-09
r/8466
feat(tvix/eval): Implement builtins.readFileType
Ilan Joselevich
9
-2
/
+46
2024-08-09
r/8463
feat(tvix/eval): Implement Display for io::FileType
Ilan Joselevich
2
-7
/
+14
2024-08-08
r/8461
feat(tvix): Jemalloc -> MiMalloc
Ilan Joselevich
2
-7
/
+3
2024-08-08
r/8455
feat(tvix/eval): Put interner in a thread-local RefCell
Aspen Smith
1
-9
/
+8
2024-08-08
r/8454
feat(tvix/eval): Intern (and leak) small strings, behind a mutex
Aspen Smith
1
-5
/
+82
2024-08-07
r/8453
feat(tvix/eval): Forbid Hash{Map,Set}, use Fx instead
Aspen Smith
10
-30
/
+41
2024-08-07
r/8452
chore(tvix): change deprecated default_features to default-features
Yureka
1
-2
/
+2
2024-08-05
r/8443
feat(tvix/eval): Leak strings (with flag to disable)
Aspen Smith
2
-3
/
+20
2024-08-01
r/8435
chore(3p/sources): Bump channels & overlays (2024-07-28)
Aspen Smith
2
-8
/
+6
2024-07-27
r/8418
feat(tvix/eval): ConstantIdx expansion for more ops
Matthew Tromp
1
-7
/
+19
2024-07-27
r/8416
fix(tvix/eval): don't bubble up io errors from path_exists
Matthew Tromp
3
-1
/
+4
2024-07-07
r/8356
feat(tvix/eval): Bump imbl to 3.0.0
Aspen Smith
1
-1
/
+1
2024-07-07
r/8355
fix(tvix/repl): Share globals and sourcemap across evaluations
Aspen Smith
2
-38
/
+115
2024-07-06
r/8352
refactor(tvix/eval): Construct globals in EvaluationBuilder::build
Aspen Smith
2
-58
/
+47
2024-07-06
r/8351
refactor(tvix/eval): Builderize Evaluation
Aspen Smith
5
-69
/
+228
2024-07-05
r/8345
feat(tvix/eval): Allow passing in an env to evaluation
Aspen Smith
7
-15
/
+99
2024-07-05
r/8343
refactor(tvix/eval): Drop LightSpan entirely
Aspen Smith
8
-175
/
+109
2024-07-01
r/8331
chore(tvix): bump to data-encoding 2.6.0
Florian Klink
1
-1
/
+1
2024-06-26
r/8314
refactor(tvix/eval): prefix ctx iterators in NixString
Florian Klink
1
-3
/
+15
2024-06-26
r/8309
feat(tvix/eval): add ErrorKind::UnexpectedArgumentBuiltin
Florian Klink
1
-0
/
+9
2024-06-26
r/8308
refactor(tvix/eval): rename UnexpectedArgument{,Formals}
Florian Klink
2
-6
/
+6
2024-06-26
r/8304
feat(tvix/eval): add file_type method
Florian Klink
1
-0
/
+25
2024-06-22
r/8303
refactor(tvix/eval): drop placeholder impls of builtins in glue
Ilan Joselevich
1
-16
/
+0
2024-06-14
r/8270
chore(tvix/eval): move eval docs to tvix/docs
Florian Klink
10
-1602
/
+0
2024-06-11
r/8247
fix(tvix/eval): handle builtins.split matching the empty string
binarycat
3
-0
/
+14
2024-06-08
r/8227
docs(tvix): fix some typos across various documents
Ben Webb
1
-1
/
+1
2024-06-06
r/8222
feat(tvix): Switch to jemalloc
Aspen Smith
2
-0
/
+9
2024-06-05
r/8218
fix(tvix): make rstest pick up new test case files
Ilan Joselevich
1
-1
/
+6
2024-06-05
r/8217
feat(tvix/glue): Implement builtins.storePath
Aspen Smith
1
-0
/
+6
2024-06-03
r/8211
feat(tvix): add CI targets for checking crate features powerset
Ilan Joselevich
1
-3
/
+10
2024-05-30
r/8184
fix(tvix/eval): nix_tests.rs's eval_test requires impure flag
Ilan Joselevich
1
-0
/
+1
2024-05-30
r/8183
fix(tvix/eval): proptests require arbitrary feature
Florian Klink
2
-2
/
+2
2024-05-30
r/8182
fix(tvix/eval/tests/one_offs): test_source_builtin can be pure
Florian Klink
1
-1
/
+1
2024-05-30
r/8181
fix(tvix/eval/tests/nix_oracle): tests are impure-only
Florian Klink
1
-0
/
+2
2024-05-30
r/8180
refactor(tvix/eval): move nix_tests to separate module
Florian Klink
2
-198
/
+207
2024-05-30
r/8179
fix(tvix/eval/vm/generators): allow unused rq_{path_exists,read_dir}
Florian Klink
1
-0
/
+2
2024-05-26
r/8176
fix(tvix/eval/nix_search_path): gate tests on impure feature
Florian Klink
1
-0
/
+2
2024-05-26
r/8175
fix(tvix/eval/io): OsStringExt and std::fs::File import are impure-only
Florian Klink
1
-2
/
+4
2024-05-25
r/8168
fix(tvix/eval): drop superfluous string context check
edef
1
-4
/
+1
2024-05-25
r/8167
fix(tvix/eval): disallow empty but allocated string contexts
edef
1
-3
/
+25
2024-05-23
r/8164
feat(tvix/eval): rm NixContext::join, add take_context & IntoIterator
Florian Klink
5
-58
/
+55
2024-05-23
r/8163
feat(tvix/eval): teach builtins.toXML context
Florian Klink
2
-6
/
+38
2024-05-23
r/8162
feat(tvix/eval): add NixContext::extend
Florian Klink
1
-1
/
+9
2024-05-23
r/8161
fix(tvix/eval): NixString are bytes
Florian Klink
1
-1
/
+1
2024-05-22
r/8160
refactor(tvix/eval): rewrite xml emitter to be simple-stupid
Profpatsch
7
-66
/
+205
2024-05-20
r/8156
fix(tvix/eval): use fake values for __curPos, rather than an error
Florian Klink
1
-2
/
+9
2024-05-03
r/8072
docs(tvix/eval): add document about how binding construction works
Vincent Ambo
1
-0
/
+133
2024-04-30
r/8038
test(tvix): Fix tvix tests on macOS
Alice Carroll
1
-1
/
+8
2024-04-28
r/8025
chore(3p/sources): Bump channels & overlays
sterni
2
-2
/
+2
2024-04-22
r/7991
fix(tvix/eval): don't impl From<NixString> for String
Florian Klink
1
-5
/
+1
[next]