<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_serialize/src/serialize.rs, branch 1.88.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.88.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.88.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-02-16T21:18:30+00:00</updated>
<entry>
<title>Move hashes from rustc_data_structure to rustc_hashes so they can be shared with rust-analyzer</title>
<updated>2025-02-16T21:18:30+00:00</updated>
<author>
<name>Ben Kimock</name>
<email>kimockb@gmail.com</email>
</author>
<published>2025-02-15T20:18:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4cf21866e8f18449ea0c41ee1ba031c05419d94c'/>
<id>urn:sha1:4cf21866e8f18449ea0c41ee1ba031c05419d94c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix explicit_iter_loop in rustc_serialize</title>
<updated>2024-10-16T13:44:16+00:00</updated>
<author>
<name>Michal Piotrowski</name>
<email>practicalrs.com@gmail.com</email>
</author>
<published>2024-10-16T13:44:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b2b4ad4cc94077eba1331acc534b5e36ae3e2603'/>
<id>urn:sha1:b2b4ad4cc94077eba1331acc534b5e36ae3e2603</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix needless_lifetimes in rustc_serialize</title>
<updated>2024-10-08T13:17:45+00:00</updated>
<author>
<name>Michal Piotrowski</name>
<email>practicalrs.com@gmail.com</email>
</author>
<published>2024-10-08T13:17:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7ab466697faf64aaeda40d6407c01f6bfff83fdb'/>
<id>urn:sha1:7ab466697faf64aaeda40d6407c01f6bfff83fdb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat `use` declarations.</title>
<updated>2024-07-28T22:26:52+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-07-28T22:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84ac80f1921afc243d71fd0caaa4f2838c294102'/>
<id>urn:sha1:84ac80f1921afc243d71fd0caaa4f2838c294102</id>
<content type='text'>
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
</content>
</entry>
<entry>
<title>Apply x clippy --fix and x fmt</title>
<updated>2024-05-30T01:51:27+00:00</updated>
<author>
<name>r0cky</name>
<email>mu001999@outlook.com</email>
</author>
<published>2024-05-30T01:51:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dabd05bbab9df465a580858c3e03dc1797b12deb'/>
<id>urn:sha1:dabd05bbab9df465a580858c3e03dc1797b12deb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace `NonZero::&lt;_&gt;::new` with `NonZero::new`.</title>
<updated>2024-02-15T07:09:42+00:00</updated>
<author>
<name>Markus Reiter</name>
<email>me@reitermark.us</email>
</author>
<published>2024-02-08T22:03:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a90cc05233858fcd16c3ca0e0b4320fc5ae09af2'/>
<id>urn:sha1:a90cc05233858fcd16c3ca0e0b4320fc5ae09af2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use generic `NonZero` internally.</title>
<updated>2024-02-15T07:09:42+00:00</updated>
<author>
<name>Markus Reiter</name>
<email>me@reitermark.us</email>
</author>
<published>2024-01-29T22:59:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=746a58d4359786e4aebb372a30829706fa5a968f'/>
<id>urn:sha1:746a58d4359786e4aebb372a30829706fa5a968f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove more needless leb128 coding for enum variants</title>
<updated>2024-01-10T01:08:44+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2024-01-10T00:51:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1d2005be71431f9a870fd347516ff2317c1d37a3'/>
<id>urn:sha1:1d2005be71431f9a870fd347516ff2317c1d37a3</id>
<content type='text'>
This removes emit_enum_variant and the emit_usize calls that resulted
in. In libcore this eliminates 17% of leb128, taking us from 8964488 to
7383842 leb128's serialized.
</content>
</entry>
<entry>
<title>Use `collect` to decode `Vec`.</title>
<updated>2023-10-05T23:30:03+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2023-10-05T23:16:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ad8271dd56bc3a0ef4a1a28af1ef321608d950b2'/>
<id>urn:sha1:ad8271dd56bc3a0ef4a1a28af1ef321608d950b2</id>
<content type='text'>
It's hyper-optimized, we don't need our own unsafe code here.

This requires getting rid of all the `Allocator` stuff, which isn't
needed anyway.
</content>
</entry>
<entry>
<title>Streamline some `Encodable` impls.</title>
<updated>2023-10-05T23:30:03+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2023-10-05T23:10:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1d71971973cd7429e9cf61c27bfb95daaac86486'/>
<id>urn:sha1:1d71971973cd7429e9cf61c27bfb95daaac86486</id>
<content type='text'>
Making them consistent with similar impls.
</content>
</entry>
</feed>
