<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-log-ratelim/src/macros.rs, branch arti-v1.7.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.7.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.7.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-08-07T15:28:39Z</updated>
<entry>
<title>Fix warnings and errors from edition 2024.</title>
<updated>2025-08-07T15:28:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-06T01:54:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4fbbffe7c14b2df6290268b6e3c8530106ab2529'/>
<id>urn:sha1:4fbbffe7c14b2df6290268b6e3c8530106ab2529</id>
<content type='text'>
The two main causes of errors were:

- Since some of the lifetime rules have changed, we no longer need
  to do as many "bind a variable and immediately return it"
  patterns, and so clippy now warns about them.
- We needed to adjust the explicit captures (`use&lt;...&gt;`)
  in a couple of our RPIT instances.
</content>
</entry>
<entry>
<title>tor-log-ratelim: Removed dependency on `once_cell`</title>
<updated>2025-06-15T02:11:18Z</updated>
<author>
<name>hashcatHitman</name>
<email>3924-hashcatHitman@gitlab.torproject.org</email>
</author>
<published>2025-06-15T01:44:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=23b850f0a3cb4b4fadbd100550c2e3d5fbc8e8ee'/>
<id>urn:sha1:23b850f0a3cb4b4fadbd100550c2e3d5fbc8e8ee</id>
<content type='text'>
- Replaced `once_cell::sync::Lazy` with `std::sync::LazyLock`.

Signed-off-by: hashcatHitman &lt;3924-hashcatHitman@gitlab.torproject.org&gt;
</content>
</entry>
<entry>
<title>ratelim: refactor to avoid unreachable code</title>
<updated>2023-11-16T19:31:15Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-16T18:56:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=38c9765b23cccef0ad2e0c4e7c1be001a1060cc1'/>
<id>urn:sha1:38c9765b23cccef0ad2e0c4e7c1be001a1060cc1</id>
<content type='text'>
Add a note that this uglifies a hidden API slightly.
</content>
</entry>
<entry>
<title>log_ratelim: Make final semicolon optional.</title>
<updated>2023-11-16T19:31:15Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-15T15:32:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=41e041ffc1ebb28346621f12bda467c0c934fca4'/>
<id>urn:sha1:41e041ffc1ebb28346621f12bda467c0c934fca4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New tor-log-ratelim crate</title>
<updated>2023-11-16T19:31:15Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-28T21:07:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ca7899a602b307889870dabafd9e7709583a0c24'/>
<id>urn:sha1:ca7899a602b307889870dabafd9e7709583a0c24</id>
<content type='text'>
This crate is meant to provide rate-limited log messages
to tell users about problems that can happen too frequently
to log individually.

This version is based off an earlier design, and off of
conversations with @diziet.  It still needs tests.
</content>
</entry>
</feed>
