<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustdoc/clean/utils, branch try-perf</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try-perf</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try-perf'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-05-23T12:37:56+00:00</updated>
<entry>
<title>Simplify `format_integer_with_underscore_sep`</title>
<updated>2025-05-23T12:37:56+00:00</updated>
<author>
<name>Yotam Ofek</name>
<email>yotam.ofek@gmail.com</email>
</author>
<published>2025-05-21T21:03:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5b47d340d360760dd6d33587c0431414cf550ac9'/>
<id>urn:sha1:5b47d340d360760dd6d33587c0431414cf550ac9</id>
<content type='text'>
Only ever needs to handle decimal reprs
</content>
</entry>
<entry>
<title>Valid underscores in hex/octal/binary literal docs</title>
<updated>2021-05-04T00:11:09+00:00</updated>
<author>
<name>Smitty</name>
<email>me@smitop.com</email>
</author>
<published>2021-04-08T21:18:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f84b4c51ce08a5db9a45017362a27cc33e6af34d'/>
<id>urn:sha1:f84b4c51ce08a5db9a45017362a27cc33e6af34d</id>
<content type='text'>
Currently hex/octal/binary literals with computed values are displayed
like `0_xff_fff_fffu32`, which is invalid since underscores can't be in
the middle of integer prefixes. This properly formats prefixed integers.
</content>
</entry>
</feed>
