summary refs log tree commit diff stats
path: root/tests/js
Commit message (Collapse)AuthorAgeFilesLines
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-2/+2
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Fixed passing byvarYuriy Glukhov2015-08-251-0/+10
|
* Untyped pointers godegen changed. addr expression fixed.Yuriy Glukhov2015-08-211-0/+8
|
* Merge pull request #2903 from yglukhov/js-bracket-addrAndreas Rumpf2015-06-131-0/+22
|\ | | | | Fixed addr of bracket expression. Fixes #2148.
| * Fixed addr of bracket expression. Fixes #2148.yglukhov2015-06-111-0/+22
| |
* | Fixed copying of aggregates in JS.yglukhov2015-06-111-0/+13
|/
* Merge pull request #2824 from yglukhov/js-ct-lambda-liftingAndreas Rumpf2015-06-051-4/+1
|\ | | | | Perform lambda lifting for compile-time stuff when targeting JS.
| * Perform lambda lifting for compile-time stuff when targeting JS. Enable ↵yglukhov2015-05-291-4/+1
| | | | | | | | unittest test.
* | Fixed codegen for DotDot magicyglukhov2015-06-041-1/+4
| |
* | added missing testAraq2015-05-281-0/+35
|/
* Enabled taddr and testobjs testsyglukhov2015-05-272-5/+15
|
* Fixes #2798yglukhov2015-05-261-0/+20
|
* fixes #2581Araq2015-04-221-0/+24
|
* disabled JS testAraq2015-04-181-0/+7
|
* Test JS proc header codegenOleh Prypin2015-04-091-1/+10
|
* Fixes #2323. Fixes #2148.Dominik Picheta2015-03-151-0/+36
|
* Fixes #1959, rounding floats in JSSimon Hafner2015-01-291-0/+7
|
* JS tests cleaned upAraq2014-12-172-5/+6
|
* Fixing extraneous semicolon in jsgen outputjuxiliary2014-12-061-0/+34
| | | | | | | | jsgen was producing javascript objects like this ``` {, name:"foo"} ``` causing syntax errors in javascript interpretors.
* fixes #1489, fixes #1490Araq2014-11-281-0/+32
|
* Tester now appreciates the test target. Modified 'cmd' in specs.Dominik Picheta2014-04-163-3/+0
|
* don't mess with semfold, use vars insteadSimon Hafner2013-09-261-2/+2
|
* moved eqproc to the correct magic positionSimon Hafner2013-09-261-0/+10
| | | | also added mEqCString to evalOps so the test runs
* fixes #376Araq2013-03-241-0/+23
|
* WA for #329, caused by #335Simon Hafner2013-02-151-0/+5
|
* EcmaScript => JS. Fixes #330Simon Hafner2013-02-151-1/+1
| | | | No one calls it EcmaScript anymore.
* JS codegen improvements; barely usable nowAraq2012-07-021-0/+23