summary refs log tree commit diff stats
path: root/tests/js
Commit message (Expand)AuthorAgeFilesLines
...
* Removed mangling of object fields for the js target only. (#5226)Michael Jendrusch2017-01-171-0/+83
* Updated js console logging to avoid wrapping into arrayAndrea Ferretti2016-10-061-2/+6
* Added js console objectAndrea Ferretti2016-09-211-0/+9
* JS: Fixed ICE on ptr assignmentYuriy Glukhov2016-09-202-0/+15
* Fixed another test to expect new unittest outputFelix Krause2016-08-241-1/+3
* fixes #4471Andreas Rumpf2016-07-121-0/+11
* moved random procs from math to its own module (breaking change)Andreas Rumpf2016-05-301-1/+1
* Fixes #4222Yuriy Glukhov2016-05-261-1/+12
* Slightly better test caseDmitry Polienko2016-05-201-1/+3
* Fix toJSStr for control charactersnigredo-tori2016-05-201-0/+6
* Added js closures test. Fixes #3132.Yuriy Glukhov2016-04-071-0/+51
* Fixed unicode strings in JSYuriy Glukhov2016-01-221-15/+69
* fixes #3584Araq2016-01-181-0/+12
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-2/+2
* 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.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. Enable unitt...yglukhov2015-05-291-4/+1
* | 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
* 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
* 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
* JS codegen improvements; barely usable nowAraq2012-07-021-0/+23
tle='author David Morgan <djm_uk@protonmail.com> 2022-03-22 08:43:55 +0000 committer David Morgan <djm_uk@protonmail.com> 2022-03-22 08:43:55 +0000 Add corfu-doc' href='/djm/dotfiles/commit/.emacs.d/lisp/init-completion.el?id=0f755b69775f271845874900d01e6a75a2f26921'>0f755b6 ^
3833e17 ^
























d0db566 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149