<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/run-make/wasm-stringify-ints-small, 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>2023-01-11T09:32:08+00:00</updated>
<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>
<entry>
<title>Diagnose missing includes in run-make tests</title>
<updated>2022-08-23T08:06:06+00:00</updated>
<author>
<name>Tomasz Miąsko</name>
<email>tomasz.miasko@gmail.com</email>
</author>
<published>2022-08-23T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ba74a628adfa70be5b13b6588715f0d5abd1bd5c'/>
<id>urn:sha1:ba74a628adfa70be5b13b6588715f0d5abd1bd5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change opt-level from 2 back to 3</title>
<updated>2020-01-30T20:40:14+00:00</updated>
<author>
<name>Gregor Peach</name>
<email>gregorpeach@gmail.com</email>
</author>
<published>2020-01-04T23:40:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0d52c562db18e85cf53078c9ddb40abe469a4aab'/>
<id>urn:sha1:0d52c562db18e85cf53078c9ddb40abe469a4aab</id>
<content type='text'>
In Cargo.toml, the opt-level for `release` and `bench` was
overridden to be 2. This was to work around a problem with LLVM
7. However, rust no longer uses LLVM 7, so this is no longer
needed.

This creates a small compile time regression in MIR constant eval,
so I've added a #[inline(always)] on the `step` function used in
const eval

Also creates a binary size increase in wasm-stringify-ints-small,
so I've bumped the limit there.
</content>
</entry>
<entry>
<title>Don't shadow the provided `stringify!` macro in a wasm code size test case</title>
<updated>2019-02-08T09:09:36+00:00</updated>
<author>
<name>Nick Fitzgerald</name>
<email>fitzgen@gmail.com</email>
</author>
<published>2019-02-08T09:04:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f00f0e676887c8970858897836aa1e8a81d8aa60'/>
<id>urn:sha1:f00f0e676887c8970858897836aa1e8a81d8aa60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use write_char for writing padding characters</title>
<updated>2019-02-08T09:07:08+00:00</updated>
<author>
<name>Nick Fitzgerald</name>
<email>fitzgen@gmail.com</email>
</author>
<published>2019-02-08T09:02:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8fea7054b9c77a7dcf242ce84cfc0a58d81a9c00'/>
<id>urn:sha1:8fea7054b9c77a7dcf242ce84cfc0a58d81a9c00</id>
<content type='text'>
Removes some unsafe *and* saves almost half a kilobyte of code size.
</content>
</entry>
<entry>
<title>Add a wasm code size test for stringifying numbers</title>
<updated>2019-02-08T09:07:08+00:00</updated>
<author>
<name>Nick Fitzgerald</name>
<email>fitzgen@gmail.com</email>
</author>
<published>2019-02-07T16:05:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=05df9ff41537bab6586eea7ad9272eeb611e09e1'/>
<id>urn:sha1:05df9ff41537bab6586eea7ad9272eeb611e09e1</id>
<content type='text'>
</content>
</entry>
</feed>
