This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit ebfbde5
authored
Unrolled build for rust-lang#118425
Rollup merge of rust-lang#118425 - weihanglo:update-cargo, r=weihanglo
Update cargo
7 commits in 9b13310ca596020a737aaa47daa4ed9ff8898a2f..26333c732095d207aa05932ce863d850fb309386
2023-11-24 16:20:51 +0000 to 2023-11-28 20:07:39 +0000
- docs: link to the packages lint table from the related workspace table (rust-lang/cargo#13057)
- Add more doc comments for gc changes. (rust-lang/cargo#13055)
- docs: Provide pointers for MSRV (rust-lang/cargo#13056)
- Fixed typo in SemVer Compatibility documentation page (rust-lang/cargo#13054)
- refactor: use custom error instead of anyhow (rust-lang/cargo#13050)
- review and remove ignored tests in rustfix (rust-lang/cargo#13047)
- docs: add doc comments for rustfix (rust-lang/cargo#13048)
r? ghost1 file changed
+1
-1
lines changed- Cargo.lock+2-1
- Cargo.toml+1-1
- crates/rustfix/Cargo.toml+3-2
- crates/rustfix/src/diagnostics.rs+35-9
- crates/rustfix/src/error.rs+21
- crates/rustfix/src/lib.rs+42-8
- crates/rustfix/src/replace.rs+56-62
- crates/rustfix/tests/edition/.gitignore-2
- crates/rustfix/tests/parse_and_replace.rs+9-21
- src/cargo/core/global_cache_tracker.rs+18-8
- src/cargo/lib.rs+5
- src/cargo/sources/git/source.rs+10
- src/cargo/sources/registry/http_remote.rs+2
- src/cargo/sources/registry/mod.rs+7
- src/cargo/sources/registry/remote.rs+2
- src/cargo/util/config/mod.rs+3
- src/doc/src/guide/continuous-integration.md+24
- src/doc/src/reference/manifest.md+4
- src/doc/src/reference/semver.md+1-1
- src/doc/src/reference/workspaces.md+1-1
0 commit comments