You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`--enable-commonmark`. This will use the new parser instead of the old one.
155
+
Please give it a try! As far as we know, both parsers will produce identical
156
+
results, but we'd be interested in knowing if you find a scenario where the
157
+
rendered results differ!
158
+
159
+
Finally, compiling `rustc` itself is now [15%-20%
160
+
faster](https://github.com/rust-lang/rust/pull/41469). Each commit message in
161
+
this PR goes over the details, but the short of it is that there were some
162
+
inefficient things, and now they've been cleaned up.
160
163
161
164
See the [detailed release notes][notes] for more.
162
165
@@ -166,7 +169,7 @@ Seven new APIs were stabilized this release:
166
169
167
170
-[`Child::try_wait`] is a non-blocking form of `Child::wait`.
168
171
-[`HashMap::retain`] and [`HashSet::retain`] bring the `retain` API `Vec<T>` has to these two hash data structures.
169
-
-[`PeekMut::pop`] lets you pop stuff off of a `BinaryHeap<T>`
172
+
-[`PeekMut::pop`] lets you pop the top element from a `BinaryHeap<T>` after you've already peeked at it without needing to reorder the heap a second time.
170
173
-[`TcpStream::peek`], [`UdpSocket::peek`], [`UdpSocket::peek_from`] let you peek at a stream or socket.
0 commit comments