]> git.proxmox.com Git - cargo.git/history - src/cargo/core/resolver/dep_cache.rs
Move string interning to util
[cargo.git] / src / cargo / core / resolver / dep_cache.rs
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
2020-01-08 borsAuto merge of #7776 - alexcrichton:anyhow, r=ehuss
2020-01-08 Alex CrichtonMigrate from the `failure` crate to `anyhow`
2019-12-16 borsAuto merge of #7631 - jsgf:explicit-version, r=alexcrichton
2019-12-12 borsAuto merge of #7695 - giraffate:add_and_update_tests_fo...
2019-12-12 borsAuto merge of #7680 - stefanhoelzl:issue-7183, r=ehuss
2019-12-11 borsAuto merge of #7694 - danielparks:issue-7691-manifest...
2019-12-11 borsAuto merge of #7696 - matthiaskrgr:typ0s, r=ehuss
2019-12-11 Matthias Krügerfix a couple of typos
2019-09-08 Dan AloniMerge remote-tracking branch 'origin/master' into custo...
2019-09-03 borsAuto merge of #7295 - zachlute:config-toml-extension...
2019-09-03 borsAuto merge of #7318 - reitermarkus:ssl-connect-error...
2019-09-03 borsAuto merge of #7310 - Eh2406:minimal-copy, r=alexcrichton
2019-09-03 Eh2406minimal-copy `deserialize` for `InternedString` and...
2019-08-20 borsAuto merge of #7262 - alexcrichton:fix-line-endings...
2019-08-20 borsAuto merge of #7268 - benesch:dsym-uplifting, r=alexcri...
2019-08-19 borsAuto merge of #7237 - ehuss:git-with-version, r=alexcri...
2019-08-19 borsAuto merge of #7251 - matthiaskrgr:clippy_v6, r=ehuss
2019-08-19 Matthias Krügerfix a bunch of clippy warnings
2019-08-09 Dan AloniMerge remote-tracking branch 'origin/master' into custo...
2019-07-31 borsAuto merge of #7198 - petrochenkov:bench, r=alexcrichton
2019-07-29 borsAuto merge of #7186 - ehuss:resolve-method, r=alexcrichton
2019-07-27 Eric HussRefactor resolve `Method`
2019-06-07 Dan AloniMerge remote-tracking branch 'origin/master' into custo...
2019-06-06 borsAuto merge of #6966 - ehuss:reamp-path-prefix-hash...
2019-06-05 borsAuto merge of #7010 - alexcrichton:less-features, r...
2019-06-05 Alex CrichtonDon't synthesize feature diretives for non-optional...
2019-05-15 borsAuto merge of #6947 - matthiaskrgr:test_permission_fix...
2019-05-15 borsAuto merge of #6946 - Eh2406:remove_candidate, r=alexcr...
2019-05-15 Eh2406remove Candidate.
2019-05-15 Eh2406remove Candidate.replace. Look it up if needed.
2019-05-01 borsAuto merge of #6894 - k-nasa:refactor_cli_definition...
2019-04-29 borsAuto merge of #6865 - fluffysquirrels:docs-sources...
2019-04-29 Alex HelfetMerge remote-tracking branch 'origin/master' into rel...
2019-04-26 borsAuto merge of #6772 - Aaron1011:feature/final-pub-priv...
2019-04-26 borsAuto merge of #6853 - Eh2406:caching-the-dependency...
2019-04-25 Eh2406combine the caching structs
2019-04-25 Eh2406add lots of comments
2019-04-25 Eh2406cache the output of `build_deps`
2019-04-25 Eh2406make `build_deps` a stand alone function
2019-04-25 Eh2406use a `BTreeSet` to store features
2019-04-25 Eh2406make `resolve_features` a stand alone function
2019-04-25 Eh2406move `RegistryQueryer` to a dedicated mod