summaryrefslogtreecommitdiffstats
path: root/rust
AgeCommit message (Expand)Author
2022-09-17Merge pull request #2194 from newsboat/dependabot/cargo/unicode-width-0.1.10dependabot[bot]
2022-09-17Chore(deps): bump unicode-width from 0.1.9 to 0.1.10dependabot[bot]
2022-09-17Chore(deps): bump url from 2.2.2 to 2.3.1dependabot[bot]
2022-09-17Merge pull request #2193 from newsboat/dependabot/cargo/percent-encoding-2.2.0dependabot[bot]
2022-09-17Chore(deps): bump percent-encoding from 2.1.0 to 2.2.0dependabot[bot]
2022-09-05Chore(deps): bump once_cell from 1.13.1 to 1.14.0dependabot[bot]
2022-08-31Let Operator derive Eq to resolve clippy warningDennis van der Schagt
2022-08-17Chore(deps): bump once_cell from 1.13.0 to 1.13.1dependabot[bot]
2022-07-30Resolve rustdoc::bare_urls warnings when running `cargo doc`Dennis van der Schagt
2022-07-25Chore(deps): bump fastrand from 1.7.0 to 1.8.0dependabot[bot]
2022-07-11Chore(deps): bump lexopt from 0.2.0 to 0.2.1dependabot[bot]
2022-07-05Chore(deps): bump once_cell from 1.12.0 to 1.13.0dependabot[bot]
2022-07-01CI: bump Rust to 1.62.0Alexander Batischev
2022-06-26Release 2.28r2.28Alexander Batischev
2022-05-28Name logger namespace according to style guideDennis van der Schagt
2022-05-24Chore(deps): bump once_cell from 1.10.0 to 1.12.0dependabot[bot]
2022-03-22Release 2.27r2.27Alexander Batischev
2022-03-05Chore(deps): bump once_cell from 1.9.0 to 1.10.0dependabot[bot]
2022-03-05CI: bump Rust to 1.59.0Alexander Batischev
2022-02-23Chore(deps): bump xdg from 2.4.0 to 2.4.1dependabot[bot]
2022-01-24Chore(deps): bump fastrand from 1.6.0 to 1.7.0dependabot[bot]
2021-12-27Release 2.26r2.26Alexander Batischev
2021-12-20Chore(deps): bump fastrand from 1.5.0 to 1.6.0dependabot[bot]
2021-12-15Chore(deps): bump once_cell from 1.8.0 to 1.9.0dependabot[bot]
2021-10-24Merge pull request #1845 from theIDinside/issue#1549Alexander Batischev
2021-10-23Updated lexopt version 0.2.0cx
2021-10-22Quick-fix of uncaught (by CI) clippy warningcx
2021-10-22Addressed clippy errors.cx
2021-10-22Removed non-translated error messagecx
2021-10-22Merge branch 'master' into issue#1549Simon Farre
2021-10-22Added bleeding edge of lexoptSimon Farre
2021-10-22Fixed clippy error of assert_eq!(bool, bool literal)Simon Farre
2021-10-22Added the check for should_print_usageSimon Farre
2021-10-22Removed now unnecessary codeSimon Farre
2021-10-22Replaced cargo lexopt dependency with custom versionSimon Farre
2021-10-21Removed multi value countercx
2021-10-21Removed undesirable docs, de-OOPified the parsingSimon Farre
2021-10-21Ran make fmtSimon Farre
2021-10-21Added tests to CliArgsParserSimon Farre
2021-10-20Forgot to add last_was_short = false in the Long branch.cx
2021-10-20Bug found & fixed; resetting last_seen every parse of optioncx
2021-10-20Spotted a bug in LexoptWrapper::next() that in theSimon Farre
2021-10-20Addressed another clippy error. Should be the last one.Simon Farre
2021-10-20Addressed clippy errorsSimon Farre
2021-10-19Replaced clap-rs with lexopt as requested by issue https://github.com/newsboa...cx
2021-10-17CliArgsParser: change `argv` from `Vec<String>` to `Vec<OsString>` (#1839)theIDinside
2021-10-16Fix Nextcloud "star" flag synchronizationDennis van der Schagt
2021-10-15Chore(deps): bump xdg from 2.3.0 to 2.4.0dependabot[bot]
2021-10-11Fix multi-byte characters in utils::extract_token_quoted()Alexander Batischev
2021-10-11Merge pull request #1825 from dennisschagt/rust-port/utilsAlexander Batischev