summary refs log tree commit diff stats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
...
* | added nimfix toolAraq2014-09-051-1/+3
* | renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamingsAraq2014-08-291-0/+141
* | big renameAraq2014-08-271-2/+4
|/
* initial non-compiling version of 'parallel'Araq2014-05-121-0/+1
* merged better html links #850Araq2014-04-081-3/+32
* Punctation -> Punctuation; fix remaining typos.EXetoC2014-01-292-2/+2
* Merge branch 'master' into vm2Araq2013-12-051-5/+5
|\
| * removed deprecated libraries from nimrod.cfgfowlmouth2013-12-021-5/+5
* | next steps for FFI supportAraq2013-11-251-0/+1
|/
* some fixes for HaikuAraq2013-09-011-1/+2
* 'nirmod pretty': almost workingAraq2013-07-311-0/+9
* Modify babelpathErik Johansson Andersson2013-07-041-1/+1
* fixes #466Araq2013-06-061-2/+2
* nimrod dump can now produce a machine readable json reportZahary Karadjov2013-05-011-1/+0
* fixes #257Araq2013-03-181-1/+1
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-163-0/+0
* Changes default macosx compiler to clang.Grzegorz Adam Hankiewicz2013-03-021-0/+1
* EcmaScript => JS. Fixes #330Simon Hafner2013-02-151-1/+1
* fixes #271Araq2012-12-151-1/+1
* lazy paths for Babel supportAraq2012-12-111-1/+1
* improvements for --babelPathAraq2012-12-091-6/+4
* Fixes SSL httpclient and problems with hidden path splitting in OS.Dominik Picheta2012-12-021-1/+1
* profiler improvementsAraq2012-09-171-0/+1
* cross-compilation improvementsAraq2012-07-081-0/+4
* fixes for the Intel C compiler on WindowsZahary Karadjov2012-06-271-2/+4
* fix compilation errors when bootstrapping with C++Zahary Karadjov2012-06-041-11/+11
* added system.||; lacks runtime supportAraq2012-05-231-0/+1
* documentation improvements; higher level Mongodb wrapperAraq2012-04-091-0/+2
* small fixes for BSDAraq2012-04-061-0/+3
* added docgen.rst2html for the forum; fixed tester bug concerning removeDirAraq2012-02-212-2/+2
* tlsEmulation:on for windows/GCCAraq2012-01-291-0/+3
* pragma blocks; fixed line information issue with user defined assertionsAraq2012-01-171-1/+2
* removed incompatible flags for debugging VCC release buildsZahary Karadjov2011-12-071-1/+1
* bugfixes for .rod files and visual C++Araq2011-12-031-1/+1
* libuv working on windows tooZahary Karadjov2011-10-121-2/+2
* Nimrod can now compile itself with --lineDir enabledZahary Karadjov2011-09-201-1/+2
* fixed system.nim to use the proper getTypeInfo magicAraq2011-06-101-1/+1
* Bugfix: no #line dir with 0 generatedAraq2011-06-101-1/+1
* bugfix: generic instantiation across module boundariesAraq2011-06-061-0/+1
* still playing with threadsAraq2011-05-171-1/+1
* lexer, parser cleanup; boehm gc for mac os xAraq2011-05-171-1/+1
* support for clangAraq2011-03-241-0/+7
* bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmasAraq2011-03-231-1/+1
* always compile with at least O1; bugfix set initialization for interactive modeAraq2011-03-101-2/+10
* REPL improvementsAraq2011-02-131-0/+1
* unary <; countup two type parameters; --recursivePath should work nowAraq2011-01-291-1/+1
* changes to threads; --recursivePath supportAraq2011-01-291-0/+1
* basic thread support; still broken on Windows; untested on Mac OS XAraq2011-01-181-1/+2
* docgen: module dependencies are now listedAraq2011-01-162-10/+0
* cleanup: E_Base should not be used for inheriting exceptions; documentation g...Araq2011-01-152-2/+12
d=bfbdb1f028a4b3e67932d6467450e53762ecf633'>^
def61c9fc ^
aa88e150d ^
def61c9fc ^
aa88e150d ^
614557994 ^

aa88e150d ^
def61c9fc ^
aa88e150d ^


def61c9fc ^
aa88e150d ^

92b8fac94 ^
aa88e150d ^











def61c9fc ^
92b8fac94 ^
aa88e150d ^


261311001 ^
def61c9fc ^


aa88e150d ^





92b8fac94 ^
aa88e150d ^







b731e6ef1 ^
aa88e150d ^





92b8fac94 ^
aa88e150d ^



2f43fdb83 ^
aa88e150d ^


b731e6ef1 ^
92b8fac94 ^

aa88e150d ^
7f7b13a45 ^




45accd613 ^


7f7b13a45 ^

aa88e150d ^
7f7b13a45 ^
92b8fac94 ^

aa88e150d ^

92b8fac94 ^
aa88e150d ^






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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213