summary refs log tree commit diff stats
path: root/tests/js
Commit message (Expand)AuthorAgeFilesLines
* relativePath("foo", "foo") is now ".", not "" (#13452)Timothee Cour2020-02-221-0/+7
* style fix: change 'JS' to 'js' to make it consistent (#13168)Miran2020-01-161-1/+1
* fixes #9674 [backport] (#13143)Andreas Rumpf2020-01-141-1/+9
* fixes #13119 (#13128)Andreas Rumpf2020-01-141-2/+2
* clean up deprecated stuff and unused imports in tests (#13059)Miran2020-01-073-9/+6
* #12103 - CI for FreeBSD (#12179)Euan2019-11-291-0/+1
* fix in tests/js/tconsole (#12709)Arne Döring2019-11-251-3/+3
* Fix jsgen bug with uninitialized seq (#12500) [backport]Oscar Nihlgård2019-10-241-0/+20
* Sets need copying in JS (#11392)hlaaftana2019-10-021-0/+14
* importjs symbol (#12218)Arne Döring2019-09-202-11/+347
* close #11166 by adding a testnarimiran2019-07-251-0/+4
* JS codegen: supports toOpenArray [bugfix]Araq2019-07-121-1/+9
* implement system.default for the JS targetAndreas Rumpf2019-03-051-0/+14
* fixes 10697 [backport]Araq2019-02-191-2/+13
* fixes #10651Araq2019-02-142-10/+37
* Fixes 10202 (#10283)rec2019-01-121-10/+27
* Guard against null exception (#10162)rec2019-01-041-0/+3
* Support undefined in isNil (#9960)Alexander Ivanov2018-12-301-0/+16
* Fixed insert for nil seq in js (#10068)Yuriy Glukhov2018-12-211-0/+32
* Make copies for params which are captured in closures. Fixes #7048 (#10050)rec2018-12-201-0/+44
* Fixes #10005recloser2018-12-151-0/+17
* lots of small changesArne Döring2018-12-111-1/+1
* fix js categoryArne Döring2018-12-111-1/+2
* Fix fat pointers, object copying, magic double evals on JS (#9411) [backport]rec2018-12-042-0/+489
* Support only some types as JsAssoc types (#8627)Alexander Ivanov2018-11-231-12/+12
* Fix printing and comparing uninitialized stringsrecloser2018-10-213-9/+17
* Field checks for everybody (#8957)LemonBoy2018-10-092-0/+72
* Try/Catch support for native JS exceptions (#8955)LemonBoy2018-10-091-0/+31
* Fix add(string, cstring) when the lhs is null (#8951)LemonBoy2018-09-121-0/+4
* Fix concat behaviour for uninitialized strings (#8950)LemonBoy2018-09-111-0/+5
* Fix insert/delete for JS (#8915)LemonBoy2018-09-081-0/+12
* Fix AST generation for case statements (#8908)LemonBoy2018-09-071-0/+7
* Sync line generation between C and JS backends (#8888)LemonBoy2018-09-071-0/+26
* Automatic deref for everything but pointers in asm/emit (#8891)LemonBoy2018-09-073-5/+26
* Correctly mangle `this` in the JS backend (#8853)LemonBoy2018-09-032-2/+25
* fix items for cstring for the JS target; makes tests green againAraq2018-09-031-2/+2
* Cleanup ttimes (#8714)Oscar Nihlgård2018-08-221-43/+0
* times.Timezone changes (#8527)Oscar Nihlgård2018-08-171-5/+5
* make JS tests greenAndreas Rumpf2018-08-133-3/+3
* New implementations of times.parse & times.format (#8094)Oscar Nihlgård2018-07-091-3/+3
* Testament should run tests with no action (#8232)genotrance2018-07-081-0/+3
* Fix cmpStrings in js mode (#7604)treeform2018-04-151-0/+9
* make JS tests green againAndreas Rumpf2018-04-141-1/+1
* fixes #4470Andreas Rumpf2018-04-131-1/+11
* Sub second time resolution (#6978)Oscar Nihlgård2018-04-131-4/+3
* Use addPragmaAlexander Ivanov2018-03-051-1/+1
* Stop replacing all pragmas of a function with asyncjsAlexander Ivanov2018-03-031-0/+27
* Fix return (#7225)Alexander Ivanov2018-02-271-0/+2
* Fixes #6741 (#7131)Yuriy Glukhov2018-01-251-41/+47
* Unify async macro and futures for js and native targetsYuriy Glukhov2018-01-051-1/+0