Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #8916 by fixing typeinfo and marshal. (#9341) | Vindaar | 2018-10-13 | 1 | -7/+5 |
| | | | | | | | | | * fixes #8916 by removing `tyString`, `tySeq`, mod. marshal, typeinfo Need to check in `typeinfo` for nil of the underlying pointer. In marshal don't have to check for nil of seq anymore. * remove reference to string, sequence in `isNil` doc string | ||||
* | document usage of marshal.to; fixes #3150 | Araq | 2018-09-03 | 1 | -0/+11 |
| | |||||
* | even more strict isNil handling for strings/seqs in order to detect bugs | Araq | 2018-08-22 | 1 | -2/+1 |
| | |||||
* | Update marshal.nim | Federico Ceratto | 2018-06-13 | 1 | -0/+1 |
| | |||||
* | Add hint on JSON serialization | Federico Ceratto | 2018-06-13 | 1 | -0/+1 |
| | |||||
* | remove deprecated stuff from the stdlib; introduce better deprecation warnings | Araq | 2018-05-05 | 1 | -1/+0 |
| | |||||
* | more replacements for the deprecated '<' | Andreas Rumpf | 2017-10-29 | 1 | -1/+1 |
| | |||||
* | Add marshal format warning | Federico Ceratto | 2016-11-19 | 1 | -0/+1 |
| | |||||
* | Add [un]marshalling examples | Federico Ceratto | 2016-11-19 | 1 | -0/+6 |
| | |||||
* | Use array encoding for non-UTF-8 strings in marshal. Fixes #4779. | Ruslan Mustakov | 2016-09-16 | 1 | -27/+23 |
| | |||||
* | marshal now can handle binary data in strings | Ruslan Mustakov | 2016-09-13 | 1 | -2/+26 |
| | |||||
* | udpated the compiler and tester to use getOrDefault | Araq | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | Fixes example code in marshal module. | Dominik Picheta | 2015-07-26 | 1 | -1/+1 |
| | |||||
* | lib/pure/e-o - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -13/+15 |
| | |||||
* | marshalling can be done at compile-time | Araq | 2015-04-25 | 1 | -21/+32 |
| | |||||
* | Don't run non-test code when defined(testing) | Oleh Prypin | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | doc improvements | Araq | 2014-11-27 | 1 | -2/+2 |
| | |||||
* | more modules updated | Araq | 2014-08-28 | 1 | -319/+319 |
| | |||||
* | big rename | Araq | 2014-08-27 | 1 | -5/+5 |
| | |||||
* | bugfix: marshal supports unsigned numbers | Araq | 2013-06-27 | 1 | -1/+1 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | bugfix: typeinfo.extendSeq | Araq | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | made tests green again | Araq | 2012-08-24 | 1 | -1/+1 |
| | |||||
* | more uint related fixes | Zahary Karadjov | 2012-06-14 | 1 | -111/+111 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | got rid of akPureObject | Araq | 2011-09-24 | 1 | -2/+2 |
| | |||||
* | bugfix: 'set' overloadable; further steps for multi threading support | Araq | 2011-07-08 | 1 | -1/+32 |
| | |||||
* | code gen bugfixes; marshal.nim implemented | Araq | 2011-06-26 | 1 | -0/+288 |