<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-basic-utils, branch arti-v2.5.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.5.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.5.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-06-30T13:42:13Z</updated>
<entry>
<title>Version bumps for 2.5.0</title>
<updated>2026-06-30T13:42:13Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-06-30T13:42:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=245b03f5a48b4e58f8c84f072920160fc87be500'/>
<id>urn:sha1:245b03f5a48b4e58f8c84f072920160fc87be500</id>
<content type='text'>
Closes #2617.

We've lucked out this time, and it turns out that every one of our
published crates gets a minor bump.  So this was generated with:

```
for cr in $(./maint/list-crates); do
   cargo set-version -p $cr --bump minor
done
```
</content>
</entry>
<entry>
<title>tor-basic-utils: don't include '-' in random hostnames</title>
<updated>2026-06-29T18:22:03Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-06-29T18:22:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=70176d71dafd1f58e6bb51d28b31d1a10f141861'/>
<id>urn:sha1:70176d71dafd1f58e6bb51d28b31d1a10f141861</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make &amp;Arc comment less controverisal</title>
<updated>2026-06-24T09:21:28Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-23T13:32:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d412308e21199be24bc04e1c4670ca515e26216c'/>
<id>urn:sha1:d412308e21199be24bc04e1c4670ca515e26216c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve GloballyInternable::intern_cache() rustdoc</title>
<updated>2026-06-24T09:21:28Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-23T13:30:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2b6586f5cefa6e89c681c81a7182b1d14e8d203f'/>
<id>urn:sha1:2b6586f5cefa6e89c681c81a7182b1d14e8d203f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix GloballyInternable rustdoc comment</title>
<updated>2026-06-24T09:21:28Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-23T13:29:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=813b561068ded8fa70ed9a8530b421fa889ccc1f'/>
<id>urn:sha1:813b561068ded8fa70ed9a8530b421fa889ccc1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove no longer required AsRef impl</title>
<updated>2026-06-24T09:21:28Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-23T13:18:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=283c375c396a4f8707975de51c41ea638013730d'/>
<id>urn:sha1:283c375c396a4f8707975de51c41ea638013730d</id>
<content type='text'>
This is no longer required due to Deref
</content>
</entry>
<entry>
<title>Derive Clone for Intern</title>
<updated>2026-06-24T09:21:28Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-23T13:16:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1f4c72ba5dd177f11d11946269a3bf3616198669'/>
<id>urn:sha1:1f4c72ba5dd177f11d11946269a3bf3616198669</id>
<content type='text'>
We can do so now directly.
</content>
</entry>
<entry>
<title>Derive Deref for Intern</title>
<updated>2026-06-24T09:21:28Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-23T13:13:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=71bfa3c884f3e91a7ede4c897f4f36f4024ec52c'/>
<id>urn:sha1:71bfa3c884f3e91a7ede4c897f4f36f4024ec52c</id>
<content type='text'>
If we derive it, we get access to Arc&lt;T&gt;, which is okay.
</content>
</entry>
<entry>
<title>Add Intern::new_uncached_uninterned()</title>
<updated>2026-06-24T09:21:28Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-23T12:41:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0f4896a181053fc2230df1cf99cb1571ebe16c9b'/>
<id>urn:sha1:0f4896a181053fc2230df1cf99cb1571ebe16c9b</id>
<content type='text'>
If one really wants to circumvent the guarantees ...
</content>
</entry>
<entry>
<title>tor-basic-utils: Add GloballyInternable::into_intern()</title>
<updated>2026-06-24T09:21:28Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-23T09:14:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=eb81be37e71a953de3ec2488e6469c5679b39332'/>
<id>urn:sha1:eb81be37e71a953de3ec2488e6469c5679b39332</id>
<content type='text'>
As a shorthand for T::intern_cache().intern(value).
</content>
</entry>
</feed>
