summaryrefslogtreecommitdiff
path: root/tor-netdoc/src/parse/parser.rs
Commit message (Collapse)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
| | | | | | This is a somewhat obnoxious change in its scope and requirements, but it makes it easier to understand what the real public and private parts of our APIs are.
* 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
| | | | | | | | | | "M3" is for "milestone 3" -- my target to fix the technical debt that I think will be bad if we ship even a pre-alpha with it. These aren't necessarily _all_ must-resolve, but they're all must-look-at. Closes #15
* 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
This change just gives them a more logical breakdown into parsing, documents, and misc other types.