<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/collections, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-07-28T00:51:13+00:00</updated>
<entry>
<title>mv std libs to library/</title>
<updated>2020-07-28T00:51:13+00:00</updated>
<author>
<name>mark</name>
<email>markm@cs.wisc.edu</email>
</author>
<published>2020-06-12T02:31:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2c31b45ae878b821975c4ebd94cc1e49f6073fd0'/>
<id>urn:sha1:2c31b45ae878b821975c4ebd94cc1e49f6073fd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #74010 - pierwill:pierwill-o-notation, r=GuillaumeGomez</title>
<updated>2020-07-20T10:19:58+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2020-07-20T10:19:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=71384101ea3b030b80f7def80a37f67e148518b0'/>
<id>urn:sha1:71384101ea3b030b80f7def80a37f67e148518b0</id>
<content type='text'>
Use italics for O notation

In documentation, I think it makes sense to italicize O notation (*O(n)*) as opposed to using back-ticks (`O(n)`). Visually, back-ticks focus the reader on the literal characters being used, making them ideal for representing code. Using italics, as far I can tell, more closely follows typographic conventions in mathematics and computer science.

Just a suggestion, of course! 😇
</content>
</entry>
<entry>
<title>Use italics for O notation</title>
<updated>2020-07-20T04:43:39+00:00</updated>
<author>
<name>pierwill</name>
<email>pierwill@users.noreply.github.com</email>
</author>
<published>2020-07-03T19:13:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=76b8420168a2e14abf025a07ee4e32d87956d940'/>
<id>urn:sha1:76b8420168a2e14abf025a07ee4e32d87956d940</id>
<content type='text'>
Co-authored-by: Guillaume Gomez &lt;guillaume1.gomez@gmail.com&gt;
</content>
</entry>
<entry>
<title>Use intra-doc links on HashSet</title>
<updated>2020-07-18T23:13:04+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2020-07-18T19:21:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9392a5ed945e8f816d6a288029face31c40c9d10'/>
<id>urn:sha1:9392a5ed945e8f816d6a288029face31c40c9d10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use intra-doc links on HashMap</title>
<updated>2020-07-18T23:13:04+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2020-07-18T19:20:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e53fea7e061a5f669e7729093f0613d047f7dfc3'/>
<id>urn:sha1:e53fea7e061a5f669e7729093f0613d047f7dfc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove an old comment from HashMap::extend_reserve</title>
<updated>2020-05-30T00:05:17+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2020-05-26T21:03:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=10efaa37de8411272de3623ce50714d4860dc561'/>
<id>urn:sha1:10efaa37de8411272de3623ce50714d4860dc561</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Extend::{extend_one,extend_reserve}</title>
<updated>2020-05-30T00:05:17+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2020-05-13T03:09:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6700e186883a83008963d1fdba23eff2b1713e56'/>
<id>urn:sha1:6700e186883a83008963d1fdba23eff2b1713e56</id>
<content type='text'>
This adds new optional methods on `Extend`: `extend_one` add a single
element to the collection, and `extend_reserve` pre-allocates space for
the predicted number of incoming elements. These are used in `Iterator`
for `partition` and `unzip` as they shuffle elements one-at-a-time into
their respective collections.
</content>
</entry>
<entry>
<title>Add explicit references to the BuildHasher trait</title>
<updated>2020-04-29T15:04:57+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2020-04-29T14:58:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf5e4a749c13d3a472a6aed4097df5dc90194057'/>
<id>urn:sha1:cf5e4a749c13d3a472a6aed4097df5dc90194057</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More diagnostic items for Clippy usage</title>
<updated>2020-04-22T05:57:56+00:00</updated>
<author>
<name>Philipp Hansch</name>
<email>dev@phansch.net</email>
</author>
<published>2020-04-22T05:47:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=23b9f46fff4453fb90611c2fb554e004f1cec096'/>
<id>urn:sha1:23b9f46fff4453fb90611c2fb554e004f1cec096</id>
<content type='text'>
This adds a couple of more diagnostic items to be used in Clippy.
I chose these particular ones because they were the types which we seem
to check for the most in Clippy. I'm not sure if the
`cfg_attr(not(test))` is needed, but it was also used for `Vec` and a
few other types.
</content>
</entry>
<entry>
<title>big-O notation: parenthesis, multiplication and backticks</title>
<updated>2020-04-15T12:33:45+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2020-04-15T12:33:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=88612e3657ce48f3d8ec25f699f8b9c1e55889bf'/>
<id>urn:sha1:88612e3657ce48f3d8ec25f699f8b9c1e55889bf</id>
<content type='text'>
</content>
</entry>
</feed>
