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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-01
r/5801
refactor(tvix/nix-compat): const is always 'static
Florian Klink
1
-1
/
+1
2023-02-01
r/5799
feat(tvix/cli): implement builtins.placeholder
Vincent Ambo
2
-0
/
+44
2023-01-31
r/5797
refactor(tvix/serde): allow dead_code in struct
Florian Klink
1
-0
/
+1
2023-01-31
r/5796
docs(tvix/nix-compat/store_path): fix docstrings
Florian Klink
1
-2
/
+2
2023-01-31
r/5795
fix(tvix/eval): allow builtins.toXML to serialise any function
Vincent Ambo
1
-1
/
+13
2023-01-31
r/5794
feat(tvix/store): add write_nar function
Florian Klink
6
-22
/
+351
2023-01-31
r/5793
refactor(tvix/nix-compat): absorb nar writer
Florian Klink
8
-15
/
+3
2023-01-31
r/5792
docs(tvix/nix-compat/derivation): fix docstrings
Florian Klink
2
-2
/
+5
2023-01-31
r/5791
refactor(tvix/nix-compat): absorb //tvix/derivation
Florian Klink
34
-148
/
+60
2023-01-31
r/5790
feat(tvix/store): implement iteration over Directory nodes
Florian Klink
3
-1
/
+163
2023-01-31
r/5789
feat(tvix/store/proto): implement get_name for node::Node, pub trait
Florian Klink
1
-3
/
+13
2023-01-31
r/5788
refactor(tvix): introduce nix-compat crate
Florian Klink
20
-27
/
+109
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/5785
feat(tvix/serde): add an example application to the project
Vincent Ambo
3
-0
/
+57
2023-01-31
r/5784
test(tvix/eval): add tests for internal formals dependencies
Vincent Ambo
4
-0
/
+8
2023-01-31
r/5783
refactor(tvix/cli): absorb construct_output_hash
Florian Klink
4
-100
/
+116
2023-01-31
r/5782
refactor(tvix/cli): force outside of output configuration helper
Vincent Ambo
1
-54
/
+36
2023-01-30
r/5781
fix(tvix/store/nixbase32): fix encoder/decoder
Florian Klink
5
-76
/
+121
2023-01-30
r/5780
refactor(tvix/store/tests): move Directory tests into directory.rs
Florian Klink
2
-286
/
+286
2023-01-30
r/5779
feat(tvix/store/proto): implement get_name for all nodes
Florian Klink
1
-0
/
+24
2023-01-30
r/5778
docs(tvix/store/protos): add docstring for Directory::digest()
Florian Klink
1
-0
/
+2
2023-01-30
r/5777
docs(tvix/store/protos): fix docstring
Florian Klink
1
-2
/
+2
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
4
-64
/
+21
2023-01-27
r/5772
fix(tvix/cli): handle SRI hashes in outputHash
Florian Klink
5
-38
/
+573
2023-01-27
r/5771
feat(tvix/derivation): derive PartialEq for error
Florian Klink
1
-2
/
+2
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
2023-01-27
r/5766
feat(tvix/cli): add helper for populating drv output configuration
Vincent Ambo
2
-2
/
+125
2023-01-27
r/5765
feat(tvix/cli): add helper for populating derivation inputs
Vincent Ambo
1
-0
/
+89
2023-01-27
r/5764
feat(tvix/cli): add helper for populating derivation outputs
Vincent Ambo
2
-0
/
+89
2023-01-26
r/5763
chore(tvix/eval): remove dead comment
Vincent Ambo
1
-1
/
+1
2023-01-26
r/5762
refactor(tvix/derivation): align error messages with rust style
Florian Klink
1
-13
/
+13
2023-01-26
r/5760
fix(tvix/cli): correctly trim cppnix output in NixCompatIO
Vincent Ambo
1
-3
/
+4
2023-01-25
r/5759
docs(tvix): fix minor spelling problems in pointer equality document
sterni
1
-4
/
+4
2023-01-25
r/5758
docs(tvix/eval): builtins.add is not equivalent to +
sterni
1
-3
/
+3
2023-01-25
r/5757
test(tvix/eval): add test for total_fmt_float
Florian Klink
1
-0
/
+28
2023-01-25
r/5756
refactor(tvix/eval): extract float formatting into a helper
Vincent Ambo
1
-71
/
+75
2023-01-25
r/5754
feat(tvix/eval): implement builtins.fromTOML
Florian Klink
7
-3
/
+220
2023-01-25
r/5753
feat(tvix/eval): use lexical-core to format float
Florian Klink
6
-4
/
+411
2023-01-23
r/5747
chore(tvix/eval): delete "useless parenthesis" warning/optimisation
Vincent Ambo
2
-30
/
+0
2023-01-23
r/5746
fix(tvix/eval): force functors before applying them
Vincent Ambo
3
-0
/
+12
2023-01-23
r/5740
refactor(tvix/derivation): relax bounds for reference iterator
Vincent Ambo
2
-4
/
+4
2023-01-23
r/5739
refactor(tvix/derivation): remove DOT_FILE_EXT const
Florian Klink
3
-13
/
+3
2023-01-23
r/5738
refactor(tvix/derivation): pass fingerprint to build_store_path
Florian Klink
2
-66
/
+51
2023-01-23
r/5737
feat(tvix/derivation): add `path_with_references`
Vincent Ambo
3
-1
/
+63
2023-01-23
r/5736
refactor(tvix/derivation): minor structure simplification
Vincent Ambo
4
-18
/
+27
[prev]
[next]