summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/parse/parser.rs
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* clippy: Replace many calls to .get(0) with .first()Ian Jackson2024-01-021-1/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* netdoc: Rename parse_error_kind() to netdoc_error_kind().Gabriela Moldovan2023-05-111-2/+2
* netdoc: Rename `ParseError{Kind, Source}` to `NetdocError{Kind, Source}`.Gabriela Moldovan2023-05-101-2/+2
* tor-netdoc: Remove many needless calls to .iter() and .into_iter()Ian Jackson2023-02-151-4/+4
* tor-netdoc: Have sectionrules.parse take I, not &mut IIan Jackson2023-02-151-2/+2
* netdoc: Require that unrecognized tokens be handled explicitly.Nick Mathewson2023-02-031-5/+29
* netdoc: Switch SectionRules building to use a Buidler pattern.Nick Mathewson2023-02-031-15/+29
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Elide a bunch of lifetimes.Nick Mathewson2023-01-271-2/+2
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* 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
* Netdoc: test enforcement for items that mustn't take objects.Nick Mathewson2022-06-071-0/+6
* netdoc: Test more accessors for tokenized documents.Nick Mathewson2022-06-071-0/+15
* 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-141-10/+23
* add semicolons if nothing returnedDaniel Eades2021-11-251-1/+1
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-8/+9
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+412