summary refs log tree commit diff stats
path: root/lib/system/repr.nim
Commit message (Expand)AuthorAgeFilesLines
* removes deprecated T/P typesAraq2018-11-161-1/+0
* Fix repr() for UncheckedArray (#9385)LemonBoy2018-10-161-0/+2
* make more tests green; system.repr does not produce 'nil' for strings and seq...Araq2018-08-221-3/+6
* even more strict isNil handling for strings/seqs in order to detect bugsAraq2018-08-221-1/+1
* --gc:destructors: next steps; WIPAndreas Rumpf2018-07-211-18/+0
* Remove more usages of unary lt (fixes #6634) (#6641)Fabian Keller2017-10-311-1/+1
* more replacements for the deprecated '<'Andreas Rumpf2017-10-291-1/+1
* breaking change: arrays of char do not convert to cstring; ptr to array of ch...Andreas Rumpf2017-10-101-3/+8
* fixArne Döring2017-07-241-1/+1
* removed newString proc again, reverted some unnecesary changesArne Döring2017-07-241-3/+3
* remove $ for ptr/ref, prefer using string over array of charArne Döring2017-07-241-7/+7
* arrays can now be printedArne Döring2017-07-241-2/+2
* Ascii character code 127 (DEL) is not printable and must be quoted. (#5984)Markus F.X.J. Oberhumer2017-06-151-2/+2
* fixes repr regressionAndreas Rumpf2017-01-271-1/+3
* repr.nim: minor improvement when outputting addresses of cstringsAndreas Rumpf2017-01-261-5/+5
* Fix compilation for 16 bit targets (#5286)Jeff Ciesielski2017-01-261-1/+1
* Handle different enum sizes in reprAux (#5207)Brandon Pickering2017-01-111-1/+9
* prepare Nim codebase for upcoming parser changesAndreas Rumpf2016-07-151-2/+2
* Fixed reprEnum function on 32-bit systemsRostyslav Dzinko2016-07-051-12/+9
* Rewrote enum sign extension with branchless bit operations (also fixes travis)gmpreussner2016-03-151-8/+8
* Fixed negative enum values not getting stringified.gmpreussner2016-03-141-3/+3
* Fix for #3939 issuecheatfate2016-03-061-0/+1
* bug fix: repr() of sized enums presentation Issue #3864cheatfate2016-02-181-0/+1
* add support for uint32 and uint64 in reprMichał Zieliński2016-01-161-2/+4
* Uint64 to string in pure nim. array[char] to string fixed in vm.Yuriy Glukhov2015-09-141-4/+16
* fixes #3080Araq2015-08-021-1/+4
* fixes #2992Araq2015-06-251-4/+4
* Merge pull request #2768 from gokr/fix-reprAndreas Rumpf2015-06-161-5/+11
|\
| * Tweaked to do commas properlyGöran Krampe2015-05-201-3/+3
| * Fixes #2749, traverse full inheritance for reprRecordGöran Krampe2015-05-201-5/+11
* | Merge branch 'devel' into gogcStefan Talpalaru2015-06-151-18/+19
|\ \
| * | lib/system/g-w - Dropped 'T' from typespdw2015-06-041-18/+19
| |/
* / the Go GC - initial implementationStefan Talpalaru2015-05-311-1/+1
|/
* fixes #2124Araq2015-02-201-2/+4
* fixed minor bugs; cleaned up testsAraq2015-02-121-3/+3
* system files use new identifiersAraq2014-08-231-5/+5
* the big renamefest: first stepsAraq2014-08-221-1/+1
* fixes #1475Araq2014-08-131-2/+2
* distinguish between 'defined' and 'declared'Araq2014-08-111-6/+6
* More human readable `$`(float)katlogic2014-06-151-2/+2
* actors compile againAraq2014-04-201-4/+4
* bugfix: reprEnum for enums with negative valuesAraq2014-03-221-1/+5
* improvements for 'pretty'Araq2013-12-281-1/+1
* case consistency part 4Araq2013-12-271-14/+14
* case consistency part 1Araq2013-12-271-1/+1
* bugfix: --gc:none -d:useMalloc works againAraq2013-09-061-13/+16
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* fixes #232Araq2012-10-191-0/+4
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-1/+6
* added devel/logging; weakrefs test; next steps for proper unsigned supportAraq2012-07-051-1/+4