<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/run-pass/deriving-clone-struct.rs, branch 1.6.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.6.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.6.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-03-26T19:10:22+00:00</updated>
<entry>
<title>Mass rename uint/int to usize/isize</title>
<updated>2015-03-26T19:10:22+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-03-26T00:06:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=43bfaa4a336095eb5697fb2df50909fd3c72ed14'/>
<id>urn:sha1:43bfaa4a336095eb5697fb2df50909fd3c72ed14</id>
<content type='text'>
Now that support has been removed, all lingering use cases are renamed.
</content>
</entry>
<entry>
<title>rustdoc: Replace no-pretty-expanded with pretty-expanded</title>
<updated>2015-03-23T21:40:26+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2015-03-22T20:13:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8c93a79e387f5197e8b8fe73b3d87d2b101b7c4a'/>
<id>urn:sha1:8c93a79e387f5197e8b8fe73b3d87d2b101b7c4a</id>
<content type='text'>
Now that features must be declared expanded source often does not compile.
This adds 'pretty-expanded' to a bunch of test cases that still work.
</content>
</entry>
<entry>
<title>Use `derive` rather than `deriving` in tests</title>
<updated>2015-01-02T10:05:22+00:00</updated>
<author>
<name>Nick Cameron</name>
<email>ncameron@mozilla.com</email>
</author>
<published>2014-12-31T04:32:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=30e149231c627e61524d1b5bd6357886befae9e6'/>
<id>urn:sha1:30e149231c627e61524d1b5bd6357886befae9e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed DeepClone. Issue #12698.</title>
<updated>2014-03-08T20:09:00+00:00</updated>
<author>
<name>Michael Darakananda</name>
<email>pongad@gmail.com</email>
</author>
<published>2014-03-05T06:19:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=438893b36fe241b37eb76250f7c38ac8832f5706'/>
<id>urn:sha1:438893b36fe241b37eb76250f7c38ac8832f5706</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove the `float` type</title>
<updated>2013-10-01T18:54:10+00:00</updated>
<author>
<name>Daniel Micay</name>
<email>danielmicay@gmail.com</email>
</author>
<published>2013-09-26T06:26:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c9d4ad07c4c166d655f11862e03c10100dcb704b'/>
<id>urn:sha1:c9d4ad07c4c166d655f11862e03c10100dcb704b</id>
<content type='text'>
It is simply defined as `f64` across every platform right now.

A use case hasn't been presented for a `float` type defined as the
highest precision floating point type implemented in hardware on the
platform. Performance-wise, using the smallest precision correct for the
use case greatly saves on cache space and allows for fitting more
numbers into SSE/AVX registers.

If there was a use case, this could be implemented as simply a type
alias or a struct thanks to `#[cfg(...)]`.

Closes #6592

The mailing list thread, for reference:

https://mail.mozilla.org/pipermail/rust-dev/2013-July/004632.html
</content>
</entry>
<entry>
<title>Fix run-pass tests to have 'pub fn main'</title>
<updated>2013-09-25T07:43:37+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-09-25T07:43:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=30862a64c29985b044d9bf6f74fcf1394bc145c7'/>
<id>urn:sha1:30862a64c29985b044d9bf6f74fcf1394bc145c7</id>
<content type='text'>
This is required by the check-fast target because each test is slurped up into a
submodule.
</content>
</entry>
<entry>
<title>syntax: implement #[deriving(DeepClone)]. Fixes #6514.</title>
<updated>2013-05-16T12:55:08+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2013-05-16T04:15:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cd2eb4701fc16e7acd6934759be043b1f7e5586d'/>
<id>urn:sha1:cd2eb4701fc16e7acd6934759be043b1f7e5586d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test: replace uses of old deriving attribute with new one</title>
<updated>2013-03-22T10:30:53+00:00</updated>
<author>
<name>Andrew Paseltiner</name>
<email>apaseltiner@gmail.com</email>
</author>
<published>2013-03-20T15:42:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ec960963c15d833d33559e3adef9da41d30399e4'/>
<id>urn:sha1:ec960963c15d833d33559e3adef9da41d30399e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core: implement Clone for primitive types</title>
<updated>2013-03-09T17:14:12+00:00</updated>
<author>
<name>Andrew Paseltiner</name>
<email>apaseltiner@gmail.com</email>
</author>
<published>2013-03-09T17:14:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bef5396af68b5a7d181bef70a920a910416d9094'/>
<id>urn:sha1:bef5396af68b5a7d181bef70a920a910416d9094</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libsyntax: Implement `#[deriving_clone]`</title>
<updated>2013-03-05T00:13:15+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-03-04T23:33:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0643df28a33f122af9cfbdf49970ab55ae08f106'/>
<id>urn:sha1:0643df28a33f122af9cfbdf49970ab55ae08f106</id>
<content type='text'>
</content>
</entry>
</feed>
