]> git.proxmox.com Git - cargo.git/history - src/cargo/core/resolver/dep_cache.rs
Remove the update method on registry functions. Instead of explicitly
[cargo.git] / src / cargo / core / resolver / dep_cache.rs
2022-02-28 Arlo SiemsenRemove the update method on registry functions. Instead...
2022-02-28 Arlo SiemsenRegistry functions return task::Poll to enable parallel...
2022-02-20 borsAuto merge of #10346 - yerke:yerke/no-run-test-executab...
2022-02-05 borsAuto merge of #10245 - joshtriplett:stabilize-timings...
2022-02-03 borsAuto merge of #10341 - hi-rustin:rustin-patch-doc-deps...
2022-02-01 borsAuto merge of #10349 - epage:install, r=ehuss
2022-01-31 borsAuto merge of #10348 - epage:vendor, r=alexcrichton
2022-01-31 borsAuto merge of #10347 - a1phyr:patch-1, r=weihanglo
2022-01-31 borsAuto merge of #10337 - WaffleLapkin:merge_futures_with_...
2022-01-31 Yerkebulan Tuliber... Merge branch 'master' into yerke/no-run-test-executable...
2022-01-27 Maybe WaffleDo not ignore `--features` when `--all-features` is...
2021-12-14 borsAuto merge of #10145 - QiangHeisenberg:deprecated,...
2021-11-26 borsAuto merge of #10093 - hi-rustin:rustin-patch-rustc...
2021-11-22 borsAuto merge of #10110 - hi-rustin:rustin-patch-build...
2021-11-22 borsAuto merge of #10103 - ehuss:tree-cycle, r=alexcrichton
2021-11-20 Eric HussFix resolve error with cyclic dev-dependency features.
2021-09-01 borsAuto merge of #9839 - jonhoo:prefer-cargo-toml-patch...
2021-09-01 borsAuto merge of #9808 - QiangHeisenberg:examples, r=ehuss
2021-09-01 borsAuto merge of #9796 - hi-rustin:rustin-patch-clippy...
2021-08-27 borsAuto merge of #9848 - nipunn1313:desc, r=alexcrichton
2021-08-26 borsAuto merge of #9843 - ehuss:fix-test-cargo-env, r=alexc...
2021-08-25 borsAuto merge of #9827 - weihanglo:issue-6199, r=Eh2406
2021-08-23 Weihang LoAdd dep requirement info for dep-chain display
2021-08-06 borsAuto merge of #9617 - danieleades:refactor/useless...
2021-07-29 borsAuto merge of #9747 - lf-:document-pathandargs-doc...
2021-07-23 borsAuto merge of #9681 - hi-rustin:rustin-patch-reject...
2021-07-23 hi-rustinWarning when using features in replace
2021-07-22 borsAuto merge of #9653 - bjorn3:update_should_use_metadata...
2021-07-20 borsAuto merge of #9685 - ehuss:named-profile-updates,...
2021-07-20 borsAuto merge of #9601 - jonhoo:fix-9600, r=ehuss
2021-07-19 borsAuto merge of #9703 - djmitche:versionprefs, r=alexcrichton
2021-07-18 Dustin J. MitchellFactor version preferences into a struct
2021-07-16 borsAuto merge of #9675 - ehuss:diagnostic-dedupe, r=alexcr...
2021-07-16 borsAuto merge of #9680 - inquisitivecrystal:doc-alias...
2021-07-15 borsAuto merge of #9674 - iankronquist:patch-1, r=alexcrichton
2021-07-14 borsAuto merge of #9663 - nebkor:master, r=alexcrichton
2021-07-14 borsAuto merge of #9639 - djmitche:issue9535, r=Eh2406
2021-07-12 hi-rustinReject when using features in replace
2021-07-09 Dustin J. MitchellPrefer patched versions of dependencies
2021-07-01 borsAuto merge of #9531 - 5225225:cargo-doc-open-fix, r...
2021-06-22 borsAuto merge of #9607 - hi-rustin:rustin-patch-cargo...
2021-06-22 borsAuto merge of #9574 - ehuss:weak-namespaced, r=alexcrichton
2021-06-11 Eric HussUnify weak and namespaced features.
2021-05-01 borsAuto merge of #9186 - weihanglo:issue-9054, r=alexcrichton
2021-04-21 borsAuto merge of #9386 - ehuss:ehuss-profile-typo, r=alexc...
2021-04-20 borsAuto merge of #9369 - PicoJr:fix-9350, r=ehuss
2021-04-18 borsAuto merge of #9348 - matklad:wrapper-fingerprint,...
2021-04-16 borsAuto merge of #9367 - weihanglo:refactor/remove-CargoRe...
2021-04-16 Weihang Lorefactor: remove unnecessary anyhow macro calls
2021-04-16 Weihang Lorefactor: remove CargoResultExt
2021-04-02 borsAuto merge of #9323 - matthiaskrgr:clippy_v19, r=ehuss
2021-04-02 Matthias Krügerfix clippy warnings
2021-03-31 Jon GjengsetMerge remote-tracking branch 'upstream/master' into...
2021-03-22 borsAuto merge of #9263 - Aaron1011:zero-incompat-note...
2021-03-22 borsAuto merge of #9290 - ehuss:non-member-features, r...
2021-03-19 Eric HussRefactor feature handling, and improve error messages.
2021-02-25 borsAuto merge of #8939 - Andy-Python-Programmer:master...
2021-02-24 borsAuto merge of #9128 - poliorcetics:respect-shortness...
2021-02-13 borsAuto merge of #8640 - CPerezz:doc_versioning, r=ehuss
2021-02-10 Chris FieldMerge branch 'master' of https://github.com/rust-lang...
2021-02-10 borsAuto merge of #9153 - calavera:strip_options, r=ehuss
2021-02-09 borsAuto merge of #9133 - alexcrichton:git-default-branch...
2021-02-04 Alex CrichtonChange git dependencies to use `HEAD` by default
2020-12-16 Carlos PérezMerge branch 'master' into doc_versioning
2020-11-04 borsAuto merge of #8818 - ehuss:weak-dep-features, r=alexcr...
2020-11-04 Eric HussImplement weak dependency features.
2020-10-28 borsAuto merge of #8808 - weihanglo:fix/8591, r=ehuss
2020-10-27 borsAuto merge of #8799 - ehuss:new-namespaced, r=alexcrichton
2020-10-25 Eric HussRename crate: to dep:
2020-10-23 Eric HussRename "explicit" to "crate_prefix".
2020-10-23 Eric HussNew namespaced features implementation.
2020-07-28 borsAuto merge of #8542 - CPerezz:aliases, r=ehuss
2020-07-28 borsAuto merge of #7950 - aleksator:4854_non_existent_featu...
2020-07-28 borsAuto merge of #8551 - CPerezz:manifest_edition_nit...
2020-07-27 borsAuto merge of #8522 - alexcrichton:revert-master, r...
2020-07-23 Alex CrichtonWarn if `master` unifies with `DefaultBranch`
2020-07-22 CPerezzMerge remote-tracking branch 'upstream/master'
2020-07-16 borsAuto merge of #8489 - arlosi:deterministic_metadata...
2020-07-02 borsAuto merge of #8378 - jstasiak:backups, r=ehuss
2020-06-30 borsAuto merge of #8421 - alexcrichton:read-env-dep, r...
2020-06-29 borsAuto merge of #8419 - est31:string_interning, r=ehuss
2020-06-26 est31Move string interning to util
2020-06-26 borsAuto merge of #8416 - est31:remove_derive, r=alexcrichton
2020-06-26 borsAuto merge of #8412 - est31:remove_remove, r=alexcrichton
2020-06-24 borsAuto merge of #8364 - alexcrichton:default-no-master...
2020-06-23 borsAuto merge of #8387 - robinmoussu:master, r=alexcrichton
2020-06-23 borsAuto merge of #8391 - bl2e:install-target-dir, r=alexcr...
2020-06-23 borsAuto merge of #8323 - naerbnic:add_workspace_metadata_t...
2020-06-22 borsAuto merge of #8395 - ehuss:fix-opt-dep-order, r=Eh2406
2020-06-22 Eric HussFix order-dependent feature resolution.
2020-03-19 borsAuto merge of #7922 - XAMPPRocky:patch-1, r=ehuss
2020-02-27 borsAuto merge of #7943 - aleksator:7933_cargo_cfgs, r...
2020-02-27 borsAuto merge of #7934 - ehuss:query-error-context, r...
2020-02-27 Eric HussAdd path to the failure to load a dependency.
2020-02-25 Eric HussProvide extra context on a query failure.
2020-02-20 borsAuto merge of #7820 - ehuss:features2-split, r=alexcrichton
2020-02-20 Eric HussAdd a RequestedFeatures struct to hold cli features.
2020-01-15 borsAuto merge of #7774 - giraffate:update_credentials...
2020-01-08 borsAuto merge of #7779 - ehuss:fix-cargo-lock-ignore,...
2020-01-08 borsAuto merge of #7778 - ehuss:bump-crates-io, r=alexcrichton
next