about summary refs log tree commit diff
path: root/src/libcore/iter/adapters/fuse.rs
AgeCommit message (Expand)AuthorLines
2020-04-03Use a macro to expand the specialized FuseJosh Stone-41/+23
2020-04-03Open-code Fuse's Option matchesJosh Stone-35/+42
2020-03-25impl TrustedRandomAccess for Fuse without FusedIteratorJosh Stone-2/+6
2020-03-24Implement Fuse with OptionJosh Stone-0/+338