Age | Commit message (Expand) | Author | Files | Lines |
2022-10-16 | r/5141 fix(tvix/eval): don't coerce variable name to string | sterni | 2 | -3/+4 |
2022-10-16 | r/5140 refactor(tvix/eval) remove Value::DynamicUpvalueMissing | Adam Joseph | 2 | -10/+1 |
2022-10-15 | r/5139 feat(wpcarro/ava): Set initialPassword | William Carroll | 1 | -0/+1 |
2022-10-15 | r/5138 feat(wpcarro/gitconfig): Set push.default to current | William Carroll | 1 | -0/+2 |
2022-10-15 | r/5137 feat(tvix/eval): Implement builtins.intersectAttrs | Griffin Smith | 3 | -0/+19 |
2022-10-15 | r/5136 feat(tvix/eval): Initial impl of builtins.match | Griffin Smith | 6 | -0/+96 |
2022-10-15 | r/5135 feat(tvix/eval): Implement builtins.fromJSON | Griffin Smith | 12 | -13/+123 |
2022-10-15 | r/5134 chore(tvix): fix vscode rust-analyzer recommendation | Profpatsch | 1 | -1/+1 |
2022-10-15 | r/5133 fix(tvix/eval): bring foldl' strictness in line with C++ Nix | sterni | 7 | -2/+16 |
2022-10-15 | r/5132 feat(tvix/eval): implement builtins.dirOf | Adam Joseph | 4 | -0/+27 |
2022-10-14 | r/5131 docs(tvix/eval) vm: explain VM::{frames,stack,with_stack} | Adam Joseph | 1 | -2/+12 |
2022-10-14 | r/5130 feat(tvix/eval): implement builtins.toPath | Adam Joseph | 1 | -6/+9 |
2022-10-14 | r/5129 feat(tvix/eval): eliminate the only `unsafe` in the codebase | Adam Joseph | 1 | -4/+2 |
2022-10-14 | r/5128 refactor(tvix/eval): remove OpResolveWithOrUpvalue | Adam Joseph | 2 | -20/+0 |
2022-10-14 | r/5127 refactor(tvix/eval): order builtins alphabetically | James Landrein | 1 | -45/+45 |
2022-10-13 | r/5126 docs(tvix/eval): explain where to find the site-specific `mg` tool | Adam Joseph | 1 | -1/+1 |
2022-10-13 | r/5125 feat(tvix/eval): implement builtins.baseNameOf | Adam Joseph | 3 | -0/+16 |
2022-10-13 | r/5124 fix(tvix/eval): parseDrvName should not coerce, and xfail test | Adam Joseph | 2 | -2/+3 |
2022-10-13 | r/5123 feat(tvix/eval): enable the XFAIL tests | Adam Joseph | 2 | -14/+45 |
2022-10-13 | r/5122 test(tvix/eval): update for cppnix PR #7149 | Adam Joseph | 1 | -0/+3 |
2022-10-13 | r/5121 fix(tvix/eval): fix Compiler::new on wasm | Vincent Ambo | 1 | -1/+3 |
2022-10-13 | r/5120 fix(tvix/eval): src/compiler: ensure root_dir is absolute | Adam Joseph | 1 | -8/+16 |
2022-10-13 | r/5119 refactor(tvix/eval): factor out all calls to canon_path | Adam Joseph | 4 | -5/+18 |
2022-10-13 | r/5118 fix(tvix/eval): nix_search_path.rs: use /etc instead of /bin | Adam Joseph | 1 | -2/+2 |
2022-10-13 | r/5117 feat(tvix/eval): allow to disable warnings | Adam Joseph | 2 | -7/+28 |
2022-10-12 | r/5116 docs(nixery): replace the Nixery mdBook with a simple web page | Vincent Ambo | 15 | -569/+171 |
2022-10-12 | r/5115 test(tvix/eval): add eval-okay-parsedrvname.{exp,nix} | Adam Joseph | 2 | -0/+13 |
2022-10-12 | r/5114 feat(tvix/eval): builtins: implement parseDrvName | Adam Joseph | 1 | -0/+25 |
2022-10-12 | r/5113 refactor(tvix/eval) s/NixPath/NixSearchPath/ | Adam Joseph | 5 | -46/+49 |
2022-10-12 | r/5112 chore(tazjin/keys): update SSH key set | Vincent Ambo | 1 | -2/+1 |
2022-10-12 | r/5111 fix(tvix/eval): remove overlapping instances | Adam Joseph | 1 | -12/+0 |
2022-10-12 | r/5110 feat(tvix/eval): From<Into<NixString>> for Value | Adam Joseph | 1 | -0/+9 |
2022-10-12 | r/5109 feat(tvix/eval): From<Utf8Error> for ErrorKind | Adam Joseph | 1 | -0/+7 |
2022-10-11 | r/5108 fix(nix/dependency-analyzer): don't read from non-drv store paths | sterni | 1 | -1/+7 |
2022-10-11 | r/5107 feat(sterni/nix/int): add sum function | sterni | 1 | -0/+3 |
2022-10-11 | r/5106 fix(nix/buildGo): fix for Nix >= 2.6 readFile changes | sterni | 1 | -1/+4 |
2022-10-11 | r/5105 fix(tvix/eval/builtins): force acc not list element in foldl' | sterni | 4 | -1/+12 |
2022-10-11 | r/5104 fix(nix/buildkite): split extra steps based on all known phases | Evgeny Zemtsov | 1 | -1/+1 |
2022-10-11 | r/5103 feat(tvix/eval): Allow directly evaluating an expr via main | Griffin Smith | 1 | -0/+7 |
2022-10-11 | r/5102 feat(tvix/eval): Implement builtins.removeAttrs | Griffin Smith | 4 | -1/+31 |
2022-10-11 | r/5101 feat(tvix/eval): Implement builtins.trace | Griffin Smith | 1 | -0/+12 |
2022-10-11 | r/5100 fix(tvix/eval): Pop frames even if running op fails | Griffin Smith | 3 | -269/+285 |
2022-10-11 | r/5099 feat(tvix/eval): observe stack after exiting call frames/builtins | Vincent Ambo | 2 | -8/+22 |
2022-10-11 | r/5098 fix(tvix/eval): implement functor calling for non-tail-calls | Vincent Ambo | 1 | -0/+15 |
2022-10-10 | r/5097 fix(tvix/eval): Actually trace spans for thunks | Griffin Smith | 4 | -22/+34 |
2022-10-10 | r/5096 feat(tvix/eval): Implement builtins.getEnv | Griffin Smith | 1 | -1/+7 |
2022-10-10 | r/5095 feat(tvix/eval): Implement builtins.readFile | Griffin Smith | 4 | -1/+16 |
2022-10-10 | r/5094 refactor(tvix/eval): after calling, the caller has to pop | Vincent Ambo | 3 | -21/+29 |
2022-10-10 | r/5093 feat(wpcarro/scratch): Rewrite Python compiler in OCaml | William Carroll | 4 | -0/+154 |
2022-10-10 | r/5092 fix(tvix/eval): format nested compiler errors in fancy output | Vincent Ambo | 1 | -10/+22 |