| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix a bunch more new clippy lints in Rust 1.51 | Nick Mathewson | 2021-03-29 | 1 | -0/+1 |
| | | | | | | | | | 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![]. | ||||
| * | Fix Rust-1.51 clippy warnings about acronyms in camel case. | Nick Mathewson | 2021-03-29 | 1 | -0/+2 |
| | | | | | This is painful, but we shouldn't have to do it again. | ||||
| * | Migrate from lazy_static to once_cell. | Nick Mathewson | 2020-12-22 | 1 | -5/+4 |
| | | |||||
| * | Netdoc: validate objects even on unrecognized items. | Nick Mathewson | 2020-10-19 | 1 | -0/+2 |
| | | |||||
| * | Document most private items in tor-netdoc. | Nick Mathewson | 2020-10-09 | 1 | -0/+2 |
| | | |||||
| * | More tests on parsing, plus remove dead code. | Nick Mathewson | 2020-09-30 | 1 | -6/+6 |
| | | |||||
| * | Start on some tests for parse::tokenize.rs | Nick Mathewson | 2020-09-29 | 1 | -2/+2 |
| | | |||||
| * | Add tests for macros module in tor-netdoc. | Nick Mathewson | 2020-09-29 | 1 | -4/+57 |
| | | | | | Also improve output for multi-keyword tokens. | ||||
| * | Move around the modules inside tor-netdoc. | Nick Mathewson | 2020-09-29 | 1 | -0/+88 |
| This change just gives them a more logical breakdown into parsing, documents, and misc other types. | |||||
