index
:
markdown-rs
main
CommonMark compliant markdown parser in Rust with ASTs and extensions
cel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
construct
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-08-11
Refactor attempts to remove unneeded state name
Titus Wormer
15
-270
/
+236
2022-08-11
Refactor to handle definitions when parsing
Titus Wormer
1
-3
/
+34
2022-08-11
Remove unneeded `balance` info on label starts
Titus Wormer
3
-43
/
+10
2022-08-11
Refactor to move `space_or_tab_eol` to own file
Titus Wormer
28
-276
/
+292
2022-08-11
Remove boxes around resolvers
Titus Wormer
9
-16
/
+22
2022-08-11
Refactor to move some code to `event.rs`
Titus Wormer
29
-859
/
+878
2022-08-11
Refactor to move some code to `state.rs`
Titus Wormer
28
-462
/
+468
2022-08-11
Refactor internal docs, code style of tokenizer
Titus Wormer
12
-90
/
+133
2022-08-10
Refactor some code for document parsing
Titus Wormer
1
-3
/
+7
2022-08-10
Add `State::Retry`
Titus Wormer
21
-186
/
+152
2022-08-10
Rename `State::Fn` to `State::Next`
Titus Wormer
27
-324
/
+309
2022-08-09
Add support for passing `ok`, `nok` as separate states to attempts
Titus Wormer
15
-168
/
+265
2022-08-09
Rewrite algorithm to not pass around boxed functions
Titus Wormer
27
-688
/
+795
2022-08-02
Refactor to remove most closures
Titus Wormer
21
-990
/
+979
2022-08-01
Fix bug on empty heading (atx)
Titus Wormer
1
-29
/
+31
2022-08-01
Add missing docs, refactor some code
Titus Wormer
3
-8
/
+21
2022-08-01
Refactor some states
Titus Wormer
6
-28
/
+32
2022-07-29
Refactor to improve states
Titus Wormer
23
-907
/
+522
2022-07-29
Refactor to work on bytes (`u8`)
Titus Wormer
30
-386
/
+450
2022-07-28
Refactor to use `debug_assert`
Titus Wormer
1
-1
/
+0
2022-07-28
Refactor to work on `char`s
Titus Wormer
28
-614
/
+540
2022-07-26
Refactor to drastically improve perf around whitespace
Titus Wormer
6
-136
/
+195
2022-07-25
Refactor to not pass codes around
Titus Wormer
29
-896
/
+861
2022-07-25
Remove no longer needed field in `State::Ok`
Titus Wormer
29
-44
/
+44
2022-07-25
Improve performance w/ a single feed loop
Titus Wormer
21
-45
/
+41
2022-07-22
Refactor to use a single shared edit map
Titus Wormer
7
-52
/
+34
2022-07-22
Refactor to remove unneeded tuples in every states
Titus Wormer
29
-781
/
+583
2022-07-22
Refactor to pass ints instead of vecs around
Titus Wormer
29
-374
/
+328
2022-07-21
Refactor to improve performance by passing markers around
Titus Wormer
1
-6
/
+6
2022-07-21
Refactor to move `index` field to `point`
Titus Wormer
6
-66
/
+29
2022-07-21
Refactor to move some event fields to `link`
Titus Wormer
4
-58
/
+24
2022-07-20
Refactor to share edit map
Titus Wormer
7
-41
/
+41
2022-07-20
Refactor to improve allocation around strings
Titus Wormer
1
-6
/
+4
2022-07-20
Refactor to use less vecs for events
Titus Wormer
7
-18
/
+18
2022-07-19
Refactor to remove cloning in `edit_map`
Titus Wormer
7
-20
/
+15
2022-07-19
Fix performance around a lot of lists
Titus Wormer
1
-16
/
+33
2022-07-18
Add support for turning off constructs
Titus Wormer
20
-52
/
+124
2022-07-18
Refactor to organize resolvers
Titus Wormer
4
-175
/
+175
2022-07-18
Refactor examples of states
Titus Wormer
26
-460
/
+605
2022-07-18
Remove unneeded token
Titus Wormer
1
-3
/
+3
2022-07-18
Fix token that should be void
Titus Wormer
1
-2
/
+4
2022-07-18
Fix dead link in docs
Titus Wormer
1
-2
/
+2
2022-07-15
Fix interrupting of ordered items
Titus Wormer
1
-5
/
+7
2022-07-15
Fix to use single array for character references
Titus Wormer
1
-6
/
+8
2022-07-15
Fix stray `println`
Titus Wormer
1
-2
/
+0
2022-07-15
Add docs to non-lazy continuation
Titus Wormer
1
-5
/
+27
2022-07-15
Add docs and refactor list
Titus Wormer
2
-163
/
+200
2022-07-15
Add missing docs to html (flow)
Titus Wormer
2
-38
/
+46
2022-07-15
Remove unneeded field
Titus Wormer
2
-27
/
+17
2022-07-15
Add missing link
Titus Wormer
1
-5
/
+4
[next]