index
:
gentoo-utils
atom-cmp
debugging
feature/port-to-meson-cargo
feature/profiles
fuzz
improve-fuzzing
master
profiles
split-into-workspace
Gentoo-utils
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
atom
/
parsers.rs
Age
Commit message (
Expand
)
Author
2025-11-23
allow "0" as a build-id
John Turner
2025-11-23
remove invalid comment
John Turner
2025-11-22
disallow wildcard after a build-id
John Turner
2025-11-22
represent 4th variant of slots, and disallow empty primary slot names
John Turner
2025-11-22
verify that repo names are also valid package names
John Turner
2025-11-22
disallow "+" in repo names
John Turner
2025-11-21
build-id must not start with zero
John Turner
2025-11-20
update mon and use new ascii parsers
John Turner
2025-11-18
dont allow "." in repo names
John Turner
2025-11-18
allow slot to be only :* := :slot/sub= or :slot
John Turner
2025-11-18
support portage build-id extension
John Turner
2025-11-18
take at least 1 usedep
John Turner
2025-11-18
disallow atoms that end in what could be a valid version
John Turner
2025-11-18
support ::repo syntax
John Turner
2025-11-18
version wildcard comes after the version expression
John Turner
2025-11-17
add false positive case to unit tests
John Turner
2025-11-17
bump mon for bug fixes
John Turner
2025-11-17
verify that slot exprs have either a primary slot name or operator
John Turner
2025-11-15
fix clippy lints
John Turner
2025-11-14
take at least 1 version suffix to prevent allowing versions such as 1.0_
atom-cmp
John Turner
2025-11-13
use new mon parsers
John Turner
2025-11-13
allow Cpv type to have a slot
John Turner
2025-11-13
impl Cp type
John Turner
2025-11-13
impl Cpv type
John Turner
2025-11-13
impl version comparison algorithm
John Turner
2025-11-12
disallow stars in VersionNumber parser
John Turner
2025-11-08
put version and version operator in the same Option in the Atom struct
John Turner
2025-11-01
update parsers to use the ParserIter trait from mon
John Turner
2025-10-30
update to new version of mon
John Turner
2025-10-28
impl Parseable trait
John Turner
2025-10-27
port to new mon parsers
John Turner
2025-10-25
impl DEPEND parser
John Turner
2025-10-25
support atoms with wildcard versions
John Turner
2025-10-25
support "=" version operator
John Turner
2025-10-25
verify that atoms that have versions have a version operator (and reverse)
John Turner
2025-10-24
disallow upper case letters in versions
John Turner
2025-10-24
fix useflag parser
John Turner
2025-10-24
support atoms with empty slot
John Turner
2025-10-24
verify usedeps
John Turner
2025-10-23
impl atom parsing
John Turner