summary refs log tree commit diff stats
path: root/tests/pragmas
Commit message (Expand)AuthorAgeFilesLines
* fixes more nil handling regressionsAraq2018-08-131-1/+1
* fixes #8371, macros.hasCustomPragma doesn't crash anymore (#8378)andri lim2018-07-201-0/+20
* Custom pragmas in proc types (#8205)cooldome2018-07-091-1/+9
* Fix use of custom pragmas in generic procs (#8165)LemonBoy2018-07-011-1/+9
* Adjust some tests to make them passLemonBoy2018-06-251-2/+1
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-2/+5
* hasCustomPragma/getCustomPragmaVal: small fix (#7650)RSDuck2018-04-191-1/+9
* fixes #7451 (#7575)RSDuck2018-04-141-11/+90
* User pragmas hide effect specs bug fix. Fixes #7216 (#7217)cooldome2018-02-271-0/+11
* Custom pragmas in procs bug fix (#7086)cooldome2018-01-181-0/+10
* Implement custom annotations (#6987)cooldome2018-01-092-0/+48
* Allow noreturn procs with void type (#6973)cooldome2017-12-271-0/+4
* Implement language feature #6885 (#6954)cooldome2017-12-241-0/+18
* Add sections (type, var, let, const, using) support for reorder pragma (#6326)BigEpsilon2017-10-281-0/+75
* Remove expr/stmt (#5857)Arne Döring2017-07-251-1/+1
* Lineinfo change (#6084)Arne Döring2017-07-171-1/+1
* make tests green againAraq2017-06-091-1/+1
* Make use of `used` in unittest (#5410)Fabian Keller2017-02-251-5/+27
* Enabled explicitly unknown lock levels (#5409)Fabian Keller2017-02-201-0/+13
* new feature: .used pragma to suppress declared-but-not-used warningAraq2017-02-171-0/+13
* ensure generated c-code matchesAman Gupta2015-09-301-0/+4
* better assertions for bitfield behaviorAman Gupta2015-09-291-3/+14
* implement bitsize pragma for bitfieldsAman Gupta2015-09-281-0/+7
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-15/+15
* fixes #3171Araq2015-08-021-0/+8
* parser support anon iteratorsAraq2014-01-201-0/+7
* new tester; all tests categorizedAraq2014-01-131-0/+15
s revision' href='/akspecs/ranger/blame/setup.py?h=v1.9.0b5&id=184e84284d2f4e48631a4b94b87ba76126470206'>^
b3660b9a ^
144de554 ^
d8b807c5 ^
3b96a37f ^
6bc13af0 ^












1a6d1846 ^



3cd8a402 ^
76791a70 ^

6bc13af0 ^

76791a70 ^


6bc13af0 ^







fe5f90d3 ^
6bc13af0 ^



144de554 ^



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