summaryrefslogtreecommitdiff
path: root/src/atom/mod.rs
AgeCommit message (Expand)Author
2025-12-17debuggingsplit-into-workspaceJohn Turner
2025-12-11fix warnings in src/atom/mod.rsJohn Turner
2025-11-23derive PartialEq and Eq for Atom and Atom related typesJohn Turner
2025-11-23derive Hash for Atom and similar typesJohn Turner
2025-11-23rearrange modulesJohn Turner
2025-11-22represent 4th variant of slots, and disallow empty primary slot namesJohn Turner
2025-11-21build-id must not start with zeroJohn Turner
2025-11-20format version build-idJohn Turner
2025-11-19compare versions as strings rather than parsing them to intsJohn Turner
2025-11-19compare letters before suffixes, and having a letter is greater than noneJohn Turner
2025-11-18allow slot to be only :* := :slot/sub= or :slotJohn Turner
2025-11-18support portage build-id extensionJohn Turner
2025-11-18support ::repo syntaxJohn Turner
2025-11-18version wildcard comes after the version expressionJohn Turner
2025-11-15fix clippy lintsJohn Turner
2025-11-15impl conversion methods for Atom and CpJohn Turner
2025-11-14having more components, even if zeros, make an atom greaterJohn Turner
2025-11-14check if a OR b has leading zeros, and if so, strip and do ascii cmpJohn Turner
2025-11-14compare version letter in version cmp algoJohn Turner
2025-11-14remove leftover dbgs!John Turner
2025-11-13allow Cpv type to have a slotJohn Turner
2025-11-13impl Cp typeJohn Turner
2025-11-13impl Cpv typeJohn Turner
2025-11-13impl version comparison algorithmJohn Turner
2025-11-08put version and version operator in the same Option in the Atom structJohn Turner
2025-10-28impl Parseable traitJohn Turner
2025-10-27use deref getters where neededJohn Turner
2025-10-26fix lintsJohn Turner
2025-10-26impl fmt::Display for AtomJohn Turner
2025-10-25support "=" version operatorJohn Turner
2025-10-24support atoms with empty slotJohn Turner
2025-10-23impl atom parsingJohn Turner