<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/mir-dataflow, branch beta</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=beta</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=beta'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-04-15T22:57:15+00:00</updated>
<entry>
<title>Improve `borrowck_graphviz_*` documentation.</title>
<updated>2025-04-15T22:57:15+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2025-04-15T22:57:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=62882f355e50f9af3ddb84661dfad0559848a3f5'/>
<id>urn:sha1:62882f355e50f9af3ddb84661dfad0559848a3f5</id>
<content type='text'>
In particular, `borrowck_graphviz_preflow` no longer exists.
</content>
</entry>
<entry>
<title>compiletest: Support matching on diagnostics without a span</title>
<updated>2025-03-25T14:33:09+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2025-03-23T12:50:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8d5109aa6ea1b54a560774eb95ba7c1b8d404faa'/>
<id>urn:sha1:8d5109aa6ea1b54a560774eb95ba7c1b8d404faa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the `DefinitelyInitializedPlaces` analysis.</title>
<updated>2024-11-22T06:02:04+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-11-22T03:39:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ae9ac0e383b8054ccded79ce26e48a14b485cb3c'/>
<id>urn:sha1:ae9ac0e383b8054ccded79ce26e48a14b485cb3c</id>
<content type='text'>
Its only use is in the `tests/ui/mir-dataflow/def_inits-1.rs` where it
is tested via `rustc_peek_definite_init`.

Also, it's probably buggy. It's supposed to be the inverse of
`MaybeUninitializedPlaces`, and it mostly is, except that
`apply_terminator_effect` is a little different, and
`apply_switch_int_edge_effects` is missing. Unlike
`MaybeUninitializedPlaces`, which is used extensively in borrow
checking, any bugs in `DefinitelyInitializedPlaces` are easy to overlook
because it is only used in one small test.

This commit removes the analysis. It also removes
`rustc_peek_definite_init`, `Dual` and `MeetSemiLattice`, all of which
are no longer needed.
</content>
</entry>
<entry>
<title>Move /src/test to /tests</title>
<updated>2023-01-11T09:32:08+00:00</updated>
<author>
<name>Albert Larsan</name>
<email>74931857+albertlarsan68@users.noreply.github.com</email>
</author>
<published>2023-01-05T08:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf2dff2b1e3fa55fa5415d524200070d0d7aacfe'/>
<id>urn:sha1:cf2dff2b1e3fa55fa5415d524200070d0d7aacfe</id>
<content type='text'>
</content>
</entry>
</feed>
