Age | Commit message (Expand) | Author | Files | Lines |
2024-08-13 | r/8486 refactor(tvix/castore): move *Node and Directory to crate root | Florian Klink | 1 | -1/+1 |
2024-08-13 | r/8484 refactor(tvix/castore): use Directory struct separate from proto one | Yureka | 1 | -3/+3 |
2024-05-02 | r/8065 feat(tvix/castore/path): implement PathBuf::from_host_path | Florian Klink | 1 | -1/+105 |
2024-05-01 | r/8063 feat(tvix/castore/path): impl AsRef<Path> for Path | Florian Klink | 1 | -0/+6 |
2024-05-01 | r/8061 fix(tvix/castore/path): join, push -> try_{join,push} | edef | 1 | -7/+7 |
2024-05-01 | r/8060 feat(tvix/castore/path): add PathBuf::{new, with_capacity, push} | edef | 1 | -12/+37 |
2024-05-01 | r/8059 feat(tvix/castore/path): more conversions | edef | 1 | -2/+37 |
2024-05-01 | r/8058 feat(tvix/castore/path): single-component paths are children of ROOT | edef | 1 | -11/+21 |
2024-05-01 | r/8057 test(tvix/castore/path): test the null byte case | edef | 1 | -0/+1 |
2024-05-01 | r/8056 feat(tvix/castore/path): use proto::validate_node_name | edef | 1 | -5/+12 |
2024-05-01 | r/8055 chore(tvix/castore/path): drop now-duplicate tests | edef | 1 | -24/+1 |
2024-05-01 | r/8052 feat(tvix/castore/path): implement Debug + Display | edef | 1 | -3/+33 |
2024-05-01 | r/8051 feat(tvix/castore/path): make Path unsized, repr-equivalent to [u8] | edef | 1 | -51/+57 |
2024-05-01 | r/8050 feat(tvix/castore/path): add Path{Buf} | Florian Klink | 1 | -0/+245 |