about summary refs log tree commit diff
path: root/src/tools/cargo
AgeCommit message (Collapse)AuthorLines
2020-05-25Update cargoEric Huss-0/+0
2020-05-18Update cargoEric Huss-0/+0
2020-05-09submodules: update cargo from f534844c2 to cb06cb269Matthias Krüger-0/+0
Changes: ```` more clippy fixes Document that bench is unstable in the man page. Update assertions in LTO calculations Updated comments in resolve.rs to reflect actual data strcture used. Try to remove secrets from http.debug. Revert always computing filename Metadata. clean -p: call `get_many` once. Implement new `clean -p` using globs. Rework how Cargo computes the rustc file outputs. Add CrateType to replace LibKind. ````
2020-05-06Update cargoEric Huss-0/+0
2020-05-01submodules: update cargo from 90931d9b3 to 258c89644Matthias Krüger-0/+0
Changes: ```` Remove unnecessary loop in `maybe_spurious` Fix error with git repo discovery and symlinks. Allow failure when setting file mtime. Support multiple `--target` flags on the CLI build-std: Don't treat std like a "local" package. Allow `cargo package --list` even for things that don't package. ````
2020-04-28Update cargoEric Huss-0/+0
2020-04-21Update cargo, rlsEric Huss-0/+0
2020-04-16Update cargoEric Huss-0/+0
2020-04-14Update cargoEric Huss-0/+0
2020-04-07Update cargoEric Huss-0/+0
2020-03-31Update cargoEric Huss-0/+0
2020-03-25Update cargo.Eric Huss-0/+0
2020-03-17Update cargoEric Huss-0/+0
2020-03-02Update cargo, clippyEric Huss-0/+0
2020-02-21Update cargoEric Huss-0/+0
2020-02-18Update cargoEric Huss-0/+0
2020-02-10submodules: update cargo from 9d32b7b01 to 3c53211c3Matthias Krüger-0/+0
Changes: ```` Update jobserver. Update tar. Emit report on error with Ztimings. Do not run `formats_source` if `rustfmt` is not available Fix rebuild_sub_package_then_while_package on HFS. Remove likely brittle test. Install rustfmt for testing in CI Fix build-std collisions. Fix BuildScriptOutput when a build script is run multiple times. Fix required-features using renamed dependencies. Fix using global options before an alias. Update changelog for 1.42. Bump to 0.44.0. Log rustfmt output if it fails; also do not check that rustfmt exists Update pretty_env_logger requirement from 0.3 to 0.4 Swap std::sync::mpsc channel with crossbeam_channel Fix tests on Linux/MacOS Fix typo. Add tests Deduplicate warnings about missing rustfmt Log entry 2: first implementation Refactor code Stabilize config-profile. Log entry 1 Format code Remove tempdir after install Keep existing package with git install Use non-ephemeral workspace Test that git install reads virtual manifest Fix failing test Search for root manifest with ephemeral workspaces Support out-dir in build section of Cargo configuration file ````
2020-01-27Update cargoEric Huss-0/+0
2020-01-26rustc_span: move pretty syntax from macro_backtrace to ExpnKind::descr.Eduard-Mihai Burtescu-0/+0
2020-01-21Update cargo, booksEric Huss-0/+0
2020-01-14Update cargo, rlsEric Huss-0/+0
2020-01-06Update cargoEric Huss-0/+0
2019-12-29Update cargoYuki Okushi-0/+0
2019-12-14Update cargoDavid Tolnay-0/+0
2019-12-14Update cargo, booksEric Huss-0/+0
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