summaryrefslogtreecommitdiff
path: root/tor-netdoc/src/parse/parser.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings about needless & from nightly clippyNick Mathewson2021-06-181-1/+1
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-181-10/+13
* Migrate from lazy_static to once_cell.Nick Mathewson2020-12-221-15/+13
* Run cargo fix --edition-idiomsNick Mathewson2020-12-021-2/+2
* Netdoc: validate objects even on unrecognized items.Nick Mathewson2020-10-191-2/+13
* Mark must-resolve XXXX issues with "XXXXM3".Nick Mathewson2020-10-181-1/+1
* Document most private items in tor-netdoc.Nick Mathewson2020-10-091-0/+12
* More tests on parsing, plus remove dead code.Nick Mathewson2020-09-301-14/+50
* Start on some parser backend testsNick Mathewson2020-09-301-0/+77
* Move around the modules inside tor-netdoc.Nick Mathewson2020-09-291-0/+275