aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/code_text.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-07Refactor to move token types to `token`Libravatar Titus Wormer1-20/+20
2022-07-05Refactor code styleLibravatar Titus Wormer1-2/+2
2022-07-01Refactor to reorder token typesLibravatar Titus Wormer1-1/+1
2022-06-22Add docs for token typesLibravatar Titus Wormer1-0/+7
2022-06-21Refactor to improve a bunch of statesLibravatar Titus Wormer1-18/+8
* Improve passing stuff around * Add traits to enums for markers and such * Fix “life time” stuff I didn’t understand
2022-06-20Remove unneeded `pub` keywordsLibravatar Titus Wormer1-4/+4
2022-06-15Add code (text)Libravatar Titus Wormer1-0/+217