index
:
html5tokenizer
html5ever-fork
main
Fork of html5gum with code span support
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tokenizer
/
mod.rs
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
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 compiler warning about semicolons in macros
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
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
make dependencies on markup5ever explicit
Martin Fischer
2021-04-08
import https://github.com/servo/html5ever
Martin Fischer