about summary refs log tree commit diff
path: root/tvix
AgeCommit message (Expand)AuthorFilesLines
2026-02-09 r/9840 style(tools/depotfmt): move to Rust's 2024 Edition in rustfmtVincent Ambo66-186/+224
2026-02-07 r/9834 chore(3p/sources): bump channels & overlays (2026-02-07)Vincent Ambo1-375/+494
2026-02-01 r/9830 chore(3p/sources): bump channels & overlays (2026-01-28)sterni1-2/+2
2026-01-26 r/9825 chore(tvix/eval): drop deprecated path literal from oracle testVincent Ambo1-1/+1
2026-01-24 r/9810 refactor(gitignore): replace gitignoreSource with pkgs.nix-gitignoreEvgeny Zemtsov1-1/+1
2026-01-06 r/9783 fix(tvix): make shell.nix work outside of depot againsterni1-3/+19
2025-12-08 r/9748 fix(tvix/simstore): readable paths only depend on store path existencesterni1-1/+17
2025-11-02 r/9692 feat(tvix/simstore): add nyi fetcher builtins to simstoresterni2-1/+36
2025-11-02 r/9687 test(tvix/eval): sync nixVersion check with Nixpkgssterni1-1/+1
2025-09-21 r/9653 chore(3p/sources): Bump channels & overlays (2025-09-03)sterni11-25/+14
2025-09-14 r/9650 chore: repaint cpp-nix -> cppnixsterni4-9/+9
2025-09-01 r/9632 chore(3p/sources): Bump channels & overlays (2025-08-13)sterni1-1/+1
2025-09-01 r/9627 chore(tvix/website): update list of projectssterni1-3/+1
2025-09-01 r/9625 fix: enforce scopedArgs even in files import-ed by readTree targetssterni1-9/+14
2025-08-20 r/9612 fix(tvix/eval/builtins): prevent inf loop in split with regex ""sterni3-3/+10
2025-08-14 r/9605 chore(3p/cpp-nix): vendor C++ Nix package expressionsterni1-2/+2
2025-07-31 r/9575 chore(tvix/docs): clean up documentation of removed componentssterni8-892/+0
2025-07-31 r/9572 chore(3p/sources): Bump channels & overlays (2025-07-24)sterni39-217/+137
2025-07-14 r/9536 chore(tvix/verify-lang-tests): test against Nix 2.29sterni1-1/+1
2025-07-09 r/9530 chore(3p/sources): Bump sources & overlays (2025-06-25)sterni5-10/+14
2025-05-31 r/9470 fix(glue/builtins/derivation): fix commentFlorian Klink1-1/+1
2025-05-31 r/9467 refactor(tvix/eval): cache regexes for builtinsVincent Ambo1-2/+22
2025-05-31 r/9466 refactor(tvix/eval): vu128 -> integer-encodingVincent Ambo5-49/+34
2025-05-31 r/9465 fix(tvix/eval): remove unnecessary copy when writing operandsVincent Ambo1-3/+9
2025-05-31 r/9464 refactor(tvix/eval): avoid some work when comparing attribute setsVincent Ambo4-60/+13
2025-05-30 r/9463 refactor(eval): make CatchableErrorKind::Throw hold a NixStringFlorian Klink2-5/+4
2025-05-30 r/9461 refactor(tvix/eval): simplify attribute set representationsVincent Ambo12-526/+110
2025-05-30 r/9460 refactor(tvix/eval): avoid unnecessary generator call when forcingVincent Ambo2-7/+12
2025-05-30 r/9459 chore(tvix): drop unused crates from Cargo configVincent Ambo1-49/+0
2025-05-30 r/9458 chore(tvix/castore): delete projectVincent Ambo70-20918/+36
2025-05-30 r/9457 chore(tvix/build): delete projectVincent Ambo24-2911/+7
2025-05-30 r/9456 chore(tvix/store): delete projectVincent Ambo44-6548/+5
2025-05-30 r/9455 chore(tvix): remove generated Go protobuf codeVincent Ambo37-5314/+0
2025-05-30 r/9454 chore(tvix/nar-bridge): delete projectVincent Ambo10-2739/+51
2025-05-30 r/9453 chore(tvix/nix-daemon): delete projectVincent Ambo8-324/+1
2025-05-30 r/9452 chore(tvix/{cli|glue}): remove dependencies on old store cratesVincent Ambo9-140/+10
2025-05-30 r/9451 refactor(tvix/{cli|glue}): remove all the gRPC servicesVincent Ambo7-165/+13
2025-05-30 r/9450 chore(tvix/glue): comment out / disable everything fetcher relatedVincent Ambo14-42/+66
2025-05-30 r/9449 refactor(tvix/glue): move to simulated store implementationVincent Ambo14-734/+196
2025-05-30 r/9448 feat(tvix/simstore): pass through reads to "real" Nix storeVincent Ambo1-0/+6
2025-05-30 r/9447 feat(tvix/simstore): add function for ingestion by walkdir iteratorVincent Ambo1-0/+16
2025-05-30 r/9446 refactor(tvix/simstore): use walkdir iterator for path importsVincent Ambo4-34/+93
2025-05-18 r/9437 feat(tvix/simstore): add function for setting passthru pathsVincent Ambo1-0/+31
2025-05-18 r/9436 feat(tvix/simstore): add passthru pathsVincent Ambo1-13/+65
2025-05-18 r/9435 feat(tvix/simstore): implement simulated EvalIOsterni7-1/+288
2025-05-17 r/9433 refactor(tvix/eval): switch NixAttrs implementation to HashMapStarnick44448-73/+246
2025-05-17 r/9432 refactor(tvix/eval): use cmp for 3-way comparison in intersectAttrsedef1-28/+24
2025-05-17 r/9431 refactor(tvix/eval): use kv iterator in intersectAttrsedef1-24/+14
2025-05-17 r/9430 refactor(tvix/eval): add keys_sorted() to NixAttrsStarnick44443-5/+11
2025-05-07 r/9423 feat(tvix): check that crate limit is lowered appropriatelyVincent Ambo1-0/+16