-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Comparing changes
Open a pull request
base repository: rust-lang/cargo
base: 5e85ba1
head repository: rust-lang/cargo
compare: 28fb200
Commits on Nov 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 982b9e8 - Browse repository at this point
Copy the full SHA 982b9e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 282f238 - Browse repository at this point
Copy the full SHA 282f238View commit details -
Ignore filenames, to avoid extra Windows file
Apparently on Windows it creates an .exe & a .pdb.
Configuration menu - View commit details
-
Copy full SHA for c78cd0c - Browse repository at this point
Copy the full SHA c78cd0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0046c0 - Browse repository at this point
Copy the full SHA b0046c0View commit details
Commits on Dec 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 70af063 - Browse repository at this point
Copy the full SHA 70af063View commit details -
Configuration menu - View commit details
-
Copy full SHA for 020efe0 - Browse repository at this point
Copy the full SHA 020efe0View commit details
Commits on Dec 3, 2018
-
Auto merge of #6363 - dwijnand:add-executable-in-json-output, r=matklad
Include executable in JSON output. Fixes #5426 Rebase of @patriksvensson's #5517 CC @matklad I didn't really get into the issue or the code, I just interatively rebased Patrik's branch and then massaged and cleaned up the code until the tests passed. So please double check it for code correctness, test case correctness and test case coverage. Particularly the branch changed an if condition according to [this suggestion](#5517 (comment)) by Aleksey. I rolled that back because at one point it helped fix a series of tests. But let me know if that should be included here.
Configuration menu - View commit details
-
Copy full SHA for bfd6618 - Browse repository at this point
Copy the full SHA bfd6618View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0a6c42 - Browse repository at this point
Copy the full SHA b0a6c42View commit details -
Auto merge of #6372 - dwijnand:bin_dst, r=dwijnand
Split OutputFile::bindst into OutputFile::bin_dst None
Configuration menu - View commit details
-
Copy full SHA for 485670b - Browse repository at this point
Copy the full SHA 485670bView commit details
Commits on Dec 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 86037b8 - Browse repository at this point
Copy the full SHA 86037b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 792a270 - Browse repository at this point
Copy the full SHA 792a270View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8f37da - Browse repository at this point
Copy the full SHA e8f37daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bb6925 - Browse repository at this point
Copy the full SHA 4bb6925View commit details
Commits on Dec 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d522344 - Browse repository at this point
Copy the full SHA d522344View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38fd476 - Browse repository at this point
Copy the full SHA 38fd476View commit details -
Auto merge of #6382 - ehuss:fix-builtin-alias, r=alexcrichton
Fix built-in aliases taking arguments. The built-in aliases weren't parsing their arguments. Change implementation to treat built-in aliases the same as user aliases. Fixes #6381
Configuration menu - View commit details
-
Copy full SHA for cdcb8f2 - Browse repository at this point
Copy the full SHA cdcb8f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04ddd4d - Browse repository at this point
Copy the full SHA 04ddd4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d1d3a6 - Browse repository at this point
Copy the full SHA 6d1d3a6View commit details -
Make it clearer that rustup will also install cargo
Make it clearer that cargo is automatically installed when installing Rust using `rustup`.
Configuration menu - View commit details
-
Copy full SHA for 0fb6f81 - Browse repository at this point
Copy the full SHA 0fb6f81View commit details
Commits on Dec 7, 2018
-
Auto merge of #6388 - LucianBuzzo:patch-1, r=alexcrichton
Make it clearer that rustup will also install cargo Make it clearer that cargo is automatically installed when installing Rust using `rustup`.
Configuration menu - View commit details
-
Copy full SHA for c2829b3 - Browse repository at this point
Copy the full SHA c2829b3View commit details -
Auto merge of #6380 - fbunt:issue-6370, r=alexcrichton
Warn if feature is called "default-features" Fixes #6370. I'm new to Rust and Cargo so any tips or critiques are welcome!
Configuration menu - View commit details
-
Copy full SHA for d9347c3 - Browse repository at this point
Copy the full SHA d9347c3View commit details -
Auto merge of #6383 - ehuss:try-old-curl, r=alexcrichton
Fix fetching crates on old versions of libcurl. CURLOPT_PIPEWAIT was added in 7.43 but MacOS 10.9 has 7.30. Fixes #6155
Configuration menu - View commit details
-
Copy full SHA for 34610eb - Browse repository at this point
Copy the full SHA 34610ebView commit details -
Fix spurious error for test json_artifact_includes_test_flag
There is a race condition for which job finishes first. On CI I am able to reproduce the error about 1% of the time. Recent failures: - https://ci.appveyor.com/project/rust-lang-libs/cargo/builds/20151768/job/oghwemec7b19turs - https://travis-ci.org/rust-lang/cargo/jobs/464717439
Configuration menu - View commit details
-
Copy full SHA for 503af8a - Browse repository at this point
Copy the full SHA 503af8aView commit details -
Update pretty_env_logger requirement from 0.2 to 0.3
Updates the requirements on [pretty_env_logger](https://github.com/seanmonstar/pretty-env-logger) to permit the latest version. - [Release notes](https://github.com/seanmonstar/pretty-env-logger/releases) - [Commits](https://github.com/seanmonstar/pretty-env-logger/commits/v0.3.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
Configuration menu - View commit details
-
Copy full SHA for c8d9085 - Browse repository at this point
Copy the full SHA c8d9085View commit details -
Auto merge of #6392 - rust-lang:dependabot/cargo/pretty_env_logger-0.…
…3, r=dwijnand Update pretty_env_logger requirement from 0.2 to 0.3 Updates the requirements on [pretty_env_logger](https://github.com/seanmonstar/pretty-env-logger) to permit the latest version. <details> <summary>Commits</summary> - See full diff in [compare view](https://github.com/seanmonstar/pretty-env-logger/commits/v0.3.0) </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
Configuration menu - View commit details
-
Copy full SHA for f0ecafa - Browse repository at this point
Copy the full SHA f0ecafaView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd87368 - Browse repository at this point
Copy the full SHA cd87368View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83fc076 - Browse repository at this point
Copy the full SHA 83fc076View commit details -
Auto merge of #6391 - ehuss:fix-jaitf, r=alexcrichton
Fix spurious error for test json_artifact_includes_test_flag There is a race condition for which job finishes first. On CI I am able to reproduce the error about 1% of the time. Recent failures: - https://ci.appveyor.com/project/rust-lang-libs/cargo/builds/20151768/job/oghwemec7b19turs - https://travis-ci.org/rust-lang/cargo/jobs/464717439
Configuration menu - View commit details
-
Copy full SHA for c66fcd5 - Browse repository at this point
Copy the full SHA c66fcd5View commit details -
Auto merge of #6393 - dwijnand:add-an-array-of-tables-example-to-mani…
…fest-docs, r=alexcrichton Add an array of tables example to the manifest docs Fixes #2992
Configuration menu - View commit details
-
Copy full SHA for cae455e - Browse repository at this point
Copy the full SHA cae455eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8af0a93 - Browse repository at this point
Copy the full SHA 8af0a93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aebc8a - Browse repository at this point
Copy the full SHA 5aebc8aView commit details -
Auto merge of #6387 - dwijnand:rust-2018, r=dwijnand
Upgrade to Rust 2018 & fix edition idioms None
Configuration menu - View commit details
-
Copy full SHA for 41a7e15 - Browse repository at this point
Copy the full SHA 41a7e15View commit details
Commits on Dec 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1b886f7 - Browse repository at this point
Copy the full SHA 1b886f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fecb724 - Browse repository at this point
Copy the full SHA fecb724View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ebf065 - Browse repository at this point
Copy the full SHA 9ebf065View commit details -
Auto merge of #6400 - alexcrichton:fmt, r=dwijnand
Format with `cargo fmt`
Configuration menu - View commit details
-
Copy full SHA for 1e768f7 - Browse repository at this point
Copy the full SHA 1e768f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4b5a63 - Browse repository at this point
Copy the full SHA c4b5a63View commit details
Commits on Dec 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6e9b40c - Browse repository at this point
Copy the full SHA 6e9b40cView commit details -
The new website broke the old links. They are setting up redirects (rust-lang/www.rust-lang.org#597), but I figured may as well use the new location to avoid the redirect.
Configuration menu - View commit details
-
Copy full SHA for 7c823bf - Browse repository at this point
Copy the full SHA 7c823bfView commit details -
Auto merge of #6404 - ehuss:fix-install-link, r=alexcrichton
Fix install link. The new website broke the old links. They are setting up redirects (rust-lang/www.rust-lang.org#597), but I figured may as well use the new location to avoid the redirect.
Configuration menu - View commit details
-
Copy full SHA for 18aa5fb - Browse repository at this point
Copy the full SHA 18aa5fbView commit details -
Auto merge of #6403 - ehuss:doc-config-update, r=alexcrichton
Minor update to config docs.
Configuration menu - View commit details
-
Copy full SHA for e64e628 - Browse repository at this point
Copy the full SHA e64e628View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35a2b86 - Browse repository at this point
Copy the full SHA 35a2b86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6974043 - Browse repository at this point
Copy the full SHA 6974043View commit details -
Merge pull request #6410 from spk/readme-add-git
README: add git as required package
Configuration menu - View commit details
-
Copy full SHA for 7d43b38 - Browse repository at this point
Copy the full SHA 7d43b38View commit details -
Fix flakey broken_fixes_backed_out test.
Since `fix` does `--all-targets` there is a race condition as to which target goes first. This has less than a 1% failure rate on CI, but it has been seen several times lately: https://ci.appveyor.com/project/rust-lang-libs/cargo/builds/20878003/job/v01k5j14od50mghw https://ci.appveyor.com/project/rust-lang-libs/cargo/builds/18699824/job/465w7uav7ew24yka https://ci.appveyor.com/project/rust-lang-libs/cargo/builds/17283788/job/7cxp8bwm4d3i1xgl
Configuration menu - View commit details
-
Copy full SHA for 49d753e - Browse repository at this point
Copy the full SHA 49d753eView commit details -
Auto merge of #6411 - ehuss:fix-bfbo, r=alexcrichton
Fix flakey broken_fixes_backed_out test. Since `fix` does `--all-targets` there is a race condition as to which target goes first. This has less than a 1% failure rate on CI, but it has been seen several times lately: https://ci.appveyor.com/project/rust-lang-libs/cargo/builds/20878003/job/v01k5j14od50mghw https://ci.appveyor.com/project/rust-lang-libs/cargo/builds/18699824/job/465w7uav7ew24yka https://ci.appveyor.com/project/rust-lang-libs/cargo/builds/17283788/job/7cxp8bwm4d3i1xgl
Configuration menu - View commit details
-
Copy full SHA for a6b2148 - Browse repository at this point
Copy the full SHA a6b2148View commit details -
Auto merge of #6407 - sinkuu:redundant_clone, r=dwijnand
Remove redundant clones
Configuration menu - View commit details
-
Copy full SHA for 28fb200 - Browse repository at this point
Copy the full SHA 28fb200View commit details
There are no files selected for viewing