@@ -59,9 +59,10 @@ Stabilized APIs
59
59
60
60
Cargo
61
61
-----
62
- - [Print executable name on `cargo test --no-run`.][cargo/9959]
63
62
- [Port cargo from `toml-rs` to `toml_edit`][cargo/10086]
63
+ - [Support rustflags per profile][cargo/10217]
64
64
- [Stabilize `-Ztimings` as `--timings`][cargo/10245]
65
+ - [Stabilize namespaced and weak dependency features.][cargo/10269]
65
66
- [Accept more `cargo:rustc-link-arg-*` types from build script output.][cargo/10274]
66
67
- [cargo-new should not add ignore rule on Cargo.lock inside subdirs][cargo/10379]
67
68
@@ -76,7 +77,6 @@ Compatibility Notes
76
77
- [Remove compiler-rt linking hack on Android][83822]
77
78
- [Remove deprecated LLVM-style inline assembly][92816]
78
79
- [Reject unsupported naked functions][93153]
79
- - [Remove deprecated `--host` arg for cargo search and publish cmds][cargo/10327]
80
80
81
81
Internal Changes
82
82
----------------
@@ -113,12 +113,12 @@ and related tools.
113
113
[93824]: https://github.com/rust-lang/rust/pull/93824
114
114
[93918]: https://github.com/rust-lang/rust/pull/93918
115
115
116
- [cargo/9959]: https://github.com/rust-lang/cargo/pull/9959
117
116
[cargo/10086]: https://github.com/rust-lang/cargo/pull/10086
117
+ [cargo/10217]: https://github.com/rust-lang/cargo/pull/10217
118
118
[cargo/10245]: https://github.com/rust-lang/cargo/pull/10245
119
+ [cargo/10269]: https://github.com/rust-lang/cargo/pull/10269
119
120
[cargo/10274]: https://github.com/rust-lang/cargo/pull/10274
120
121
[cargo/10379]: https://github.com/rust-lang/cargo/pull/10379
121
- [cargo/10327]: https://github.com/rust-lang/cargo/pull/10327
122
122
123
123
[arc_new_cyclic]: https://doc.rust-lang.org/stable/std/sync/struct.Arc.html#method.new_cyclic
124
124
[rc_new_cyclic]: https://doc.rust-lang.org/stable/std/rc/struct.Rc.html#method.new_cyclic
0 commit comments