about summary refs log tree commit diff
path: root/tvix/Cargo.lock
AgeCommit message (Expand)AuthorFilesLines
2024-08-19 r/8521 refactor(tvix/eval): remove use of imbl::OrdMapVincent Ambo1-85/+0
2024-08-19 r/8519 refactor(tvix/eval): ensure VM operations fit in a single byteVincent Ambo1-0/+7
2024-08-16 r/8502 feat(tvix/glue): Add refscanner pattern and AsyncReadBrian Olsen1-0/+1
2024-08-16 r/8500 chore(tvix): bump object_storeFlorian Klink1-7/+16
2024-08-16 r/8496 chore(tvix/nix-compat): bump curve25519-dalekFlorian Klink1-9/+2
2024-08-10 r/8474 feat(tvix/eval): Store hash in key of internerAspen Smith1-0/+7
2024-08-08 r/8461 feat(tvix): Jemalloc -> MiMallocIlan Joselevich1-23/+26
2024-08-07 r/8453 feat(tvix/eval): Forbid Hash{Map,Set}, use Fx insteadAspen Smith1-3/+11
2024-07-22 r/8405 feat(tvix/store): add redb PathInfoServiceIlan Joselevich1-0/+11
2024-07-22 r/8403 feat(tvix/store): add grpc healthcheck service to daemonYureka1-0/+14
2024-07-22 r/8400 feat(tvix): add experimental-store-composition optionYureka1-6/+50
2024-07-22 r/8399 refactor(tvix): move service addrs into shared clap structYureka1-0/+1
2024-07-22 r/8398 chore(tvix/tracing): switch tracing-opentelemetry from git to releaseYureka1-1/+2
2024-07-21 r/8385 chore(tvix): upgrade to tonic 0.12 / hyper 1.0Yureka1-200/+392
2024-07-21 r/8384 feat(tvix/tracing): http propagation for axumSimon Hauser1-1/+21
2024-07-20 r/8377 feat(tvix/nar-bridge): support uploading NAR filesFlorian Klink1-5/+8
2024-07-20 r/8376 feat(tvix/nar-bridge): initFlorian Klink1-37/+231
2024-07-18 r/8365 feat(tvix/castore): add composition moduleYureka1-2/+22
2024-07-07 r/8356 feat(tvix/eval): Bump imbl to 3.0.0Aspen Smith1-2/+2
2024-07-07 r/8353 test(tvix/cli): Make the REPL testableAspen Smith1-0/+17
2024-07-05 r/8346 feat(tvix/repl): Allow binding variables at the top-levelAspen Smith1-0/+2
2024-07-02 r/8339 feat(tvix/tracing): http trace propagationSimon Hauser1-0/+57
2024-07-01 r/8335 feat(tvix/store): use tokio-listener for tvix-store daemon commandFlorian Klink1-0/+1
2024-07-01 r/8334 chore(tvix): bump bigtable_rs to latest releaseFlorian Klink1-2/+3
2024-07-01 r/8331 chore(tvix): bump to data-encoding 2.6.0Florian Klink1-2/+2
2024-06-20 r/8299 feat(tvix/tracing): gRPC trace context propagationSimon Hauser1-0/+41
2024-06-17 r/8289 feat(tvix/tvix-store): improve progress barsFlorian Klink1-0/+1
2024-06-16 r/8285 fix(tvix/store/bin): fix shutdown behaviour for FUSEFlorian Klink1-0/+10
2024-06-14 r/8275 feat(tvix/tracing): add tracing-tracy supportFlorian Klink1-27/+128
2024-06-14 r/8271 feat(tvix/tracing): correctly close otlp on exitSimon Hauser1-0/+2
2024-06-13 r/8261 feat(tvix/cli): add toplevel progress spanFlorian Klink1-0/+1
2024-06-12 r/8256 chore(tvix/castore): drop unused indicatif dependencyFlorian Klink1-1/+0
2024-06-12 r/8255 feat(tvix/glue/tvix_store_io): show progress infoFlorian Klink1-0/+2
2024-06-10 r/8242 feat(tvix/tracing): introduce common tvix-tracing crateSimon Hauser1-8/+18
2024-06-06 r/8222 feat(tvix): Switch to jemallocAspen Smith1-0/+23
2024-06-06 r/8221 fix(tvix/glue): drop tracing-indicatif from depsFlorian Klink1-1/+0
2024-06-06 r/8220 feat(tvix/store/bin): add progress bar infrastructureFlorian Klink1-0/+95
2024-06-01 r/8186 feat(tvix/repl): Support multiline inputAspen Smith1-0/+1
2024-05-22 r/8160 refactor(tvix/eval): rewrite xml emitter to be simple-stupidProfpatsch1-7/+0
2024-05-16 r/8152 chore(tvix): drop json feature for tracing-subscriberFlorian Klink1-13/+0
2024-05-16 r/8150 feat(tvix/store): add ObjectStoreDirectoryServiceYureka1-0/+1
2024-05-15 r/8149 chore(tvix): bump to tokio-listener 0.4.1Florian Klink1-184/+29
2024-05-15 r/8148 chore(tvix/store): bump otlp stackFlorian Klink1-91/+36
2024-05-11 r/8113 refactor(tvix/castore/blobservice/memory): use parking_lot RwLockFlorian Klink1-4/+5
2024-05-11 r/8107 chore(tvix): update dependenciesFlorian Klink1-24/+24
2024-05-11 r/8106 feat(tvix/store): add LruPathInfoServiceFlorian Klink1-0/+52
2024-05-06 r/8082 refactor(tvix): remove usage of async-recursionConnor Brewster1-13/+0
2024-05-06 r/8080 feat(tvix/store): use async nar reader for ingest_narFlorian Klink1-3/+5
2024-04-23 r/7996 feat(tvix/glue/fetchers): support file:// URLsFlorian Klink1-0/+1
2024-04-23 r/7993 refactor(tvix/glue): move Fetch[er] into its own types, fetch lazilyFlorian Klink1-0/+2