summary refs log tree commit diff stats
path: root/lib/system/reprjs.nim
Commit message (Expand)AuthorAgeFilesLines
* fix #16025 repr now consistent: does not insert trailing newline (#16034)Timothee Cour2020-11-191-1/+2
* JS unittest stacktrace fix, cleanup js repr and inclrtl includes (#14168)hlaaftana2020-04-301-34/+12
* many bugfixes for js (#14158)hlaaftana2020-04-291-14/+0
* reprjs: style changesAraq2020-01-051-12/+12
* fixes #13032Araq2020-01-041-1/+1
* Fix fat pointers, object copying, magic double evals on JS (#9411) [backport]rec2018-12-041-1/+3
* even more strict isNil handling for strings/seqs in order to detect bugsAraq2018-08-221-4/+1
* make JS tests green againAndreas Rumpf2018-04-141-4/+4
* Fixes #6741 (#7131)Yuriy Glukhov2018-01-251-1/+1
* make some system modules compile againAndreas Rumpf2017-10-291-18/+18
* more replacements for the deprecated '<'Andreas Rumpf2017-10-291-3/+3
* Ascii character code 127 (DEL) is not printable and must be quoted. (#5984)Markus F.X.J. Oberhumer2017-06-151-2/+2
* Implementing `repr` for JS (#5578)Silvio2017-03-311-9/+263
* the big renamefest: first stepsAraq2014-08-221-1/+1
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* Fixed string concatenation and other bugs in the JS backend. Fixed a small bu...dom962011-09-231-0/+23