0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 08, 2025 — Mar 08, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump version to 18.1.1 More... 14 days ago
Accept -J-3 and -j -3 to mean (nproc - 3), like cargo install -j More... 14 days ago
Bump version to 18.1.0 More... 17 days ago
Allow -j JOBS with -J R_JOBS to additionally limit to R_JOBS/JOBS cargos at a time More... 17 days ago
Parse -j like cargo install instead of forwarding it verbatim More... 17 days ago
.find().is_some() -> .any() More... 28 days ago
Bump MSRV to 1.83 More... 28 days ago
Add -J --recursive-jobs [N] to run cargo installs under an N-slot jobserver More... 28 days ago
Do the exclusion with a one-job jobserver More... 29 days ago
Instead of linear fork/exec/wait for each package, spawn a thread and fork/exec/wait there, then join/fold threads More... 29 days ago
docs: remove mail for author Benoît Cortier More... 4 months ago
Bump version to 18.0.0. Add @brian6932 to authors list More... 7 months ago
Suppress unused_imports warning on serde_derive's macro_use More... 7 months ago
fix: `mismatched_lifetime_syntaxes` compiler warnings More... 7 months ago
Fallback to config.toml on read error instead of open error in crates_file_in(). Minimise allocations in installed_registry_packages() and installed_git_repo_packages(). 'static instead of allocating 1/2/3 in split_package_path(). Don't reallocate file-/git-configured proxies in find_proxy() More... 8 months ago
Remove array_tool dependency (and a copy) More... 8 months ago
More .to_string()s More... 8 months ago
RegistryPackage::registry: String -> Cow<'static, str>. Options::to_update and interesct_packages()'s registry field likewise More... 8 months ago
Don't .to_string() for a &Display More... 8 months ago
SparseRegistryConfig::crates_io_credential_provider: Option<[SparseRegistryAuthProvider; 1]> -> Option<SRAP> More... 8 months ago
update_index() shouldn't be running the providers More... 8 months ago
Implement provider protocol provider More... 8 months ago
Replace json_deserializer with serde_json More... 8 months ago
Add cargo:libsecret via dlsym("libsecret-1.so.0") More... 8 months ago
Add cargo:macos-keychain More... 8 months ago
Implement cargo:wincred More... 8 months ago
Bump version to 17.0.0. Add @punkeel to authors list More... 8 months ago
Finally make rustfmt a no-op More... 8 months ago
Clean up previous More... 8 months ago
Fix arrays in cargo auth More... 8 months ago