<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-basic-utils, branch main</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=main</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-08-04T14:23:27Z</updated>
<entry>
<title>Upgrade to weak-table 0.4.0</title>
<updated>2026-08-04T14:23:27Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-08-04T14:23:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=49864b2b1cc56152dc963f0d49b16130ba2e9895'/>
<id>urn:sha1:49864b2b1cc56152dc963f0d49b16130ba2e9895</id>
<content type='text'>
Weak-table 0.4.0 replaces the backend with hashbrown for improved
performance and correctness.  It adds a bunch of APIs for parity
with std::collections, and deprecates the risky `ahash` feature.

(I'm the maintainer at this point.)
</content>
</entry>
<entry>
<title>maint: remove semver.md files</title>
<updated>2026-08-03T20:40:06Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-08-03T20:40:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5d009afc48bacd8a8fa9a3a114ad5dac612564b1'/>
<id>urn:sha1:5d009afc48bacd8a8fa9a3a114ad5dac612564b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump versions for tor-* and arti-* crates</title>
<updated>2026-08-03T19:31:55Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-08-03T19:31:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8c8f2375bb0402467fd0e7bc8b2547055d2f75f4'/>
<id>urn:sha1:8c8f2375bb0402467fd0e7bc8b2547055d2f75f4</id>
<content type='text'>
```bash
readarray -t bump &lt; &lt;(maint/list-crates | grep -P '^tor-|^arti-')
for crate in "${bump[@]}"; do cargo set-version --bump minor -p "${crate}"; done
```
</content>
</entry>
<entry>
<title>tor-basic-utils: Intern is always Clone</title>
<updated>2026-07-27T15:20:04Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-07-23T11:07:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a6d5962282e681072f079952db66d672a2ad9203'/>
<id>urn:sha1:a6d5962282e681072f079952db66d672a2ad9203</id>
<content type='text'>
Use educe so that we don't derive T: Clone bound.
</content>
</entry>
<entry>
<title>Require derive-deftly 1.11.4</title>
<updated>2026-07-23T10:53:57Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-07-23T10:45:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a7d8be9527a5c0815170c50e90eeb7fcac97b110'/>
<id>urn:sha1:a7d8be9527a5c0815170c50e90eeb7fcac97b110</id>
<content type='text'>
We're about to *use* the fix that was in 1.11.4.  We already updated
the lockfile in !4228, so this is just Cargo.toml changes (which will
prevent the minimal-versions tests failing when we change the code to
rely on the fix).

git-grep -l '^derive-deftly'  |xargs perl -i~ -pe 's{\b\Q1.11.3\E\b}{1.11.4}g'
</content>
</entry>
<entry>
<title>Merge branch 'iter-join-doc' into 'main'</title>
<updated>2026-07-16T19:05:10Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-07-16T19:05:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e699ea1a9ec352e9ed806f1bf85de304b8212849'/>
<id>urn:sha1:e699ea1a9ec352e9ed806f1bf85de304b8212849</id>
<content type='text'>
tor-basic-utils: Improve docs for iter_join

See merge request tpo/core/arti!4213</content>
</entry>
<entry>
<title>tor-basic-utils: iter_join: Add a TODO re possible future API evolution</title>
<updated>2026-07-16T15:49:47Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-07-16T11:40:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=450ee9f8385a0fb1f72f44bf33cf4bd7d6d340f4'/>
<id>urn:sha1:450ee9f8385a0fb1f72f44bf33cf4bd7d6d340f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-basic-utils: iter_join: Document relationship to Itertools::format</title>
<updated>2026-07-16T15:49:47Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-07-16T11:40:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=14e3b227b7b20910d5ae0d63a00062532d912593'/>
<id>urn:sha1:14e3b227b7b20910d5ae0d63a00062532d912593</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-basic-utils: RangeBoundsExt: shorten blanket impl</title>
<updated>2026-07-16T15:41:33Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-07-16T13:18:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=173baba8c389fc8be53ee21f20b45f588465d045'/>
<id>urn:sha1:173baba8c389fc8be53ee21f20b45f588465d045</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-basic-utils: RangeBoundsExt: make method a provided method</title>
<updated>2026-07-16T15:41:33Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-07-16T13:17:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ecaa33c46b9dc4f645f920261845a17b2d0bea37'/>
<id>urn:sha1:ecaa33c46b9dc4f645f920261845a17b2d0bea37</id>
<content type='text'>
</content>
</entry>
</feed>
