summary refs log tree commit diff stats
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
...
* close #18009 parseJson JInt vs JFloat; preserve -0.0 as JFloat to distinguish...Timothee Cour2021-05-231-1/+16
* docs: make inline markup more compatible with Markdown (#18053)Andrey Makarov2021-05-212-10/+67
* jsonutils: add customization for toJson via `ToJsonOptions`; generalize symbo...Timothee Cour2021-05-181-0/+13
* follow-up #17930 - inline syntax highlighting (#18013)Andrey Makarov2021-05-161-0/+21
* fix #18007: std/json now serializes nan,inf,-inf as strings instead of invali...Timothee Cour2021-05-162-1/+43
* RST opt.list to have priority over def.list (#17845)Andrey Makarov2021-05-151-0/+26
* Revert "fix #14873 properly by skipping `abi` field in importc type (#17944)"...Andreas Rumpf2021-05-151-17/+1
* refs #18011 disable some newly failing tests on cpp windows; refs #17946 incr...Timothee Cour2021-05-141-1/+1
* jsonutils: handle holey enum as regular enum, via ord (#17995)Timothee Cour2021-05-111-3/+3
* jsonutils: support set (#17994)Timothee Cour2021-05-111-0/+6
* improve std/tempfiles (#17920)Timothee Cour2021-05-111-10/+42
* fix #17467 1st call to rand is now non-skewed; allow seed == 0 (#17468)Timothee Cour2021-05-111-4/+27
* Revert "Fix parseUri to sanitize urls containing ASCII newline or tab (#17967...Andreas Rumpf2021-05-091-12/+0
* Fix parseUri to sanitize urls containing ASCII newline or tab (#17967)Beshr Kayali2021-05-091-0/+12
* testament :show duration also for failed tests; improve `tshould_not_work`; m...Timothee Cour2021-05-082-1/+16
* improve tbase64.nim (#17964)Timothee Cour2021-05-071-12/+6
* fix #14873 properly by skipping `abi` field in importc type (#17944)Timothee Cour2021-05-071-1/+17
* follow-up #17837: add `Console` for interactive sessions (#17930)Andrey Makarov2021-05-061-2/+15
* highlite: fix #17890 - tokenize Nim escape seq-s (#17919)Andrey Makarov2021-05-031-0/+13
* typo: nonexistant => nonexistent (#17918)Timothee Cour2021-05-023-8/+8
* fix #17911 rawProc for cpp (#17912)Timothee Cour2021-05-012-4/+72
* Fix nim-lang/nimforum#285 - punctuation after URL (#17908)Andrey Makarov2021-05-011-0/+50
* close #16646; `since` now works with bootstrap nim post csources_v1 (#17895)Timothee Cour2021-04-301-1/+1
* more strict RST inline markup parsing (#17827)Andrey Makarov2021-04-291-0/+161
* [std/encodings]move to tests (#17866)flywind2021-04-291-0/+73
* [std/pegs] increase test coverage (#17871)flywind2021-04-271-4/+154
* fix gbk encodings on windows (#17843)flywind2021-04-261-0/+25
* move travis, appveyor, ci.yml.disabled to `unmaintained/` (#17828)Timothee Cour2021-04-242-8/+1
* js generates spurious >>> on shr (#17767)Sivchari2021-04-211-0/+49
* add RST highlighting for command line / shells (also fixes #16858) (#17789)Andrey Makarov2021-04-211-8/+12
* close #9372 add std/tempfiles (#17361)flywind2021-04-211-0/+17
* privateAccess now works with ref | ptr (#17760)Timothee Cour2021-04-193-8/+120
* fix #17749 ignore SIGPIPE signals, fix nim CI #17748 (#17752)Timothee Cour2021-04-181-2/+21
* replace defer with try ... finally (#17753)flywind2021-04-171-2/+9
* fix nim CI following #17455 (same postmortem as #17721) (#17740)Timothee Cour2021-04-161-6/+2
* refs #17292 fix `repr`: `(discard)` now does't render as `discard` which gave...Timothee Cour2021-04-161-12/+38
* std/hashes: hash(ref|ptr|pointer) + other improvements (#17731)Timothee Cour2021-04-162-6/+22
* start using import {.all.} (#17736)Timothee Cour2021-04-161-0/+19
* rst indentation fixes (ref #17340) (#17715)Andrey Makarov2021-04-152-2/+196
* add number literal jsbigints.big (#17707)Timothee Cour2021-04-131-3/+3
* followup strformat PR. backslash escapes, tests, docs (#17700)shirleyquirk2021-04-121-2/+60
* restyle RST option lists (#17637)Andrey Makarov2021-04-101-12/+23
* add std/tasks (#17447)flywind2021-04-091-0/+506
* make repr handle setters `foo=` (#17683)Timothee Cour2021-04-091-0/+9
* further progress on rst roles & directives (fix #17646) (#17659)Andrey Makarov2021-04-081-0/+36
* use sink and lent in deques (#17661)flywind2021-04-071-2/+51
* ref #14873 (#17644)flywind2021-04-062-3/+7
* fix :number-lines: regression (#17639)Andrey Makarov2021-04-051-0/+10
* fix #16693: testament spec nimout too lax (#16698)flywind2021-04-042-1/+6
* fix rst option list at EOF (follow-up #17442) (#17638)Andrey Makarov2021-04-041-0/+2