<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tor-units/src, branch arti-v0.0.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2021-05-27T18:32:29Z</updated>
<entry>
<title>Add noop_method_call warning.</title>
<updated>2021-05-27T18:32:29Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-27T18:32:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2102d2e2b54e7de58c61784dcd9e22fef5c8215b'/>
<id>urn:sha1:2102d2e2b54e7de58c61784dcd9e22fef5c8215b</id>
<content type='text'>
This would have saved ahf and me a lot of confusion in debugging a
situation where we were cloning a reference of a type that didn't
implement Clone.
</content>
</entry>
<entry>
<title>Use the "typos" tool to fix some spelling</title>
<updated>2021-05-26T23:18:35Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-26T23:18:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7f681ac824d1ed4d2969e37003201323e6aada92'/>
<id>urn:sha1:7f681ac824d1ed4d2969e37003201323e6aada92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use thiserror to simplify tor-units</title>
<updated>2021-05-26T14:46:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-25T21:46:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d05d9ad9e767d1058872bc8a588d91f1b1ee5a38'/>
<id>urn:sha1:d05d9ad9e767d1058872bc8a588d91f1b1ee5a38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a Display test in tor-units</title>
<updated>2021-05-26T14:46:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-25T21:28:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=406643474be14389b9b643e8f156315cd19477ee'/>
<id>urn:sha1:406643474be14389b9b643e8f156315cd19477ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable cargo_common_metadata warning.</title>
<updated>2021-05-25T19:42:47Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-25T19:42:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=745c90e92c0f606c35622dff69f302a532a7353c'/>
<id>urn:sha1:745c90e92c0f606c35622dff69f302a532a7353c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove extern crate declarations.</title>
<updated>2021-05-25T15:27:31Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-06T13:52:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4f98e17d1252f893479f64cbf609a3dd83102e7a'/>
<id>urn:sha1:4f98e17d1252f893479f64cbf609a3dd83102e7a</id>
<content type='text'>
They're no longer needed for macro use in Rust 2018.
</content>
</entry>
<entry>
<title>Use "use" in tor_netdir, remove needless qualifications.</title>
<updated>2021-05-25T15:25:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-25T15:25:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e670b0e9396addf4d21cc5c461b9a18f3b814c07'/>
<id>urn:sha1:e670b0e9396addf4d21cc5c461b9a18f3b814c07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-add a percentage type wrapper.</title>
<updated>2021-05-25T15:21:11Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-25T15:21:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=88e711b28212ef2769abf7eecb0e8f0f7218626f'/>
<id>urn:sha1:88e711b28212ef2769abf7eecb0e8f0f7218626f</id>
<content type='text'>
It turns out that when we don't have a percentage type associated
with a value, it is far too easy to forget to divide by 100 before
using it as a fraction.
</content>
</entry>
<entry>
<title>tor-units: warn about uninhabited types and panics</title>
<updated>2021-05-25T14:50:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-25T14:50:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=df36cfafb0b67272c8bee1aa06481519543181fc'/>
<id>urn:sha1:df36cfafb0b67272c8bee1aa06481519543181fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweaks docs and style in tor-units.</title>
<updated>2021-05-25T14:33:33Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-05-25T14:33:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=21a70124513d88bd31875351e58644f7d1ac66c7'/>
<id>urn:sha1:21a70124513d88bd31875351e58644f7d1ac66c7</id>
<content type='text'>
</content>
</entry>
</feed>
