]> git.proxmox.com Git - cargo.git/history - src/cargo
Improve two error messages
[cargo.git] / src / cargo /
2021-05-10 r00ster91Improve two error messages
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-05 borsAuto merge of #9457 - ehuss:unstable-doc-updates, r...
2021-05-04 Eric HussSome cleanup.
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-05-01 borsAuto merge of #9439 - ehuss:contrib-crates, r=Eh2406
2021-04-30 borsAuto merge of #9440 - ehuss:fix-metrics-test, r=Eh2406
2021-04-30 Eric HussFix problem with metrics test.
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-28 Weihang Locomment about caveat of current transfer rate refresh
2021-04-28 Weihang Lofix: bytes per second should not prefix with `i`
2021-04-27 Weihang Lorefactor: pass Instant to MetricsCounter
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 Weihang Lorefactor: use metrics counter as an abstaction
2021-04-27 Weihang Lofeat: add metrics counter utility
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 Weihang Lofix: message of progress when resolving deltas
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-23 Weihang Lofix: remove total bytes received from progress message
2021-04-23 Weihang Lofix: remove unnecessary progress tick rate limiting
2021-04-23 borsAuto merge of #9393 - ehuss:build-std-updating, r=alexc...
2021-04-23 Weihang Lofeat: show transfer rate and total bytes received
2021-04-23 Weihang Lorefactor: progress.tick support attaching message
2021-04-23 Eric HussFix build-std updating the index on every build.
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-14 borsAuto merge of #9356 - ehuss:clippy-allow, r=Eh2406
2021-04-13 Eric HussUpdate 2018 idioms comment.
2021-04-13 Eric HussUpdate clippy lint allow set.
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-31 Jon Gjengsetutil: Add iterator join method
2021-03-30 borsAuto merge of #9302 - ehuss:cargo-config, r=alexcrichton
2021-03-29 Eric HussPrint environment note for json format, too.
2021-03-29 Eric HussRemove duplicate code.
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-25 borsAuto merge of #9300 - alexcrichton:fix-publish-metadata...
2021-03-25 Alex CrichtonFix publication of packages with metadata and resolver
2021-03-25 borsAuto merge of #9299 - ehuss:fix-config-include, r=alexc...
2021-03-25 Eric HussFix config includes not working.
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 #9282 - lf-:remove-author, r=ehuss
2021-03-22 JadeRestore the tests that could be reused
2021-03-22 JadeRFC 3052: Stop including authors field in manifests...
2021-03-22 borsAuto merge of #9290 - ehuss:non-member-features, r...
next