]> git.proxmox.com Git - cargo.git/history - src/cargo/core
Auto merge of #9467 - ehuss:install-metadata, r=alexcrichton
[cargo.git] / src / cargo / core /
2021-05-10 borsAuto merge of #9467 - ehuss:install-metadata, r=alexcri...
2021-05-09 Eric HussFix `cargo install` with a semver metadata version.
2021-05-07 borsAuto merge of #9375 - vojtechkral:tests-target-dir...
2021-05-06 Vojtech KralAdd CARGO_TARGET_TMPDIR env var for integration tests...
2021-05-03 borsAuto merge of #9438 - ehuss:report-subcommand, r=alexcr...
2021-05-01 borsAuto merge of #9186 - weihanglo:issue-9054, r=alexcrichton
2021-04-30 Eric HussAdd `report` subcommand.
2021-04-30 borsAuto merge of #9395 - weihanglo:issue-8483, r=alexcrichton
2021-04-29 borsAuto merge of #9434 - ehuss:collision-doc-j1, r=Eh2406
2021-04-29 borsAuto merge of #9429 - ehuss:unstable-updates2, r=alexcr...
2021-04-29 borsAuto merge of #9421 - lf-:meowwwwww, r=alexcrichton
2021-04-27 borsAuto merge of #9419 - ehuss:doc-meta-rebuild, r=alexcri...
2021-04-27 borsAuto merge of #9418 - ehuss:always-meta, r=alexcrichton
2021-04-27 JadeFix dep-info files emitting paths relative to deps...
2021-04-27 Eric HussClear rustdoc output just before running rustdoc.
2021-04-27 Eric HussUse consolidated fingerprint directory for rustdoc.
2021-04-27 Eric HussAlways use full metadata hash for -C metadata.
2021-04-26 borsAuto merge of #9030 - Ekleog:target-setting, r=alexcrichton
2021-04-26 borsAuto merge of #9404 - ehuss:rustdoc-fingerprint-remove...
2021-04-24 Léo Gaspardfix build
2021-04-24 Léo Gaspardhandle review comments
2021-04-24 Léo GaspardImprove error message on missing feature gate
2021-04-24 Léo GaspardExpose build.target .cargo/config setting as packages...
2021-04-24 Eric HussAdd -Zskip-rustdoc-fingerprint
2021-04-24 Eric Hussrustdoc fingerprint: don't delete the top directory
2021-04-23 Eric HussDon't delete doc directories if the rustdoc fingerprint...
2021-04-23 borsAuto merge of #9397 - alexcrichton:fix-hash, r=ehuss
2021-04-23 Alex CrichtonClarify some versions
2021-04-23 Alex CrichtonRestore crates.io's `SourceId` hash value to before
2021-04-23 borsAuto merge of #9392 - alexcrichton:fix-patch-git-head...
2021-04-22 Alex CrichtonFix loading `branch=master` patches in the v3 lock...
2021-04-21 borsAuto merge of #9386 - ehuss:ehuss-profile-typo, r=alexc...
2021-04-21 borsAuto merge of #9384 - alexcrichton:fix-order, r=ehuss
2021-04-20 borsAuto merge of #9365 - jyn514:rustc-bootstrap-crate...
2021-04-20 borsAuto merge of #9369 - PicoJr:fix-9350, r=ehuss
2021-04-20 borsFix #9350 (cargo build -Z help is missing options)
2021-04-20 Alex CrichtonFix disagreement about lockfile ordering on stable...
2021-04-19 borsAuto merge of #9378 - ehuss:help-windows, r=alexcrichton
2021-04-19 borsAuto merge of #9368 - weihanglo:issue-9319, r=ehuss
2021-04-18 borsAuto merge of #9348 - matklad:wrapper-fingerprint,...
2021-04-17 Joshua Nelsonminor cleanup
2021-04-17 Joshua NelsonUse the library name to decide whether the override...
2021-04-17 Joshua NelsonUse the crate name instead of the package name
2021-04-17 Joshua NelsonDon't give a hard error on RUSTC_BOOTSTRAP=crate_name
2021-04-17 Weihang Lofix: more error context for missing dep of workspace...
2021-04-17 Weihang Lofix: more context when failed to load workspace member
2021-04-16 borsAuto merge of #9367 - weihanglo:refactor/remove-CargoRe...
2021-04-16 borsAuto merge of #9363 - ehuss:cargo-env-fingerprint,...
2021-04-16 Weihang Lorefactor: remove unnecessary anyhow macro calls
2021-04-16 Weihang Lorefactor: remove CargoResultExt
2021-04-16 Aleksey KladovDon't re-use rustc cache when RUSTC_WRAPPER changes
2021-04-15 Eric HussTrack "CARGO" in environment fingerprint.
2021-04-02 borsAuto merge of #9323 - matthiaskrgr:clippy_v19, r=ehuss
2021-04-02 borsAuto merge of #9283 - jonhoo:z-allowed-features, r...
2021-04-02 Matthias Krügerfix clippy warnings
2021-03-31 Jon GjengsetMerge remote-tracking branch 'upstream/master' into...
2021-03-31 Jon GjengsetFix after merge
2021-03-31 Jon GjengsetMerge remote-tracking branch 'upstream/master' into...
2021-03-31 Jon GjengsetPrint features without Debug
2021-03-31 Jon GjengsetHandle allow-features in add()
2021-03-31 Jon GjengsetSort feature list
2021-03-31 Jon GjengsetMove from match guard to if
2021-03-31 Jon GjengsetInclude allowed features in fingerprint
2021-03-31 Jon GjengsetForward -Zallow-features inside mod compiler
2021-03-30 borsAuto merge of #9302 - ehuss:cargo-config, r=alexcrichton
2021-03-26 borsAuto merge of #9298 - alexcrichton:mac-split-debuginfo...
2021-03-26 Alex CrichtonDefault macOS targets to `unpacked` debuginfo
2021-03-25 Eric HussAdd `cargo config` subcommand.
2021-03-24 Jon GjengsetForward -Zallow-features to rustc
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-22 borsAuto merge of #9292 - ehuss:cargo-util, r=alexcrichton
2021-03-21 Eric HussMove `paths` to cargo-util.
2021-03-20 Eric HussMove ProcessBuilder to cargo-util.
2021-03-19 Eric HussRefactor feature handling, and improve error messages.
2021-03-19 Eric HussImport anyhow::bail
2021-03-18 borsAuto merge of #9279 - Revantus:offline_precise, r=alexc...
2021-03-17 Jon GjengsetAdd -Zallow-features to match rustc's -Z
2021-03-16 borsAuto merge of #9268 - ehuss:2021-fix-edition-v2-warning...
2021-03-16 borsAuto merge of #9275 - ehuss:features-non-member, r...
2021-03-16 Eric HussAdd report if `cargo fix --edition` changes features.
2021-03-15 borsAuto merge of #9204 - jonhoo:patch-in-config, r=alexcri...
2021-03-15 Jon GjengsetFixes from review
2021-03-15 Aaron HillEmit note when `--future-incompat-report` had nothing...
2021-03-15 Eric HussFix --feature pkg/feat for V1 resolver for non-member.
2021-03-13 borsAuto merge of #9252 - ehuss:prefer-dynamic-ws, r=alexcr...
2021-03-11 borsAuto merge of #9255 - ehuss:fix-deps-filtering, r=Eh2406
2021-03-11 Eric HussFix issue with filtering exclusive target dependencies.
2021-03-11 Eric HussFix logic for determining prefer-dynamic for a dylib.
2021-03-10 borsAuto merge of #9249 - ehuss:doc-pkgid-spec, r=alexcrichton
2021-03-09 borsAuto merge of #9233 - alexcrichton:reword-edition,...
2021-03-09 borsAuto merge of #9188 - weihanglo:issue-9041, r=ehuss
2021-03-08 Jon GjengsetMerge branch 'master' into patch-in-config
2021-03-08 Jon GjengsetExtract config patch on use
2021-03-05 borsAuto merge of #9229 - alexcrichton:fix-borrow-mut,...
2021-03-05 Alex CrichtonFix a `BorrowMut` error when stdout is closed
2021-03-05 borsAuto merge of #8825 - Aaron1011:feature/report-future...
2021-03-04 Jon GjengsetRemove Cow over-optimization
2021-03-04 Aaron HillAddress review comments
2021-03-04 Aaron HillImplement future incompatibility report support
next