]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2020-11-12 borsAuto merge of #8851 - lfrancke:patch-1, r=ehuss
2020-11-12 Lars FranckeUpdate features.md
2020-11-12 borsAuto merge of #8834 - Gankra:rust-src-vendor, r=ehuss
2020-11-12 Eric HussAdd error context for reading vendor dir.
2020-11-11 borsAuto merge of #8837 - bjorn3:improve_perf, r=alexcrichton
2020-11-10 Alexis BeingessnerCheck if rust-src contains a vendor dir, and patch...
2020-11-10 bjorn3Add some comments
2020-11-10 bjorn3Immediately print job output for fresh jobs
2020-11-10 bjorn3[HACK] Fix deadlock by avoiding backpressure for fresh...
2020-11-10 bjorn3Split Job::new into Job::new_fresh and Job::new_dirty
2020-11-10 bjorn3Don't spawn a new thread for fresh jobs
2020-11-09 borsAuto merge of #8847 - Xanewok:from-le-bytes, r=alexcrichton
2020-11-09 Igor MatuszewskiUse u32/64::to/from_le_bytes instead of bit fiddling
2020-11-09 borsAuto merge of #8844 - bjorn3:no_backtrace_capture,...
2020-11-09 bjorn3Simplify using unwrap_or_else
2020-11-09 bjorn3Always send message through FinishOnDrop
2020-11-09 borsAuto merge of #8835 - steven-joruk:ignore-lock-files...
2020-11-07 Steven JorukSkip extracting .cargo-ok files from packages
2020-11-07 bjorn3Avoid constructing an anyhow::Error when not necessary
2020-11-04 borsAuto merge of #8818 - ehuss:weak-dep-features, r=alexcr...
2020-11-04 Eric HussImplement weak dependency features.
2020-11-03 Eric HussChange for_host argument order for functions.
2020-11-03 borsAuto merge of #8823 - ehuss:minimal-download, r=alexcri...
2020-11-03 borsAuto merge of #8828 - awamwang:patch-1, r=ehuss
2020-11-03 Awam M Wangfix: remove install command `$`, for copying friendly
2020-11-02 borsAuto merge of #8826 - Aaron1011:anyhow-bump, r=alexcrichton
2020-11-02 Aaron HillBump `anyhow` dependency to `1.0.34` in `crates-io...
2020-11-02 borsAuto merge of #8824 - ehuss:normalize-source-master...
2020-11-01 Eric HussNormalize SourceID in `cargo metadata`.
2020-10-31 Eric HussAvoid some extra downloads with new feature resolver.
2020-10-30 borsAuto merge of #8822 - skrap:master, r=ehuss
2020-10-30 Jonah Petrivendor: correct the path to cargo config
2020-10-29 borsAuto merge of #8819 - EmbarkStudios:target-root-path...
2020-10-28 khyperiaFix test path on windows
2020-10-28 khyperiaAdd test for dep within target having right path
2020-10-28 khyperiaMake host_root return host.root(), not host.dest()
2020-10-28 borsAuto merge of #8808 - weihanglo:fix/8591, r=ehuss
2020-10-28 borsAuto merge of #8814 - ehuss:warn-feature-syntax, r...
2020-10-28 Weihang Lofix: remove unnecessary arg value existence check
2020-10-27 Eric HussAdd a future-compatibility warning on allowed feature...
2020-10-27 borsAuto merge of #8799 - ehuss:new-namespaced, r=alexcrichton
2020-10-27 Weihang Lorustfmt
2020-10-27 Weihang Lotest: check cargo uninstall package opt with empty...
2020-10-27 Weihang Lofeat: check cargo uninstall package opt with empty...
2020-10-27 Weihang Lotest: list availables for clean,tree,update
2020-10-27 Weihang Lofeat: list avaiables for clean,tree,update
2020-10-27 Weihang Lotest: list availables for rustc,rustdoc,run,pkgid
2020-10-27 Weihang Lofeat: list availables for rustc,rustdoc,run,pkgid
2020-10-27 Weihang Lofix: more information when -p value is absent
2020-10-27 borsAuto merge of #8810 - sean-hut:remove-redundant-for...
2020-10-26 borsAuto merge of #8809 - roblabla:patch-1, r=ehuss
2020-10-26 Sean HutchingsRemove redundant "For example, "
2020-10-26 Robin LambertzDocument platform-specific build-dependencies
2020-10-25 borsAuto merge of #8807 - ehuss:remove-unused-package-featu...
2020-10-25 Eric HussRename crate: to dep:
2020-10-25 Eric HussRemove some unused code.
2020-10-25 Weihang Lotest: suggest available packages
2020-10-25 Weihang Lofix: check `--package`'s value manually
2020-10-25 Weihang Lofeat(util): print_available_packages
2020-10-23 Eric HussRename "explicit" to "crate_prefix".
2020-10-23 Eric HussMinor cleanup.
2020-10-23 Eric HussSome minor cleanup.
2020-10-23 Eric HussExpose implicit features in `cargo metadata`.
2020-10-23 Eric HussNew namespaced features implementation.
2020-10-23 Eric HussSlightly rewrite how conflicting activation errors...
2020-10-23 Eric HussRename features() to unstable_features().
2020-10-23 Eric HussMove namespaced features tests to a separate file.
2020-10-23 borsAuto merge of #8804 - ehuss:clippy-fixes, r=alexcrichton
2020-10-22 Eric HussSome minor clippy fixes.
2020-10-21 borsAuto merge of #8803 - ehuss:toml-links, r=alexcrichton
2020-10-21 Eric HussUpdate TOML website links.
2020-10-20 borsAuto merge of #8752 - weihanglo:feat/glob-pattern,...
2020-10-19 borsAuto merge of #8795 - rust-lang:dependabot/cargo/env_lo...
2020-10-19 dependabot... Update env_logger requirement from 0.7.0 to 0.8.1
2020-10-18 Weihang LoMerge branch 'master' into feat/glob-pattern
2020-10-17 borsAuto merge of #8793 - ehuss:fix-man-links, r=alexcrichton
2020-10-17 Eric HussFix man page links inside `option` blocks.
2020-10-17 Eric HussFix man CI validation.
2020-10-15 borsAuto merge of #8784 - jyn514:broken-docs, r=ehuss
2020-10-15 Joshua NelsonFix broken link in reference docs
2020-10-14 borsAuto merge of #8758 - ebroto:cargo_primary_package...
2020-10-14 Eduardo BrotoRework tests to avoid using -vv
2020-10-14 Eduardo BrotoAdd tests for CARGO_PRIMARY_PACKAGE (workspaces)
2020-10-14 Eduardo BrotoAdd test for CARGO_PRIMARY_PACKAGE
2020-10-14 Eduardo BrotoAdd documentation for CARGO_PRIMARY_PACKAGE
2020-10-14 Eduardo BrotoReinstate CARGO_PRIMARY_PACKAGE
2020-10-14 borsAuto merge of #8773 - pickfire:patch-1, r=ehuss
2020-10-14 borsAuto merge of #8777 - ehuss:fix-doc-itarget, r=alexcrichton
2020-10-14 Ivan ThamFix help message in features.rs test
2020-10-14 borsAuto merge of #8778 - ehuss:update-git2, r=alexcrichton
2020-10-14 Ivan ThamAdd help to substitute macros
2020-10-14 Ivan ThamSuggest manifest for --features help
2020-10-14 Eric HussUpdate git2.
2020-10-13 Eric HussFix panic in `cargo doc` with -Zfeatures=itarget
2020-10-13 Ivan ThamFix test for package_features for help
2020-10-13 borsAuto merge of #8767 - MonliH:master, r=ehuss
2020-10-13 Ivan ThamAdd actionable help message for --features
2020-10-12 borsAuto merge of #8769 - rust-lang:dependabot/cargo/crossb...
2020-10-12 borsAuto merge of #8772 - ehuss:update-toml, r=alexcrichton
2020-10-12 Eric HussUpdate toml dependency
next