<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/codegen/vec-shrink-panic.rs, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-08-05T00:00:00+00:00</updated>
<entry>
<title>Make vec-shrink-panic test compatible with v0 mangling</title>
<updated>2021-08-05T00:00:00+00:00</updated>
<author>
<name>Tomasz Miąsko</name>
<email>tomasz.miasko@gmail.com</email>
</author>
<published>2021-08-05T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=46f645b6d3ff8aa7f75c6b4ce63f62bedb6f79e2'/>
<id>urn:sha1:46f645b6d3ff8aa7f75c6b4ce63f62bedb6f79e2</id>
<content type='text'>
The v0 mangling includes an instantiating crate in a mangled name,
which crates a false positive match for a word `panic`.
Rename crate name / test case to avoid the issue.
</content>
</entry>
<entry>
<title>shrink_to shouldn't panic on len greater than capacity</title>
<updated>2021-01-26T18:25:37+00:00</updated>
<author>
<name>Thom Wiggers</name>
<email>thom@thomwiggers.nl</email>
</author>
<published>2021-01-24T12:29:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d069c58e78891d453b0b17adfecd368694fd289f'/>
<id>urn:sha1:d069c58e78891d453b0b17adfecd368694fd289f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix test checking that into_boxed_slice does not panic</title>
<updated>2020-11-12T00:00:00+00:00</updated>
<author>
<name>Tomasz Miąsko</name>
<email>tomasz.miasko@gmail.com</email>
</author>
<published>2020-11-12T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=899d9b9bd505d5dbd39e22f1c6d04d516e75c769'/>
<id>urn:sha1:899d9b9bd505d5dbd39e22f1c6d04d516e75c769</id>
<content type='text'>
The memory allocation in vec might panic in the case of capacity
overflow. Move the allocation outside the function to fix the test.
</content>
</entry>
<entry>
<title>Don't panic in Vec::shrink_to_fit</title>
<updated>2020-08-18T18:45:40+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2020-08-18T18:45:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7551f3fbbd51391492520a3dc1dcc2f600644eea'/>
<id>urn:sha1:7551f3fbbd51391492520a3dc1dcc2f600644eea</id>
<content type='text'>
</content>
</entry>
</feed>
