summary refs log tree commit diff stats
path: root/tests/stdlib/trst.nim
Commit message (Expand)AuthorAgeFilesLines
* enable style:usages for stdlib tests [backport: 1.6] (#19715)flywind2022-04-131-5/+5
* Fix bug 27 of #17340 (#19433)Andrey Makarov2022-02-071-6/+21
* fix broken CI (#19472)flywind2022-01-311-6/+6
* implement RST & Markdown quote blocks (#19147)Andrey Makarov2021-11-231-0/+361
* docgen: implement doc link resolution in current module (#18642)Andrey Makarov2021-10-281-6/+103
* rst: minor fixes (#18960)Andrey Makarov2021-10-061-1/+1
* various small documentation improvements (#18602)Miran2021-07-281-5/+5
* rst: add missing line/column info for some warnings (#18383)Andrey Makarov2021-07-201-5/+53
* rm redundant blank lines before literal blocks (#18465)Andrey Makarov2021-07-081-0/+16
* rst: fix bug 20 from #17340 (#18360)Andrey Makarov2021-06-261-0/+47
* rst: allow comment to continue on second line (#18338)Andrey Makarov2021-06-241-0/+66
* Markdown: allow to end URL with balanced parenthesis (#18321)Andrey Makarov2021-06-231-0/+41
* docs: make inline markup more compatible with Markdown (#18053)Andrey Makarov2021-05-211-5/+60
* follow-up #17930 - inline syntax highlighting (#18013)Andrey Makarov2021-05-161-0/+21
* RST opt.list to have priority over def.list (#17845)Andrey Makarov2021-05-151-0/+26
* Fix nim-lang/nimforum#285 - punctuation after URL (#17908)Andrey Makarov2021-05-011-0/+50
* more strict RST inline markup parsing (#17827)Andrey Makarov2021-04-291-0/+161
* rst indentation fixes (ref #17340) (#17715)Andrey Makarov2021-04-151-1/+184
* use doAssert in tests (#16486)flywind2020-12-281-5/+5
* make megatest consistent with unjoined tests wrt newlines, honor newlines in ...Timothee Cour2020-11-281-0/+1
* make tests/stdlib tests joinable (#14626)Timothee Cour2020-06-151-0/+6
* Rst parser respect `:start-after:` and `:end-before:` in `include` directive ...Kamanji2020-01-051-0/+79