Commit 13a0c24
authored
* Replace match_token with macro_rules macros
Signed-off-by: Nico Burns <[email protected]>
* Use <> instead of []
Signed-off-by: Nico Burns <[email protected]>
* Allow unused macros
Signed-off-by: Nico Burns <[email protected]>
* Use ident macro to remove quotes
Signed-off-by: Nico Burns <[email protected]>
* Cleanup
Signed-off-by: Nico Burns <[email protected]>
* Use closure for fallback case + add spec comments for InsertionMode::BeforeHtml
Signed-off-by: Nico Burns <[email protected]>
* Convert all rules to use tag! macro
Signed-off-by: Nico Burns <[email protected]>
* Remove comments from InsertionMode::BeforeHtml
Signed-off-by: Nico Burns <[email protected]>
* Remove unused is_not_tag and tag_token macros
Signed-off-by: Nico Burns <[email protected]>
* Fixup convert rules
* Remove match_token crate
Signed-off-by: Nico Burns <[email protected]>
* Document tag! macro
Signed-off-by: Nico Burns <[email protected]>
* Use human-readable section headers
Signed-off-by: Nico Burns <[email protected]>
* Use string-cache-codegen 0.6.1 from crates.io
Signed-off-by: Nico Burns <[email protected]>
* Remove brackets around links as they are not in doc comments
Signed-off-by: Nico Burns <[email protected]>
---------
Signed-off-by: Nico Burns <[email protected]>
1 parent c79cebb commit 13a0c24
File tree
8 files changed
+758
-1164
lines changed- html5ever
- src/tree_builder
- match_token
- src
8 files changed
+758
-1164
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | | - | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| |||
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
36 | | - | |
| 34 | + | |
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | | - | |
| 28 | + | |
30 | 29 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments