<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_session/src/filesearch.rs, branch 1.80.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.80.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.80.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-06-06T19:53:29+00:00</updated>
<entry>
<title>Improve naming and path operations in crate loader</title>
<updated>2024-06-06T19:53:29+00:00</updated>
<author>
<name>Nilstrieb</name>
<email>48135649+Nilstrieb@users.noreply.github.com</email>
</author>
<published>2024-06-06T19:52:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b4c439c3de913953a2968c6917e125fafaacf886'/>
<id>urn:sha1:b4c439c3de913953a2968c6917e125fafaacf886</id>
<content type='text'>
Simplify the path operation with `join`, clarify some of the names.
</content>
</entry>
<entry>
<title>add helper to target bin path</title>
<updated>2024-05-21T18:40:34+00:00</updated>
<author>
<name>Rémy Rakic</name>
<email>remy.rakic+github@gmail.com</email>
</author>
<published>2024-05-21T17:59:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6867d6492b1b96173d175b4a4b5887691798daf6'/>
<id>urn:sha1:6867d6492b1b96173d175b4a4b5887691798daf6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove `extern crate tracing` from numerous crates.</title>
<updated>2024-04-30T06:47:49+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-04-29T06:24:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6341935a13b903a563d7e8678a98f9974629e5a9'/>
<id>urn:sha1:6341935a13b903a563d7e8678a98f9974629e5a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>linker: Remove laziness and caching from native search directory walks</title>
<updated>2024-04-12T14:28:00+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2024-04-12T14:01:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ed62b57c86a7d2985a4eae817bbce807f1ca957e'/>
<id>urn:sha1:ed62b57c86a7d2985a4eae817bbce807f1ca957e</id>
<content type='text'>
It shouldn't be necessary for performance now.
</content>
</entry>
<entry>
<title>linker: Avoid some allocations in search directory iteration</title>
<updated>2024-04-11T21:41:08+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2024-04-11T21:09:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4ded0b82caf33969d44b47c20afcbde4cf523424'/>
<id>urn:sha1:4ded0b82caf33969d44b47c20afcbde4cf523424</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #116793 - WaffleLapkin:target_rules_the_backend, r=cjgillot</title>
<updated>2024-03-11T16:29:32+00:00</updated>
<author>
<name>Jubilee</name>
<email>46493976+workingjubilee@users.noreply.github.com</email>
</author>
<published>2024-03-11T16:29:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=86af4d25a55718ba634b8fc0dd4f4d17508c0617'/>
<id>urn:sha1:86af4d25a55718ba634b8fc0dd4f4d17508c0617</id>
<content type='text'>
Allow targets to override default codegen backend

Implements https://github.com/rust-lang/compiler-team/issues/670.
</content>
</entry>
<entry>
<title>windows bump to 0.52</title>
<updated>2024-02-18T13:02:16+00:00</updated>
<author>
<name>klensy</name>
<email>klensy@users.noreply.github.com</email>
</author>
<published>2024-02-18T13:02:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=35fe26757adce8cd8d1b9e7f4107a0ac9a7ab27b'/>
<id>urn:sha1:35fe26757adce8cd8d1b9e7f4107a0ac9a7ab27b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor out a repeating pattern with `get_or_default_sysroot`</title>
<updated>2024-02-15T00:09:40+00:00</updated>
<author>
<name>Maybe Waffle</name>
<email>waffle.lapkin@gmail.com</email>
</author>
<published>2024-02-15T00:03:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5441523f0727639040fdd134abff1e298d88733e'/>
<id>urn:sha1:5441523f0727639040fdd134abff1e298d88733e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused `FileMatch`.</title>
<updated>2023-11-30T06:05:56+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2023-11-28T05:02:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c5408b661789e6732c68dda5406a668e317908e5'/>
<id>urn:sha1:c5408b661789e6732c68dda5406a668e317908e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump windows crate 0.46 -&gt; 0.48 in workspace</title>
<updated>2023-05-09T15:20:13+00:00</updated>
<author>
<name>klensy</name>
<email>klensy@users.noreply.github.com</email>
</author>
<published>2023-05-09T15:20:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3c03cce341ef9be288f05e0be3e9fe56100d37ba'/>
<id>urn:sha1:3c03cce341ef9be288f05e0be3e9fe56100d37ba</id>
<content type='text'>
</content>
</entry>
</feed>
