summary refs log tree commit diff stats
path: root/tests/notnil
Commit message (Expand)AuthorAgeFilesLines
* 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
=86556ebfdbbd4b8e9edc9d3085ea21d6c0bae2e2'>86556ebfd ^
ed0cb7b85 ^

86556ebfd ^
ed0cb7b85 ^





f551b72fb ^


bae662fa8 ^
ed0cb7b85 ^








86556ebfd ^

ed0cb7b85 ^







86556ebfd ^
15e681ce6 ^




ed0cb7b85 ^
86556ebfd ^
ed0cb7b85 ^





39290cf88 ^
ed0cb7b85 ^








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