about summary refs log tree commit diff
path: root/tvix/castore/src/path.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-01 r/8059 feat(tvix/castore/path): more conversionsedef1-2/+37
2024-05-01 r/8058 feat(tvix/castore/path): single-component paths are children of ROOTedef1-11/+21
2024-05-01 r/8057 test(tvix/castore/path): test the null byte caseedef1-0/+1
2024-05-01 r/8056 feat(tvix/castore/path): use proto::validate_node_nameedef1-5/+12
2024-05-01 r/8055 chore(tvix/castore/path): drop now-duplicate testsedef1-24/+1
2024-05-01 r/8052 feat(tvix/castore/path): implement Debug + Displayedef1-3/+33
2024-05-01 r/8051 feat(tvix/castore/path): make Path unsized, repr-equivalent to [u8]edef1-51/+57
2024-05-01 r/8050 feat(tvix/castore/path): add Path{Buf}Florian Klink1-0/+245