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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-31
r/6453
refactor(tvix/cli/refscan): use wu-manber crate with &[u8] support
Florian Klink
2
-24
/
+10
2023-07-31
r/6449
refactor(tvix/nix-compat): support non-unicode Derivations
Florian Klink
2
-4
/
+18
2023-07-31
r/6447
docs(tvix/cli/refscan): fix comment
Florian Klink
1
-2
/
+2
2023-07-22
r/6439
feat(tvix/store/proto): use Bytes instead of Vec<u8>
Florian Klink
2
-2
/
+2
2023-07-21
r/6436
refactor(tvix/store): use bytes for node names and symlink targets
Florian Klink
2
-4
/
+2
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-06-11
r/6266
fix(tvix/eval): emit only warnings on shadowed outputs
Linus Heckemann
2
-5
/
+3
2023-06-02
r/6227
fix(tvix/cli): fix refscan when no paths are referenced
Linus Heckemann
1
-4
/
+21
2023-05-27
r/6213
feat(tvix/cli): add --no-warnings argument
Florian Klink
1
-2
/
+8
2023-05-25
r/6202
refactor(tvix/eval): stop borrowing &mut self
Florian Klink
2
-8
/
+8
2023-05-25
r/6201
refactor(tvix/cli): wrap NixCompatIO import_cache in RwLock
Florian Klink
1
-4
/
+13
2023-05-24
r/6193
feat(tvix/cli): use TvixStoreIO instead of NixCompatIO
Florian Klink
1
-1
/
+18
2023-05-22
r/6173
refactor(tvix/eval): use &Path instead of PathBuf
Florian Klink
2
-6
/
+6
2023-05-22
r/6171
refactor(tvix/eval/io): use io::Error instead of tvix_eval errors
Florian Klink
2
-14
/
+12
2023-05-18
r/6160
chore(tvix/cli): remove unnecessary RefCell
Vincent Ambo
1
-7
/
+5
2023-05-18
r/6159
refactor(tvix/cli): split CLI-specific IO logic into TvixIO type
Vincent Ambo
3
-11
/
+84
2023-05-14
r/6140
feat(tvix/eval/io): allow &mut self in EvalIO
Florian Klink
1
-4
/
+4
2023-04-09
r/6088
refactor(nix-compat): Properly encapsulate store path construction
John Ericson
1
-10
/
+8
2023-03-30
r/6060
refactor(tvix/nix-compat): move build_store_path out of derivation
Florian Klink
1
-6
/
+13
2023-03-22
r/6038
feat(tvix/cli): add `--strict` flag for evaluation
Vincent Ambo
1
-0
/
+9
2023-03-15
r/6010
fix(tvix/cli): populate output configuration after walking args
Vincent Ambo
1
-15
/
+14
2023-03-15
r/6009
refactor(tvix/nix-compat): -derivation::Hash, +NixHash
Florian Klink
1
-11
/
+10
2023-03-14
r/5995
refactor(tvix/nix-compat): replace calculate_drv_replacement_str
Florian Klink
2
-20
/
+30
2023-03-13
r/5986
chore(tvix/cli): silence useless warning
Vincent Ambo
1
-0
/
+1
2023-03-13
r/5981
feat(tvix/cli): bundle corepkgs/fetchurl.nix with tvix-cli
Vincent Ambo
3
-1
/
+76
2023-03-13
r/5964
refactor(tvix/eval): flatten call stack of VM using generators
Vincent Ambo
2
-291
/
+301
2023-02-16
r/5858
chore(tvix/cli): iter instead of into_iter for references
Aaqa Ishtyaq
1
-1
/
+1
2023-02-02
r/5827
fix(tvix/cli): keep tracking full paths in known_paths
Vincent Ambo
3
-42
/
+84
2023-02-02
r/5826
feat(tvix/cli): cache imported paths in NixCompatIO
Vincent Ambo
1
-2
/
+20
2023-02-02
r/5825
refactor(tvix/cli): use Wu-Manber string scanning for drv references
Vincent Ambo
3
-58
/
+34
2023-02-01
r/5807
refactor(tvix/cli): use nixhash module for output hash calculation
Florian Klink
2
-73
/
+20
2023-02-01
r/5799
feat(tvix/cli): implement builtins.placeholder
Vincent Ambo
1
-0
/
+26
2023-01-31
r/5791
refactor(tvix/nix-compat): absorb //tvix/derivation
Florian Klink
2
-5
/
+6
2023-01-31
r/5787
refactor(tvix/cli/derivation): use `if let` to destructure
Florian Klink
1
-5
/
+5
2023-01-31
r/5786
refactor(tvix/cli): remove unneeded clone
Florian Klink
1
-2
/
+2
2023-01-31
r/5783
refactor(tvix/cli): absorb construct_output_hash
Florian Klink
1
-90
/
+116
2023-01-31
r/5782
refactor(tvix/cli): force outside of output configuration helper
Vincent Ambo
1
-54
/
+36
2023-01-29
r/5776
refactor(tvix/cli): add helper method for strong string coercion
Vincent Ambo
1
-29
/
+29
2023-01-27
r/5773
refactor(tvix/cli): describe errors with thiserror
Florian Klink
1
-64
/
+15
2023-01-27
r/5772
fix(tvix/cli): handle SRI hashes in outputHash
Florian Klink
2
-18
/
+140
2023-01-27
r/5770
feat(tvix/cli): faux implementation of builtins.toFile
Vincent Ambo
1
-0
/
+31
2023-01-27
r/5769
feat(tvix/cli): implement `builtins.derivation`
Vincent Ambo
3
-0
/
+41
2023-01-27
r/5768
feat(tvix/cli): implement builtins.derivationStrict
Vincent Ambo
2
-4
/
+154
2023-01-27
r/5767
feat(tvix/cli): add helper for handling special drv parameters
Vincent Ambo
1
-0
/
+106
[next]