]> git.proxmox.com Git - cargo.git/history - src/cargo/core/resolver/mod.rs
More lint cleaning
[cargo.git] / src / cargo / core / resolver / mod.rs
2017-09-24 Lukas LuegMore lint cleaning
2017-09-21 borsAuto merge of #4515 - lukaslueg:issue1006, r=alexcrichton
2017-09-20 Lukas LuegImprove message for multiple links to native lib
2017-09-14 borsAuto merge of #4478 - alexcrichton:less-fds, r=matklad
2017-09-09 borsAuto merge of #4464 - matklad:document-all-the-things...
2017-09-09 borsAuto merge of #4477 - alexcrichton:fix-out-of-bounds...
2017-09-09 borsAuto merge of #4476 - behnam:book, r=alexcrichton
2017-09-09 borsAuto merge of #4473 - wesleywiser:cyclical_features...
2017-09-06 Wesley WiserAllow features to be cyclical
2017-08-20 borsAuto merge of #4416 - Xanewok:more-executor-params...
2017-08-20 borsAuto merge of #4364 - RalfJung:feat, r=alexcrichton
2017-08-18 Ralf Jungfix borrowing the shell twice
2017-08-18 Ralf JungUsing required dep as a feature is a warning for now...
2017-08-17 Ralf Jungdetect required dependencies used as features
2017-08-10 borsAuto merge of #4390 - alexcrichton:read-hard-links...
2017-08-09 borsAuto merge of #4384 - ivanbakel:unused_mut, r=alexcrichton
2017-08-09 Isaac van BakelFixed variables being unnecessarily mut.
2017-08-09 borsAuto merge of #3611 - tylerwhall:stable-metadata, r...
2017-07-28 borsAuto merge of #4216 - durka:install-multi, r=alexcrichton
2017-07-18 borsAuto merge of #4123 - alexcrichton:augment, r=matklad
2017-07-18 Alex CrichtonImplement the [patch] section of the manifest
2017-06-13 borsAuto merge of #3978 - dethoter:separated-credentials...
2017-06-07 borsAuto merge of #4062 - huntiep:master, r=alexcrichton
2017-06-05 borsAuto merge of #4118 - alexcrichton:hamt, r=matklad
2017-06-05 Alex CrichtonComment about `Clone` on Context
2017-06-05 Alex CrichtonType alias `activations` to consolidate definition
2017-06-05 Alex CrichtonAvoid stack overflow when dropping RcList
2017-06-05 Alex CrichtonRemove `Clone` for a struct we don't want cloned
2017-06-05 Alex CrichtonOptimize the interface of `Registry`.
2017-06-05 Alex CrichtonOptimize resolution by removing allocations
2017-06-01 borsAuto merge of #4038 - nisargthakkar:newBadgesAdd, r...
2017-05-31 borsAuto merge of #4090 - jluner:master, r=alexcrichton
2017-05-28 jlunerResolve upstream updates to referenced crates
2017-05-28 jlunerMerge remote-tracking branch 'upstream/master'
2017-05-27 jlunerMerge remote-tracking branch 'upstream/master'
2017-05-25 jlunerAddresses review comments
2017-05-25 jlunerAdd error-chain errors
2017-05-24 jlunerAdd error-chain errors
2017-05-18 Alex CrichtonOnly sort deps in build script dependency generation
2017-05-16 Andrew WattsFix non-deterministic unit dependency list generation
2017-04-26 borsAuto merge of #3899 - alexcrichton:vendor-empty-ok...
2017-04-24 borsAuto merge of #3901 - BenWiederhake:all-kinds, r=alexcr...
2017-04-18 borsAuto merge of #3928 - andwur:version-not-found-error...
2017-04-17 Andrew WattsFix #2997: error message when version not found could...
2017-03-23 borsAuto merge of #3837 - alexcrichton:workspace-exlucde...
2017-03-21 borsAuto merge of #3841 - matklad:encourage-explicit-versio...
2017-03-20 borsAuto merge of #3848 - tee-too:fix-2529, r=alexcrichton
2017-03-20 borsAuto merge of #3849 - alexcrichton:fix-stack-overflow...
2017-03-20 Alex CrichtonDetect cyclic dependencies through [replace]
2017-03-18 borsAuto merge of #3843 - alexcrichton:fix-override-default...
2017-03-17 Alex CrichtonFix overriding mixing with default features
2017-03-01 borsAuto merge of #3699 - alexcrichton:sslop, r=brson
2017-02-27 borsAuto merge of #3760 - sanmai-NL:Cargo_new_gitignore_rus...
2017-02-25 borsAuto merge of #3742 - matklad:sets-are-monoid, r=alexcr...
2017-02-23 Aleksey KladovSimplify feature-handling code
2016-11-15 Nipunn KoorapatiMerge branch 'master' into attempt
2016-11-15 borsAuto merge of #3286 - rjgoldsborough:build-script-docs...
2016-11-15 borsAuto merge of #3283 - saschagrunert:master, r=alexcrichton
2016-11-15 borsAuto merge of #3294 - sanxiyn:unused-type-alias, r...
2016-11-15 Seo SanghyeonRemove unused type aliases
2016-11-11 Sascha GrunertUpdated indent and rustversion.txt
2016-11-11 Sascha GrunertChanged try! macros to ? operator
2016-11-07 borsAuto merge of #3239 - alexcrichton:travis, r=brson
2016-11-04 borsAuto merge of #3249 - matklad:workspace-profiles, r...
2016-11-03 borsAuto merge of #3243 - alexcrichton:target-feature,...
2016-11-03 borsAuto merge of #3220 - alexcrichton:bad, r=brson
2016-11-02 Alex CrichtonMerge branch 'mtimes-in-the-past' of https://github...
2016-10-21 Alex CrichtonLoad [replace] sections from lock files
2016-10-07 Alex CrichtonRevert addition of a number of Config params
2016-10-07 Steve Klabnikthread a config throughout
2016-08-18 borsAuto merge of #3013 - matklad:rootless-resolve, r=alexc...
2016-08-18 Aleksey KladovRemove root field from Resolve.
2016-08-18 Aleksey KladovDon't use Resolve.root when checking for cycles
2016-08-08 borsAuto merge of #2871 - QuiltOS:doc-build-deps, r=alexcri...
2016-08-04 borsAuto merge of #2847 - munyari:build_targets, r=alexcrichton
2016-08-02 borsAuto merge of #2946 - alexcrichton:build-script-metadat...
2016-08-01 borsAuto merge of #2857 - alexcrichton:redirect-sources...
2016-08-01 Alex CrichtonAddressing review comments
2016-08-01 Alex CrichtonAdd sha256 checksums to the lockfile
2016-07-18 borsAuto merge of #2889 - bennofs:fix-cargo-rustc-help...
2016-07-14 borsAuto merge of #2879 - QuiltOS:replace-bug, r=alexcrichton
2016-07-14 John EricsonMerge branch 'master' into replace-bug
2016-07-14 John EricsonFix #2595 by skipping reflexive replacements
2016-07-14 John EricsonRefactor replacement logic
2016-07-14 borsAuto merge of #2876 - bennofs:fix-2851, r=alexcrichton
2016-07-14 Benno Fünfstückallow enabling features for deps with --features
2016-07-13 borsAuto merge of #2679 - sbeckeriv:alias, r=alexcrichton
2016-07-11 borsAuto merge of #2852 - alexcrichton:doc-env-vars, r...
2016-07-10 borsAuto merge of #2830 - munyari:rustc-env, r=alexcrichton
2016-07-08 borsAuto merge of #2839 - alexcrichton:same-root, r=brson
2016-07-08 Alex CrichtonGenerate the same lock always in a workspace
2016-07-06 borsAuto merge of #2794 - alexcrichton:rustdocflags, r...
2016-07-05 borsAuto merge of #2759 - alexcrichton:workspaces, r=brson
2016-07-05 Alex CrichtonImplement workspaces in Cargo
2016-07-04 borsAuto merge of #2822 - munyari:owner-man, r=alexcrichton
2016-07-03 borsAuto merge of #2821 - bennofs:no-transitive-dep-feature...
2016-07-01 Benno FünfstückDisallow specifying features of transitive deps
2016-05-16 Alex CrichtonMerge branch 'issue-2427' of https://github.com/jespino...
2016-04-08 Ryan QuattlebaumMerge remote-tracking branch 'origin/master' into issue2266
2016-04-07 borsAuto merge of #2385 - alexcrichton:top-level-overrides...
next