aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/identifiers.rs
Commit message (Collapse)AuthorAgeFilesLines
* verify release_status fieldBryan Newbold2019-02-141-0/+32
|
* small number of additional release_typesBryan Newbold2019-02-141-0/+4
|
* squelch some rust unused importsBryan Newbold2019-01-281-1/+0
|
* HUGE refactor of error types (to use failure)Bryan Newbold2019-01-091-62/+50
|
* refactor: FatCatId -> FatcatIdBryan Newbold2019-01-091-15/+14
|
* impl AsRef, From, Into for FatCatIdBryan Newbold2019-01-091-2/+20
|
* implement Display (not ToString) for FatCatIdBryan Newbold2019-01-091-3/+5
|
* some clippy nitsBryan Newbold2019-01-091-1/+1
|
* huge refactor of rust modules/filesBryan Newbold2019-01-081-0/+376
Taking advantage of new Rust 2018 crate/module path changes, and re-organizing things. Somewhat optimistic this could help with partial rebuild speed also.