Age | Commit message (Expand) | Author | Files | Lines |
2023-01-17 | r/5677 refactor(tvix/cli): consistently assert type unity in known_paths | Vincent Ambo | 1 | -46/+41 |
2023-01-17 | r/5676 refactor(tvix/eval): non-hacky suspended native thunks | Vincent Ambo | 1 | -55/+35 |
2023-01-17 | r/5675 refactor(tvix/eval): remove `Box` in new_suspended_native | Vincent Ambo | 3 | -7/+5 |
2023-01-17 | r/5674 feat(tvix/eval): add builtins to builtins | Vincent Ambo | 3 | -2/+34 |
2023-01-17 | r/5673 feat(tvix/cli): add replacement strings tracking to KnownPaths | Vincent Ambo | 1 | -0/+29 |
2023-01-17 | r/5672 feat(tvix/cli): track known plain paths in NixCompatIO | Vincent Ambo | 3 | -27/+45 |
2023-01-17 | r/5671 refactor(tvix/cli): reference scanner owns all the strings | Vincent Ambo | 2 | -50/+29 |
2023-01-17 | r/5670 refactor(tvix/value): use proptest strategies from imbl crate | Vincent Ambo | 7 | -77/+211 |
2023-01-17 | r/5669 feat(tvix/cli): add known_paths module | Vincent Ambo | 3 | -5/+143 |
2023-01-16 | r/5668 refactor(tvix/derivation): expose proper ValidateDerivationError | Florian Klink | 7 | -30/+109 |
2023-01-16 | r/5667 feat(tvix/derivation): make input_sources a BTreeSet | Florian Klink | 3 | -14/+5 |
2023-01-16 | r/5666 chore(tvix/derivation): drop TODOs related to stripping outputs | Florian Klink | 1 | -2/+0 |
2023-01-16 | r/5665 feat(tvix/eval): add error variant for threading through errors | Vincent Ambo | 1 | -2/+17 |
2023-01-16 | r/5664 feat(tvix/eval): implement builtins.toXML | Vincent Ambo | 10 | -0/+181 |
2023-01-16 | r/5663 chore(tvix/eval): add other required items to public API | Vincent Ambo | 2 | -3/+7 |
2023-01-16 | r/5662 docs(tvix): add reconstructed changelog for the Nix language | sterni | 1 | -0/+60 |
2023-01-14 | r/5658 chore(tvix/store): derive Clone for StorePath | Vincent Ambo | 1 | -1/+1 |
2023-01-13 | r/5657 refactor(tvix/derivation): use BTreeSet for derivation outputs | Vincent Ambo | 4 | -16/+13 |
2023-01-12 | r/5654 fix(tvix/eval): len_without_is_empty clippy warn | Aaqa Ishtyaq | 3 | -1/+13 |
2023-01-12 | r/5653 docs(tvix): add build-references / string-context document | Vincent Ambo | 1 | -0/+175 |
2023-01-12 | r/5652 feat(tvix/eval): implement builtins.toJSON | Vincent Ambo | 11 | -10/+75 |
2023-01-12 | r/5649 feat(tvix/store): implement PathInfoService with sled | Florian Klink | 9 | -40/+652 |
2023-01-12 | r/5648 chore(tvix/store): update ParseStorePathError messages | Florian Klink | 1 | -3/+3 |
2023-01-12 | r/5647 chore(tvix/store): update ValidatePathInfoError messages | Florian Klink | 1 | -1/+1 |
2023-01-11 | r/5644 feat(tvix/refscan): implement reference scanning over data streams | Vincent Ambo | 1 | -0/+40 |
2023-01-11 | r/5643 feat(tvix/cli): implement initial refscan module | Vincent Ambo | 5 | -0/+104 |
2023-01-10 | r/5642 fix(tvix/eval): address useless_format clippy warn | Aaqa Ishtyaq | 1 | -13/+6 |
2023-01-10 | r/5640 feat(tvix/eval): implement serde::Deserialize for Value | Ryan Lahfa | 10 | -50/+114 |
2023-01-10 | r/5639 refactor(tvix/eval): impl Display for ErrorKind | Vincent Ambo | 1 | -2/+8 |
2023-01-09 | r/5635 chore(tvix/derivation): expose necessary types in public API | Vincent Ambo | 1 | -0/+5 |
2023-01-08 | r/5629 fix(tvix/eval): fix last uses of Vec<Value> -> NixList in builtins | Vincent Ambo | 2 | -22/+21 |
2023-01-07 | r/5626 fix(tvix/eval): fix typo'd function name in tests | Vincent Ambo | 1 | -1/+1 |
2023-01-07 | r/5623 feat(tvix/derivation): derive Default for Derivation | Florian Klink | 2 | -32/+21 |
2023-01-06 | r/5620 refactor(tvix/eval): use builtins macro for placeholders | Vincent Ambo | 1 | -67/+45 |
2023-01-06 | r/5619 refactor(tvix/eval): move mocked builtins.derivation to tests | Vincent Ambo | 2 | -36/+38 |
2023-01-06 | r/5617 refactor(tvix/derivation): use StorePath::to_absolute_path() | Florian Klink | 1 | -7/+3 |
2023-01-06 | r/5616 fix(tvix/derivation): fix build after StorePath rename | Vincent Ambo | 8 | -89/+90 |
2023-01-06 | r/5615 refactor(tvix/store): move protobuf build config one level up | Vincent Ambo | 3 | -35/+37 |
2023-01-06 | r/5614 feat(tvix/store): document StorePath a bit more. | Florian Klink | 1 | -0/+10 |
2023-01-06 | r/5613 refactor(tvix/store): rename NixPath to StorePath | Florian Klink | 9 | -65/+68 |
2023-01-06 | r/5612 test(tvix/derivation): add output_path_construction test | Florian Klink | 1 | -1/+156 |
2023-01-06 | r/5611 feat(tvix/store): add NixPath::to_absolute_path | Florian Klink | 1 | -0/+11 |
2023-01-06 | r/5610 feat(tvix/derivation): implement output path calculation | Florian Klink | 2 | -2/+262 |
2023-01-06 | r/5609 feat(tvix/derivation): add get_fixed_output() helper function | Florian Klink | 1 | -0/+21 |
2023-01-06 | r/5608 refactor(derivation): return NixPath in calculate_derivation_path | Florian Klink | 2 | -17/+34 |
2023-01-06 | r/5607 feat(tvix/eval): skip & warn for useless parenthesis | Vincent Ambo | 2 | -0/+32 |
2023-01-06 | r/5606 feat(tvix/eval): warn on empty let-bindings | Vincent Ambo | 2 | -1/+10 |
2023-01-06 | r/5605 refactor(tvix/eval): short-circuit on empty attrs in compiler | Vincent Ambo | 1 | -0/+9 |
2023-01-06 | r/5604 feat(tvix/eval): warn about empty `inherit`s | Vincent Ambo | 2 | -0/+11 |
2023-01-06 | r/5603 fix(tvix/eval): compile but don't emit dead code | Vincent Ambo | 2 | -9/+33 |