summary refs log tree commit diff stats
path: root/tests/discard
Commit message (Expand)AuthorAgeFilesLines
* Hrm, the new errors highlighted some code that seems to be brokenZahary Karadjov2020-04-011-1/+1
* revert discardable transformation (#10905)Andreas Rumpf2019-04-211-0/+20
* fix off by 1 error in `col` shown by toFileLineCol (#10138)Timothee Cour2018-12-311-1/+1
* lots of small changesArne Döring2018-12-111-0/+3
* require errormsg to be specified before file.Arne Döring2018-12-113-3/+3
* updated tests to be executedArne Döring2018-11-231-0/+7
* fix #9726 (#9765)Arne Döring2018-11-201-0/+8
* add illegal discard testArne Döring2018-11-081-0/+9
* fixes #9076Araq2018-09-261-0/+22
* make tests green againAndreas Rumpf2018-07-051-1/+1
* more chatty error message for the 'discard' checkingAndreas Rumpf2018-02-051-1/+1
* Remove expr/stmt (#5857)Arne Döring2017-07-251-1/+1
* compiler: better error messages (#5613)Andreas Rumpf2017-03-262-3/+3
* fixes #1528Araq2015-09-101-0/+12
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-042-4/+4
* fixes #942Araq2014-03-051-0/+16
* made some tests green; htmlgen still brokenAraq2014-02-251-1/+1
* new tester; all tests categorizedAraq2014-01-132-0/+25
04-06 11:58:12 +0200 committer Araq <rumpf_a@web.de> 2018-04-06 11:59:49 +0200 renamed future.nim to sugar.nim' href='/ahoang/Nim/commit/changelog.md?h=devel&id=0872e7a27e08c551f21cfcf3f8963f6f452f62cf'>0872e7a27 ^
e3e17009f ^

e2094bc6f ^

4f1725ad6 ^

e2094bc6f ^
97565826e ^
50d4224d4 ^


97565826e ^
6795d9931 ^


fdf1d1238 ^
6795d9931 ^
65070a693 ^


e3e17009f ^

cd0985df0 ^


e3e17009f ^

e2094bc6f ^

1d9343080 ^

f6c8f97fe ^

6795d9931 ^



90afb1baa ^
a075a912c ^
2107c81d6 ^

65070a693 ^
e2094bc6f ^
e3e17009f ^
212457f5e ^
5d46e1eaa ^

6baca5869 ^

3d1d163ef ^

efae36685 ^



f94fafff9 ^


4409c8222 ^

06bdf8392 ^
66780c1f4 ^

5d46e1eaa ^
e3e17009f ^

212fdc594 ^
66780c1f4 ^
ea8afebf8 ^
c08efb4c5 ^


212fdc594 ^
e3e17009f ^

a1879cae5 ^




ea8afebf8 ^
16c1a9085 ^


aded62520 ^

b0d85b0ad ^
0fad659bf ^

851d2a266 ^
1aa359feb ^
851d2a266 ^
b0d85b0ad ^
aded62520 ^
ae5c946a3 ^


cf13c5fba ^

e3e17009f ^

500394225 ^


e3e17009f ^
91cab6dbd ^
e3037a2f3 ^



9e884c31d ^
e3037a2f3 ^

0ce28d15c ^



d7cc9016f ^
e3037a2f3 ^

ee366f174 ^





e3037a2f3 ^
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
150
151