]> git.proxmox.com Git - cargo.git/history - src/cargo/core/compiler/unit_dependencies.rs
Move string interning to util
[cargo.git] / src / cargo / core / compiler / unit_dependencies.rs
2020-06-26 est31Move string interning to util
2020-06-09 borsAuto merge of #8277 - tverghis:default-readme, r=alexcr...
2020-06-08 borsAuto merge of #8267 - drmikehenry:prefix, r=alexcrichton
2020-06-08 borsAuto merge of #8270 - reggaemuffin:8251-binary-name...
2020-06-05 borsAuto merge of #8331 - ehuss:1.45-beta-backport, r=Eh2406
2020-06-05 borsAuto merge of #8321 - hbina:issue_7596, r=alexcrichton
2020-06-03 borsAuto merge of #8320 - alexcrichton:update-libgit2,...
2020-06-03 borsAuto merge of #8319 - alexcrichton:fix-access, r=Eh2406
2020-06-03 borsAuto merge of #8314 - cuviper:mem-take, r=Eh2406
2020-06-03 Josh StoneUse mem::take to replace with Default values
2020-05-14 Daniel Wagner-HallMerge branch 'master' into trywithout
2020-05-07 borsAuto merge of #8210 - ehuss:rework-rustc-output, r...
2020-05-05 Eric HussAdd CrateType to replace LibKind.
2020-05-02 Daniel Wagner-HallMerge branch 'master' into trywithout
2020-04-29 borsAuto merge of #8167 - alexcrichton:multitarget, r=ehuss
2020-04-28 Alex CrichtonSupport multiple `--target` flags on the CLI
2020-04-28 borsAuto merge of #8177 - ehuss:build-std-incremental,...
2020-04-28 Eric Hussbuild-std: Don't treat std like a "local" package.
2020-04-28 borsAuto merge of #8077 - faern:use-assoc-int-consts, r...
2020-04-20 Daniel Wagner-HallMerge branch 'master' into trywithout
2020-04-20 borsAuto merge of #7973 - ehuss:index-updates, r=alexcrichton
2020-04-20 borsAuto merge of #8129 - ehuss:resolver-behavior, r=alexcr...
2020-04-19 borsAuto merge of #8134 - nnethercote:bitcode-in-rlib,...
2020-04-19 borsAuto merge of #8068 - ehuss:bcx-units, r=alexcrichton...
2020-04-19 Alex CrichtonRemove lifetime from `Unit`
2020-04-19 Alex CrichtonMake `Unit` an owned value
2020-04-19 Alex CrichtonHide `Rc<Package>` under `Package`
2020-04-19 Eric Hussbcx reorg
2020-04-19 Eric HussWrap Package/Target in Rc.
2020-04-13 Daniel Wagner-HallMerge branch 'master' into trywithout
2020-03-27 borsAuto merge of #8020 - xiongmao86:issue7853, r=ehuss
2020-03-27 xiongmao86Add logic for testing implicit binary dependency features.
2020-03-24 borsAuto merge of #8028 - ehuss:new-proc-macro-decouple...
2020-03-22 Eric HussRe-implement proc-macro feature decoupling.
2020-03-19 borsAuto merge of #7922 - XAMPPRocky:patch-1, r=ehuss
2020-03-18 borsAuto merge of #8003 - ehuss:proc-macro-index, r=alexcri...
2020-03-17 borsAuto merge of #7977 - ehuss:unit-graph, r=alexcrichton
2020-03-15 Eric Huss-Zfeatures=host_dep: Support decoupling proc-macro...
2020-03-15 Eric HussAdd unit-graph JSON output.
2020-02-21 borsAuto merge of #7913 - ehuss:linkcheck-script, r=alexcri...
2020-02-21 borsAuto merge of #7911 - aleksator:run_through_clippy...
2020-02-20 Alex TokarevRun through nightly clippy
2020-02-20 borsAuto merge of #7820 - ehuss:features2-split, r=alexcrichton
2020-02-20 Eric HussFix bug where an optional dependency is disabled in...
2020-02-20 Eric HussAdd comment on relationship of RunCustomBuild and UnitF...
2020-02-20 Eric HussChange for_build_dep from a bool to enum FeaturesFor...
2020-02-20 Eric HussRewrite new feature resolver to simplify DepKind handling.
2020-02-20 Eric HussAdd comment explaining dep_kind in compute_deps_custom_...
2020-02-20 Eric HussAdd some comments to help clarify some features stuff...
2020-02-20 Eric HussAdd new feature resolver.
2020-02-20 Eric HussMove rustc target collection out of bcx.
2020-01-15 borsAuto merge of #7774 - giraffate:update_credentials...
2020-01-13 borsAuto merge of #7750 - ehuss:named-config-profiles,...
2020-01-13 Eric HussAdd named config profiles.
2020-01-13 borsAuto merge of #7755 - lu-zero:rustc-crate-type, r=alexc...
2020-01-13 borsAuto merge of #7791 - ehuss:rename-kind, r=alexcrichton
2020-01-11 Eric HussRename `Kind`
2019-12-16 borsAuto merge of #7631 - jsgf:explicit-version, r=alexcrichton
2019-12-12 borsAuto merge of #7698 - dtolnay:description, 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-12 borsAuto merge of #7699 - ehuss:build-std-no-sysroot, r...
2019-12-12 Eric HussSwitch build-std to use --extern
2019-11-11 borsAuto merge of #7486 - zachlute:suggest-alias2, r=alexcr...
2019-10-21 borsAuto merge of #7523 - bruceg:fix-zero-timestamps, r...
2019-10-21 borsAuto merge of #7460 - alexcrichton:panic-abort-tests...
2019-10-21 Alex CrichtonSupport rustc's `-Z panic-abort-tests` in Cargo
2019-10-15 borsAuto merge of #7333 - ehuss:allow-dev-dep-path, r=alexc...
2019-10-04 borsAuto merge of #7476 - tlively:emscripten-wasm-aux,...
2019-10-02 borsAuto merge of #7443 - guanqun:patch-1, r=ehuss
2019-10-01 borsAuto merge of #7361 - Eh2406:public_dependency-as-type_...
2019-09-30 borsAuto merge of #6989 - da-x:custom-profile-pr-rfc, r...
2019-09-30 borsAuto merge of #7308 - guanqun:add-ssl-version, r=alexcr...
2019-09-27 borsAuto merge of #7452 - pyrrho:bug7346/transitive_patches...
2019-09-26 Dan AloniMerge remote-tracking branch 'origin/master' into custo...
2019-09-26 borsAuto merge of #7425 - alexcrichton:kind-string, r=ehuss
2019-09-26 Alex CrichtonRefactor how compile targets are handled
2019-09-26 Alex CrichtonRefactor `Kind` to carry target name in `Target`
2019-09-26 borsAuto merge of #7440 - alexcrichton:always-pipeline...
2019-09-25 Dan AloniMerge remote-tracking branch 'origin/master' into custo...
2019-09-25 borsAuto merge of #7429 - alexcrichton:fix-osx-cpu, r=ehuss
2019-09-25 borsAuto merge of #7428 - alexcrichton:nocapture, r=ehuss
2019-09-25 borsAuto merge of #7421 - ehuss:build-std-sysroot, r=alexcr...
2019-09-24 Eric HussChange build-std to use --sysroot.
2019-09-21 Dan AloniMerge remote-tracking branch 'origin/master' into custo...
2019-09-18 Dan AloniMerge remote-tracking branch 'origin/master' into custo...
2019-09-08 Dan AloniMerge remote-tracking branch 'origin/master' into custo...
2019-09-03 borsAuto merge of #7216 - ehuss:build-std, r=alexcrichton
2019-09-03 Eric HussUpdate for libtest changes.
2019-09-03 Eric HussRemove redundant check for Kind::Target.
2019-09-03 Eric HussBasic standard library support.
2019-09-03 Eric HussDecouple build_unit_dependencies and Context.