summary refs log tree commit diff stats
path: root/tests/notnil
Commit message (Expand)AuthorAgeFilesLines
* make binary `not` not parse complex expressions on right side (#22078)metagn2023-06-121-0/+18
* add testcase for #9466 (#17538)flywind2021-03-281-0/+28
* Add tests for #8481, #6490 and #4061 (#14083)Clyybber2020-04-231-0/+10
* More precise error messages for uninitialized fields in the presence of inher...Zahary Karadjov2020-04-011-3/+7
* Fix tests/notnil/tnotnil_in_objconstr.nimZahary Karadjov2020-04-011-1/+1
* new feature: --staticBoundChecks:on to enforce static array index checking (#...Andreas Rumpf2020-03-181-2/+3
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* require errormsg to be specified before file.Arne Döring2018-12-111-1/+1
* make tests green againAraq2018-08-133-35/+8
* fixes more nil handling regressionsAraq2018-08-131-11/+1
* make tests green againAndreas Rumpf2018-05-021-1/+1
* make 'not nil' experimentalAndreas Rumpf2018-05-028-9/+13
* fixes #3993Araq2017-11-231-0/+14
* fixes #6489Araq2017-11-231-1/+7
* closes #6121Araq2017-11-231-0/+21
* fixes #6555Araq2017-11-231-1/+12
* fixes #6682Araq2017-11-221-0/+26
* cleaned up the code and implemented proper error messagesZahary Karadjov2017-04-061-1/+1
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-043-6/+6
* fixes #2355Araq2015-03-281-0/+14
* fixes #2352Araq2015-03-161-1/+7
* fixes #2216Araq2015-02-261-0/+27
* Added notnil test for issue #1216Clay Sweetser2014-06-181-0/+14
* fixes #584Araq2014-02-141-0/+35
* new tester; all tests categorizedAraq2014-01-133-0/+87
>^
2e534c0e ^
1ae4e0d9 ^
b94f150a ^
1ae4e0d9 ^
fbf0536d ^


fbf0536d ^
de612c49 ^
b38d7fff ^
e3894819 ^
1ae4e0d9 ^
fc2046a1 ^
8ebe8ef6 ^
38f0b91a ^
cbbcd47f ^
70f70118 ^
04afb4b0 ^
426009da ^
b38d7fff ^

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