<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tor-netdoc/src/parse/macros.rs, 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-03-29T20:45:45Z</updated>
<entry>
<title>Fix a bunch more new clippy lints in Rust 1.51</title>
<updated>2021-03-29T20:45:45Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-29T20:45:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d52ff18b4652da4744d1742fae8ea41526eed89d'/>
<id>urn:sha1:d52ff18b4652da4744d1742fae8ea41526eed89d</id>
<content type='text'>
The major types are:
  * You implemented Into when you should have implemented From.
  * You sliced a slice when you didn't have to.
  * You said Ok(x?) when you could have said x.
  * You said Vec::new(); push(); push(); when you could have said vec![].
</content>
</entry>
<entry>
<title>Fix Rust-1.51 clippy warnings about acronyms in camel case.</title>
<updated>2021-03-29T20:33:48Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-03-29T20:33:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3ad503866d5a6bab0a7774014579937c19c5d2c6'/>
<id>urn:sha1:3ad503866d5a6bab0a7774014579937c19c5d2c6</id>
<content type='text'>
This is painful, but we shouldn't have to do it again.
</content>
</entry>
<entry>
<title>Migrate from lazy_static to once_cell.</title>
<updated>2020-12-22T16:55:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-12-22T16:55:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cc2a5d94efc2dfb80ae3223d55c8b9fc4e4c05fa'/>
<id>urn:sha1:cc2a5d94efc2dfb80ae3223d55c8b9fc4e4c05fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Netdoc: validate objects even on unrecognized items.</title>
<updated>2020-10-19T12:09:20Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-10-19T12:09:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=df406f53193c54dd46b093f05bb34bcf1e198904'/>
<id>urn:sha1:df406f53193c54dd46b093f05bb34bcf1e198904</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document most private items in tor-netdoc.</title>
<updated>2020-10-09T22:02:02Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-10-09T22:02:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f8fde02c0bf01913a41849c2d3f7ae7e97d51bac'/>
<id>urn:sha1:f8fde02c0bf01913a41849c2d3f7ae7e97d51bac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More tests on parsing, plus remove dead code.</title>
<updated>2020-09-30T22:46:27Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-09-30T22:46:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d4d3e1c3db76e1e5ce392c99e00c40bc032bb1b7'/>
<id>urn:sha1:d4d3e1c3db76e1e5ce392c99e00c40bc032bb1b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Start on some tests for parse::tokenize.rs</title>
<updated>2020-09-29T21:30:48Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-09-29T21:30:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=59c46ec27b98248f9747ca0bb1f2371a368dd25f'/>
<id>urn:sha1:59c46ec27b98248f9747ca0bb1f2371a368dd25f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tests for macros module in tor-netdoc.</title>
<updated>2020-09-29T21:02:56Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-09-29T21:02:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=aafef113b382330135efe5bbecabaa56d10c4845'/>
<id>urn:sha1:aafef113b382330135efe5bbecabaa56d10c4845</id>
<content type='text'>
Also improve output for multi-keyword tokens.
</content>
</entry>
<entry>
<title>Move around the modules inside tor-netdoc.</title>
<updated>2020-09-29T13:05:17Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2020-09-29T13:05:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=788e0347cb73ecda0eff362a54244c2a5422d381'/>
<id>urn:sha1:788e0347cb73ecda0eff362a54244c2a5422d381</id>
<content type='text'>
This change just gives them a more logical breakdown into parsing,
documents, and misc other types.
</content>
</entry>
</feed>
