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
/
cli
/
src
/
main.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-26
r/8019
feat(tvix/cli): change log format to compact, add RUST_LOG support
Florian Klink
1
-1
/
+8
2024-02-21
r/7588
revert(tvix): don't use Rc::clone explicitly
aspen
1
-2
/
+2
2024-02-20
r/7578
feat(tvix/eval): implement `builtins.filterSource`
Ryan Lahfa
1
-1
/
+3
2024-02-20
r/7576
refactor(tvix): don't use Rc::clone explicitly
Florian Klink
1
-1
/
+1
2024-02-20
r/7572
refactor(tvix/eval): use internal SourceCode field in error printers
Vincent Ambo
1
-2
/
+2
2024-02-19
r/7557
feat(tvix/glue): Init fetcher builtins
Aspen Smith
1
-1
/
+3
2024-02-17
r/7543
feat(tvix/cli): set up tracing[-subscriber]
Florian Klink
1
-0
/
+18
2024-02-17
r/7533
feat(tvix/cli): support configuring BuildService
Florian Klink
1
-3
/
+20
2024-01-31
r/7460
fix(tvix): Represent strings as byte arrays
Aspen Smith
1
-1
/
+1
2024-01-31
r/7459
feat(tvix/eval/observer): Allow capturing timing of events
Aspen Smith
1
-0
/
+8
2024-01-18
r/7411
refactor(tvix/glue): add BuildService to TvixStoreIO
Florian Klink
1
-0
/
+3
2024-01-18
r/7410
feat(tvix/glue): use TvixStoreIO as derivation builtin state
Ryan Lahfa
1
-18
/
+20
2024-01-05
r/7352
refactor(tvix/glue): simplify TvixStoreIO further
Florian Klink
1
-1
/
+1
2024-01-03
r/7341
feat(tvix/cli): context-aware raw printing
Ryan Lahfa
1
-1
/
+1
2024-01-03
r/7338
feat(tvix/glue): contextful derivation
Ryan Lahfa
1
-9
/
+6
2023-12-31
r/7295
refactor(tvix/store): move construct_services helper here
Florian Klink
1
-32
/
+1
2023-12-31
r/7294
refactor(tvix/castore/directorysvc): return Box, not Arc
Florian Klink
1
-1
/
+4
2023-12-31
r/7293
refactor(tvix/castore/blobsvc): return Box, not Arc
Florian Klink
1
-1
/
+3
2023-12-31
r/7292
feat(tvix/cli): allow configuring different services
Florian Klink
1
-14
/
+53
2023-12-31
r/7289
refactor(tvix/eval): remove code and location from struct
Florian Klink
1
-4
/
+4
2023-11-04
r/6939
refactor(tvix/glue): move builtins into separate directory
Florian Klink
1
-1
/
+1
2023-11-04
r/6938
refactor(tvix/glue): move nix_path handling to helper in tvix-glue
Florian Klink
1
-9
/
+2
2023-11-04
r/6936
refactor(tvix): move tvix glue code into glue crate
Florian Klink
1
-19
/
+7
2023-09-22
r/6629
refactor(tvix): move castore into tvix-castore crate
Florian Klink
1
-2
/
+2
2023-09-18
r/6606
refactor(tvix/store/blobsvc): make BlobStore async
Florian Klink
1
-1
/
+8
2023-09-04
r/6550
refactor(tvix/{cli,store}): move TvixStoreIO to tvix-cli crate
Florian Klink
1
-1
/
+3
2023-08-14
r/6483
chore(tvix/cli): delete unused NixCompatIO code
sterni
1
-1
/
+0
2023-06-22
r/6344
feat(tvix/eval): allow extending builtins outside of tvix_eval
Evgeny Zemtsov
1
-1
/
+1
2023-06-12
r/6279
refactor(tvix/store/pathinfosvc): use Arc<dyn …>
Florian Klink
1
-2
/
+4
2023-06-12
r/6273
refactor(tvix/store): use Arc instead of Box
Florian Klink
1
-11
/
+6
2023-06-12
r/6272
refactor(tvix/store): use Box<dyn DirectoryService>
Florian Klink
1
-3
/
+9
2023-06-12
r/6271
feat(tvix/store/pathinfosvc): add calculate_nar method
Florian Klink
1
-1
/
+2
2023-06-12
r/6270
refactor(tvix/src/nar): drop NARCalculationService
Florian Klink
1
-11
/
+2
2023-06-12
r/6269
feat(tvix/store): eliminate generics in BlobStore
Florian Klink
1
-2
/
+2
2023-05-27
r/6213
feat(tvix/cli): add --no-warnings argument
Florian Klink
1
-2
/
+8
2023-05-24
r/6193
feat(tvix/cli): use TvixStoreIO instead of NixCompatIO
Florian Klink
1
-1
/
+18
2023-05-18
r/6159
refactor(tvix/cli): split CLI-specific IO logic into TvixIO type
Vincent Ambo
1
-1
/
+5
2023-03-22
r/6038
feat(tvix/cli): add `--strict` flag for evaluation
Vincent Ambo
1
-0
/
+9
2023-03-13
r/5981
feat(tvix/cli): bundle corepkgs/fetchurl.nix with tvix-cli
Vincent Ambo
1
-1
/
+9
2023-03-13
r/5964
refactor(tvix/eval): flatten call stack of VM using generators
Vincent Ambo
1
-1
/
+1
2023-01-27
r/5769
feat(tvix/cli): implement `builtins.derivation`
Vincent Ambo
1
-0
/
+4
2023-01-27
r/5768
feat(tvix/cli): implement builtins.derivationStrict
Vincent Ambo
1
-2
/
+4
2023-01-27
r/5764
feat(tvix/cli): add helper for populating derivation outputs
Vincent Ambo
1
-0
/
+1
2023-01-20
r/5709
feat(tvix/cli): add `errors` module with drv construction errors
Vincent Ambo
1
-0
/
+1
2023-01-17
r/5672
feat(tvix/cli): track known plain paths in NixCompatIO
Vincent Ambo
1
-1
/
+6
2023-01-17
r/5669
feat(tvix/cli): add known_paths module
Vincent Ambo
1
-0
/
+1
2023-01-11
r/5643
feat(tvix/cli): implement initial refscan module
Vincent Ambo
1
-0
/
+1
2023-01-06
r/5600
feat(tvix/cli): add `--compile-only` "linter" functionality
Vincent Ambo
1
-1
/
+52
2023-01-04
r/5581
refactor(tvix/eval): streamline construction of globals/builtins
Vincent Ambo
1
-1
/
+1
2022-12-22
r/5476
feat(tvix/cli): add `:d` REPL-prefix to print explanations of values
Vincent Ambo
1
-5
/
+14
[next]