<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/rust.git/src/liballoc/slice.rs, branch tmp-nightly</title>
<subtitle>github.com: rust-lang/rust.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rust.git/'/>
<entry>
<title>mv std libs to library/</title>
<updated>2020-07-27T14:50:25+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://91.123.203.49/cgit/delta/rust.git/commit/?id=94543a003df852c9220261f56e2d691ded1b8907'/>
<id>94543a003df852c9220261f56e2d691ded1b8907</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rollup merge of #74143 - pickfire:patch-2, r=jonas-schievink</title>
<updated>2020-07-09T18:50:42+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2020-07-09T18:50:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rust.git/commit/?id=2d432ae35bc95dafba090a1b78cc17f2fbdbecb9'/>
<id>2d432ae35bc95dafba090a1b78cc17f2fbdbecb9</id>
<content type='text'>
Try remove unneeded ToString import in liballoc slice
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Try remove unneeded ToString import in liballoc slice
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unneeded ToString import in liballoc slice</title>
<updated>2020-07-08T04:47:19+00:00</updated>
<author>
<name>Ivan Tham</name>
<email>pickfire@riseup.net</email>
</author>
<published>2020-07-08T04:47:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rust.git/commit/?id=09654430017b9ed8488ca45c414410af1417a482'/>
<id>09654430017b9ed8488ca45c414410af1417a482</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Liballoc use vec instead of vector</title>
<updated>2020-07-08T04:44:43+00:00</updated>
<author>
<name>Ivan Tham</name>
<email>pickfire@riseup.net</email>
</author>
<published>2020-07-08T04:44:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rust.git/commit/?id=7bc85e29c94084a5b24af4b38a6d9dd7f9177f06'/>
<id>7bc85e29c94084a5b24af4b38a6d9dd7f9177f06</id>
<content type='text'>
Keep congruency with other parts, full word vector is rarely used.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Keep congruency with other parts, full word vector is rarely used.</pre>
</div>
</content>
</entry>
<entry>
<title>`#[deny(unsafe_op_in_unsafe_fn)]` in liballoc</title>
<updated>2020-06-19T11:47:01+00:00</updated>
<author>
<name>LeSeulArtichaut</name>
<email>leseulartichaut@gmail.com</email>
</author>
<published>2020-05-28T21:27:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rust.git/commit/?id=39e29ce4d08674734e2f2759607b1486db7d0fde'/>
<id>39e29ce4d08674734e2f2759607b1486db7d0fde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Explain why we shouldn't add inline attr to into_vec</title>
<updated>2020-04-18T16:03:43+00:00</updated>
<author>
<name>Yuki Okushi</name>
<email>huyuumi.dev@gmail.com</email>
</author>
<published>2020-04-18T16:03:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rust.git/commit/?id=1a461598280f3f0ed047c89d1f2ec10be354e609'/>
<id>1a461598280f3f0ed047c89d1f2ec10be354e609</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Auto merge of #71204 - JohnTitor:into-vec, r=wesleywiser</title>
<updated>2020-04-18T08:03:38+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2020-04-18T08:03:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rust.git/commit/?id=9d430cb351d63c07bc6d71d8a58e2516acccc729'/>
<id>9d430cb351d63c07bc6d71d8a58e2516acccc729</id>
<content type='text'>
perf: Remove inline attribute from `into_vec()`

It was introduced in #70565 and is likely related to this perf results: https://perf.rust-lang.org/compare.html?start=1edcfc83c6a08ddc5e63fc652b149baea0236e7c&amp;end=d249d756374737eb014079901ac132f1e1ed905e&amp;stat=instructions:u
Let's check if it's related to that.
r? @wesleywiser could you kick off perf check? I don't think I can do it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
perf: Remove inline attribute from `into_vec()`

It was introduced in #70565 and is likely related to this perf results: https://perf.rust-lang.org/compare.html?start=1edcfc83c6a08ddc5e63fc652b149baea0236e7c&amp;end=d249d756374737eb014079901ac132f1e1ed905e&amp;stat=instructions:u
Let's check if it's related to that.
r? @wesleywiser could you kick off perf check? I don't think I can do it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove inline attribute from `into_vec()`</title>
<updated>2020-04-16T15:23:44+00:00</updated>
<author>
<name>Yuki Okushi</name>
<email>huyuumi.dev@gmail.com</email>
</author>
<published>2020-04-16T15:23:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rust.git/commit/?id=c2f24a1d9467715532ade546d0a49fc878e2831c'/>
<id>c2f24a1d9467715532ade546d0a49fc878e2831c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</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://91.123.203.49/cgit/delta/rust.git/commit/?id=88612e3657ce48f3d8ec25f699f8b9c1e55889bf'/>
<id>88612e3657ce48f3d8ec25f699f8b9c1e55889bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tighten time complexity on the doc</title>
<updated>2020-04-14T14:51:03+00:00</updated>
<author>
<name>mi_sawa</name>
<email>mi.sawa.1216+git@gmail.com</email>
</author>
<published>2020-04-14T14:51:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/rust.git/commit/?id=408dc369804d53254aea6409c35eea43e6e460b1'/>
<id>408dc369804d53254aea6409c35eea43e6e460b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
