<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/bench/shootout-threadring.rs, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2016-01-29T21:54:30+00:00</updated>
<entry>
<title>Remove src/test/bench</title>
<updated>2016-01-29T21:54:30+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2016-01-29T02:44:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=005c9624bbd1cae81b1e9185743e332e160bb5c7'/>
<id>urn:sha1:005c9624bbd1cae81b1e9185743e332e160bb5c7</id>
<content type='text'>
I don't believe these test cases have served any purpose in years.

The shootout benchmarks are now upstreamed. A new benchmark suite
should rather be maintained out of tree.
</content>
</entry>
<entry>
<title>rollup merge of #22435: aturon/final-stab-thread</title>
<updated>2015-02-18T01:27:44+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-02-17T23:19:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d8450d69bbb7bb5c288fba01295551b78a5a8c03'/>
<id>urn:sha1:d8450d69bbb7bb5c288fba01295551b78a5a8c03</id>
<content type='text'>
Conflicts:
	src/test/bench/rt-messaging-ping-pong.rs
	src/test/bench/rt-parfib.rs
	src/test/bench/task-perf-spawnalot.rs
</content>
</entry>
<entry>
<title>Fallout from stabilization</title>
<updated>2015-02-17T23:14:17+00:00</updated>
<author>
<name>Aaron Turon</name>
<email>aturon@mozilla.com</email>
</author>
<published>2015-02-17T23:10:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d0de2b46e9bcca93971ef64d6ecdef872633f246'/>
<id>urn:sha1:d0de2b46e9bcca93971ef64d6ecdef872633f246</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace some uses of deprecated os functions</title>
<updated>2015-02-16T14:19:24+00:00</updated>
<author>
<name>Simonas Kazlauskas</name>
<email>git@kazlauskas.me</email>
</author>
<published>2015-02-16T14:04:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7d941fa61fa38f13347de8e0522e9084683795e3'/>
<id>urn:sha1:7d941fa61fa38f13347de8e0522e9084683795e3</id>
<content type='text'>
This commit mostly replaces some of the uses of os::args with env::args.
</content>
</entry>
<entry>
<title>Cleanup getenv from tests and benchmarks</title>
<updated>2015-02-13T20:08:05+00:00</updated>
<author>
<name>Simonas Kazlauskas</name>
<email>git@kazlauskas.me</email>
</author>
<published>2015-02-13T20:08:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=220bf41d252048310632bc357eb2de2cc2e62e8c'/>
<id>urn:sha1:220bf41d252048310632bc357eb2de2cc2e62e8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Stabilize FromStr and parse</title>
<updated>2015-01-30T16:52:44+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-01-28T06:52:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0cdde6e5e015ee6f6d9381ab624a312af7c9b069'/>
<id>urn:sha1:0cdde6e5e015ee6f6d9381ab624a312af7c9b069</id>
<content type='text'>
This commits adds an associated type to the `FromStr` trait representing an
error payload for parses which do not succeed. The previous return value,
`Option&lt;Self&gt;` did not allow for this form of payload. After the associated type
was added, the following attributes were applied:

* `FromStr` is now stable
* `FromStr::Err` is now stable
* `FromStr::from_str` is now stable
* `StrExt::parse` is now stable
* `FromStr for bool` is now stable
* `FromStr for $float` is now stable
* `FromStr for $integral` is now stable
* Errors returned from stable `FromStr` implementations are stable
* Errors implement `Display` and `Error` (both impl blocks being `#[stable]`)

Closes #15138
</content>
</entry>
<entry>
<title>fix shootout-threadring.rs</title>
<updated>2015-01-10T23:10:26+00:00</updated>
<author>
<name>Guillaume Pinot</name>
<email>texitoi@texitoi.eu</email>
</author>
<published>2015-01-10T23:10:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8af47508e9dcc9537468989ccf7f656024ead176'/>
<id>urn:sha1:8af47508e9dcc9537468989ccf7f656024ead176</id>
<content type='text'>
Without joining the threads, the program can finish before the end of the trip
of the token.
</content>
</entry>
<entry>
<title>bench: fix a few compiler warnings</title>
<updated>2015-01-08T07:11:16+00:00</updated>
<author>
<name>Tshepang Lekhonkhobe</name>
<email>tshepang@gmail.com</email>
</author>
<published>2015-01-07T21:39:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0f4ee2d87e77e311201ce7cbf523d2632809ce35'/>
<id>urn:sha1:0f4ee2d87e77e311201ce7cbf523d2632809ce35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fallout from stabilization</title>
<updated>2015-01-06T22:57:52+00:00</updated>
<author>
<name>Aaron Turon</name>
<email>aturon@mozilla.com</email>
</author>
<published>2015-01-06T05:59:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=caca9b2e7109a148d100a3c6851241d3815da3db'/>
<id>urn:sha1:caca9b2e7109a148d100a3c6851241d3815da3db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove deprecated functionality</title>
<updated>2015-01-04T07:43:57+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-01-02T07:53:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7d8d06f86b48520814596bd5363d2b82bc619774'/>
<id>urn:sha1:7d8d06f86b48520814596bd5363d2b82bc619774</id>
<content type='text'>
This removes a large array of deprecated functionality, regardless of how
recently it was deprecated. The purpose of this commit is to clean out the
standard libraries and compiler for the upcoming alpha release.

Some notable compiler changes were to enable warnings for all now-deprecated
command line arguments (previously the deprecated versions were silently
accepted) as well as removing deriving(Zero) entirely (the trait was removed).

The distribution no longer contains the libtime or libregex_macros crates. Both
of these have been deprecated for some time and are available externally.
</content>
</entry>
</feed>
