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
/
list.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite algorithm to not pass around boxed functions
Titus Wormer
2022-08-09
1
-52
/
+67
*
Refactor to remove most closures
Titus Wormer
2022-08-02
1
-20
/
+22
*
Refactor to improve states
Titus Wormer
2022-07-29
1
-91
/
+44
*
Refactor to work on bytes (`u8`)
Titus Wormer
2022-07-29
1
-24
/
+21
*
Refactor to work on `char`s
Titus Wormer
2022-07-28
1
-29
/
+28
*
Refactor to not pass codes around
Titus Wormer
2022-07-25
1
-38
/
+41
*
Remove no longer needed field in `State::Ok`
Titus Wormer
2022-07-25
1
-3
/
+3
*
Improve performance w/ a single feed loop
Titus Wormer
2022-07-25
1
-5
/
+5
*
Refactor to use a single shared edit map
Titus Wormer
2022-07-22
1
-7
/
+3
*
Refactor to remove unneeded tuples in every states
Titus Wormer
2022-07-22
1
-32
/
+32
*
Refactor to pass ints instead of vecs around
Titus Wormer
2022-07-22
1
-17
/
+14
*
Refactor to move `index` field to `point`
Titus Wormer
2022-07-21
1
-1
/
+2
*
Refactor to share edit map
Titus Wormer
2022-07-20
1
-5
/
+5
*
Refactor to use less vecs for events
Titus Wormer
2022-07-20
1
-3
/
+3
*
Refactor to remove cloning in `edit_map`
Titus Wormer
2022-07-19
1
-5
/
+3
*
Fix performance around a lot of lists
Titus Wormer
2022-07-19
1
-16
/
+33
*
Add support for turning off constructs
Titus Wormer
2022-07-18
1
-3
/
+12
*
Refactor to organize resolvers
Titus Wormer
2022-07-18
1
-2
/
+2
*
Fix interrupting of ordered items
Titus Wormer
2022-07-15
1
-5
/
+7
*
Fix stray `println`
Titus Wormer
2022-07-15
1
-2
/
+0
*
Add docs and refactor list
Titus Wormer
2022-07-15
1
-158
/
+200
*
Fix two more list bugs
Titus Wormer
2022-07-14
1
-1
/
+6
*
Fix interrupting sibling list items
Titus Wormer
2022-07-14
1
-3
/
+1
*
Add support for container state
Titus Wormer
2022-07-14
1
-43
/
+52
*
Fix a bunch of container things
Titus Wormer
2022-07-14
1
-2
/
+2
*
Fix lists in lists and some other bugs
Titus Wormer
2022-07-13
1
-25
/
+27
*
Fix some issues around empty lists
Titus Wormer
2022-07-12
1
-12
/
+57
*
Fix to prefer thematic breaks over lists
Titus Wormer
2022-07-12
1
-6
/
+18
*
Fix a lot of list things
Titus Wormer
2022-07-12
1
-23
/
+187
*
Add initial support for lists
Titus Wormer
2022-07-12
1
-0
/
+195