summary refs log tree commit diff stats
path: root/tests/stdlib/tmarshal.nim
Commit message (Expand)AuthorAgeFilesLines
* fix: std/marshal unmarshaling of ref objects (#22983)John Viega2023-11-261-1/+41
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+1
* fixes #20089; remove setPointer since strings/seqs are not pointers with ORC ...ringabout2022-07-261-0/+14
* register callback for marshal in VM (#19578)flywind2022-03-081-6/+36
* `std/options`: `$some(3)` is now `"some(3)"`, etc. (#17147)Timothee Cour2021-02-241-2/+2
* Improve the marshal module (#16777)konsumlamm2021-01-221-94/+85
* alternative way to fix #16022 (#16064) [backport:1.4]flywind2020-11-201-1/+8
* add testcaseflywind2020-11-121-0/+25
* allow old styled RTTI for arc/orc (#15331)Andreas Rumpf2020-09-161-3/+3
* make tests/stdlib tests joinable (#14626)Timothee Cour2020-06-151-0/+5
* fixes #8916 by fixing typeinfo and marshal. (#9341)Vindaar2018-10-131-0/+13
* Changed JSON stringification to preserve UTF (#6330)Yuriy Glukhov2017-09-151-1/+1
* Remove expr/stmt (#5857)Arne Döring2017-07-251-1/+1
* close #5757Zahary Karadjov2017-04-301-1/+23
* Use array encoding for non-UTF-8 strings in marshal. Fixes #4779.Ruslan Mustakov2016-09-161-2/+10
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
* some love for the testsuite; fixed regressionsAraq2015-03-011-6/+6
* fixes #1352Araq2014-12-141-2/+14
* new tester; all tests categorizedAraq2014-01-131-0/+65