<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/float, branch 1.84.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.84.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.84.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-10-05T08:13:18+00:00</updated>
<entry>
<title>move f16/f128 const fn under f16/f128 feature gate</title>
<updated>2024-10-05T08:13:18+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-10-04T15:43:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0cd0f7ceef442f2767024df261d3898db23402d8'/>
<id>urn:sha1:0cd0f7ceef442f2767024df261d3898db23402d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #130157 - eduardosm:stabilize-const_float_classify, r=RalfJung</title>
<updated>2024-10-04T18:03:16+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2024-10-04T18:03:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=14f303bc1430a78ddaa91b3e104bbe4c0413184e'/>
<id>urn:sha1:14f303bc1430a78ddaa91b3e104bbe4c0413184e</id>
<content type='text'>
Stabilize `const_float_classify`

Tracking issue: https://github.com/rust-lang/rust/issues/72505

Also reverts https://github.com/rust-lang/rust/pull/114486

Closes https://github.com/rust-lang/rust/issues/72505

Stabilized const API:

```rust
impl f32 {
    pub const fn is_nan(self) -&gt; bool;
    pub const fn is_infinite(self) -&gt; bool;
    pub const fn is_finite(self) -&gt; bool;
    pub const fn is_subnormal(self) -&gt; bool;
    pub const fn is_normal(self) -&gt; bool;
    pub const fn classify(self) -&gt; FpCategory;
    pub const fn is_sign_positive(self) -&gt; bool;
    pub const fn is_sign_negative(self) -&gt; bool;
}

impl f64 {
    pub const fn is_nan(self) -&gt; bool;
    pub const fn is_infinite(self) -&gt; bool;
    pub const fn is_finite(self) -&gt; bool;
    pub const fn is_subnormal(self) -&gt; bool;
    pub const fn is_normal(self) -&gt; bool;
    pub const fn classify(self) -&gt; FpCategory;
    pub const fn is_sign_positive(self) -&gt; bool;
    pub const fn is_sign_negative(self) -&gt; bool;
}
```

cc `@rust-lang/wg-const-eval` `@rust-lang/libs-api`
</content>
</entry>
<entry>
<title>Revert "Avoid invalid NaN lint machine-applicable suggestion in const context"</title>
<updated>2024-09-25T16:54:33+00:00</updated>
<author>
<name>Eduardo Sánchez Muñoz</name>
<email>eduardosm-dev@e64.io</email>
</author>
<published>2024-09-09T16:20:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c39ae569d6ab2fa3e8be19cb68d42732bbf082d4'/>
<id>urn:sha1:c39ae569d6ab2fa3e8be19cb68d42732bbf082d4</id>
<content type='text'>
Reverts PR https://github.com/rust-lang/rust/pull/114486 (commit 1305a43d0a0c02cb224ab626745bd94af59c6098)
</content>
</entry>
<entry>
<title>move a test to a better location</title>
<updated>2024-09-12T06:08:38+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-09-11T18:26:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b72b42d36faf301f8cd6c31372525ab69ed752cc'/>
<id>urn:sha1:b72b42d36faf301f8cd6c31372525ab69ed752cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>simplify float::classify logic</title>
<updated>2024-09-12T06:08:38+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-09-11T08:53:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7f7c73bd9c1f0b27078f65fc16ce79dff9d25827'/>
<id>urn:sha1:7f7c73bd9c1f0b27078f65fc16ce79dff9d25827</id>
<content type='text'>
</content>
</entry>
<entry>
<title>enable and extend float-classify test</title>
<updated>2024-09-10T23:47:01+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-08-31T20:23:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3daa9518d5234d0768ba8ea81fd19c372ab98445'/>
<id>urn:sha1:3daa9518d5234d0768ba8ea81fd19c372ab98445</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move float tests into their own dir</title>
<updated>2024-09-10T23:05:37+00:00</updated>
<author>
<name>Jubilee Young</name>
<email>workingjubilee@gmail.com</email>
</author>
<published>2024-09-10T23:05:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c40ee79b849daee16f3ab07a5e2bae409d40aca1'/>
<id>urn:sha1:c40ee79b849daee16f3ab07a5e2bae409d40aca1</id>
<content type='text'>
</content>
</entry>
</feed>
