aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactor to move jsx parsing to partialLibravatar Titus Wormer2022-09-084-1001/+1014
|
* Add tests for mdx jsx (text)Libravatar Titus Wormer2022-09-082-12/+41
|
* Fix debug messageLibravatar Titus Wormer2022-09-071-1/+1
|
* Add support for recoverable syntax errorsLibravatar Titus Wormer2022-09-078-97/+175
|
* Add support for unicode identifiers in JSXLibravatar Titus Wormer2022-09-071-24/+95
|
* Add initial states for MDX JSX (text)Libravatar Titus Wormer2022-09-068-48/+1050
|
* Add support for `mailto:`, `xmpp:` protocolsLibravatar Titus Wormer2022-09-054-16/+124
|
* Fix some todosLibravatar Titus Wormer2022-09-055-7/+12
|
* Fix to implement GFM autolink literals exactlyLibravatar Titus Wormer2022-09-055-162/+805
|
* Add support for getting `char`s from bytesLibravatar Titus Wormer2022-09-052-21/+32
|
* Fix shifting points past tabsLibravatar Titus Wormer2022-09-051-9/+10
|
* Fix to improve debug loggingLibravatar Titus Wormer2022-09-051-2/+16
|
* Add support for GFM tagfilterLibravatar Titus Wormer2022-09-018-77/+246
|
* Add support for GFM tablesLibravatar Titus Wormer2022-08-3114-36/+1648
|
* Add support for math (flow)Libravatar Titus Wormer2022-08-2612-190/+424
|
* Add support for math (text)Libravatar Titus Wormer2022-08-2612-312/+491
|
* Add support for GFM footnotesLibravatar Titus Wormer2022-08-2517-147/+1527
|
* Fix lazy paragraph after definitionLibravatar Titus Wormer2022-08-223-13/+63
|
* Add support for GFM task list itemLibravatar Titus Wormer2022-08-2210-12/+338
|
* Add support for GFM strikethroughLibravatar Titus Wormer2022-08-2225-119/+307
|
* Refactor to move more things to `util/`Libravatar Titus Wormer2022-08-1924-40/+44
|
* Add support for GFM autolink literalsLibravatar Titus Wormer2022-08-1811-199/+753
|
* Add `no_std + alloc`Libravatar Titus Wormer2022-08-1621-2/+38
|
* Add support for frontmatterLibravatar Titus Wormer2022-08-1612-17/+479
|
* Update some last docs, bnf grammarsLibravatar Titus Wormer2022-08-1617-111/+226
|
* Refactor to proof docs, grammarsLibravatar Titus Wormer2022-08-1538-424/+687
|
* Add missing mark of `SpaceOrTab` as void eventLibravatar Titus Wormer2022-08-151-1/+2
|
* Add derive of `Eq` where possibleLibravatar Titus Wormer2022-08-155-11/+11
|
* Refactor to move `content` to `construct`Libravatar Titus Wormer2022-08-1538-138/+130
|
* Refactor to move some things to `parser`Libravatar Titus Wormer2022-08-152-26/+20
|
* Refactor to rename list construct to list itemLibravatar Titus Wormer2022-08-1510-72/+73
|
* Refactor paragraph, data resolversLibravatar Titus Wormer2022-08-152-44/+50
|
* Refactor to solve some clippy issuesLibravatar Titus Wormer2022-08-152-52/+50
|
* Refactor to attempt less if never neededLibravatar Titus Wormer2022-08-1214-293/+367
|
* Refactor to improve enteringLibravatar Titus Wormer2022-08-1213-96/+144
|
* Refactor to improve some namesLibravatar Titus Wormer2022-08-124-27/+27
|
* Remove unneeded stateLibravatar Titus Wormer2022-08-122-23/+4
|
* Remove `match` statements if clumsyLibravatar Titus Wormer2022-08-1219-412/+368
|
* Refactor to improve docs of each functionLibravatar Titus Wormer2022-08-1243-553/+611
|
* Refactor attempts to remove unneeded state nameLibravatar Titus Wormer2022-08-1120-413/+400
|
* Refactor to handle definitions when parsingLibravatar Titus Wormer2022-08-113-38/+50
|
* Remove unneeded `balance` info on label startsLibravatar Titus Wormer2022-08-114-64/+30
|
* Refactor to move `space_or_tab_eol` to own fileLibravatar Titus Wormer2022-08-1132-526/+542
|
* Remove boxes around resolversLibravatar Titus Wormer2022-08-1115-77/+103
|
* Refactor to move some code to `event.rs`Libravatar Titus Wormer2022-08-1142-1300/+1313
|
* Refactor to move some code to `state.rs`Libravatar Titus Wormer2022-08-1136-1237/+1229
|
* Refactor internal docs, code style of tokenizerLibravatar Titus Wormer2022-08-1117-381/+420
|
* Add improved container exit injectionLibravatar Titus Wormer2022-08-114-149/+129
|
* Refactor some code for document parsingLibravatar Titus Wormer2022-08-103-230/+188
|
* Remove boxes when calling statesLibravatar Titus Wormer2022-08-101-354/+328
| | | | Interestingly, this cuts performance by 20%.