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
/
Cargo.toml
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-12
r/8797
refactor(tvix/eval): remove usage of lazy_static
Vincent Ambo
1
-1
/
+0
2024-09-25
r/8713
feat(tvix/eval): Use thiserror for ErrorKind and CatchableErrorKind
Ilan Joselevich
1
-0
/
+1
2024-08-29
r/8610
chore(tvix): Migrate members to inherit deps from workspace
Ilan Joselevich
1
-33
/
+33
2024-08-29
r/8609
chore(tvix): Bump versions of all compatible deps via cargo upgrade
Ilan Joselevich
1
-14
/
+14
2024-08-19
r/8521
refactor(tvix/eval): remove use of imbl::OrdMap
Vincent Ambo
1
-2
/
+1
2024-08-19
r/8519
refactor(tvix/eval): ensure VM operations fit in a single byte
Vincent Ambo
1
-0
/
+1
2024-08-10
r/8474
feat(tvix/eval): Store hash in key of interner
Aspen Smith
1
-0
/
+1
2024-08-08
r/8461
feat(tvix): Jemalloc -> MiMalloc
Ilan Joselevich
1
-3
/
+1
2024-08-07
r/8453
feat(tvix/eval): Forbid Hash{Map,Set}, use Fx instead
Aspen Smith
1
-0
/
+1
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
1
-0
/
+5
2024-07-07
r/8356
feat(tvix/eval): Bump imbl to 3.0.0
Aspen Smith
1
-1
/
+1
2024-07-01
r/8331
chore(tvix): bump to data-encoding 2.6.0
Florian Klink
1
-1
/
+1
2024-06-06
r/8222
feat(tvix): Switch to jemalloc
Aspen Smith
1
-0
/
+3
2024-05-22
r/8160
refactor(tvix/eval): rewrite xml emitter to be simple-stupid
Profpatsch
1
-1
/
+0
2024-04-13
r/7895
docs(tvix/eval): remove link to cargo manifest reference
Florian Klink
1
-2
/
+0
2024-04-12
r/7885
chore(tvix): bump rstest to 0.19.0
Florian Klink
1
-1
/
+1
2024-02-23
r/7597
feat(tvix/eval): implement `builtins.hashString`
Padraic-O-Mhuiris
1
-0
/
+4
2024-01-31
r/7460
fix(tvix): Represent strings as byte arrays
Aspen Smith
1
-0
/
+2
2024-01-17
r/7403
fix(tvix/eval): `getContext` merges underlying values
Ryan Lahfa
1
-0
/
+1
2024-01-17
r/7398
feat(tvix/eval): move away from `test_generator` to `rstest`
Ryan Lahfa
1
-6
/
+1
2024-01-06
r/7355
chore(tvix): bump itertools
Florian Klink
1
-1
/
+1
2023-12-11
r/7146
chore(tvix): bump criterion to 0.5
Florian Klink
1
-1
/
+1
2023-11-05
r/6959
chore(tvix): bump proptest dependency
Vincent Ambo
1
-1
/
+1
2023-10-08
r/6739
refactor(tvix/eval/tests): migrate to tempfile
Florian Klink
1
-1
/
+1
2023-07-22
r/6439
feat(tvix/store/proto): use Bytes instead of Vec<u8>
Florian Klink
1
-0
/
+1
2023-05-11
r/6134
chore(tvix/*): bump to smol_str 0.2.0
Florian Klink
1
-1
/
+1
2023-03-13
r/5988
chore(tvix/eval): prune some dependencies & features
Vincent Ambo
1
-6
/
+2
2023-03-07
r/5899
feat(tvix/eval): introduce generators module
Vincent Ambo
1
-0
/
+1
2023-01-25
r/5754
feat(tvix/eval): implement builtins.fromTOML
Florian Klink
1
-3
/
+4
2023-01-25
r/5753
feat(tvix/eval): use lexical-core to format float
Florian Klink
1
-0
/
+2
2023-01-17
r/5670
refactor(tvix/value): use proptest strategies from imbl crate
Vincent Ambo
1
-1
/
+1
2023-01-16
r/5664
feat(tvix/eval): implement builtins.toXML
Vincent Ambo
1
-0
/
+1
2023-01-10
r/5640
feat(tvix/eval): implement serde::Deserialize for Value
Ryan Lahfa
1
-2
/
+2
2022-12-29
r/5541
refactor(tvix/eval): persistent, memory-sharing OrdMap for NixAttrs
Vincent Ambo
1
-1
/
+1
2022-12-29
r/5534
refactor(tvix/eval): use im::Vector for NixList representation
Vincent Ambo
1
-10
/
+11
2022-12-21
r/5442
fix(tvix/eval): use test-generator fork that supports workspaces
Vincent Ambo
1
-1
/
+6
2022-12-21
r/5441
chore(tvix): upgrade to clap 4.0
Vincent Ambo
1
-1
/
+1
2022-12-21
r/5440
refactor(tvix): split binary (REPL etc.) out from evaluator library
Vincent Ambo
1
-10
/
+1
2022-12-15
r/5419
refactor(tvix): share a Cargo.lock file between Rust projects
Vincent Ambo
1
-4
/
+0
2022-12-06
r/5396
fix(tvix/eval): use rnix-parser from crates.io
Vincent Ambo
1
-6
/
+1
2022-11-26
r/5340
feat(tvix/eval): use backtrace-on-stack-overflow crate
Adam Joseph
1
-1
/
+5
2022-11-24
r/5309
chore(tvix/eval): postpone use of "dep:" for a bit
Adam Joseph
1
-1
/
+1
2022-11-08
r/5263
feat(tvix/eval): Add a proc-macro for defining builtins
Griffin Smith
1
-0
/
+1
2022-10-20
r/5163
test(tvix/eval): enable nix_tests by default
sterni
1
-1
/
+1
2022-10-16
r/5143
feat(tvix/eval): add an AST pretty-printing module
Vincent Ambo
1
-1
/
+2
2022-10-15
r/5136
feat(tvix/eval): Initial impl of builtins.match
Griffin Smith
1
-0
/
+1
2022-10-15
r/5135
feat(tvix/eval): Implement builtins.fromJSON
Griffin Smith
1
-0
/
+1
2022-09-22
r/4958
fix(tvix/eval): support string identifiers in inherits
Vincent Ambo
1
-2
/
+2
2022-09-22
r/4954
feat(tvix/eval): Sketch out impure builtins
Griffin Smith
1
-1
/
+4
[next]