<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/test.rs, branch try-perf</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try-perf</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try-perf'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2013-05-23T04:57:05+00:00</updated>
<entry>
<title>libstd: Rename libcore to libstd and libstd to libextra; update makefiles.</title>
<updated>2013-05-23T04:57:05+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-05-17T17:45:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0c820d4123c754522b0655e9e74f692c55685bfa'/>
<id>urn:sha1:0c820d4123c754522b0655e9e74f692c55685bfa</id>
<content type='text'>
This only changes the directory names; it does not change the "real"
metadata names.
</content>
</entry>
<entry>
<title>Remove all unnecessary allocations (as flagged by lint)</title>
<updated>2013-05-20T21:10:40+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-05-19T05:07:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=82fa0018c80c8f64cb1b446a7e59492d9ad97b1d'/>
<id>urn:sha1:82fa0018c80c8f64cb1b446a7e59492d9ad97b1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use assert_eq! rather than assert! where possible</title>
<updated>2013-05-19T12:16:02+00:00</updated>
<author>
<name>Corey Richardson</name>
<email>corey@octayn.net</email>
</author>
<published>2013-05-19T02:02:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cc57ca012a1f49875e19b1b089c91928dc339979'/>
<id>urn:sha1:cc57ca012a1f49875e19b1b089c91928dc339979</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename vec::len(var) to var.len()</title>
<updated>2013-05-15T02:05:28+00:00</updated>
<author>
<name>Youngmin Yoo</name>
<email>youngmin.yoo@samsung.com</email>
</author>
<published>2013-05-14T09:52:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a2a8596c3dd963e7b51f11998cffc46033bf6d63'/>
<id>urn:sha1:a2a8596c3dd963e7b51f11998cffc46033bf6d63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use static string with fail!() and remove fail!(fmt!())</title>
<updated>2013-05-14T14:36:23+00:00</updated>
<author>
<name>Björn Steinbrink</name>
<email>bsteinbr@gmail.com</email>
</author>
<published>2013-05-05T22:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bdc182cc41c2741edc6fdc4ec09b8522479aab40'/>
<id>urn:sha1:bdc182cc41c2741edc6fdc4ec09b8522479aab40</id>
<content type='text'>
fail!() used to require owned strings but can handle static strings
now. Also, it can pass its arguments to fmt!() on its own, no need for
the caller to call fmt!() itself.
</content>
</entry>
<entry>
<title>clean up the last bit of warnings</title>
<updated>2013-05-12T03:36:47+00:00</updated>
<author>
<name>Corey Richardson</name>
<email>corey@octayn.net</email>
</author>
<published>2013-05-11T10:07:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a279d6510251ebd3956c74ffe4b12bd49074da9c'/>
<id>urn:sha1:a279d6510251ebd3956c74ffe4b12bd49074da9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Warning police</title>
<updated>2013-05-12T03:36:44+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2013-05-09T20:27:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ed4186446492e141a4dc37829dc9599133d00dd0'/>
<id>urn:sha1:ed4186446492e141a4dc37829dc9599133d00dd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>auto merge of #6349 : thestinger/rust/explicit_copy, r=thestinger</title>
<updated>2013-05-09T18:18:43+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2013-05-09T18:18:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ce9c0225c451c00c3eebe4e496185143a18814b9'/>
<id>urn:sha1:ce9c0225c451c00c3eebe4e496185143a18814b9</id>
<content type='text'>
I removed some of the copies, but most are just made explicit. The usage in `libcore` was already fixed, but the attribute was only set to warn (not removed).
</content>
</entry>
<entry>
<title>remove vecs_implicitly_copyable from libstd/libcore</title>
<updated>2013-05-09T18:00:53+00:00</updated>
<author>
<name>Daniel Micay</name>
<email>danielmicay@gmail.com</email>
</author>
<published>2013-05-09T02:44:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2bc12635a24abf710304c06a91dbf3709cba8fd4'/>
<id>urn:sha1:2bc12635a24abf710304c06a91dbf3709cba8fd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn</title>
<updated>2013-05-09T10:51:32+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2013-05-09T10:51:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ca95e7f94ed7b9f793a061bd0a7cc4d74de6b10d'/>
<id>urn:sha1:ca95e7f94ed7b9f793a061bd0a7cc4d74de6b10d</id>
<content type='text'>
Hi there,

Really enjoying Rust. Noticed a few typos so I searched around for a few more--here's some fixes.

Ran `make check` and got `summary of 24 test runs: 4868 passed; 0 failed; 330 ignored`.

Thanks!

Sean
</content>
</entry>
</feed>
