summary refs log tree commit diff
path: root/src/tools/cargo
AgeCommit message (Collapse)AuthorLines
2019-12-03Update cargoEric Huss-0/+0
2019-11-25Update cargo, rls, books.Eric Huss-0/+0
2019-11-12Update Cargo, booksEric Huss-0/+0
2019-10-29Update cargo, books.Eric Huss-0/+0
2019-10-22Update cargoEric Huss-0/+0
2019-10-16Update cargo, booksEric Huss-0/+0
2019-10-07Update CargoMateusz MikuĊ‚a-0/+0
2019-10-01Update cargo.Michael Woerister-0/+0
2019-09-25Update cargoAlex Crichton-0/+0
4 commits in aa6b7e01abce30091cc594cb23a15c46cead6e24..ab6fa8908c9b6c8f7e2249231c395eebfbc49891 2019-09-24 17:19:12 +0000 to 2019-09-25 17:00:56 +0000 - Fix macOS collection of CPU data (rust-lang/cargo#7429) - Don't ever capture CPU state if timings are disabled (rust-lang/cargo#7428) - Change build-std to use --sysroot (rust-lang/cargo#7421) - set -Zmtime_on_use from config or ENV (rust-lang/cargo#7411)
2019-09-24Update cargoAlex Crichton-0/+0
11 commits in b6c6f685b38d523580813b0031677c2298f458ea..aa6b7e01abce30091cc594cb23a15c46cead6e24 2019-09-19 21:10:09 +0000 to 2019-09-24 17:19:12 +0000 - Fix interpretation of `--features a b` on the CLI (rust-lang/cargo#7419) - Update env_logger requirement from 0.6.0 to 0.7.0 (rust-lang/cargo#7422) - Update some unstable docs (rust-lang/cargo#7407) - Fix xcompile tests. (rust-lang/cargo#7408) - -Ztimings: Fix more scale problems. (rust-lang/cargo#7403) - Fix some rendering issues with -Ztimings. (rust-lang/cargo#7397) - -Ztimings: show max jobs/cpus (rust-lang/cargo#7398) - Fix -Ztimings with doc tests. (rust-lang/cargo#7395) - Add documentation for the -Zdoctest-xcompile feature (rust-lang/cargo#7391) - Fix integration tests waiting for binaries to finish. (rust-lang/cargo#7394) - Extract Platform to a separate crate. (rust-lang/cargo#7375)
2019-09-23Remove `--enable-extended` from cross dist builderAlex Crichton-0/+0
Shouldn't have an effect on produced artifacts and otherwise is causing issues where `-Zsave-analysis` is passed during tests but fails compilation.
2019-09-18Update CargoAaron Hill-0/+0
This pulls in https://github.com/rust-lang/cargo/pull/7159, which ensures that documenting proc macros works correctly.
2019-09-10Update cargoEric Huss-0/+0
2019-09-04Update cargo, booksEric Huss-0/+0
2019-08-27Update cargoEric Huss-0/+0
2019-08-20Update cargoflip1995-0/+0
2019-08-10Update cargoVadim Petrochenkov-0/+0
2019-08-07Update cargoEric Huss-0/+0
2019-07-31Update cargo, rlsEric Huss-0/+0
2019-07-25Update cargoEric Huss-0/+0
2019-07-17Update mdbook, cargo, booksEric Huss-0/+0
This updates the last of the books using mdbook 0.1, finally removing it from the build.
2019-07-09Update cargoEric Huss-0/+0
2019-06-24Update cargoEric Huss-0/+0
2019-06-17Update cargoEric Huss-0/+0
2019-05-23Update cargoEric Huss-0/+0
2019-05-16Update cargoEric Huss-0/+0
2019-05-06Update cargoEric Huss-0/+0
2019-05-02Update CargoIgor Matuszewski-0/+0
Align with the version bump in https://github.com/rust-lang/rls/pull/1448
2019-04-23Update cargo, booksEric Huss-0/+0
2019-04-16Update cargoEric Huss-0/+0
2019-04-04Update cargoDavid Tolnay-0/+0
2019-04-03Update cargoDavid Tolnay-0/+0
2019-03-30Update cargoEric Huss-0/+0
2019-03-13Update cargoEric Huss-0/+0
2019-03-08Update cargo, rlsEric Huss-0/+0
2019-02-22Update cargoEric Huss-0/+0
2019-02-19Update cargoEric Huss-0/+0
2019-02-10bump cargo submodulePietro Albini-0/+0
2019-02-05Update cargoEric Huss-0/+0
2019-01-27Update cargo to fix deprecation warningsMark Rousskov-0/+0
Implemented in rust-lang/cargo#6600
2019-01-20Update cargoEric Huss-0/+0
2019-01-17Update cargoEric Huss-0/+0
2019-01-17Revert "Auto merge of #57670 - rust-lang:beta-next, r=Mark-Simulacrum"Pietro Albini-0/+0
This reverts commit 722b4d695964906807b12379577bce5ee3d23e08, reversing changes made to 956dba47d33fc8b2bdabcd50e5bfed264b570382.
2019-01-16prepare beta 1.33.0Pietro Albini-0/+0
2019-01-12Update cargoEric Huss-0/+0
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