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
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
2022-09-18
r/4911
refactor(tvix/eval): use Clap for arg+env parsing
Griffin Smith
1
-1
/
+2
2022-09-18
r/4897
chore(tvix/eval): bump rnix-parser to latest HEAD
Vincent Ambo
1
-2
/
+2
2022-09-17
r/4891
chore(tvix/eval): Add deps on proptest+test_strategy
Griffin Smith
1
-1
/
+6
2022-09-17
r/4886
test(tvix/eval): Add the start of a nix oracle test suite
Griffin Smith
1
-0
/
+1
2022-09-13
r/4827
chore(tvix/eval): add dependency on codemap-diagnostic
Vincent Ambo
1
-0
/
+1
2022-09-09
r/4775
feat(tvix/eval): implement DisassemblingObserver for compiler
Vincent Ambo
1
-4
/
+1
2022-09-09
r/4772
chore(tvix/eval): gate REPL-only dependencies behind `repl` feature
Vincent Ambo
1
-1
/
+13
2022-09-07
r/4708
chore(tvix/eval): bump all dependencies
Vincent Ambo
1
-2
/
+2
2022-09-07
r/4707
chore(tvix/eval): add codemap dependency
Vincent Ambo
1
-0
/
+1
2022-09-07
r/4698
chore(tvix/eval): add release-with-debug cargo profile
Vincent Ambo
1
-0
/
+4
2022-09-03
r/4615
test(tvix/eval): Add attr merge benchmarks
Griffin Smith
1
-0
/
+1
2022-09-01
r/4569
chore(tvix/eval): bump rnix-parser to latest master
Vincent Ambo
1
-2
/
+2
2022-09-01
r/4567
refactor(tvix/eval): Upgrade to latest rnix-parser
Vincent Ambo
1
-1
/
+7
2022-09-01
r/4563
refactor(tvix/eval): use pretty_assertions for tests
Vincent Ambo
1
-0
/
+1
2022-08-30
r/4533
feat(tvix/eval): implement optional runtime tracing
Vincent Ambo
1
-0
/
+4
2022-08-28
r/4520
fix(tvix/eval): use path_clean instead of fs::canonicalize for paths
Vincent Ambo
1
-0
/
+1
2022-08-26
r/4504
chore(tvix/cargo): add dirs dependency
Vincent Ambo
1
-0
/
+1
2022-08-26
r/4503
chore(tvix/cargo): add rustyline dependency
Vincent Ambo
1
-0
/
+1
2022-08-26
r/4498
refactor(tvix/value): replace static representation with SmolStr
Vincent Ambo
1
-0
/
+1
2022-08-25
r/4489
feat(tvix/eval): Add initial benchmarking infrastructure
Griffin Smith
1
-0
/
+5
2022-08-24
r/4464
chore(tvix/tests): gate Nix test suite behind `nix_tests` feature
Vincent Ambo
1
-0
/
+5
2022-08-24
r/4460
chore(tvix/eval): add 'test-generator' as dev-dependency
Vincent Ambo
1
-0
/
+3
2022-08-12
r/4402
chore(tvix/eval): add rnix-parser dependency
Vincent Ambo
1
-0
/
+1
2022-08-12
r/4398
feat(tvix/eval): check in generated project skeleton
Vincent Ambo
1
-0
/
+8