summary refs log tree commit diff stats
path: root/lib/system/repr_v2.nim
Commit message (Collapse)AuthorAgeFilesLines
* repr_v2 improvements (#14992)Clyybber2020-07-151-10/+28
| | | | | | | * Support proc in arc repr * Typo * Improve repr for strings and chars
* fix repr(char) example assert (#14437)hlaaftana2020-05-231-1/+1
|
* Small improvements for string and char repr with gc:arc (#14400)Clyybber2020-05-201-6/+8
| | | | | * Small improvements for string and char repr with gc:arc * Fix test
* Fix #14270 and add testcases (#14276)Clyybber2020-05-081-2/+6
|
* Fix #13872 (#13898)Clyybber2020-04-061-0/+5
|
* doc: fix comment for repr*(x: char): string (#13873)Hiroki Noda2020-04-051-1/+1
| | | replace `$` with `repr`.
* fix #13731, ambiguous repr of pointers (#13732)Miran2020-03-231-6/+2
|
* Repr v2 progress (#13268)cooldome2020-01-281-71/+59
| | | | | | | | | | * progress on repr_v2 * repr progress * add ref objects with distrinct * fix failing tests
* more arc features (#13098)Andreas Rumpf2020-01-101-0/+170
* config update * ARC now supports 'repr' and 'new' with finalizers is supported