depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tvix
/
castore
/
src
/
path.rs
Age
Commit message (
Expand
)
Author
Files
Lines
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