summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/parse
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a couple of rustdoc issues.Nick Mathewson2022-11-181-2/+2
* Fix a bunch of "needless borrow" warnings on nightlyNick Mathewson2022-11-181-1/+1
* Replace `Option<Pos>` with `Pos` in `ParseError`.Nick Mathewson2022-11-151-1/+3
* Resolve a dead-code warning.Nick Mathewson2022-11-151-0/+1
* netdoc: Allow empty lines at the end of a router descriptor.Nick Mathewson2022-11-151-0/+24
* tor-netdoc: Add a new ErrorKind for EmptyLine.Nick Mathewson2022-11-151-1/+4
* Fix some rustdoc errors.Nick Mathewson2022-10-131-2/+2
* Replace `base64` crate with `base64ct` crateArturo Marquez2022-06-211-3/+3
* Add one more "allow" to tor_netdoc::parse::macros.Nick Mathewson2022-06-151-0/+1
* Netdoc: test enforcement for items that mustn't take objects.Nick Mathewson2022-06-071-0/+6
* netdoc: remove an unused method.Nick Mathewson2022-06-071-12/+0
* netdoc: Test more accessors for tokenized documents.Nick Mathewson2022-06-072-4/+20
* lints: Suppress unknown lints in a way that works on nightly tooIan Jackson2022-05-311-2/+4
* tor-netdoc: Allow suppressing unknown lintsIan Jackson2022-05-271-0/+2
* tor-netdoc: Suppress new "unused_macro_rules" lint in one placeIan Jackson2022-05-271-0/+1
* tor-netdoc: Actually, make TokVal be a VecIan Jackson2022-03-111-46/+20
* Remove a pointless sliceIan Jackson2022-03-111-10/+7
* Refactor tor_netdoc::ErrorNick Mathewson2022-02-143-51/+80
* clippy: Suppress a warningIan Jackson2022-01-191-0/+3
* Change an UTF-8 XXX to a TODO.Nick Mathewson2021-12-201-1/+2
* address lint warningsDaniel Eades2021-12-091-8/+8
* fix nightly clippy errorsTrinity Pointard2021-12-091-4/+3
* add semicolons if nothing returnedDaniel Eades2021-11-251-1/+1
* tor-netdoc: Put the "routerdesc" document type behind a feature.Nick Mathewson2021-11-121-0/+1
* Fix/suppress a few more clippy lints in tests.Nick Mathewson2021-09-082-0/+2
* fix/silence clippy lints in test modulesDaniel Eades2021-09-082-8/+10
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-275-0/+1696