]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2020-12-13 Eduardo BrotoStabilize RUSTC_WORKSPACE_WRAPPER
2020-12-12 borsAuto merge of #8968 - alexcrichton:revert-8834, r=ehuss
2020-12-12 borsAuto merge of #8969 - alexcrichton:fix-cycle, r=ehuss
2020-12-11 Alex CrichtonFix the unit dependency graph with dev-dependency ...
2020-12-11 Alex CrichtonFix a test
2020-12-11 Alex CrichtonRevert "Check if rust-src contains a vendor dir, and...
2020-12-11 Alex CrichtonRevert "Add error context for reading vendor dir."
2020-12-07 borsAuto merge of #8953 - hkennyv:clarify-package-edition...
2020-12-07 borsAuto merge of #8954 - Swatinem:doctest-in-workspace...
2020-12-07 borsAuto merge of #8950 - ehuss:publish-tarball-metadata...
2020-12-07 Arpad Borsosfix failures on linux
2020-12-07 Kenny Huynhwordsmithing
2020-12-06 Arpad BorsosRun rustdoc doctests relative to the workspace
2020-12-06 Kenny HuynhClarify cargo manifest edition field docs
2020-12-05 Eric HussWorkaround fs issue in `cargo publish`.
2020-12-04 borsAuto merge of #8942 - ehuss:panic-no-roots, r=alexcrichton
2020-12-04 Eric HussFix panic with -Zbuild-std and no roots.
2020-12-04 borsAuto merge of #8937 - alexcrichton:optimize-vendor...
2020-12-03 Alex CrichtonSlightly optimize `cargo vendor`
2020-12-03 borsAuto merge of #8912 - aniljava:master, r=alexcrichton
2020-12-03 Anil PRemoved debug println!
2020-12-03 Anil Prustfmt
2020-12-03 Anil PExplicitly removed USER env variables.
2020-12-02 borsAuto merge of #8929 - ehuss:fix-git-config-author,...
2020-12-02 Anil PMerge remote-tracking branch 'upstream/master'
2020-12-02 Anil PRemoved debug println from earlier commit.
2020-12-02 Anil PReplaced the match arm with better coding convention.
2020-12-02 borsAuto merge of #8932 - ehuss:features-with-dot, r=alexcr...
2020-12-02 Eric HussAdd period to allowed feature name characters.
2020-12-02 borsAuto merge of #8931 - tshepang:patch-1, r=Eh2406
2020-12-02 borsAuto merge of #8930 - ehuss:fix-semver-msg, r=Eh2406
2020-12-02 Tshepang Lekhonkhobefaq: small fixes
2020-12-02 Anil PMerge remote-tracking branch 'upstream/master'
2020-12-02 Eric HussFix semver documentation tests.
2020-12-02 asdfFix test escaping __CARGO_TEST_ROOT
2020-12-02 Anil Pchanged return type as discover_author no longer bails
2020-12-02 Anil PTest cargo new with missing authors
2020-12-02 Anil PFix: unavailable author for cargo new
2020-12-02 borsAuto merge of #8725 - chaaz:master, r=ehuss
2020-12-01 borsAuto merge of #8927 - alexcrichton:why-rebuild, r=Eh2406
2020-12-01 Alex CrichtonAdd an FAQ for "Why is my crate rebuilt?"
2020-12-01 borsAuto merge of #8877 - jyn514:rustdoc-map, r=alexcrichton
2020-12-01 borsAuto merge of #8924 - gdoenlen:patch-1, r=ehuss
2020-12-01 Georgeremove extra whitespace when running cargo -Z help
2020-11-30 borsAuto merge of #8920 - ehuss:publish-dev-dependencies...
2020-11-30 Joshua NelsonUse `deserialize_with` instead of specializing `doc_ext...
2020-11-30 Eric HussRemove version from dev-dependencies to make it easier...
2020-11-30 borsAuto merge of #8908 - JoshMcguigan:dependency-queue...
2020-11-29 borsAuto merge of #8911 - ehuss:rustdoc-warnings, r=alexcri...
2020-11-29 borsAuto merge of #8909 - faern:bump-miow, r=alexcrichton
2020-11-29 borsAuto merge of #8906 - Aaron1011:fix/trailing-semi,...
2020-11-29 borsAuto merge of #8907 - ehuss:auto_traits, r=alexcrichton
2020-11-29 Anil PFixes #8783
2020-11-29 Eric HussFix some rustdoc warnings.
2020-11-28 Linus FärnstrandBump miow dependency to not invalidly assume memory...
2020-11-28 Josh Mcguiganupdate dependency queue to consider cost for each node
2020-11-27 Eric HussFix custom_target_dependency test.
2020-11-27 Aaron HillRemove unnecessary trailing semicolons
2020-11-25 borsAuto merge of #8900 - ErichDonGubler:patch-1, r=alexcri...
2020-11-25 Erich Gublerfix: we don't ignore `version` for `git`/`path` deps now
2020-11-25 borsAuto merge of #8855 - salewski:ads/issue-8854-doc-essen...
2020-11-24 borsAuto merge of #8892 - nnethercote:shrink-progress-bar...
2020-11-24 borsAuto merge of #8887 - Diggsey:comments, r=alexcrichton
2020-11-24 borsAuto merge of #8886 - justfortherec:fix/8882/gitconfig...
2020-11-24 borsAuto merge of #8891 - ehuss:fix-primary-docs, r=alexcri...
2020-11-24 borsAuto merge of #8894 - ehuss:version-bump, r=Eh2406
2020-11-24 Eric HussUpdate changelog for 1.49
2020-11-24 Eric HussBump to 0.51.0
2020-11-24 Nicholas NethercoteShrink the progress bar, to give more space after it.
2020-11-24 Eric HussFix documentation for CARGO_PRIMARY_PACKAGE.
2020-11-24 borsAuto merge of #8869 - ayazhafiz:e/metadata-doc, r=ehuss
2020-11-23 Diggory BlakeAdd some comments to the toml code
2020-11-23 ayazhafizfixup! Publish target's "doc" setting when emitting...
2020-11-23 Franz-Xaver... Start searching git config at path of the new project
2020-11-23 borsAuto merge of #8884 - jakoschiko:accept-test-execution...
2020-11-22 Jakob SchikowskiRelaxes expectation of `cargo test` tests to accept...
2020-11-22 Joshua NelsonFix inconsistency with quoting
2020-11-22 Joshua NelsonSet `docs.rs` as the default extern-map for crates.io
2020-11-21 Alan D. Salewskidoc (book)[14/14]: "Cargo Guide"/"Build Cache": link...
2020-11-21 Alan D. Salewskidoc (book)[13/14]: "Cargo Guide"/"Cargo Home": link...
2020-11-21 Alan D. Salewskidoc (book)[12/14]: "Cargo Guide"/"Continuous Integratio...
2020-11-21 Alan D. Salewskidoc (book)[11/14]: "Cargo Guide"/"Tests": link terms...
2020-11-21 Alan D. Salewskidoc (book)[10/14]: "Cargo Guide"/"Cargo.toml vs......
2020-11-21 Alan D. Salewskidoc (book)[09/14]: "Cargo Guide"/"Package Layout":...
2020-11-21 Alan D. Salewskidoc (book)[08/14]: "Cargo Guide"/"Dependencies": link...
2020-11-21 Alan D. Salewskidoc (book)[07/14]: "Cargo Guide"/"Working on an......
2020-11-21 Alan D. Salewskidoc (book)[06/14]: "Cargo Guide"/"Creating a New.....
2020-11-21 Alan D. Salewskidoc (book)[05/14]: "Cargo Guide"/"Why Cargo Exists...
2020-11-21 Alan D. Salewskidoc (book)[04/14]: "Getting Started"/"First Steps....
2020-11-21 Alan D. Salewskidoc (book)[03/14]: "Getting Started" index: link "crate...
2020-11-21 Alan D. Salewskidoc (book)[02/14]: "Introduction": add links to glossar...
2020-11-21 Alan D. Salewskidoc (book)[01/14]: glossary beef-up
2020-11-18 borsAuto merge of #8441 - reitermarkus:linkarg, r=alexcrichton
2020-11-18 borsAuto merge of #8864 - bk2204:reproducible-crates, r...
2020-11-18 ayazhafizPublish target's "doc" setting when emitting metadata
2020-11-18 brian m. carlsonpackage: canonicalize tar headers for crate packages
2020-11-16 borsAuto merge of #8857 - ehuss:resolver-1, r=alexcrichton
2020-11-16 brian m. carlsonpackage: canonicalize tar headers for crate packages
2020-11-15 brian m. carlsonpackage: honor SOURCE_DATE_EPOCH
2020-11-15 brian m. carlsonpackage: use a consistent timestamp
next