about summary refs log tree commit diff
path: root/src/tools/cargo
AgeCommit message (Collapse)AuthorLines
2019-01-03Update cargoEric Huss-0/+0
2018-12-28Update cargo, rls, miriEric Huss-0/+0
2018-12-12Bump to 1.33.0Alex Crichton-0/+0
* Update bootstrap compiler * Update version to 1.33.0 * Remove some `#[cfg(stage0)]` annotations Actually updating the version number is blocked on updating Cargo
2018-12-10Update Cargo submodule and its dependenciesAlex Crichton-0/+0
Hopefully just another routine update! So far this starts to enable the `std::arch` in stage0 builds of rustc. This means that we may need stage0/not(stage0) in stdsimd itself, but more and more code is starting to use `std::arch` so I think it's time to start shifting the balance of work here.
2018-12-03Update cargoEric Huss-0/+0
2018-11-17Update Cargo submoduleAlex Crichton-0/+0
Brings in some fixes and stabilizations!
2018-11-09Update Cargo submoduleAlex Crichton-0/+0
Hopefully a relatively routine update!
2018-10-31Bump nightly to 1.32.0Alex Crichton-0/+0
* Also update the bootstrap compiler * Update cargo to 1.32.0 * Clean out stage0 annotations
2018-10-20Update Cargo, build curl/OpenSSL statically via featuresAlex Crichton-0/+0
In addition to to updating Cargo's submodule and Cargo's dependencies, this also updates Cargo's build to build OpenSSL statically into Cargo as well as libcurl unconditionally. This removes OpenSSL build logic from the bootstrap code, and otherwise requests that even on OSX we build curl statically.
2018-10-16Update cargo submoduleOliver Scherer-0/+0
2018-10-13submodules: update cargo from ad6e5c00 to 5dbac988Matthias Krüger-0/+0
Changes: Switch to use crates-io as the registry name and don't include publish when registry is not specified fix redundant pkgid generation validate some basic properties of a valid resolve Detail dep name in invalid version error Fix dashes in rename dependencies. Bump flate2 to 1.0.3 Add default in config document Add support for providing a default registry Add support for registry to new and init use impl Iterator instead of custom types in `source` let jetbrains reorder some impls to match the definition use impl Iterator instead of custom types in resolver and graph remove Graph::sort as it is unused fmt Bump libgit2-sys to 0.7.9 Switch to use registry Allow registry option for cargo install. Second attempt at fixing msys terminal width. Try to improve "version not found" error Fix typo
2018-09-28Update Cargo's submoduleAlex Crichton-0/+0
Bring in a few updates and fixes, mostly a standard update.
2018-09-22Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all ↵Eduard-Mihai Burtescu-0/+0
editions.
2018-09-21Update CargoAlex Crichton-0/+0
This commit brings in a few Cargo updates * Updates Cargo with experimental HTTP/2 support - a post on the forums will be made about testing this when available. * Bumps Cargo's own version number
2018-09-13Update CargoAlex Crichton-0/+0
Should bring in some nice progress bars for compilations!
2018-09-10Update Cargo submoduleAlex Crichton-0/+0
Bring in a few last-minute updates before the 1.30.0 release
2018-09-09submodules: update clippy, rls with crate visibility patches, also update cargoMatthias Krüger-0/+0
2018-08-25Update Cargo submoduleAlex Crichton-0/+0
Also update Cargo's dependencies while we're at it
2018-08-14Update cargoEric Huss-0/+0
2018-08-04Update cargo to fix Rust 2018 build scriptsAlex Crichton-0/+0
2018-08-02Update Cargo submoduleAlex Crichton-0/+0
Bring in some fixes for `cargo fix` notably
2018-07-28Update the Cargo submodule and rustfixAlex Crichton-0/+0
Should hopefully bring in a few more `cargo fix`-related fixes.
2018-07-18Update Cargo submoduleAlex Crichton-0/+0
2018-07-06Update RLS, Rustfmt, Cargo, and ClippyNick Cameron-0/+0
2018-06-30Bootstrap from 1.28.0-beta.3Mark Simulacrum-0/+0
2018-06-07Update the cargo submoduleOliver Schneider-0/+0
2018-05-28Update RLS, Rustfmt, and CargoNick Cameron-0/+0
2018-05-27Update cargoMateusz Mikuła-0/+0
2018-05-16Update CargoEric Huss-0/+0
Unblocking PRs: - rust-lang/cargo#5535 - Ignore <tab> in libtest output. (unblocks #50387) - rust-lang/cargo#5537 - Remove -Zno-trans test. (unblocks #50615) - rust-lang/cargo#5540 - Fix tests when CARGO_TARGET_DIR is set. (unblocks self) Regression fixes: - rust-lang/cargo#5503 - cargo rustc broken for tests in project with bins - rust-lang/cargo#5520 - (#50640) shared proc-macro dependency built incorrectly Changes: - rust-lang/cargo#5527 - Point Source Replacement to the Overriding Dependencies section - rust-lang/cargo#5533 - Detail how to run locally-built nightly cargo - rust-lang/cargo#5522 - Add option to set user-agent - rust-lang/cargo#5519 - NFC: fix a couple of typos, found by codespell. - rust-lang/cargo#5513 - Fix `panic` for binaries built during tests. - rust-lang/cargo#5512 - simplify build_requirements - rust-lang/cargo#5301 - Add --build-plan for 'cargo build' - rust-lang/cargo#5460 - Be more conservative about which files are linked to the output dir. - rust-lang/cargo#5509 - Use the new stable - rust-lang/cargo#5507 - Does not print seconds fraction with minutes - rust-lang/cargo#5498 - Bump to 0.29.0 - rust-lang/cargo#5497 - Mention +nightly in ARCHITECTURE.md
2018-05-08Update the Cargo/stdsimd submodulesAlex Crichton-0/+0
Hopefully brining in a few fixes to Cargo regressions as well as some new stdsimd functions!
2018-05-04Update RLS and Rustfmt (and Cargo)Nick Cameron-0/+0
2018-05-03Update CargoAleksey Kladov-0/+0
2018-04-30Update Cargo to 2018-04-28 122fd5be5201913d42e219e132d6569493583bcaSimon Sapin-0/+0
2018-04-21Update CargoAleksey Kladov-0/+0
Some noteble changes: * regression fix: https://github.com/rust-lang/cargo/pull/5390 * potentially breaking bug-fix: https://github.com/rust-lang/cargo/pull/5389 * Cargo now caches the result of `rustc -vV`. It checks `rustc` binary mtime and rustup toolchain settings, so it should probably "just work" with rustbuild.
2018-04-20Update the Cargo submoduleAlex Crichton-0/+0
2018-04-13Update CargoAleksey Kladov-0/+0
This includes https://github.com/rust-lang/cargo/pull/5353, which we might want to test via opt-in in the wild
2018-04-04Update CargoAleksey Kladov-0/+0
This includes at least two notable changes: * a regression is fixed where Cargo would update index on every operation https://github.com/rust-lang/cargo/pull/5288 * a new unstable `--out-dir` option is implemented https://github.com/rust-lang/cargo/pull/5203
2018-03-29Update CargoAleksey Kladov-0/+0
This includes rust-lang/cargo#5255 which fixed regression in `cargo rustdoc` command.
2018-03-26rustbuild: Fail the build if we build Cargo twiceAlex Crichton-0/+0
This commit updates the `ToolBuild` step to stream Cargo's JSON messages, parse them, and record all libraries built. If we build anything twice (aka Cargo) it'll most likely happen due to dependencies being recompiled which is caught by this check.
2018-03-20Update Cargo to fix regressionAleksey Kladov-0/+0
This should fix regressions in Cargo after swithing to clap: * If an external subcommand name was close to built-in one, clap errored (fixed by updating clap version) * External subcomands didn't received their name as a first arg
2018-03-17Update CargoAleksey Kladov-0/+0
This notably includes * https://github.com/rust-lang/cargo/pull/5152 * https://github.com/rust-lang/cargo/pull/5188 The first one switches cargo from docopt to clap ( we also update to the latest calp in this repository), the second one should help us to unify feature flags for Cargo itself and RLS, and build Cargo libray only once.
2018-03-11Update Cargo submoduleAlex Crichton-0/+0
Required moving all fulldeps tests depending on `rand` to different locations as now there's multiple `rand` crates that can't be implicitly linked against.
2018-01-26Updated Cargo commit hashGilad Naaman-0/+0
2018-01-24Update Cargo submodule to masterAlex Crichton-0/+0
Just a routine update
2018-01-17Update Cargo and its dependenciesAlex Crichton-0/+0
This'll probably have a bunch of build errors, so let's try and head those off and find them sooner rather than later!
2017-12-31Update cargoFelix Schütt-0/+0
2017-12-24Update Cargo and its dependenciesAlex Crichton-0/+0
Just a routine update!
2017-12-06Update CargoNick Cameron-0/+0
2017-11-30Update Cargo to Wed Nov 29 15:19:05 2017 +0000Simon Sapin-0/+0
https://github.com/rust-lang/cargo/commit/5bb478a518bcf75537409e8b71f6b7cc4af362df Pick up `workspace.default-members` support: https://github.com/rust-lang/cargo/pull/4743
2017-11-29Update CargoNick Cameron-0/+0
Pulls in https://github.com/rust-lang/cargo/pull/4762 fixing a broken test which prevented the RLS update