<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_metadata/src/dependency_format.rs, branch 1.85.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.85.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.85.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-12-20T08:35:02+00:00</updated>
<entry>
<title>Review comments</title>
<updated>2024-12-20T08:35:02+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2024-12-20T08:35:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0daa921f0e95acef303f3c091a09d667f9b63405'/>
<id>urn:sha1:0daa921f0e95acef303f3c091a09d667f9b63405</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update comments</title>
<updated>2024-12-19T15:30:32+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2024-12-13T16:27:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=943f6a8ca9e9a52eb34ae927ecbd45d2d829d85d'/>
<id>urn:sha1:943f6a8ca9e9a52eb34ae927ecbd45d2d829d85d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make DependencyList an IndexVec</title>
<updated>2024-12-19T15:30:32+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2024-12-12T14:55:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7e6be136472a49c511a6861b9cbd9b6522c11762'/>
<id>urn:sha1:7e6be136472a49c511a6861b9cbd9b6522c11762</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make dependency_formats an FxIndexMap rather than a list of tuples</title>
<updated>2024-12-13T11:29:15+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2024-12-12T14:44:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3198496385cd8fdd89818e0bf14bacd8db6292d9'/>
<id>urn:sha1:3198496385cd8fdd89818e0bf14bacd8db6292d9</id>
<content type='text'>
It is treated as a map already. This is using FxIndexMap rather than
UnordMap because the latter doesn't provide an api to pick a single
value iff all values are equal, which each_linked_rlib depends on.
</content>
</entry>
<entry>
<title>nightly feature tracking: get rid of the per-feature bool fields</title>
<updated>2024-10-23T08:14:41+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-10-09T07:01:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ad3991d30382676f987a38243b3097d880b9033a'/>
<id>urn:sha1:ad3991d30382676f987a38243b3097d880b9033a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ask the user to use `feature(rustc_private)` when linking to `rustc_driver`</title>
<updated>2024-08-11T02:16:53+00:00</updated>
<author>
<name>John Kåre Alsaker</name>
<email>john.kare.alsaker@gmail.com</email>
</author>
<published>2024-03-22T10:42:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=736a249954aedaff9b3562f073e295d6c4c6d94d'/>
<id>urn:sha1:736a249954aedaff9b3562f073e295d6c4c6d94d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Link `std` statically in `rustc_driver`</title>
<updated>2024-08-11T02:16:53+00:00</updated>
<author>
<name>John Kåre Alsaker</name>
<email>john.kare.alsaker@gmail.com</email>
</author>
<published>2024-03-12T01:12:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3ee43259ac9ddb7d5e050e9c7e65c848550045da'/>
<id>urn:sha1:3ee43259ac9ddb7d5e050e9c7e65c848550045da</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>Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk"</title>
<updated>2024-06-06T10:06:28+00:00</updated>
<author>
<name>Rémy Rakic</name>
<email>remy.rakic+github@gmail.com</email>
</author>
<published>2024-06-06T09:45:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0a4176a8316332e37bd08741cc71a4773214941e'/>
<id>urn:sha1:0a4176a8316332e37bd08741cc71a4773214941e</id>
<content type='text'>
This reverts commit eda4a35f365535af72118118a3597edf5a13c12d, reversing
changes made to eb6b35b5bcb3c2a594cb29cd478aeb2893f49d30.
</content>
</entry>
<entry>
<title>Auto merge of #125434 - nnethercote:rm-more-extern-tracing, r=jackh726</title>
<updated>2024-05-23T21:36:54+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2024-05-23T21:36:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8679004993f08807289911d9f400f4ac4391d2bc'/>
<id>urn:sha1:8679004993f08807289911d9f400f4ac4391d2bc</id>
<content type='text'>
Remove more `#[macro_use] extern crate tracing`

Because explicit importing of macros via use items is nicer (more standard and readable) than implicit importing via `#[macro_use]`. Continuing the work from #124511 and #124914.

r? `@jackh726`
</content>
</entry>
</feed>
