624
624
----
625
625
626
626
- [ rustdoc can now use pulldown-cmark with the ` --enable-commonmark ` flag] [ 40338 ]
627
- - [ Added rust-winbg script for better debugging on Windows] [ 39983 ]
627
+ - [ Added rust-windbg script for better debugging on Windows] [ 39983 ]
628
628
- [ Rust now uses the official cross compiler for NetBSD] [ 40612 ]
629
629
- [ rustdoc now accepts ` # ` at the start of files] [ 40828 ]
630
630
- [ Fixed jemalloc support for musl] [ 41168 ]
@@ -1658,7 +1658,7 @@ Diagnostics
1658
1658
-----------
1659
1659
1660
1660
* [ Replace macro backtraces with labeled local uses] [ 35702 ]
1661
- * [ Improve error message for missplaced doc comments] [ 33922 ]
1661
+ * [ Improve error message for misplaced doc comments] [ 33922 ]
1662
1662
* [ Buffer unix and lock windows to prevent message interleaving] [ 35975 ]
1663
1663
* [ Update lifetime errors to specifically note temporaries] [ 36171 ]
1664
1664
* [ Special case a few colors for Windows] [ 36178 ]
@@ -1966,7 +1966,7 @@ Language
1966
1966
useful] ( https://github.com/rust-lang/rust/pull/34908 )
1967
1967
* [ ` macro_rules! ` ` stmt ` matchers correctly consume the entire contents when
1968
1968
inside non-braces invocations] ( https://github.com/rust-lang/rust/pull/34886 )
1969
- * [ Semicolons are properly required as statement delimeters inside
1969
+ * [ Semicolons are properly required as statement delimiters inside
1970
1970
` macro_rules! ` invocations] ( https://github.com/rust-lang/rust/pull/34660 )
1971
1971
* [ ` cfg_attr ` works on ` path ` attributes] ( https://github.com/rust-lang/rust/pull/34546 )
1972
1972
@@ -2191,7 +2191,7 @@ Compatibility Notes
2191
2191
* [ ` const ` s and ` static ` s may not have unsized types] ( https://github.com/rust-lang/rust/pull/34443 )
2192
2192
* [ The new follow-set rules that place restrictions on ` macro_rules! `
2193
2193
in order to ensure syntax forward-compatibility have been enabled] ( https://github.com/rust-lang/rust/pull/33982 )
2194
- This was an [ ammendment to RFC 550] ( https://github.com/rust-lang/rfcs/pull/1384 ) ,
2194
+ This was an [ amendment to RFC 550] ( https://github.com/rust-lang/rfcs/pull/1384 ) ,
2195
2195
and has been a warning since 1.10.
2196
2196
* [ ` cfg ` attribute process has been refactored to fix various bugs] ( https://github.com/rust-lang/rust/pull/33706 ) .
2197
2197
This causes breakage in some corner cases.
@@ -3348,7 +3348,7 @@ Libraries
3348
3348
* ` FromStr ` is [ implemented for ` SockAddrV4 ` and ` SockAddrV6 ` ] [ 1.5s ] .
3349
3349
* There are now ` From ` conversions [ between floating point
3350
3350
types] [ 1.5f ] where the conversions are lossless.
3351
- * Thera are now ` From ` conversions [ between integer types] [ 1.5i ] where
3351
+ * There are now ` From ` conversions [ between integer types] [ 1.5i ] where
3352
3352
the conversions are lossless.
3353
3353
* [ ` fs::Metadata ` implements ` Clone ` ] [ 1.5fs ] .
3354
3354
* The ` parse ` method [ accepts a leading "+" when parsing
@@ -3548,7 +3548,7 @@ Libraries
3548
3548
* [ ` IntoIterator ` is implemented for references to ` Option ` and
3549
3549
` Result ` ] [ into2 ] .
3550
3550
* [ ` HashMap ` and ` HashSet ` implement ` Extend<&T> ` where `T:
3551
- Copy`] [ ext ] as part of [ RFC 839] . This will cause type inferance
3551
+ Copy`] [ ext ] as part of [ RFC 839] . This will cause type inference
3552
3552
breakage in rare situations.
3553
3553
* [ ` BinaryHeap ` implements ` Debug ` ] [ bh2 ] .
3554
3554
* [ ` Borrow ` and ` BorrowMut ` are implemented for fixed-size
@@ -3559,7 +3559,7 @@ Libraries
3559
3559
* ` &mut T ` where ` T: std::fmt::Write ` [ also implements
3560
3560
` std::fmt::Write ` ] [ mutw ] .
3561
3561
* [ A stable regression in ` VecDeque::push_back ` and other
3562
- capicity -altering methods that caused panics for zero-sized types
3562
+ capacity -altering methods that caused panics for zero-sized types
3563
3563
was fixed] [ vd ] .
3564
3564
* [ Function pointers implement traits for up to 12 parameters] [ fp2 ] .
3565
3565
@@ -3746,7 +3746,7 @@ Libraries
3746
3746
[ better for long data] [ sh ] .
3747
3747
* [ ` AtomicPtr ` ] implements [ ` Send ` ] .
3748
3748
* The [ ` read_to_end ` ] implementations for [ ` Stdin ` ] and [ ` File ` ]
3749
- are now [ specialized to use uninitalized buffers for increased
3749
+ are now [ specialized to use uninitialized buffers for increased
3750
3750
performance] [ rte ] .
3751
3751
* Lifetime parameters of foreign functions [ are now resolved
3752
3752
properly] [ f ] .
@@ -3875,7 +3875,7 @@ Highlights
3875
3875
* This is the first release with [ experimental support for linking
3876
3876
with the MSVC linker and lib C on Windows (instead of using the GNU
3877
3877
variants via MinGW)] [ win ] . It is yet recommended only for the most
3878
- intrepid Rusticians .
3878
+ intrepid Rustaceans .
3879
3879
* Benchmark compilations are showing a 30% improvement in
3880
3880
bootstrapping over 1.1.
3881
3881
@@ -4741,7 +4741,7 @@ Version 0.11.0 (2014-07-02)
4741
4741
* Libraries
4742
4742
* The standard library is now a "facade" over a number of underlying
4743
4743
libraries. This means that development on the standard library should
4744
- be speeder due to smaller crates, as well as a clearer line between
4744
+ be speedier due to smaller crates, as well as a clearer line between
4745
4745
all dependencies.
4746
4746
* A new library, libcore, lives under the standard library's facade
4747
4747
which is Rust's "0-assumption" library, suitable for embedded and
0 commit comments