@@ -11,7 +11,6 @@ Compiler
11
11
- [Enable combining `+crt-static` and `relocation-model=pic` on `x86_64-unknown-linux-gnu`][86374]
12
12
- [Fixes wrong `unreachable_pub` lints on nested and glob public reexport][87487]
13
13
- [Stabilize `-Z instrument-coverage` as `-C instrument-coverage`][90132]
14
- - [Implement raw-dylib support for windows-gnu][90782]
15
14
- [Stabilize `-Z print-link-args` as `--print link-args`][91606]
16
15
- [`mips64-openwrt-linux-musl`: Add Tier 3 target][92300]
17
16
- [Add new target `armv7-unknown-linux-uclibceabi` (softfloat)][92383]
@@ -60,7 +59,6 @@ Stabilized APIs
60
59
Cargo
61
60
-----
62
61
- [Port cargo from `toml-rs` to `toml_edit`][cargo/10086]
63
- - [Support rustflags per profile][cargo/10217]
64
62
- [Stabilize `-Ztimings` as `--timings`][cargo/10245]
65
63
- [Stabilize namespaced and weak dependency features.][cargo/10269]
66
64
- [Accept more `cargo:rustc-link-arg-*` types from build script output.][cargo/10274]
@@ -94,7 +92,6 @@ and related tools.
94
92
[89926]: https://github.com/rust-lang/rust/pull/89926
95
93
[90132]: https://github.com/rust-lang/rust/pull/90132
96
94
[90247]: https://github.com/rust-lang/rust/pull/90247
97
- [90782]: https://github.com/rust-lang/rust/pull/90782
98
95
[91606]: https://github.com/rust-lang/rust/pull/91606
99
96
[92068]: https://github.com/rust-lang/rust/pull/92068
100
97
[92300]: https://github.com/rust-lang/rust/pull/92300
@@ -114,7 +111,6 @@ and related tools.
114
111
[93918]: https://github.com/rust-lang/rust/pull/93918
115
112
116
113
[cargo/10086]: https://github.com/rust-lang/cargo/pull/10086
117
- [cargo/10217]: https://github.com/rust-lang/cargo/pull/10217
118
114
[cargo/10245]: https://github.com/rust-lang/cargo/pull/10245
119
115
[cargo/10269]: https://github.com/rust-lang/cargo/pull/10269
120
116
[cargo/10274]: https://github.com/rust-lang/cargo/pull/10274
0 commit comments