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
/
src
/
io.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-22
r/6439
feat(tvix/store/proto): use Bytes instead of Vec<u8>
Florian Klink
1
-4
/
+4
2023-07-21
r/6436
refactor(tvix/store): use bytes for node names and symlink targets
Florian Klink
1
-5
/
+8
2023-05-25
r/6202
refactor(tvix/eval): stop borrowing &mut self
Florian Klink
1
-12
/
+12
2023-05-22
r/6173
refactor(tvix/eval): use &Path instead of PathBuf
Florian Klink
1
-9
/
+9
2023-05-22
r/6171
refactor(tvix/eval/io): use io::Error instead of tvix_eval errors
Florian Klink
1
-43
/
+29
2023-05-14
r/6140
feat(tvix/eval/io): allow &mut self in EvalIO
Florian Klink
1
-12
/
+12
2023-02-03
r/5833
chore(tvix/eval): only use Rc with impure feature
Florian Klink
1
-2
/
+3
2022-12-21
r/5467
feat(tvix/eval): use `EvalIO::import_path` when coercing paths
Vincent Ambo
1
-1
/
+22
2022-12-21
r/5465
feat(tvix/eval): builtins.storeDir
Adam Joseph
1
-0
/
+6
2022-12-21
r/5464
refactor(tvix/eval): use `EvalIO::read_dir` for equivalent builtin
Vincent Ambo
1
-2
/
+57
2022-12-21
r/5463
refactor(tvix/eval): use `EvalIO::path_exists` for the builtin
Vincent Ambo
1
-1
/
+16
2022-12-21
r/5462
chore(tvix/eval): gate tvix_eval::StdIO behind the `impure` feature
Vincent Ambo
1
-0
/
+2
2022-12-21
r/5459
feat(tvix/eval): add EvalIO to public crate API
Vincent Ambo
1
-2
/
+2
2022-12-21
r/5458
feat(tvix/eval): introduce initial EvalIO trait
Vincent Ambo
1
-0
/
+52