0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 2 days ago.
Sep 12, 2025 — Sep 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #62 from ignatenkobrain/bump-deps More... almost 9 years ago
bump sys-info to 0.5 More... almost 9 years ago
bump smallvec to 0.6 More... almost 9 years ago
bump arrayvec to 0.4 More... almost 9 years ago
Merge pull request #54 from sanga/patch-1 More... almost 9 years ago
make performance benchmarks easier to compare More... almost 9 years ago
Merge pull request #53 from michael-grunder/master More... about 9 years ago
Use target add instead of component add More... about 9 years ago
Count Errors & Exit With Error Count More... over 9 years ago
0.11.2: Handful of Improvements More... over 9 years ago
Merge pull request #48 from Flat/will-cite More... over 9 years ago
add dummy will-cite More... over 9 years ago
0.11.1: Publish Category More... over 9 years ago
Implement Base+Suffix Token More... over 9 years ago
Implement Custom Suffix Removal More... over 9 years ago
Added Code Comments Adds more code comments and eliminates a check for dash + shell when it is not required More... over 9 years ago
Fix Max Args More... over 9 years ago
Avoid need for re-opening unprocessed file for reading More... over 9 years ago
Write standard input message to standard error Resolves Issue #43 More... over 9 years ago
Move tests into test modules More... over 9 years ago
Version Bump: 0.11.0 More... over 9 years ago
More inputs as commands fixes More... over 9 years ago
Fix Inputs as Commands When Reading Stdin Last commit caused an issue with reading inputs from standard input. This should fix that so inputs are correctly parsed as commands. More... over 9 years ago
Implement Quote Support More... over 9 years ago
Add UTF-8 tests and eliminate unneeded UTF-8 checking More... over 9 years ago
Implement Jobs +/- Modifiers You may now write the job arguments with + and - operators - +50% is equivalent to 150% - -50% is equivalent to 50% - +2 is equivalent to num_cpus + 2 - -2 is equivalent to num_cpus - 2 - If the negative modifier is less than number of CPU cores, set 1 More... over 9 years ago
0.10.7: Bump Version More... over 9 years ago
Ignore jobs value when the value is 0 More... over 9 years ago
Get version with env!("CARGO_PKG_VERSION") More... over 9 years ago
0.10.6: Implement dummy arguments Some arguments are needed for some established scripts to function with this implementation of parallel. Arguments like `--no-notice`, `--line-buffer`, `--group`, and `--ungroup` are hereby implemented as dummy arguments which do nothing More... over 9 years ago