index
:
html5tokenizer
html5ever-fork
main
Fork of html5gum with code span support
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-11-29
remove Tokenizer::set_plaintext_state
Martin Fischer
2021-11-29
refactor: use ? operator for explicit control flow
Martin Fischer
2021-11-29
refactor: use std::ops::ControlFlow
Martin Fischer
2021-11-29
refactor: move return out of go! to clarify flow
Martin Fischer
2021-11-29
refactor: remove no longer needed macro rules
Martin Fischer
2021-11-29
refactor: split up go! macro calls
Martin Fischer
2021-11-29
refactor: eliminate line wrapping in go! macro
Martin Fischer
2021-11-29
refactor: slightly simplify go! DSL
Martin Fischer
2021-11-29
stop exporting buffer_queue::SetResult
Martin Fischer
2021-11-29
stop re-exporting Token & TagKind variants
Martin Fischer
2021-11-29
stop exporting internal states module
Martin Fischer
2021-11-19
bump version to 0.2.0
v0.2.0
Martin Fischer
2021-11-19
feature gate named-entities (making phf optional)
Martin Fischer
2021-11-19
make test sink also emit CharacterTokens & ParseError
Martin Fischer
2021-11-19
format code with cargo fmt
Martin Fischer
2021-11-12
fix named entities
Martin Fischer
2021-11-12
fix compiler warning about semicolons in macros
Martin Fischer
2021-04-18
fix typo in README.md
Martin Fischer
2021-04-08
fix scope, add short module docstring
v0.1.0
Martin Fischer
2021-04-08
stop exporting macros
Martin Fischer
2021-04-08
rebrand as html5tokenizer
Martin Fischer
2021-04-08
drop log dependency
Martin Fischer
2021-04-08
drop mac dependency
Martin Fischer
2021-04-08
drop tendril dependency
Martin Fischer
2021-04-08
drop markup5ever dependency
Martin Fischer
2021-04-08
merge Attribute from markup5ever
Martin Fischer
2021-04-08
rm build-dependencies
Martin Fischer
2021-04-08
merge buffer_queue and smallcharset from markup5ever
Martin Fischer
2021-04-08
depend on tendril directly (instead of markup5ever::tendril)
Martin Fischer
2021-04-08
stop relying on markup5ever::data
Martin Fischer
2021-04-08
make dependencies on markup5ever explicit
Martin Fischer
2021-04-08
delete tree_builder, driver and serialize
Martin Fischer
2021-04-08
add .gitignore file
Martin Fischer
2021-04-08
drop path from markup5ever dependency
Martin Fischer
2021-04-08
import https://github.com/servo/html5ever
Martin Fischer