summary refs log tree commit diff stats
path: root/compiler/condsyms.nim
Commit message (Expand)AuthorAgeFilesLines
* don't make optNilCheck default to on for now (#7058)jcosborn2018-01-171-0/+1
* language change: change how the experimental dot operators workAndreas Rumpf2017-11-291-0/+1
* the documentation generator now supports system.runnableExamplesAraq2017-11-261-0/+1
* 'ord' does not produce a range type anymoreAndreas Rumpf2017-11-021-0/+1
* breaking change: arrays of char do not convert to cstring; ptr to array of ch...Andreas Rumpf2017-10-101-0/+1
* first steps of making 'opt' a first class type for NimAndreas Rumpf2017-09-251-0/+1
* Introduce first class support for Android (#5772)Fredrik Høisæther Rasch2017-08-061-1/+4
* support for external types with covariant generic paramsZahary Karadjov2017-05-081-0/+1
* Make DragonFlyBSD a first class BSD-like OS (#5548)Eugene Kabanov2017-03-161-3/+4
* refactoring: explict config state instead of globalsAndreas Rumpf2017-02-011-0/+1
* existance of new distros.nim module can be detected with defined(nimDistros)Araq2016-12-311-0/+1
* new shift ops for Nim; based on #4743Andreas Rumpf2016-12-291-0/+1
* make nim bootstrap again for older versionsAndreas Rumpf2016-07-301-0/+1
* Add the ability to pass a value with the -d flagJeff Ciesielski2016-07-041-2/+7
* first attempt to fix 'a[i]' handling in genericsAraq2015-09-121-0/+1
* Fixed seq.insert and seq.delete for js.Yuriy Glukhov2015-09-071-0/+1
* attempt to fix bootstrapping; refs #3139Araq2015-08-071-0/+1
* implements varargs[untyped]; refs #2545; to be documentedAraq2015-07-021-0/+1
* fixes #2909Araq2015-06-151-0/+1
* fixes #2569Araq2015-04-231-103/+46
* macros.PNimrodNode is now NimNodeAraq2015-02-241-0/+1
* the compiler knows vxWorks is an OSAraq2015-01-281-1/+1
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* fixes #1735Araq2014-12-151-1/+1
* introduced 'benign' pragmaAraq2014-10-251-1/+2
* docgen should work againAraq2014-10-051-0/+2
* Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreakAraq2014-10-041-0/+4
|\
| * Use _setjmp()/_longjmp() only on BSD-like systems for now.Reimer Behrends2014-09-271-1/+3
| * Improve setjmp()/longjmp() performance.Reimer Behrends2014-09-251-0/+2
* | nimfix improvementsAraq2014-09-101-1/+1
* | updated the compiler to use the new symbol namesAraq2014-08-281-1/+1
* | Nimrod renamed to NimAraq2014-08-281-1/+1
* | the big renamefest: first stepsAraq2014-08-221-0/+1
|/
* fixes #1492Araq2014-08-171-1/+1
* 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
committer GitHub <noreply@github.com> 2021-06-04 16:16:51 +0200 follow-up #18013 - inline syntax highlighting (#18166)' href='/ahoang/Nim/commit/doc/nimsuggest.rst?h=devel&id=7e21218a07f919d56cd0974c657aefb11574da26'>7e21218a0 ^
3905cfeac ^

7e21218a0 ^
088487f65 ^
3905cfeac ^

7e21218a0 ^
088487f65 ^
0a9061328 ^
3905cfeac ^




83ae70cb5 ^
3905cfeac ^



















83ae70cb5 ^
3905cfeac ^


c4ba4f06f ^

3ad48069d ^

3905cfeac ^




83ae70cb5 ^
3905cfeac ^







83ae70cb5 ^
3905cfeac ^
















83ae70cb5 ^

7e21218a0 ^
85187d4ba ^
7e21218a0 ^
83ae70cb5 ^
3905cfeac ^

83ae70cb5 ^
3905cfeac ^



0a9061328 ^
3905cfeac ^








d294cec80 ^

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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176