]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2021-07-02 Eric HussInclude the linker in the fingerprint.
2021-07-01 borsAuto merge of #9531 - 5225225:cargo-doc-open-fix, r...
2021-06-30 borsAuto merge of #9635 - toothbrush7777777:patch-1, r...
2021-06-30 borsAuto merge of #9642 - ehuss:2021-edition-disable, r...
2021-06-30 Eric HussTemporarily ignore 2021 edition fix.
2021-06-29 borsAuto merge of #9638 - ehuss:ignore-future_incompat...
2021-06-29 Eric HussTemporarily disable future_incompat tests.
2021-06-29 Toothbrushrustfmt
2021-06-29 ToothbrushChange `if cfg!(..) { }` to `#[cfg!(..)] { }`
2021-06-28 ToothbrushFormat `exclude_from_content_indexing`
2021-06-28 ToothbrushExclude `target` from content-indexing on Windows
2021-06-28 5225225Fully match stderr, return if not nightly, shorten...
2021-06-25 borsAuto merge of #9625 - hi-rustin:rustin-msg, r=ehuss
2021-06-25 hi-rustinInclude toolchain specification in error message
2021-06-23 borsAuto merge of #9612 - Bryysen:master, r=alexcrichton
2021-06-23 borsAuto merge of #9615 - danieleades:refactor/simplify...
2021-06-23 borsAuto merge of #9614 - danieleades:refactor/closures...
2021-06-23 borsAuto merge of #9620 - danieleades:refactor/use-writeln...
2021-06-23 Daniel Eadesuse 'writeln' instead of appending newline character
2021-06-23 Daniel Eadessimply 'if' block
2021-06-23 Daniel Eadestidy some closures and iterators
2021-06-23 BryysenError when packaging with git dependencies without...
2021-06-22 borsAuto merge of #9607 - hi-rustin:rustin-patch-cargo...
2021-06-22 borsAuto merge of #9574 - ehuss:weak-namespaced, r=alexcrichton
2021-06-22 borsAuto merge of #9563 - ehuss:link-cdylib-warning, r...
2021-06-22 hi-rustinOnly testing on linux
2021-06-22 hi-rustinDetect incorrectly named cargo.toml for build
2021-06-22 hi-rustinDetect incorrectly named cargo.toml for install --path
2021-06-22 hi-rustinDetect incorrectly named cargo.toml for install --git
2021-06-21 borsAuto merge of #9606 - ehuss:future-incompat-enhancement...
2021-06-21 Eric HussDon't trigger an update when looking for suggestions.
2021-06-21 Eric HussPrint reports using shell to handle old Windows colors...
2021-06-21 Eric HussAdd ON_DISK_VERSION constant.
2021-06-21 Eric HussFuture-incompat report: Add suggestions of newer versions.
2021-06-21 Eric HussAdd `future-incompat` as an alias for `future-incompati...
2021-06-21 Eric HussUpdates to future-incompatible reporting.
2021-06-21 borsAuto merge of #9602 - ehuss:diesel-warning, r=alexcrichton
2021-06-21 borsAuto merge of #9579 - wickerwaka:env-config-override...
2021-06-21 borsAuto merge of #9604 - ehuss:is_symlink, r=alexcrichton
2021-06-21 Eric HussRemove mention of diesel 2.0.
2021-06-19 Eric HussDisambiguate is_symlink.
2021-06-19 5225225Don't use CargoDocConfig struct
2021-06-18 borsAuto merge of #9583 - rust-lang:dependabot/cargo/opener...
2021-06-18 Eric HussAdd a compatibility notice for diesel and the new resolver.
2021-06-18 borsAuto merge of #9586 - tmiasko:lines, r=alexcrichton
2021-06-18 Tomasz MiąskoAvoid quadratic complexity when splitting output into...
2021-06-18 Tomasz MiąskoSimplify line splitting code in `exec_with_streaming...
2021-06-18 borsAuto merge of #9597 - ehuss:version-bump, r=alexcrichton
2021-06-18 Eric HussUpdate changelog for 1.54
2021-06-18 Eric HussBump to 0.56.0
2021-06-18 borsAuto merge of #9596 - ehuss:fix-dep-info-local, r=alexc...
2021-06-18 borsAuto merge of #9595 - ehuss:ws-doc-collision-back-compa...
2021-06-18 Eric HussFix dep-info files including non-local build script...
2021-06-17 Eric HussRelax doc collision error.
2021-06-17 borsAuto merge of #9584 - henrifrancois:master, r=ehuss
2021-06-17 Henri FrancoisHandling job=0 argument in cargo config files.
2021-06-17 borsAuto merge of #9589 - ehuss:testsuite-diff, r=alexcrichton
2021-06-17 borsAuto merge of #9590 - hi-rustin:rustin-patch-fix-typo...
2021-06-17 hi-rustinFix typo
2021-06-16 Eric Husstestsuite: Switch to colored diffs with Myers diff.
2021-06-16 Eric HussOnly normalize paths on windows.
2021-06-16 Eric HussRemove the double-backslash escape for matching.
2021-06-16 Eric HussDon't export lines_match.
2021-06-16 Eric HussRemove got_symlink_permission, we already have one...
2021-06-16 Eric HussRemove normalized_lines_match, it is not needed.
2021-06-16 Eric HussRemove with_either_contains.
2021-06-16 Eric HussMove comparison and diffing code to a new module.
2021-06-16 Eric Husstestsuite: Support anyhow error chains in error messages.
2021-06-16 borsAuto merge of #9588 - ehuss:edition2021-force-warns...
2021-06-16 borsAuto merge of #9582 - hi-rustin:rustin-patch-errors...
2021-06-15 Eric HussRemove some unused code.
2021-06-15 Eric HussEnable support for fix --edition for 2021.
2021-06-14 borsAuto merge of #9568 - hi-rustin:rustin-patch-error...
2021-06-14 dependabot... Update opener requirement from 0.4 to 0.5
2021-06-14 hi-rustinAdd more details when installing git repository errors
2021-06-12 borsAuto merge of #9577 - ehuss:json-test, r=alexcrichton
2021-06-12 Martin DonlonDon't allow config env to modify vars set by cargo
2021-06-11 Eric HussFix `package_default_run`.
2021-06-11 Eric HussAdd `run_json` to `Execs`.
2021-06-11 Eric HussRemove "Expected: execs" from testsuite error.
2021-06-11 Eric HussFix verify_checks_output.
2021-06-11 Eric HussSwitch cargo-test-support to anyhow.
2021-06-11 Eric HussUnify weak and namespaced features.
2021-06-11 borsAuto merge of #9571 - sunjay:fix_deny_warnings_but_not_...
2021-06-10 Sunjay VarmaChange how the fix_deny_warnings_but_not_others test...
2021-06-10 borsAuto merge of #9565 - KubaP:doc-fix, r=ehuss
2021-06-10 borsAuto merge of #9561 - In-line:add-warning-for-ignored...
2021-06-10 borsAuto merge of #9569 - hi-rustin:rustin-patch-clippy...
2021-06-10 borsAuto merge of #9566 - ehuss:relative-rustc-path, r...
2021-06-10 KubaPAdd missing information to the man pages
2021-06-10 hi-rustinMake clippy happy
2021-06-10 hi-rustinMore information for links conflicting
2021-06-10 borsAuto merge of #9567 - ehuss:new-rustfix, r=alexcrichton
2021-06-10 Eric HussUpdate rustfix.
2021-06-10 Eric HussFix rustc/rustdoc config values to be config-relative...
2021-06-10 Eric HussMove the rustc-echo-wrapper to be shared across tests.
2021-06-09 KubaPAdd mising information regarding `cargo doc`
2021-06-09 Eric HussChange `rustc-cdylib-link-arg` error to a warning.
2021-06-09 borsAuto merge of #9549 - Bryysen:master, r=ehuss
2021-06-09 BryysenWarn if an "all" target is specified, but we don't...
next