@@ -539,7 +539,7 @@ Compiler
539
539
--------
540
540
- [You can now set a linker flavor for `rustc` with the `-Clinker-flavor`
541
541
command line argument.][56351]
542
- - [The mininum required LLVM version has been bumped to 6.0.][56642]
542
+ - [The minimum required LLVM version has been bumped to 6.0.][56642]
543
543
- [Added support for the PowerPC64 architecture on FreeBSD.][57615]
544
544
- [The `x86_64-fortanix-unknown-sgx` target support has been upgraded to
545
545
tier 2 support.][57130] Visit the [platform support][platform-support] page for
@@ -970,7 +970,7 @@ Compiler
970
970
971
971
Libraries
972
972
---------
973
- - [You can now convert `num::NonZero*` types to their raw equivalvents using the
973
+ - [You can now convert `num::NonZero*` types to their raw equivalents using the
974
974
`From` trait.][54240] E.g. `u8` now implements `From<NonZeroU8>`.
975
975
- [You can now convert a `&Option<T>` into `Option<&T>` and `&mut Option<T>`
976
976
into `Option<&mut T>` using the `From` trait.][53218]
@@ -1163,7 +1163,7 @@ Security Notes
1163
1163
caused by an integer overflow. This has been fixed by deterministically
1164
1164
panicking when an overflow happens.
1165
1165
1166
- Thank you to Scott McMurray for responsibily disclosing this vulnerability to
1166
+ Thank you to Scott McMurray for responsibly disclosing this vulnerability to
1167
1167
us.
1168
1168
1169
1169
@@ -1435,7 +1435,7 @@ Security Notes
1435
1435
given machine. This release fixes that vulnerability; you can read
1436
1436
more about this on the [blog][rustdoc-sec]. The associated CVE is [CVE-2018-1000622].
1437
1437
1438
- Thank you to Red Hat for responsibily disclosing this vulnerability to us.
1438
+ Thank you to Red Hat for responsibly disclosing this vulnerability to us.
1439
1439
1440
1440
Compatibility Notes
1441
1441
-------------------
0 commit comments