summaryrefslogtreecommitdiff
path: root/src/atom/parsers.rs
AgeCommit message (Expand)Author
2025-11-23allow "0" as a build-idJohn Turner
2025-11-23remove invalid commentJohn Turner
2025-11-22disallow wildcard after a build-idJohn Turner
2025-11-22represent 4th variant of slots, and disallow empty primary slot namesJohn Turner
2025-11-22verify that repo names are also valid package namesJohn Turner
2025-11-22disallow "+" in repo namesJohn Turner
2025-11-21build-id must not start with zeroJohn Turner
2025-11-20update mon and use new ascii parsersJohn Turner
2025-11-18dont allow "." in repo namesJohn Turner
2025-11-18allow slot to be only :* := :slot/sub= or :slotJohn Turner
2025-11-18support portage build-id extensionJohn Turner
2025-11-18take at least 1 usedepJohn Turner
2025-11-18disallow atoms that end in what could be a valid versionJohn Turner
2025-11-18support ::repo syntaxJohn Turner
2025-11-18version wildcard comes after the version expressionJohn Turner
2025-11-17add false positive case to unit testsJohn Turner
2025-11-17bump mon for bug fixesJohn Turner
2025-11-17verify that slot exprs have either a primary slot name or operatorJohn Turner
2025-11-15fix clippy lintsJohn Turner
2025-11-14take at least 1 version suffix to prevent allowing versions such as 1.0_atom-cmpJohn Turner
2025-11-13use new mon parsersJohn 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-12disallow stars in VersionNumber parserJohn Turner
2025-11-08put version and version operator in the same Option in the Atom structJohn Turner
2025-11-01update parsers to use the ParserIter trait from monJohn Turner
2025-10-30update to new version of monJohn Turner
2025-10-28impl Parseable traitJohn Turner
2025-10-27port to new mon parsersJohn Turner
2025-10-25impl DEPEND parserJohn Turner
2025-10-25support atoms with wildcard versionsJohn Turner
2025-10-25support "=" version operatorJohn Turner
2025-10-25verify that atoms that have versions have a version operator (and reverse)John Turner
2025-10-24disallow upper case letters in versionsJohn Turner
2025-10-24fix useflag parserJohn Turner
2025-10-24support atoms with empty slotJohn Turner
2025-10-24verify usedepsJohn Turner
2025-10-23impl atom parsingJohn Turner