summary refs log tree commit diff stats
path: root/tests/pragmas
Commit message (Expand)AuthorAgeFilesLines
...
* Fix getCustomPragmaVal on `var` fieldsLemonBoy2019-02-061-0/+5
* Fixed getCustomPragmaVal to allow multiple fields in custom annotations (#10289)Ico Doornekamp2019-01-181-0/+9
* add custom pragma support for var and let symbols (#9582)jcosborn2019-01-071-6/+29
* exportc is now not allowed for type aliases (#9979)Neelesh Chandola2019-01-021-0/+12
* fixes #10101 (#10103)Timothee Cour2018-12-271-1/+1
* Merge pull request #9937 from cooldome/pragmablock_custom_pragmaAndreas Rumpf2018-12-121-0/+22
|\
| * add testAndrii Riabushenko2018-12-111-0/+22
* | make tests green; better output for when megatest execution failsAraq2018-12-111-1/+1
* | testament: joinable is now an explicit concept of a test specAndreas Rumpf2018-12-111-0/+2
* | require errormsg to be specified before file.Arne Döring2018-12-113-4/+4
|/
* add comment, fixes #9896Andrii Riabushenko2018-12-081-0/+1
* Fix hintXDeclaredButNotUsed for enum fields marked as usedAndrii Riabushenko2018-12-081-0/+5
* make run the default action of a test in testerArne Döring2018-11-231-0/+1
* Fix overload resolution for pragmas evaluation (#8902)LemonBoy2018-10-093-0/+22
* make tests green againAndreas Rumpf2018-09-242-5/+5
* Bugfix: custom pragmas were not working on public fieldsZahary Karadjov2018-09-171-1/+1
* Merge branch 'devel' into experimentalize-reorderawr12018-09-043-0/+53
|\
| * added missing file to make tests greenAraq2018-08-271-0/+30
| * allow .experimental in a .push/pop environment; refs #8676Araq2018-08-271-0/+13
| * More checks for custom pragmas placement (#8765)LemonBoy2018-08-251-1/+1
| * Validate pragmas attached to for variables (#8749)LemonBoy2018-08-241-0/+10
* | tabling declared() stuffawr2018-09-041-12/+0
* | transformed {.reorder: on.} into {.experimental: codeReordering.}, added testsawr2018-09-042-2/+15
|/
* 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
play message subjects in message list' href='/akspecs/aerc/commit/worker/imap/fetch.go?id=de364846ccaba3b93c383add3846443048f1c2c9'>de36484 ^
0897407 ^


05f00f0 ^





0897407 ^





de36484 ^
05f00f0 ^





de36484 ^
0897407 ^
e85ef71 ^
de36484 ^
0897407 ^






e85ef71 ^
0897407 ^


de36484 ^
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