<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tor-rtcompat/src, 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>2021-08-27T13:53:09Z</updated>
<entry>
<title>Move all crates into a `crates` subdirectory.</title>
<updated>2021-08-27T13:53:09Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-08-27T13:53:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=557a0ff40b3731d4690767de27010bbeff08777d'/>
<id>urn:sha1:557a0ff40b3731d4690767de27010bbeff08777d</id>
<content type='text'>
This will cause some pain for now, but now is really the best time
to do this kind of thing.
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/mr/67' into unwrap_used</title>
<updated>2021-08-27T12:36:59Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-08-27T12:36:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=28cc12be2598ab2e639414d006238fae3e9337e0'/>
<id>urn:sha1:28cc12be2598ab2e639414d006238fae3e9337e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updates for reproducible build docs</title>
<updated>2021-08-26T17:22:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-08-26T17:22:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=aa912a7656f013f6dd2bd437f34f36a8c6b10dd2'/>
<id>urn:sha1:aa912a7656f013f6dd2bd437f34f36a8c6b10dd2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WIP: Add the "unwrap_used" lint.</title>
<updated>2021-08-24T22:31:31Z</updated>
<author>
<name>S0AndS0</name>
<email>strangerthanbland@gmail.com</email>
</author>
<published>2021-08-24T22:31:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=432fd9443ec12a7fafb14b05b340a337f1c03f20'/>
<id>urn:sha1:432fd9443ec12a7fafb14b05b340a337f1c03f20</id>
<content type='text'>
&gt; Check `unwrap_used` section of Clippy documentation for details;
&gt;
&gt;   https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_used

This adds the following Clippy configuration to crates;

    #![deny(clippy::unwrap_used)]

**Warning** while tests and compiler do not show any errors, the submitted
changes are very much a Work In Progress and mistakes may have been made. Check

    https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/67

Merge Request thread for more details.
</content>
</entry>
<entry>
<title>Revisions based on new documented-panics lint.</title>
<updated>2021-08-18T13:55:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-08-18T13:55:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=341e3937b49c04680e9689c8a065c2f0b03c6355'/>
<id>urn:sha1:341e3937b49c04680e9689c8a065c2f0b03c6355</id>
<content type='text'>
I've tried to remove some of possible panics, and improve the
documentation for when the others might occur.
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/mr/60'</title>
<updated>2021-08-18T12:53:11Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-08-18T12:53:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fe5d826942166d809eab74de592a31a7736945e1'/>
<id>urn:sha1:fe5d826942166d809eab74de592a31a7736945e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the "implicit_clone" lint.</title>
<updated>2021-08-17T18:49:39Z</updated>
<author>
<name>S0AndS0</name>
<email>strangerthanbland@gmail.com</email>
</author>
<published>2021-08-17T18:17:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=484cc24856281a4e25f07b21a5b5705b1bca8739'/>
<id>urn:sha1:484cc24856281a4e25f07b21a5b5705b1bca8739</id>
<content type='text'>
&gt; Check `implicit_clone` section of Clippy documentation for details;
&gt;
&gt;   https://rust-lang.github.io/rust-clippy/master/index.html#implicit_clone

This adds, and addresses, the following Clippy configuration to crates;

    #![deny(clippy::implicit_clone)]

And moves related line within `maint/add_warning.py` file. My intent is to
mitigate extra edits after merging, so please let me know if I need to do this
last bit differently.
</content>
</entry>
<entry>
<title>Add the "missing_panics_doc" lint.</title>
<updated>2021-08-13T22:11:04Z</updated>
<author>
<name>S0AndS0</name>
<email>strangerthanbland@gmail.com</email>
</author>
<published>2021-08-13T22:11:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b5a58f58714fdc0a1dd92683625d04f6a5156443'/>
<id>urn:sha1:b5a58f58714fdc0a1dd92683625d04f6a5156443</id>
<content type='text'>
&gt; Check `missing_panics_doc` section of Clippy documentation for details;
&gt;
&gt;   https://rust-lang.github.io/rust-clippy/master/index.html#missing_panics_doc

This adds the following Clippy configuration to crates;

    #![deny(clippy::missing_panics_doc)]

And adds necessary doc-comments to methods that may panic.
</content>
</entry>
<entry>
<title>Use add_warnings.py for clippy::cast_lossless</title>
<updated>2021-08-13T15:36:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-08-13T15:36:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9c6dd27ca11dcb428ac46b0076bd0afe686786b9'/>
<id>urn:sha1:9c6dd27ca11dcb428ac46b0076bd0afe686786b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the "cast_lossless" lint.</title>
<updated>2021-08-13T00:25:15Z</updated>
<author>
<name>S0AndS0</name>
<email>strangerthanbland@gmail.com</email>
</author>
<published>2021-08-12T23:37:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=657e7b22466396ca91aa74d0c5c4e907ab438830'/>
<id>urn:sha1:657e7b22466396ca91aa74d0c5c4e907ab438830</id>
<content type='text'>
&gt; Check `cast_lossless` section of Clippy documentation for details;
&gt;
&gt;   https://rust-lang.github.io/rust-clippy/master/index.html#cast_lossless

This adds the following Clippy configuration to crates;

    #![deny(clippy::cast_lossless)]

And applies suggested Clippy and `cargo fmt` fixes.
</content>
</entry>
</feed>
