]> git.proxmox.com Git - pathpatterns.git/history - src/match_list.rs
doc fixups for intra-doc-links
[pathpatterns.git] / src / match_list.rs
2020-12-04 Wolfgang Bumillerdoc fixups for intra-doc-links
2020-11-11 Wolfgang Bumillertests for relative and absolute, anchored and unanchore...
2020-08-28 Wolfgang Bumillerformatting fixup
2020-06-09 Wolfgang Bumillerdrop mut on self in MatchEntry::match_flags
2020-05-29 Wolfgang BumillerRelax MatchList to support slices of references
2020-05-29 Wolfgang Bumillerdocument MatchList
2020-05-29 Wolfgang Bumillerfix non-anchored literal matches starting with a slash
2020-05-29 Wolfgang BumillerReplace MatchList type with a trait.
2020-05-20 Wolfgang BumillerMatchEntry: also provide access to other parts
2020-05-20 Wolfgang BumillerMatchEntry: add mutable accessors
2020-05-20 Wolfgang Bumilleradd MatchPattern::Literal
2020-04-28 Wolfgang BumillerAdd MatchEntry::parse_pattern
2020-04-27 Wolfgang BumillerMatchList::with_capacity and Into<Vec<MatchEntry>>
2020-04-27 Wolfgang Bumillerinitial import