aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-30bump version to 0.3.0v0.3.0html5ever-forkMartin Fischer
2021-11-30update phf dependency to 0.10Martin Fischer
2021-11-30make TokenizerResult derive Debug, PartialEq, EqMartin Fischer
2021-11-30report spans for errorsMartin Fischer
2021-11-30refactor: use assert_matches! for named_entities testMartin Fischer
2021-11-30make CharRefError::InvalidNamedCharRef feature-boundMartin Fischer
2021-11-30introduce Error enumMartin Fischer
2021-11-30add spans featureMartin Fischer
2021-11-30remove unused typed-arena dev-dependencyMartin Fischer
2021-11-30refactor: make tests independent of TokenizerOpts::default()Martin Fischer
2021-11-30remove pointless associated type from TokenSink traitMartin Fischer
2021-11-30refactor: use assert_matches! instead of assert_eq!Martin Fischer
2021-11-30refactor: put line numbers first in test tuplesMartin Fischer
2021-11-30docs: update READMEMartin Fischer
2021-11-29set tokenization state depending on tag nameMartin Fischer
2021-11-29docs: fix link & remove outdated commentMartin Fischer
2021-11-29remove Tokenizer::set_plaintext_stateMartin Fischer
2021-11-29refactor: use ? operator for explicit control flowMartin Fischer
2021-11-29refactor: use std::ops::ControlFlowMartin Fischer
2021-11-29refactor: move return out of go! to clarify flowMartin Fischer
2021-11-29refactor: remove no longer needed macro rulesMartin Fischer
2021-11-29refactor: split up go! macro callsMartin Fischer
2021-11-29refactor: eliminate line wrapping in go! macroMartin Fischer
2021-11-29refactor: slightly simplify go! DSLMartin Fischer
2021-11-29stop exporting buffer_queue::SetResultMartin Fischer
2021-11-29stop re-exporting Token & TagKind variantsMartin Fischer
2021-11-29stop exporting internal states moduleMartin Fischer
2021-11-19bump version to 0.2.0v0.2.0Martin Fischer
2021-11-19feature gate named-entities (making phf optional)Martin Fischer
2021-11-19make test sink also emit CharacterTokens & ParseErrorMartin Fischer
2021-11-19format code with cargo fmtMartin Fischer
2021-11-12fix named entitiesMartin Fischer
2021-11-12fix compiler warning about semicolons in macrosMartin Fischer
2021-04-18fix typo in README.mdMartin Fischer
2021-04-08fix scope, add short module docstringv0.1.0Martin Fischer
2021-04-08stop exporting macrosMartin Fischer
2021-04-08rebrand as html5tokenizerMartin Fischer
2021-04-08drop log dependencyMartin Fischer
2021-04-08drop mac dependencyMartin Fischer
2021-04-08drop tendril dependencyMartin Fischer
2021-04-08drop markup5ever dependencyMartin Fischer
2021-04-08merge Attribute from markup5everMartin Fischer
2021-04-08rm build-dependenciesMartin Fischer
2021-04-08merge buffer_queue and smallcharset from markup5everMartin Fischer
2021-04-08depend on tendril directly (instead of markup5ever::tendril)Martin Fischer
2021-04-08stop relying on markup5ever::dataMartin Fischer
2021-04-08make dependencies on markup5ever explicitMartin Fischer
2021-04-08delete tree_builder, driver and serializeMartin Fischer
2021-04-08add .gitignore fileMartin Fischer
2021-04-08drop path from markup5ever dependencyMartin Fischer