about summary refs log tree commit diff
path: root/tvix/glue/src/builtins
AgeCommit message (Expand)AuthorFilesLines
2024-10-15 r/8811 refactor(tvix/glue/builtins/import): refactorFlorian Klink2-108/+172
2024-10-15 r/8810 test(tvix/glue): improve comments and test cases a bitFlorian Klink1-14/+12
2024-10-15 r/8808 fix(tvix/glue/import): builtins.storeDir fixesFlorian Klink2-29/+23
2024-10-11 r/8789 refactor(tvix/glue/register_in_path_info_service): return only PathInfoFlorian Klink1-15/+15
2024-10-11 r/8787 refactor(tvix/store): use strictly typed PathInfo structMarijan Petričević1-39/+27
2024-10-01 r/8741 feat(castore/fs): optional refscanner for ingestYureka1-1/+2
2024-08-20 r/8545 refactor(nix-compat/store_path): make StorePath generic on SFlorian Klink2-11/+11
2024-08-17 r/8505 refactor(tvix/castore): drop {Directory,File,Symlink}NodeFlorian Klink2-4/+12
2024-08-17 r/8504 refactor(tvix/castore): remove `name` from NodesFlorian Klink2-15/+6
2024-08-13 r/8486 refactor(tvix/castore): move *Node and Directory to crate rootFlorian Klink2-3/+2
2024-08-13 r/8484 refactor(tvix/castore): use Directory struct separate from proto oneYureka2-22/+19
2024-07-31 r/8434 fix(tvix/glue): coerce path argument to builtins.path to a pathAspen Smith1-3/+8
2024-07-22 r/8399 refactor(tvix): move service addrs into shared clap structYureka1-2/+5
2024-07-20 r/8380 refactor(tvix/store): use composition in tvix_store crateYureka1-1/+1
2024-07-06 r/8351 refactor(tvix/eval): Builderize EvaluationAspen Smith1-18/+23
2024-07-01 r/8337 chore(3p/sources): bump to OpenSSH vulnerability hotfixVincent Ambo1-2/+2
2024-06-26 r/8315 fix(tvix/glue): reject unknown attrset args for fetch builtinsFlorian Klink1-1/+8
2024-06-26 r/8314 refactor(tvix/eval): prefix ctx iterators in NixStringFlorian Klink1-9/+12
2024-06-26 r/8313 feat(tvix/glue): implement builtins.toFileFlorian Klink1-9/+79
2024-06-26 r/8307 refactor(tvix/glue): return a parsed Url in NixFetchArgsFlorian Klink1-20/+16
2024-06-26 r/8306 refactor(tvix/glue): take &CAHash, not CAHashFlorian Klink1-9/+11
2024-06-26 r/8305 feat(tvix/glue): handle regular file at builtins.path importFlorian Klink1-41/+114
2024-06-13 r/8259 feat(tvix/glue): report progress on all fetches, use progress barsFlorian Klink1-3/+0
2024-06-12 r/8254 feat(tvix/glue): support builtin:fetchurlFlorian Klink1-0/+12
2024-06-12 r/8250 refactor(tvix/glue/fetchers): use named field for structsFlorian Klink1-3/+13
2024-06-05 r/8217 feat(tvix/glue): Implement builtins.storePathAspen Smith2-1/+45
2024-05-23 r/8164 feat(tvix/eval): rm NixContext::join, add take_context & IntoIteratorFlorian Klink1-2/+2
2024-05-11 r/8103 refactor(tvix/store): drop calculate_nar from PathInfoServiceFlorian Klink2-3/+4
2024-05-02 r/8064 refactor(nix-compat): derivation_or_fod_hash -> hash_derivation_moduloFlorian Klink1-10/+16
2024-04-30 r/8048 refactor(tvix/castore/import): restructure error typesFlorian Klink2-6/+4
2024-04-30 r/8038 test(tvix): Fix tvix tests on macOSAlice Carroll1-0/+10
2024-04-29 r/8027 refactor(tvix/glue): clone lessFlorian Klink1-30/+28
2024-04-24 r/8002 refactor(tvix/castore): add separate Error enum for archivesConnor Brewster1-0/+3
2024-04-23 r/7996 feat(tvix/glue/fetchers): support file:// URLsFlorian Klink2-11/+31
2024-04-23 r/7994 feat(tvix/glue/store_io): have KnownPaths track fetches tooFlorian Klink2-6/+15
2024-04-23 r/7993 refactor(tvix/glue): move Fetch[er] into its own types, fetch lazilyFlorian Klink2-254/+117
2024-04-20 r/7987 refactor(tvix/castore): ingest filesystem entries in parallelFlorian Klink1-4/+9
2024-04-20 r/7983 feat(tvix/eval): Implement builtins.fetchTarballAspen Smith2-7/+16
2024-04-19 r/7979 refactor(tvix/castore): generalize store ingestion streamsConnor Brewster1-23/+5
2024-04-19 r/7977 chore(tvix/glue): migrate from test_case to rstestFlorian Klink1-102/+212
2024-04-15 r/7925 refactor(tvix/*/import): rename direntry_stream, entries_per_depthsFlorian Klink1-4/+5
2024-04-13 r/7899 feat(tvix/eval): contextful JSON operationsRyan Lahfa1-4/+3
2024-04-13 r/7890 feat(tvix/nix-compat): implement Serialize, Deserialize for NixHashFlorian Klink1-1/+1
2024-04-09 r/7882 fix(tvix): Avoid buffering file into memory in builtins.hashFileConnor Brewster1-3/+3
2024-04-08 r/7880 fix(tvix/glue/derivation): fix __structuredAttrs "outputs" handlingFlorian Klink2-3/+12
2024-04-03 r/7850 fix(tvix/glue): produce context for `builtins.(path|filterSource)`Ryan Lahfa1-4/+15
2024-04-01 r/7840 feat(tvix/eval): implement `builtins.path`Ryan Lahfa3-2/+314
2024-04-01 r/7839 refactor(tvix/store): generalize `PathInfo` constructorsRyan Lahfa1-1/+13
2024-03-31 r/7805 feat(tvix/eval): support `Derivation` context elementsRyan Lahfa1-8/+34
2024-03-28 r/7800 refactor(tvix/glue): drop ingest_entries_syncFlorian Klink1-6/+9