summary refs log tree commit diff stats
path: root/compiler/condsyms.nim
Commit message (Expand)AuthorAgeFilesLines
* distinguish between 'defined' and 'declared'Araq2014-08-111-0/+46
* parseBiggestFloat is now builtinAraq2014-07-161-0/+1
* fixes DLL generationAraq2014-04-211-0/+1
* new concurrency model: first steps; shared is not a keyword anymoreAraq2014-04-141-1/+2
* implemented 'union' and 'unchecked' pragmasAraq2014-03-051-0/+1
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-1/+1
* case consistency: next stepsAraq2013-12-291-5/+5
* case consistency part 4Araq2013-12-271-4/+4
* case consistency part 1Araq2013-12-271-32/+32
* implemented computed goto supportAraq2013-08-131-1/+1
* 'nimrod pretty' usableAraq2013-07-311-33/+18
* refactorings for the eval engine; bugfix: clean templates as accessorsAraq2013-07-191-0/+1
* nimrod dump can now produce a machine readable json reportZahary Karadjov2013-05-011-6/+4
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* bugfix: openssl import for macosxAraq2012-12-191-2/+0
* first steps for FFI support at compile timeAraq2012-12-191-0/+2
* improvements for --babelPathAraq2012-12-091-0/+1
* 'assert' hides EAssertionFailsure; stdlib makes use of 'tags'Araq2012-11-181-0/+1
* allow 'mixin' in genericsAraq2012-10-121-0/+1
* objects with no ancestor are not implicitely finalAraq2012-08-241-0/+1
* first steps to make templates hygienicAraq2012-08-201-0/+2
* added some support for HaikuAraq2012-07-291-1/+2
* bugfix: type alias to generic; generic type not stripped away from for loop v...Araq2012-01-071-0/+3
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* new compiler option tlsEmulationAraq2011-10-271-0/+3
* added system.slurp for easy embedding of resourcesAraq2011-08-101-18/+7
* got rid of nstrtabs and nhashes modulesAraq2011-06-101-1/+1
* big repo cleanupAraq2011-04-121-0/+102
on' href='/akkartik/view.love/blame/search.lua?id=5b91af1a66e1a3a9b52fed67727365217425b502'>^
0a6dec2 ^
0d52962 ^
e1c5a42 ^
0d52962 ^




0afd03e ^
0a6dec2 ^
8b880f4 ^

0afd03e ^


5aae527 ^



0d52962 ^
5aae527 ^

1d3c9f4 ^
5aae527 ^
0d52962 ^


5aae527 ^
f3df1cd ^
0a6dec2 ^
0d52962 ^
5aae527 ^
0d52962 ^

f3df1cd ^
5aae527 ^
0a6dec2 ^
0d52962 ^
e1c5a42 ^
0d52962 ^





5aae527 ^
0a6dec2 ^
0d52962 ^
e1c5a42 ^
0d52962 ^




f3df1cd ^
0a6dec2 ^
f3df1cd ^




5aae527 ^



0d52962 ^
5aae527 ^

1d3c9f4 ^
5aae527 ^
0d52962 ^


e1c5a42 ^
8b880f4 ^
e1c5a42 ^
8b880f4 ^

22bf3da ^

e1c5a42 ^
8b880f4 ^
0d52962 ^



e1c5a42 ^
0d52962 ^




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