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
9 days
r/8911
refactor(tvix/eval): rm From<(T, Option<Box<NixContext>>)> for NixString
Florian Klink
2
-20
/
+1
2024-11-04
r/8891
feat(tvix/eval): use with_capacity instead of a growing vec
Bob van der Linden
1
-1
/
+1
2024-11-04
r/8890
refactor(tvix/eval): remove Value::Json and related functionality
Bob van der Linden
5
-93
/
+25
2024-11-04
r/8889
test(tvix/eval): test throw in __toString with toJSON
Bob van der Linden
2
-1
/
+4
2024-11-02
r/8881
feat(tvix/eval): introduce ErrorKind::InvalidHash
Bob van der Linden
1
-0
/
+5
2024-10-27
r/8869
fix(tvix/eval): fix unused variable warnings being inverted
Yureka
1
-1
/
+1
2024-10-16
r/8813
feat(tvix/eval/io): impl From<std::fs::FileType> for FileType
Florian Klink
1
-0
/
+14
2024-10-16
r/8812
refactor(tvix/eval/builtin-macros): use match block for f.block
edef
1
-20
/
+34
2024-10-12
r/8797
refactor(tvix/eval): remove usage of lazy_static
Vincent Ambo
4
-33
/
+26
2024-10-12
r/8796
refactor(tvix/eval): Make `strict` an EvalMode enum
Aspen Smith
4
-24
/
+35
2024-09-25
r/8713
feat(tvix/eval): Use thiserror for ErrorKind and CatchableErrorKind
Ilan Joselevich
2
-242
/
+95
2024-09-05
r/8653
chore(3p/sources): bump channels & overlays (2024-09-01)
Vincent Ambo
1
-2
/
+2
2024-08-29
r/8610
chore(tvix): Migrate members to inherit deps from workspace
Ilan Joselevich
2
-35
/
+35
2024-08-29
r/8609
chore(tvix): Bump versions of all compatible deps via cargo upgrade
Ilan Joselevich
2
-16
/
+16
2024-08-28
r/8605
feat(tvix/eval): allow external users to construct native thunks
Vincent Ambo
1
-0
/
+6
2024-08-28
r/8604
refactor(tvix/eval): remove useless impl block
Vincent Ambo
1
-8
/
+5
2024-08-19
r/8521
refactor(tvix/eval): remove use of imbl::OrdMap
Vincent Ambo
5
-115
/
+92
2024-08-19
r/8520
refactor(tvix/eval): remove use of imbl::Vector
Vincent Ambo
4
-47
/
+46
2024-08-19
r/8519
refactor(tvix/eval): ensure VM operations fit in a single byte
Vincent Ambo
10
-572
/
+749
2024-08-18
r/8515
refactor(tvix/eval): Pull context out into its own module
Aspen Smith
2
-156
/
+165
2024-08-15
r/8494
chore(tvix): Retain original passthru in Rust builds
Brian Olsen
1
-2
/
+2
2024-08-11
r/8480
chore(tvix/eval): Update module comment for value::string
Aspen Smith
1
-3
/
+2
2024-08-11
r/8479
feat(tvix/value): Print derivation values specially
Aspen Smith
1
-0
/
+12
2024-08-10
r/8475
chore(tvix/eval): Drop obsolete todo
Aspen Smith
1
-1
/
+0
2024-08-10
r/8474
feat(tvix/eval): Store hash in key of interner
Aspen Smith
2
-7
/
+21
2024-08-09
r/8467
feat(tvix/eval): Re-enable testing for eval-okay-readDir
Ilan Joselevich
6
-2
/
+0
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
[next]