]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2020-02-26 borsAuto merge of #7939 - alexcrichton:update-libgit2,...
2020-02-26 Alex CrichtonUpdate libgit2 dependency
2020-02-26 borsAuto merge of #7936 - giraffate:fix_link, r=alexcrichton
2020-02-26 Takayuki NakataFix link in comment
2020-02-25 borsAuto merge of #7932 - ehuss:enable-doc-open-macos,...
2020-02-25 borsAuto merge of #7931 - ehuss:build-std-no-sysroot-probe...
2020-02-25 Eric HussEnable `cargo doc --open` tests on macos.
2020-02-25 Eric Hussbuild-std: remove sysroot probe
2020-02-25 borsAuto merge of #7928 - ehuss:features-current-doc, r...
2020-02-25 Eric HussTry to clarify how feature flags work on the "current...
2020-02-22 borsAuto merge of #7918 - ehuss:features-doc-comment, r...
2020-02-21 Eric HussAdd extra details in the new feature resolver doc comment.
2020-02-21 borsAuto merge of #7912 - matthiaskrgr:clippy_v11, r=ehuss
2020-02-21 borsAuto merge of #7917 - ehuss:features-tracking-issues...
2020-02-21 borsAuto merge of #7913 - ehuss:linkcheck-script, r=alexcri...
2020-02-21 Eric HussAdd -Zfeatures tracking issues.
2020-02-21 Eric HussUse rust-lang/rust linkchecker on CI.
2020-02-21 Matthias Krügerfix most remaining clippy findings (mostly redundant...
2020-02-21 borsAuto merge of #7911 - aleksator:run_through_clippy...
2020-02-21 borsAuto merge of #7903 - aleksator:1681_doc_crate_version...
2020-02-20 borsAuto merge of #7905 - ehuss:license-file-updates, r...
2020-02-20 Alex TokarevRun through nightly clippy
2020-02-20 Alex TokarevDocument unstable 'crate-versions' flag
2020-02-20 Alex TokarevAdd an option to include crate versions to the generate...
2020-02-20 Eric HussCopy license-file into package if outside of root.
2020-02-20 Eric HussAdd a warning if license-file points to a file that...
2020-02-20 Alex TokarevRemove unused imports
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 HussAdd comment trying to explain recursion and optional...
2020-02-20 Eric HussTry to clarify some things about UnitFor build flags.
2020-02-20 Eric HussTry to remove some rightwards drift.
2020-02-20 Eric HussCompute dep_for_build in one place.
2020-02-20 Eric HussChange for_build_dep from a bool to enum FeaturesFor...
2020-02-20 Eric HussChange have_dev_units from a bool to enum HasDevUnits...
2020-02-20 Eric HussFix bug where required-features didn't work with -Zfeat...
2020-02-20 Eric HussFix `cargo clean -p` crashing with -Zfeatures.
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 `-Zfeatures=all` option.
2020-02-20 Eric HussAdd a cyclical dev-dep test.
2020-02-20 Eric HussConsolidate -Zpackage-features member iteration logic.
2020-02-20 Eric HussAdd test for build script being run multiple times.
2020-02-20 Eric HussAdd some comments to help clarify some features stuff...
2020-02-20 Eric HussDo not store `requested_features` in FeatureResolver.
2020-02-20 Eric HussEnsure dev-dep features are unified if any are used.
2020-02-20 Eric HussAdd new feature resolver.
2020-02-20 Eric HussAdd a RequestedFeatures struct to hold cli features.
2020-02-20 Eric HussMove rustc target collection out of bcx.
2020-02-20 borsAuto merge of #7906 - ehuss:macos-10.15, r=alexcrichton
2020-02-20 Eric HussWork-around macOS 10.15 Gatekeeper issue.
2020-02-20 Eric HussSwitch azure to macOS 10.15.
2020-02-19 borsAuto merge of #7892 - KaneGreen:rustc-about-text, r...
2020-02-19 borsAuto merge of #7904 - ehuss:rustfmt-1.4.12-fix, r=alexc...
2020-02-19 Eric HussUpdate for nightly rustfmt.
2020-02-18 borsAuto merge of #7901 - ehuss:config-cli-path, r=alexcrichton
2020-02-18 Eric HussSupport `--config path_to_config.toml` cli syntax.
2020-02-18 borsAuto merge of #7697 - ehuss:bin-test-env, r=alexcrichton
2020-02-18 borsAuto merge of #7896 - ehuss:internal-errors, r=alexcrichton
2020-02-18 Eric HussRework internal errors.
2020-02-17 KaneGreenModified the help information of cargo-rustc
2020-02-17 borsAuto merge of #7891 - ehuss:stringlist-fixes, r=Eh2406
2020-02-16 Eric HussImprovements to StringList config handling.
2020-02-16 borsAuto merge of #7890 - ehuss:fingerprint-log-rustflags...
2020-02-16 borsAuto merge of #7889 - ehuss:fix-env_args-doc, r=Eh2406
2020-02-16 Eric HussAdd new/old rustflags to fingerprint log.
2020-02-16 Eric HussFix inaccurate doc comment on `env_args`.
2020-02-16 borsAuto merge of #7888 - ehuss:fingerprint-debug, r=Eh2406
2020-02-16 Eric HussAdd some extra fingerprint debug information.
2020-02-15 borsAuto merge of #7886 - cuviper:cargo-platform-licenses...
2020-02-14 Josh StoneLink the licenses into crates/cargo-platform
2020-02-12 borsAuto merge of #7883 - estebank:change-test, r=ehuss
2020-02-12 Esteban KüberModify test to make `rustc` PR mergeable
2020-02-11 borsAuto merge of #7877 - joshtriplett:env-order, r=ehuss
2020-02-10 Josh TriplettKeep environment variables in a BTreeMap to preserve...
2020-02-07 borsAuto merge of #7857 - ehuss:fix-build-script-dupe,...
2020-02-07 Eric HussAdd more docs on CARGO_BIN_EXE_.
2020-02-06 borsAuto merge of #7875 - ehuss:update-jobserver, r=alexcri...
2020-02-06 borsAuto merge of #7874 - ehuss:update-tar, r=Eh2406
2020-02-06 Eric HussUpdate jobserver.
2020-02-06 Eric HussUpdate tar.
2020-02-06 borsAuto merge of #7872 - ehuss:timings-error, r=Eh2406
2020-02-06 Eric HussEmit report on error with Ztimings.
2020-02-06 Eric HussSwitch to case-sensitive environment variable.
2020-02-06 Eric HussSet an environment variable for tests to find executables.
2020-02-05 borsAuto merge of #7827 - Kinrany:7656-format-placeholder...
2020-02-05 KinranyDo not run `formats_source` if `rustfmt` is not available
2020-02-05 borsAuto merge of #7865 - ehuss:fix-rebuild_sub_package_the...
2020-02-05 borsAuto merge of #7855 - ehuss:fix-required-features-renam...
2020-02-05 Eric HussFix rebuild_sub_package_then_while_package on HFS.
2020-02-04 borsAuto merge of #7860 - ehuss:fix-std-collision, r=alexcr...
2020-02-04 Eric HussRemove likely brittle test.
2020-02-04 KinranyMerge branch 'master' into 7656-format-placeholder...
2020-02-04 KinranyInstall rustfmt for testing in CI
2020-02-03 Eric HussFix build-std collisions.
2020-02-02 Eric HussFix BuildScriptOutput when a build script is run multip...
2020-02-02 Eric HussFix required-features using renamed dependencies.
2020-01-31 borsAuto merge of #7837 - ehuss:fix-global-opt-alias, r...
2020-01-31 Eric HussFix using global options before an alias.
next