624624----
625625
626626- [ 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 ]
628628- [ Rust now uses the official cross compiler for NetBSD] [ 40612 ]
629629- [ rustdoc now accepts ` # ` at the start of files] [ 40828 ]
630630- [ Fixed jemalloc support for musl] [ 41168 ]
@@ -1658,7 +1658,7 @@ Diagnostics
16581658-----------
16591659
16601660* [ 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 ]
16621662* [ Buffer unix and lock windows to prevent message interleaving] [ 35975 ]
16631663* [ Update lifetime errors to specifically note temporaries] [ 36171 ]
16641664* [ Special case a few colors for Windows] [ 36178 ]
@@ -1966,7 +1966,7 @@ Language
19661966 useful] ( https://github.com/rust-lang/rust/pull/34908 )
19671967* [ ` macro_rules! ` ` stmt ` matchers correctly consume the entire contents when
19681968 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
19701970 ` macro_rules! ` invocations] ( https://github.com/rust-lang/rust/pull/34660 )
19711971* [ ` cfg_attr ` works on ` path ` attributes] ( https://github.com/rust-lang/rust/pull/34546 )
19721972
@@ -2191,7 +2191,7 @@ Compatibility Notes
21912191* [ ` const ` s and ` static ` s may not have unsized types] ( https://github.com/rust-lang/rust/pull/34443 )
21922192* [ The new follow-set rules that place restrictions on ` macro_rules! `
21932193 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 ) ,
21952195 and has been a warning since 1.10.
21962196* [ ` cfg ` attribute process has been refactored to fix various bugs] ( https://github.com/rust-lang/rust/pull/33706 ) .
21972197 This causes breakage in some corner cases.
@@ -3348,7 +3348,7 @@ Libraries
33483348* ` FromStr ` is [ implemented for ` SockAddrV4 ` and ` SockAddrV6 ` ] [ 1.5s ] .
33493349* There are now ` From ` conversions [ between floating point
33503350 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
33523352 the conversions are lossless.
33533353* [ ` fs::Metadata ` implements ` Clone ` ] [ 1.5fs ] .
33543354* The ` parse ` method [ accepts a leading "+" when parsing
@@ -3548,7 +3548,7 @@ Libraries
35483548* [ ` IntoIterator ` is implemented for references to ` Option ` and
35493549 ` Result ` ] [ into2 ] .
35503550* [ ` 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
35523552 breakage in rare situations.
35533553* [ ` BinaryHeap ` implements ` Debug ` ] [ bh2 ] .
35543554* [ ` Borrow ` and ` BorrowMut ` are implemented for fixed-size
@@ -3559,7 +3559,7 @@ Libraries
35593559* ` &mut T ` where ` T: std::fmt::Write ` [ also implements
35603560 ` std::fmt::Write ` ] [ mutw ] .
35613561* [ 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
35633563 was fixed] [ vd ] .
35643564* [ Function pointers implement traits for up to 12 parameters] [ fp2 ] .
35653565
@@ -3746,7 +3746,7 @@ Libraries
37463746 [ better for long data] [ sh ] .
37473747* [ ` AtomicPtr ` ] implements [ ` Send ` ] .
37483748* 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
37503750 performance] [ rte ] .
37513751* Lifetime parameters of foreign functions [ are now resolved
37523752 properly] [ f ] .
@@ -3875,7 +3875,7 @@ Highlights
38753875* This is the first release with [ experimental support for linking
38763876 with the MSVC linker and lib C on Windows (instead of using the GNU
38773877 variants via MinGW)] [ win ] . It is yet recommended only for the most
3878- intrepid Rusticians .
3878+ intrepid Rustaceans .
38793879* Benchmark compilations are showing a 30% improvement in
38803880 bootstrapping over 1.1.
38813881
@@ -4741,7 +4741,7 @@ Version 0.11.0 (2014-07-02)
47414741 * Libraries
47424742 * The standard library is now a "facade" over a number of underlying
47434743 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
47454745 all dependencies.
47464746 * A new library, libcore, lives under the standard library's facade
47474747 which is Rust's "0-assumption" library, suitable for embedded and
0 commit comments