about summary refs log tree commit diff
path: root/src/tools/cargo
AgeCommit message (Collapse)AuthorLines
2022-09-18Update cargoWeihang Lo-0/+0
8 commits in 082503982ea0fb7a8fd72210427d43a2e2128a63..73ba3f35e0205844418260722c11602113179c4a 2022-09-13 17:49:38 +0000 to 2022-09-18 06:38:16 +0000 - Revert "Clarify when cargo detects changes" (rust-lang/cargo#11107) - Fix links to workspace inheritance headings in workspace docs (rust-lang/cargo#11103) - docs(ref): Clarify workspace settings (rust-lang/cargo#11082) - Update comment about ResolveVersion default version (rust-lang/cargo#11095) - [master] Run `reach_max_unpack_size` test only on debug build (rust-lang/cargo#11091) - Clarify when cargo detects changes (rust-lang/cargo#11092) - [master] Fix for CVE-2022-36113 and CVE-2022-36114 (rust-lang/cargo#11089) - Expose cargo add internals as edit API (rust-lang/cargo#11059)
2022-09-13Update cargoWeihang Lo-0/+0
10 commits in 646e9a0b9ea8354cc409d05f10e8dc752c5de78e..082503982ea0fb7a8fd72210427d43a2e2128a63 2022-09-02 14:29:28 +0000 to 2022-09-13 17:49:38 +0000 - Take priority into account within the pending queue (rust-lang/cargo#11032) - fix(add): Clarify which version the features are added for (rust-lang/cargo#11075) - doc: clarify config-relative paths for `--config <path>` (rust-lang/cargo#11079) - Do not add home bin path to PATH if it's already there (rust-lang/cargo#11023) - Don't use `for` loop on an `Option` (rust-lang/cargo#11081) - Remove dead code (rust-lang/cargo#11080) - Change progress indicator for sparse registries (rust-lang/cargo#11068) - chore(ci): Ensure intradoc links are valid (rust-lang/cargo#11055) - Cache index files based on contents hash (rust-lang/cargo#11044) - fix: specifies the max length for crate name (rust-lang/cargo#11051)
2022-09-05Update cargoWeihang Lo-0/+0
8 commits in 4ed54cecce3ce9ab6ff058781f4c8a500ee6b8b5..646e9a0b9ea8354cc409d05f10e8dc752c5de78e 2022-08-27 18:41:39 +0000 to 2022-09-02 14:29:28 +0000 - Support inheriting jobserver fd for external subcommands (rust-lang/cargo#10511) - refactor(cli): Lazy load config (rust-lang/cargo#11029) - chore: Don't show genned docs in ripgrep (rust-lang/cargo#11040) - Document private items for Cargo and publish under contributor guide (rust-lang/cargo#11019) - Add names to CI jobs (rust-lang/cargo#11039) - Rework test error handling (rust-lang/cargo#11028) - Very slight `cargo add` documentation improvements (rust-lang/cargo#11033) - Update compiling requirements. (rust-lang/cargo#11030)
2022-08-29Update cargoWeihang Lo-0/+0
5 commits in 6da726708a4406f31f996d813790818dce837161..4ed54cecce3ce9ab6ff058781f4c8a500ee6b8b5 2022-08-23 21:39:56 +0000 to 2022-08-27 18:41:39 +0000 - doc: pause, for readability (rust-lang/cargo#11027) - Bump git2 to 0.15 and libgit2-sys to 0.14 (rust-lang/cargo#11004) - Fix typo (rust-lang/cargo#11025) - Update cargo-toml-vs-cargo-lock.md (rust-lang/cargo#11021) - Apply GitHub fast path even for partial hashes (rust-lang/cargo#10807)
2022-08-23Update cargoEric Huss-0/+0
2022-08-16Update cargoEric Huss-0/+0
2022-08-11Update cargoEric Huss-0/+0
2022-08-10Update cargoEric Huss-0/+0
2022-08-03Update cargoEric Huss-0/+0
2022-08-02Update cargoEric Huss-0/+0
2022-07-26Update cargoEric Huss-0/+0
2022-07-19Update cargoEric Huss-0/+0
2022-07-13Update cargoEric Huss-0/+0
2022-07-107 commits in ↵Weihang Lo-0/+0
c0bbd42ce5e83fe2a93e817c3f9b955492d3130a..b1dd22e668af5279e13a071ad4b17435bd6bfa4c 2022-07-03 13:41:11 +0000 to 2022-07-09 14:48:50 +0000 - Mention `[patch]` config in "Overriding Dependencies" (rust-lang/cargo#10836) - Update terminal-width flag. (rust-lang/cargo#10833) - Refactor check_yanked to avoid some duplication (rust-lang/cargo#10835) - Fix publishing to crates.io with -Z sparse-registry (rust-lang/cargo#10831) - Make `is_yanked` return `Poll<>` (rust-lang/cargo#10830) - Fix corrupted git checkout recovery. (rust-lang/cargo#10829) - add a cache for discovered workspace roots (rust-lang/cargo#10776)
2022-07-05Update cargoEric Huss-0/+0
2022-06-28Update cargoEric Huss-0/+0
2022-06-23Update cargoArlo Siemsen-0/+0
8 commits in 03a849043e25104e8b7ad0d4a96c525787b69379..a5e08c4703f202e30cdaf80ca3e7c00baa59c496 2022-06-20 14:47:36 +0000 to 2022-06-23 20:12:03 +0000 - Fix tests due to change in dead_code diagnostic. (rust-lang/cargo#10785) - Stabilize config-cli (rust-lang/cargo#10755) - Restrict duplicate deps warning only to published packages (rust-lang/cargo#10767) - Use fingerprint_hash when computing fingerprints for custom targets (rust-lang/cargo#10746) - Add preloading for workspace packages in `resolve_with_previous` (rust-lang/cargo#10761) - capitalise, for consistency (rust-lang/cargo#10772) - remove unused dependency from benchsuite (rust-lang/cargo#10774) - docs(contrib): Add documentation for ui tests (rust-lang/cargo#10758)
2022-06-19fix tests including dead_code warningsTakayuki Maeda-0/+0
2022-06-17Update cargoArlo Siemsen-0/+0
4 commits in 4d92f07f34ba7fb7d7f207564942508f46c225d3..8d42b0e8794ce3787c9f7d6d88b02ae80ebe8d19 2022-06-10 01:11:04 +0000 to 2022-06-17 16:46:26 +0000 - Use specific terminology for sparse HTTP-based registry (rust-lang/cargo#10764) - chore: Upgrade to clap 3.2 (rust-lang/cargo#10753) - Improve testing framework for http registries (rust-lang/cargo#10738) - doc: Improve example of using the links field (rust-lang/cargo#10728)
2022-06-09Update cargoDavid Tolnay-0/+0
1 commit in 85e457e158db216a2938d51bc3b617a5a7fe6015..4d92f07f34ba7fb7d7f207564942508f46c225d3 2022-06-07 21:57:52 +0000 to 2022-06-09 01:18:36 +0000 - Revert 10427: switch from num_cpus
2022-06-08Update cargoEric Huss-0/+0
2022-05-31Update cargoEric Huss-0/+0
2022-05-25Update cargoArlo Siemsen-0/+0
2022-05-18Update cargoEric Huss-0/+0
2022-05-12Update cargoEric Huss-0/+0
2022-05-03Update cargoEric Huss-0/+0
2022-04-27Update cargoEric Huss-0/+0
2022-04-20Update cargoEric Huss-0/+0
2022-04-13Update cargoEric Huss-0/+0
2022-04-05Update cargoEric Huss-0/+0
2022-03-30Update cargoEric Huss-0/+0
2022-03-18Update cargoEric Huss-0/+0
2022-03-08Update cargoEric Huss-0/+0
2022-02-28Update cargoJon Gjengset-0/+0
11 changes in d6cdde584a1f15ea086bae922e20fd27f7165431..3d6970d50e30e797b8e26b2b9b1bdf92dc381f34 2022-02-22 19:55:51 +0000 to 2022-02-28 19:29:07 +0000: - https://github.com/rust-lang/cargo/pull/10395 - https://github.com/rust-lang/cargo/pull/10425 - https://github.com/rust-lang/cargo/pull/10428 - https://github.com/rust-lang/cargo/pull/10388 - https://github.com/rust-lang/cargo/pull/10167 - https://github.com/rust-lang/cargo/pull/10429 - https://github.com/rust-lang/cargo/pull/10426 - https://github.com/rust-lang/cargo/pull/10372 - https://github.com/rust-lang/cargo/pull/10420 - https://github.com/rust-lang/cargo/pull/10416 - https://github.com/rust-lang/cargo/pull/10417
2022-02-22Update cargoEric Huss-0/+0
2022-02-15Update cargoEric Huss-0/+0
2022-02-08Update cargoEric Huss-0/+0
2022-02-01Update cargoEric Huss-0/+0
2022-01-25Update cargoEric Huss-0/+0
2022-01-18Update cargoEric Huss-0/+0
2022-01-17Use Term in ProjectionPredicatekadmin-0/+0
ProjectionPredicate should be able to handle both associated types and consts so this adds the first step of that. It mainly just pipes types all the way down, not entirely sure how to handle consts, but hopefully that'll come with time.
2022-01-11Update cargoEric Huss-0/+0
2022-01-04Update cargoEric Huss-0/+0
2021-12-16Update cargoEric Huss-0/+0
2021-12-14Update cargoEric Huss-0/+0
2021-12-06Update cargoEric Huss-0/+0
2021-11-29Update cargoEric Huss-0/+0
2021-11-25Update cargo to fix tokenizer test affected by tokenizing emojiEsteban Kuber-0/+0
2021-11-22Update cargoEric Huss-0/+0
2021-11-17Update cargoEric Huss-0/+0