@@ -35,7 +35,7 @@ Compiler
35
35
- [Added tier 3 support for `i386-unknown-linux-gnu` and `i486-unknown-linux-gnu` targets.][80662]
36
36
- [The `target-cpu=native` option will now detect individual features of CPUs.][80749]
37
37
38
- \* Refer to Rust's [platform support page][forge- platform-support] for more
38
+ \* Refer to Rust's [platform support page][platform-support-doc ] for more
39
39
information on Rust's tiered platform support.
40
40
41
41
Libraries
@@ -183,7 +183,7 @@ Compiler
183
183
- [The `x86_64-unknown-freebsd` is now built with the full toolset.][79484]
184
184
- [Dropped support for all cloudabi targets.][78439]
185
185
186
- \* Refer to Rust's [platform support page][forge- platform-support] for more
186
+ \* Refer to Rust's [platform support page][platform-support-doc ] for more
187
187
information on Rust's tiered platform support.
188
188
189
189
Libraries
@@ -360,7 +360,7 @@ Compiler
360
360
- [Output from threads spawned in tests is now captured.][78227]
361
361
- [Change os and vendor values to "none" and "unknown" for some targets][78951]
362
362
363
- \* Refer to Rust's [platform support page][forge- platform-support] for more
363
+ \* Refer to Rust's [platform support page][platform-support-doc ] for more
364
364
information on Rust's tiered platform support.
365
365
366
366
Libraries
@@ -465,7 +465,7 @@ Compiler
465
465
Note: If you're using cargo you must explicitly pass the `--target` flag.
466
466
- [Added tier 2\* support for `aarch64-unknown-linux-musl`.][76420]
467
467
468
- \* Refer to Rust's [platform support page][forge- platform-support] for more
468
+ \* Refer to Rust's [platform support page][platform-support-doc ] for more
469
469
information on Rust's tiered platform support.
470
470
471
471
Libraries
@@ -604,7 +604,7 @@ Compiler
604
604
- [Upgrade the FreeBSD toolchain to version 11.4][75204]
605
605
- [`RUST_BACKTRACE`'s output is now more compact.][75048]
606
606
607
- \* Refer to Rust's [platform support page][forge- platform-support] for more
607
+ \* Refer to Rust's [platform support page][platform-support-doc ] for more
608
608
information on Rust's tiered platform support.
609
609
610
610
Libraries
@@ -889,7 +889,7 @@ Compiler
889
889
- [Added tier 3 support for the `thumbv7a-uwp-windows-msvc` target.][72133]
890
890
- [Upgraded to LLVM 10.][67759]
891
891
892
- \* Refer to Rust's [platform support page][forge- platform-support] for more
892
+ \* Refer to Rust's [platform support page][platform-support-doc ] for more
893
893
information on Rust's tiered platform support.
894
894
895
895
@@ -1398,7 +1398,7 @@ Compiler
1398
1398
pointing to the location where they were called, rather than
1399
1399
`core`'s internals. ][67887]
1400
1400
1401
- \* Refer to Rust's [platform support page][forge- platform-support] for more
1401
+ \* Refer to Rust's [platform support page][platform-support-doc ] for more
1402
1402
information on Rust's tiered platform support.
1403
1403
1404
1404
Libraries
@@ -1496,7 +1496,7 @@ Compiler
1496
1496
- [You can now provide `--extern` flag without a path, indicating that it is
1497
1497
available from the search path or specified with an `-L` flag.][64882]
1498
1498
1499
- \* Refer to Rust's [platform support page][forge- platform-support] for more
1499
+ \* Refer to Rust's [platform support page][platform-support-doc ] for more
1500
1500
information on Rust's tiered platform support.
1501
1501
1502
1502
[argfile-docs]: https://doc.rust-lang.org/nightly/rustc/command-line-arguments.html#path-load-command-line-flags-from-a-path
@@ -1620,7 +1620,7 @@ Compiler
1620
1620
- [Added tier 3 support for the `mips64-unknown-linux-muslabi64`, and
1621
1621
`mips64el-unknown-linux-muslabi64` targets.][65843]
1622
1622
1623
- \* Refer to Rust's [platform support page][forge- platform-support] for more
1623
+ \* Refer to Rust's [platform support page][platform-support-doc ] for more
1624
1624
information on Rust's tiered platform support.
1625
1625
1626
1626
Libraries
@@ -1770,7 +1770,7 @@ Compiler
1770
1770
output of successful tests.][62600]
1771
1771
1772
1772
1773
- \* Refer to Rust's [platform support page][forge- platform-support] for more
1773
+ \* Refer to Rust's [platform support page][platform-support-doc ] for more
1774
1774
information on Rust's tiered platform support.
1775
1775
1776
1776
Libraries
@@ -1864,7 +1864,7 @@ Compiler
1864
1864
- [Added tier 3 support for the `riscv32i-unknown-none-elf` target.][62784]
1865
1865
- [Upgraded to LLVM 9.][62592]
1866
1866
1867
- \* Refer to Rust's [platform support page][forge- platform-support] for more
1867
+ \* Refer to Rust's [platform support page][platform-support-doc ] for more
1868
1868
information on Rust's tiered platform support.
1869
1869
1870
1870
Libraries
@@ -1951,7 +1951,7 @@ Compatibility Notes
1951
1951
[`Duration::mul_f32`]: https://doc.rust-lang.org/std/time/struct.Duration.html#method.mul_f32
1952
1952
[`Duration::mul_f64`]: https://doc.rust-lang.org/std/time/struct.Duration.html#method.mul_f64
1953
1953
[`any::type_name`]: https://doc.rust-lang.org/std/any/fn.type_name.html
1954
- [forge- platform-support]: https://forge .rust-lang.org/release /platform-support.html
1954
+ [platform-support-doc ]: https://doc .rust-lang.org/nightly/rustc /platform-support.html
1955
1955
[pipeline-internals]: https://internals.rust-lang.org/t/evaluating-pipelined-rustc-compilation/10199
1956
1956
1957
1957
Version 1.37.0 (2019-08-15)
0 commit comments