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
/
mod.rs
Age
Commit message (
Expand
)
Author
2025-12-17
debugging
split-into-workspace
John Turner
2025-12-11
fix warnings in src/atom/mod.rs
John Turner
2025-11-23
derive PartialEq and Eq for Atom and Atom related types
John Turner
2025-11-23
derive Hash for Atom and similar types
John Turner
2025-11-23
rearrange modules
John Turner
2025-11-22
represent 4th variant of slots, and disallow empty primary slot names
John Turner
2025-11-21
build-id must not start with zero
John Turner
2025-11-20
format version build-id
John Turner
2025-11-19
compare versions as strings rather than parsing them to ints
John Turner
2025-11-19
compare letters before suffixes, and having a letter is greater than none
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
support ::repo syntax
John Turner
2025-11-18
version wildcard comes after the version expression
John Turner
2025-11-15
fix clippy lints
John Turner
2025-11-15
impl conversion methods for Atom and Cp
John Turner
2025-11-14
having more components, even if zeros, make an atom greater
John Turner
2025-11-14
check if a OR b has leading zeros, and if so, strip and do ascii cmp
John Turner
2025-11-14
compare version letter in version cmp algo
John Turner
2025-11-14
remove leftover dbgs!
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-08
put version and version operator in the same Option in the Atom struct
John Turner
2025-10-28
impl Parseable trait
John Turner
2025-10-27
use deref getters where needed
John Turner
2025-10-26
fix lints
John Turner
2025-10-26
impl fmt::Display for Atom
John Turner
2025-10-25
support "=" version operator
John Turner
2025-10-24
support atoms with empty slot
John Turner
2025-10-23
impl atom parsing
John Turner