Age | Commit message (Expand) | Author | Files | Lines |
2022-09-18 | r/4907 refactor(tvix/eval): clone the Arc<codemap::File> for the compiler | Vincent Ambo | 4 | -10/+11 |
2022-09-18 | r/4906 test(tvix/eval): Add Eq-laws tests for NixAttrs | Griffin Smith | 1 | -0/+11 |
2022-09-18 | r/4905 test(tvix/eval): Add tests for the Eq laws of Value | Griffin Smith | 2 | -0/+23 |
2022-09-18 | r/4904 fix(tvix/value): Properly match on Path for PartialEq | Griffin Smith | 1 | -0/+1 |
2022-09-18 | r/4903 test(tvix/eval): Allow passing ProptestConfig to generated props | Griffin Smith | 1 | -15/+40 |
2022-09-18 | r/4902 test(tvix/eval): impl Arbitrary for Value | Griffin Smith | 4 | -0/+128 |
2022-09-18 | r/4901 test(tvix/eval): Add proof-of-concept test for Chunk | Griffin Smith | 4 | -4/+28 |
2022-09-18 | r/4898 fix(tvix/eval): Emit errors for invalid integers | Griffin Smith | 2 | -2/+19 |
2022-09-18 | r/4897 chore(tvix/eval): bump rnix-parser to latest HEAD | Vincent Ambo | 2 | -3/+3 |
2022-09-18 | r/4896 docs(tvix/eval): note C++ implementation details for C++ Nix | sterni | 1 | -0/+8 |
2022-09-17 | r/4894 test(tvix/eval): Add proptests covering trait impls for String | Griffin Smith | 3 | -0/+153 |
2022-09-17 | r/4893 test(tvix/eval): Test StringRepr::Smol as well | Griffin Smith | 1 | -1/+8 |
2022-09-17 | r/4892 test(tvix/eval): impl Arbitrary for NixString | Griffin Smith | 1 | -0/+17 |
2022-09-17 | r/4891 chore(tvix/eval): Add deps on proptest+test_strategy | Griffin Smith | 2 | -2/+151 |
2022-09-17 | r/4890 refactor(tvix/eval): rename OpAttrsIsSet -> OpHasAttr | Vincent Ambo | 3 | -3/+3 |
2022-09-17 | r/4889 refactor(tvix/eval): clean up implementation of `compile_literal` | Vincent Ambo | 1 | -10/+7 |
2022-09-17 | r/4888 test(tvix/eval): add a test for lazy evaluation of with namespace | Vincent Ambo | 2 | -0/+7 |
2022-09-17 | r/4887 chore(tvix/eval): add simple .envrc / shell.nix | sterni | 2 | -0/+19 |
2022-09-17 | r/4886 test(tvix/eval): Add the start of a nix oracle test suite | Griffin Smith | 4 | -30/+165 |
2022-09-17 | r/4885 feat(tvix_eval): Support builtins.compareVersions | ThoFrank | 4 | -0/+144 |
2022-09-17 | r/4884 refactor(tvix/eval): use new ToSpan trait wherever possible | Vincent Ambo | 1 | -24/+16 |
2022-09-17 | r/4883 feat(tvix/eval): introduce `ToSpan` trait in compiler module | Vincent Ambo | 2 | -18/+96 |
2022-09-17 | r/4882 feat(tvix/eval): Support builtins.elemAt | William Carroll | 4 | -2/+22 |
2022-09-16 | r/4881 refactor(tvix/eval): fix current clippy lints | sterni | 2 | -9/+6 |
2022-09-16 | r/4879 test(tvix/eval): add tests for legacy let syntax | Vincent Ambo | 4 | -0/+15 |
2022-09-16 | r/4878 test(tvix/eval): add some tests for recursive attribute sets | Vincent Ambo | 4 | -0/+19 |
2022-09-16 | r/4877 feat(tvix/eval): implement legacy let syntax | Vincent Ambo | 2 | -4/+18 |
2022-09-16 | r/4876 feat(tvix/eval): implement recursive attribute sets | Vincent Ambo | 2 | -34/+77 |
2022-09-16 | r/4875 refactor(tvix/eval): introduce a type for tracking bindings | Vincent Ambo | 1 | -24/+64 |
2022-09-16 | r/4874 refactor(tvix/eval): extract recursive scope logic into a helper | Vincent Ambo | 1 | -7/+14 |
2022-09-16 | r/4873 refactor(tvix/eval): move compile_inherit_attrs to compiler::attrs | Vincent Ambo | 2 | -62/+62 |
2022-09-16 | r/4872 refactor(tvix/eval): explicitly construct attrs in phases | Vincent Ambo | 2 | -32/+101 |
2022-09-16 | r/4870 docs(tvix): Update components.md | Florian Klink | 2 | -31/+63 |
2022-09-15 | r/4869 feat(tvix/eval): Support builtins.bitXor | William Carroll | 3 | -0/+20 |
2022-09-15 | r/4868 feat(tvix/eval): Support builtins.bitOr | William Carroll | 3 | -0/+18 |
2022-09-15 | r/4867 feat(tvix/eval): Support builtins.bitAnd | William Carroll | 4 | -0/+19 |
2022-09-15 | r/4866 feat(tvix/eval): Support builtins.attrValues | William Carroll | 3 | -0/+17 |
2022-09-15 | r/4865 feat(tvix/eval): implement Value::coerce_to_path() | sterni | 4 | -1/+48 |
2022-09-15 | r/4864 feat(tvix/eval): Support builtins.attrNames | William Carroll | 4 | -2/+36 |
2022-09-15 | r/4863 chore(tvix): add grfn & sterni to OWNERS | Vincent Ambo | 1 | -0/+2 |
2022-09-15 | r/4862 feat(tvix/eval): Support builtins.head | William Carroll | 5 | -0/+27 |
2022-09-15 | r/4861 refactor(tvix/eval): don't move parts Vec in compile_str_parts | sterni | 1 | -7/+5 |
2022-09-15 | r/4860 fix(tvix/eval): coerce string interpolation parts to string | sterni | 3 | -36/+59 |
2022-09-15 | r/4859 fix(tvix/eval): thunk string interpolation | sterni | 3 | -18/+40 |
2022-09-15 | r/4857 feat(tvix/eval): implement correct toString behavior | sterni | 6 | -14/+196 |
2022-09-13 | r/4849 fix(tvix/eval): force left argument of `?` before checking for attrs | sterni | 3 | -0/+29 |
2022-09-13 | r/4848 fix(tvix/eval): force value in builtins.typeOf | sterni | 3 | -2/+27 |
2022-09-13 | r/4847 fix(tvix/eval): force exprs inside string interpolation | sterni | 1 | -1/+5 |
2022-09-13 | r/4846 refactor(tvix/eval): cover all Value variants in force_for_output | Vincent Ambo | 1 | -1/+8 |
2022-09-13 | r/4845 fix(tvix/eval): add branch for directly comparing two thunks | Vincent Ambo | 1 | -0/+1 |