aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for mdx jsx (flow)Libravatar Titus Wormer2022-09-081-0/+8
* Add tests for mdx jsx (text)Libravatar Titus Wormer2022-09-081-1/+5
* Add support for recoverable syntax errorsLibravatar Titus Wormer2022-09-071-1/+1
* Add support for `mailto:`, `xmpp:` protocolsLibravatar Titus Wormer2022-09-051-4/+34
* Fix to implement GFM autolink literals exactlyLibravatar Titus Wormer2022-09-051-4/+33
* Add support for GFM tagfilterLibravatar Titus Wormer2022-09-011-46/+43
* Add support for GFM tablesLibravatar Titus Wormer2022-08-311-3/+232
* Add support for math (flow)Libravatar Titus Wormer2022-08-261-35/+44
* Add support for math (text)Libravatar Titus Wormer2022-08-261-14/+19
* Add support for GFM footnotesLibravatar Titus Wormer2022-08-251-15/+301
* Add support for GFM task list itemLibravatar Titus Wormer2022-08-221-1/+25
* Add support for GFM strikethroughLibravatar Titus Wormer2022-08-221-1/+17
* Refactor to move more things to `util/`Libravatar Titus Wormer2022-08-191-1/+1
* Add support for GFM autolink literalsLibravatar Titus Wormer2022-08-181-35/+72
* Add `no_std + alloc`Libravatar Titus Wormer2022-08-161-1/+7
* Add support for frontmatterLibravatar Titus Wormer2022-08-161-0/+13
* Refactor to proof docs, grammarsLibravatar Titus Wormer2022-08-151-66/+89
* Refactor to solve some clippy issuesLibravatar Titus Wormer2022-08-151-1/+0
* Refactor to improve docs of each functionLibravatar Titus Wormer2022-08-121-1/+1
* Refactor to move `space_or_tab_eol` to own fileLibravatar Titus Wormer2022-08-111-61/+61
* Refactor to move some code to `event.rs`Libravatar Titus Wormer2022-08-111-105/+102
* Add improved container exit injectionLibravatar Titus Wormer2022-08-111-27/+42
* Rewrite algorithm to not pass around boxed functionsLibravatar Titus Wormer2022-08-091-21/+38
* Refactor to pass more `&str`s, work on more bytesLibravatar Titus Wormer2022-08-011-90/+65
* Remove unneeded field in compile contextLibravatar Titus Wormer2022-08-011-39/+8
* Refactor to improve statesLibravatar Titus Wormer2022-07-291-236/+304
* Refactor to work on bytes (`u8`)Libravatar Titus Wormer2022-07-291-21/+24
* Refactor to work on `char`sLibravatar Titus Wormer2022-07-281-95/+109
* Refactor to remove unneeded tuples in every statesLibravatar Titus Wormer2022-07-221-3/+3
* Refactor to improve allocation around stringsLibravatar Titus Wormer2022-07-201-94/+80
* Remove another unneeded `HashMap`Libravatar Titus Wormer2022-07-191-137/+120
* Change to improve `default_line_ending` apiLibravatar Titus Wormer2022-07-181-3/+1
* Refactor to move options to `lib/`Libravatar Titus Wormer2022-07-181-160/+1
* Remove unneeded tokenLibravatar Titus Wormer2022-07-181-10/+8
* Fix some final eol bugsLibravatar Titus Wormer2022-07-151-0/+9
* Fix compiling final eof after list itemsLibravatar Titus Wormer2022-07-151-0/+2
* Refactor to sort, document lists in tokenLibravatar Titus Wormer2022-07-151-2/+1
* Refactor to sort, document lists in compilerLibravatar Titus Wormer2022-07-151-153/+146
* Fix two more list bugsLibravatar Titus Wormer2022-07-141-1/+1
* Add support for container stateLibravatar Titus Wormer2022-07-141-3/+18
* Fix a bunch of container thingsLibravatar Titus Wormer2022-07-141-18/+37
* Fix to close containers before several (blank) line endingsLibravatar Titus Wormer2022-07-131-11/+12
* Fix a lot of list thingsLibravatar Titus Wormer2022-07-121-20/+71
* Add initial support for listsLibravatar Titus Wormer2022-07-121-4/+78
* Fix block quote bugsLibravatar Titus Wormer2022-07-111-6/+9
* Refactor to move token types to `token`Libravatar Titus Wormer2022-07-071-136/+131
* Fix to order enter/exit mapsLibravatar Titus Wormer2022-07-071-46/+48
* Add basic support for block quotesLibravatar Titus Wormer2022-07-071-6/+23
* Refactor to do some to dosLibravatar Titus Wormer2022-07-051-1/+1
* Add support for unicode punctuationLibravatar Titus Wormer2022-07-041-1/+1