<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-linkspec/src/traits.rs, branch arti-v1.2.4</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.4</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.4'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-04-03T16:11:02Z</updated>
<entry>
<title>tor-linkspec: Suppress clippy false positive (link ticket)</title>
<updated>2024-04-03T16:11:02Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-04-03T16:11:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=072b5c9a2672cbb154c8dd02a8b2c6cb72786efb'/>
<id>urn:sha1:072b5c9a2672cbb154c8dd02a8b2c6cb72786efb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-linkspec: Suppress clippy false positive</title>
<updated>2024-04-03T15:36:55Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-04-03T15:36:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5da28d38eceef4c10b3068035f72a82de5a69ced'/>
<id>urn:sha1:5da28d38eceef4c10b3068035f72a82de5a69ced</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdir: Abolish Relay::has_same_relay_ids</title>
<updated>2024-04-03T14:53:30Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-04-03T14:48:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c1e5d23e48d54364f3cc8848950abd92f062e95b'/>
<id>urn:sha1:c1e5d23e48d54364f3cc8848950abd92f062e95b</id>
<content type='text'>
This was an open-coded specialisation.  Remove the one call site.
</content>
</entry>
<entry>
<title>tor-linkspec: Use derive-deftly rather than strum for same_relay_ids</title>
<updated>2024-04-03T14:53:30Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-04-03T14:25:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=439c997824b14100889979c0f62aa192e3e5050d'/>
<id>urn:sha1:439c997824b14100889979c0f62aa192e3e5050d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-linkspec: Use RelayIdType::all_types rather than ::iter</title>
<updated>2024-04-03T14:49:49Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-04-03T14:44:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=100d467b0839d1b9c3b389d0526ba95e83e26590'/>
<id>urn:sha1:100d467b0839d1b9c3b389d0526ba95e83e26590</id>
<content type='text'>
This will make it slightly easier to find these call sites if we want
to change them in the future.
</content>
</entry>
<entry>
<title>Run maint/add_warning.</title>
<updated>2024-03-13T16:30:53Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-03-13T16:30:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c0c9bd15d42897825dd0ab3d3b8dd1c17bd6320c'/>
<id>urn:sha1:c0c9bd15d42897825dd0ab3d3b8dd1c17bd6320c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos in doc comments</title>
<updated>2024-03-06T19:52:42Z</updated>
<author>
<name>Tobias Stoeckmann</name>
<email>tobias@stoeckmann.org</email>
</author>
<published>2024-03-06T19:05:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=18db641cca83fa707b3a97fa2975f99063f08875'/>
<id>urn:sha1:18db641cca83fa707b3a97fa2975f99063f08875</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-linkspec: Provide HasRelayIds::has_any_relay_id_from (fmt)</title>
<updated>2023-08-29T13:12:28Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-08-25T11:43:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=066e3fab86d9ed975a8c24d067599e7e733c187d'/>
<id>urn:sha1:066e3fab86d9ed975a8c24d067599e7e733c187d</id>
<content type='text'>
Worsify formatting as demanded by rustfmt.
</content>
</entry>
<entry>
<title>tor-linkspec: Provide HasRelayIds::has_any_relay_id_from</title>
<updated>2023-08-29T13:12:28Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-08-25T11:23:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b09a293ab65f34b7463a61491156108adcfeea61'/>
<id>urn:sha1:b09a293ab65f34b7463a61491156108adcfeea61</id>
<content type='text'>
This seems logically necessary, and I want to use it in intro point
selection.
</content>
</entry>
<entry>
<title>Run maint/add_warning to add lint block everywhere</title>
<updated>2023-08-23T09:34:00Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-08-22T14:28:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=42df88d6bf6dbb460d2e5e1cd4838aafaffbe9ac'/>
<id>urn:sha1:42df88d6bf6dbb460d2e5e1cd4838aafaffbe9ac</id>
<content type='text'>
</content>
</entry>
</feed>
