aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/hard_break_trailing.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to drastically improve perf around whitespaceLibravatar Titus Wormer2022-07-261-88/+0
|
* Refactor to not pass codes aroundLibravatar Titus Wormer2022-07-251-8/+8
|
* Remove no longer needed field in `State::Ok`Libravatar Titus Wormer2022-07-251-1/+1
|
* Improve performance w/ a single feed loopLibravatar Titus Wormer2022-07-251-1/+1
|
* Refactor to remove unneeded tuples in every statesLibravatar Titus Wormer2022-07-221-8/+8
|
* Refactor to pass ints instead of vecs aroundLibravatar Titus Wormer2022-07-221-8/+5
|
* Add support for turning off constructsLibravatar Titus Wormer2022-07-181-1/+1
|
* Refactor examples of statesLibravatar Titus Wormer2022-07-181-4/+6
|
* Refactor to move token types to `token`Libravatar Titus Wormer2022-07-071-7/+8
|
* Refactor code styleLibravatar Titus Wormer2022-07-051-1/+1
|
* Add docs for token typesLibravatar Titus Wormer2022-06-221-0/+5
|
* Add support for hard break (trailing)Libravatar Titus Wormer2022-06-161-0/+83