<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/run-pass/float2.rs, branch release-0.4</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=release-0.4</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=release-0.4'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2011-12-16T10:46:57+00:00</updated>
<entry>
<title>Make 1.f parse as a field access on the integer 1</title>
<updated>2011-12-16T10:46:57+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-12-16T09:11:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4f826d81f611aa9486b25e1e123b24131659bd51'/>
<id>urn:sha1:4f826d81f611aa9486b25e1e123b24131659bd51</id>
<content type='text'>
A dot is only considered part of a number when not followed by a letter

Closes #1306
</content>
</entry>
<entry>
<title>Reformat</title>
<updated>2011-08-20T18:04:00+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2011-08-19T22:16:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=518dc52f85c2efb67aaa1208c02e9a7e0bdaca49'/>
<id>urn:sha1:518dc52f85c2efb67aaa1208c02e9a7e0bdaca49</id>
<content type='text'>
This changes the indexing syntax from .() to [], the vector syntax from ~[] to
[] and the extension syntax from #fmt() to #fmt[]
</content>
</entry>
<entry>
<title>Reformat for new syntax</title>
<updated>2011-07-27T13:54:33+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-07-27T12:19:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=df7f21db093b0f206048b18e977161f91b7c28f1'/>
<id>urn:sha1:df7f21db093b0f206048b18e977161f91b7c28f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat source tree (minus a couple tests that are still grumpy).</title>
<updated>2011-06-15T18:19:50+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-06-15T18:19:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ce72993488af962892ea3991aef7b9f6e72e40f0'/>
<id>urn:sha1:ce72993488af962892ea3991aef7b9f6e72e40f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove xfail-boot lines from tests</title>
<updated>2011-05-15T01:05:22+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>andersrb@gmail.com</email>
</author>
<published>2011-05-15T01:05:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f33d490032cbfdfcf870fb86f192261c6e6628f2'/>
<id>urn:sha1:f33d490032cbfdfcf870fb86f192261c6e6628f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Un-revert "Use different syntax for checks that matter to typestate", fixing the problem.</title>
<updated>2011-05-03T00:50:46+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2011-05-03T00:47:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=147a2d655f86c66b6edfebc20b927a8de8668722'/>
<id>urn:sha1:147a2d655f86c66b6edfebc20b927a8de8668722</id>
<content type='text'>
This reverts commit d08b443fffb1181d8d45ae5d061412f202dd4118.
</content>
</entry>
<entry>
<title>Revert "Use different syntax for checks that matter to typestate"</title>
<updated>2011-05-03T00:35:33+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-05-02T23:24:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d08b443fffb1181d8d45ae5d061412f202dd4118'/>
<id>urn:sha1:d08b443fffb1181d8d45ae5d061412f202dd4118</id>
<content type='text'>
This reverts commit aa25f22f197682de3b18fc4c8ba068d1feda220f. It broke stage2, not sure why yet.
</content>
</entry>
<entry>
<title>Use different syntax for checks that matter to typestate</title>
<updated>2011-05-02T19:16:29+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2011-05-02T18:23:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aa25f22f197682de3b18fc4c8ba068d1feda220f'/>
<id>urn:sha1:aa25f22f197682de3b18fc4c8ba068d1feda220f</id>
<content type='text'>
This giant commit changes the syntax of Rust to use "assert" for
"check" expressions that didn't mean anything to the typestate
system, and continue using "check" for checks that are used as
part of typestate checking.

Most of the changes are just replacing "check" with "assert" in test
cases and rustc.
</content>
</entry>
<entry>
<title>Switch xfail system to use comments embedded in source files.</title>
<updated>2011-03-25T19:19:20+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-03-25T19:19:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=49d9d5688e12a7874cd6e06c0122577e6b7d1167'/>
<id>urn:sha1:49d9d5688e12a7874cd6e06c0122577e6b7d1167</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Further support for floating-point. Literals with exponents work</title>
<updated>2011-03-23T00:31:27+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2011-03-23T00:25:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=23e23bd762a4b5a14ff2abcbabfd2349621a3dbe'/>
<id>urn:sha1:23e23bd762a4b5a14ff2abcbabfd2349621a3dbe</id>
<content type='text'>
and literals with the 'f32' or 'f64' suffixes work as well. In
addition, logging things with the f32 or f64 type works. (float is
still assumed to be a synonym for f64).
</content>
</entry>
</feed>
