|
62 | 62 | [#15623](https://github.com/rust-lang/cargo/pull/15623)
|
63 | 63 | - cargo-credential-libsecret: load libsecret only once
|
64 | 64 | [#15295](https://github.com/rust-lang/cargo/pull/15295)
|
65 |
| -- fix(fingerprint): When failing to find the mtime of a file, report an explicit reason rather than "stale; unknown reason". |
| 65 | +- When failing to find the mtime of a file for rebuild detection, report an explicit reason rather than "stale; unknown reason". |
66 | 66 | [#15617](https://github.com/rust-lang/cargo/pull/15617)
|
67 | 67 | - Fixed cargo add overwriting symlinked Cargo.toml files
|
68 | 68 | [#15281](https://github.com/rust-lang/cargo/pull/15281)
|
69 |
| -- fix(vendor)!: vendor files with .rej/.orig suffix |
| 69 | +- Vendor files with .rej/.orig suffix |
70 | 70 | [#15569](https://github.com/rust-lang/cargo/pull/15569)
|
71 |
| -- fix(vendor)!: use direct extraction for registry sources. This should ensure that vendored files now always match the originals. |
| 71 | +- Vendor using direct extraction for registry sources. This should ensure that vendored files now always match the originals. |
72 | 72 | [#15514](https://github.com/rust-lang/cargo/pull/15514)
|
73 | 73 | - In the network retry message, use singular "try" for the last retry.
|
74 | 74 | [#15328](https://github.com/rust-lang/cargo/pull/15328)
|
|
96 | 96 | [#15470](https://github.com/rust-lang/cargo/pull/15470)
|
97 | 97 | - Added custom completer for `cargo remove <TAB>`
|
98 | 98 | [#15662](https://github.com/rust-lang/cargo/pull/15662)
|
99 |
| -- test(publish): Improvements in prep for `-Zpackage-workspace` stabilization |
| 99 | +- Test improvements in prep for `-Zpackage-workspace` stabilization |
100 | 100 | [#15628](https://github.com/rust-lang/cargo/pull/15628)
|
101 |
| -- fix(package): Allow packaging of self-cycles with `-Zpackage-workspace` |
| 101 | +- Allow packaging of self-cycles with `-Zpackage-workspace` |
102 | 102 | [#15626](https://github.com/rust-lang/cargo/pull/15626)
|
103 |
| -- fix(trim-paths): remap all paths to `build.build-dir` |
| 103 | +- With trim-paths, remap all paths to `build.build-dir` |
104 | 104 | [#15614](https://github.com/rust-lang/cargo/pull/15614)
|
105 |
| -- test(trim-paths): enable more tests for windows-msvc |
| 105 | +- Enable more trim-paths tests for windows-msvc |
106 | 106 | [#15621](https://github.com/rust-lang/cargo/pull/15621)
|
107 |
| -- fix(doc): pass `toolchain-shared-resources` to get doc styled for rustdoc-depinfo tracking |
| 107 | +- Fix doc rebuild detection by passing `toolchain-shared-resources` to get doc styled for rustdoc-depinfo tracking |
108 | 108 | [#15605](https://github.com/rust-lang/cargo/pull/15605)
|
109 |
| -- fix(embedded): Resolve multiple bugs in frontmatter parser for `-Zscript` |
| 109 | +- Resolve multiple bugs in frontmatter parser for `-Zscript` |
110 | 110 | [#15573](https://github.com/rust-lang/cargo/pull/15573)
|
111 |
| -- fix(toml): Remove workaround for rustc frontmatter support for `-Zscript` |
| 111 | +- Remove workaround for rustc frontmatter support for `-Zscript` |
112 | 112 | [#15570](https://github.com/rust-lang/cargo/pull/15570)
|
113 | 113 | - Allow configuring arbitrary codegen backends
|
114 | 114 | [#15562](https://github.com/rust-lang/cargo/pull/15562)
|
115 |
| -- feat: skip `publish=false` pkg when publishing entire workspace for `-Zpackage-workspace`. |
| 115 | +- skip `publish=false` pkg when publishing entire workspace for `-Zpackage-workspace`. |
116 | 116 | [#15525](https://github.com/rust-lang/cargo/pull/15525)
|
117 |
| -- doc: Update instructions on using native-completions |
| 117 | +- Update instructions on using native-completions |
118 | 118 | [#15480](https://github.com/rust-lang/cargo/pull/15480)
|
119 |
| -- fix(package): Skip registry check if its not needed with `-Zpackage-workspace`. |
| 119 | +- Skip registry check if its not needed with `-Zpackage-workspace`. |
120 | 120 | [#15629](https://github.com/rust-lang/cargo/pull/15629)
|
121 | 121 |
|
122 | 122 | ### Documentation
|
|
0 commit comments